@azure/arm-resourcehealth 2.0.0 → 3.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -82
  4. package/dist/index.js +1811 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +6 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/dist-esm/src/index.js +13 -0
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/microsoftResourceHealth.d.ts +20 -0
  13. package/dist-esm/src/microsoftResourceHealth.d.ts.map +1 -0
  14. package/dist-esm/src/microsoftResourceHealth.js +27 -0
  15. package/dist-esm/src/microsoftResourceHealth.js.map +1 -0
  16. package/dist-esm/src/microsoftResourceHealthContext.d.ts +17 -0
  17. package/dist-esm/src/microsoftResourceHealthContext.d.ts.map +1 -0
  18. package/dist-esm/src/microsoftResourceHealthContext.js +50 -0
  19. package/dist-esm/src/microsoftResourceHealthContext.js.map +1 -0
  20. package/dist-esm/src/models/index.d.ts +402 -0
  21. package/dist-esm/src/models/index.d.ts.map +1 -0
  22. package/dist-esm/src/models/index.js +22 -0
  23. package/dist-esm/src/models/index.js.map +1 -0
  24. package/dist-esm/src/models/mappers.d.ts +21 -0
  25. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/mappers.js +233 -309
  27. package/dist-esm/src/models/mappers.js.map +1 -0
  28. package/dist-esm/src/models/parameters.d.ts +12 -0
  29. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/parameters.js +44 -39
  31. package/dist-esm/src/models/parameters.js.map +1 -0
  32. package/dist-esm/src/operations/availabilityStatuses.d.ts +102 -0
  33. package/dist-esm/src/operations/availabilityStatuses.d.ts.map +1 -0
  34. package/dist-esm/src/operations/availabilityStatuses.js +407 -0
  35. package/dist-esm/src/operations/availabilityStatuses.js.map +1 -0
  36. package/dist-esm/src/operations/childAvailabilityStatuses.d.ts +51 -0
  37. package/dist-esm/src/operations/childAvailabilityStatuses.d.ts.map +1 -0
  38. package/dist-esm/src/operations/childAvailabilityStatuses.js +173 -0
  39. package/dist-esm/src/operations/childAvailabilityStatuses.js.map +1 -0
  40. package/dist-esm/src/operations/childResources.d.ts +43 -0
  41. package/dist-esm/src/operations/childResources.d.ts.map +1 -0
  42. package/dist-esm/src/operations/childResources.js +143 -0
  43. package/dist-esm/src/operations/childResources.js.map +1 -0
  44. package/dist-esm/src/operations/emergingIssues.d.ts +37 -0
  45. package/dist-esm/src/operations/emergingIssues.d.ts.map +1 -0
  46. package/dist-esm/src/operations/emergingIssues.js +143 -0
  47. package/dist-esm/src/operations/emergingIssues.js.map +1 -0
  48. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/{esm → dist-esm/src}/operations/index.js +1 -2
  51. package/dist-esm/src/operations/index.js.map +1 -0
  52. package/dist-esm/src/operations/operations.d.ts +18 -0
  53. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  54. package/dist-esm/src/operations/operations.js +46 -0
  55. package/dist-esm/src/operations/operations.js.map +1 -0
  56. package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts +40 -0
  57. package/dist-esm/src/operationsInterfaces/availabilityStatuses.d.ts.map +1 -0
  58. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/availabilityStatuses.js} +2 -7
  59. package/dist-esm/src/operationsInterfaces/availabilityStatuses.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts +23 -0
  61. package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.d.ts.map +1 -0
  62. package/{esm/models/operationsMappers.js → dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js} +2 -2
  63. package/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/childResources.d.ts +15 -0
  65. package/dist-esm/src/operationsInterfaces/childResources.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/childResources.js +9 -0
  67. package/dist-esm/src/operationsInterfaces/childResources.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts +16 -0
  69. package/dist-esm/src/operationsInterfaces/emergingIssues.d.ts.map +1 -0
  70. package/dist-esm/src/operationsInterfaces/emergingIssues.js +9 -0
  71. package/dist-esm/src/operationsInterfaces/emergingIssues.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  73. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  74. package/dist-esm/src/operationsInterfaces/index.js +13 -0
  75. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
  77. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  78. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/operations.js} +2 -1
  79. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  80. package/dist-esm/test/sampleTest.d.ts +2 -0
  81. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  82. package/dist-esm/test/sampleTest.js +40 -0
  83. package/dist-esm/test/sampleTest.js.map +1 -0
  84. package/package.json +63 -32
  85. package/review/arm-resourcehealth.api.md +396 -0
  86. package/rollup.config.js +181 -30
  87. package/src/index.ts +13 -0
  88. package/src/microsoftResourceHealth.ts +38 -41
  89. package/src/microsoftResourceHealthContext.ts +47 -44
  90. package/src/models/index.ts +322 -878
  91. package/src/models/mappers.ts +232 -320
  92. package/src/models/parameters.ts +58 -40
  93. package/src/operations/availabilityStatuses.ts +325 -276
  94. package/src/operations/childAvailabilityStatuses.ts +137 -130
  95. package/src/operations/childResources.ts +109 -85
  96. package/src/operations/emergingIssues.ts +96 -103
  97. package/src/operations/index.ts +1 -2
  98. package/src/operations/operations.ts +24 -38
  99. package/src/operationsInterfaces/availabilityStatuses.ts +67 -0
  100. package/src/operationsInterfaces/childAvailabilityStatuses.ts +43 -0
  101. package/src/operationsInterfaces/childResources.ts +30 -0
  102. package/src/operationsInterfaces/emergingIssues.ts +34 -0
  103. package/src/operationsInterfaces/index.ts +13 -0
  104. package/src/operationsInterfaces/operations.ts +21 -0
  105. package/tsconfig.json +3 -3
  106. package/types/arm-resourcehealth.d.ts +588 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-resourcehealth.js +0 -1743
  109. package/dist/arm-resourcehealth.js.map +0 -1
  110. package/dist/arm-resourcehealth.min.js +0 -1
  111. package/dist/arm-resourcehealth.min.js.map +0 -1
  112. package/esm/microsoftResourceHealth.d.ts +0 -29
  113. package/esm/microsoftResourceHealth.d.ts.map +0 -1
  114. package/esm/microsoftResourceHealth.js +0 -42
  115. package/esm/microsoftResourceHealth.js.map +0 -1
  116. package/esm/microsoftResourceHealthContext.d.ts +0 -23
  117. package/esm/microsoftResourceHealthContext.d.ts.map +0 -1
  118. package/esm/microsoftResourceHealthContext.js +0 -61
  119. package/esm/microsoftResourceHealthContext.js.map +0 -1
  120. package/esm/models/availabilityStatusesMappers.d.ts +0 -2
  121. package/esm/models/availabilityStatusesMappers.d.ts.map +0 -1
  122. package/esm/models/availabilityStatusesMappers.js +0 -9
  123. package/esm/models/availabilityStatusesMappers.js.map +0 -1
  124. package/esm/models/childAvailabilityStatusesMappers.d.ts +0 -2
  125. package/esm/models/childAvailabilityStatusesMappers.d.ts.map +0 -1
  126. package/esm/models/childAvailabilityStatusesMappers.js +0 -9
  127. package/esm/models/childAvailabilityStatusesMappers.js.map +0 -1
  128. package/esm/models/childResourcesMappers.d.ts +0 -2
  129. package/esm/models/childResourcesMappers.d.ts.map +0 -1
  130. package/esm/models/childResourcesMappers.js +0 -9
  131. package/esm/models/childResourcesMappers.js.map +0 -1
  132. package/esm/models/emergingIssuesMappers.d.ts +0 -2
  133. package/esm/models/emergingIssuesMappers.d.ts.map +0 -1
  134. package/esm/models/emergingIssuesMappers.js +0 -9
  135. package/esm/models/emergingIssuesMappers.js.map +0 -1
  136. package/esm/models/index.d.ts +0 -957
  137. package/esm/models/index.d.ts.map +0 -1
  138. package/esm/models/index.js.map +0 -1
  139. package/esm/models/mappers.d.ts +0 -26
  140. package/esm/models/mappers.d.ts.map +0 -1
  141. package/esm/models/mappers.js.map +0 -1
  142. package/esm/models/operationsMappers.d.ts +0 -2
  143. package/esm/models/operationsMappers.d.ts.map +0 -1
  144. package/esm/models/operationsMappers.js.map +0 -1
  145. package/esm/models/parameters.d.ts +0 -11
  146. package/esm/models/parameters.d.ts.map +0 -1
  147. package/esm/models/parameters.js.map +0 -1
  148. package/esm/operations/availabilityStatuses.d.ts +0 -166
  149. package/esm/operations/availabilityStatuses.d.ts.map +0 -1
  150. package/esm/operations/availabilityStatuses.js +0 -239
  151. package/esm/operations/availabilityStatuses.js.map +0 -1
  152. package/esm/operations/childAvailabilityStatuses.d.ts +0 -81
  153. package/esm/operations/childAvailabilityStatuses.d.ts.map +0 -1
  154. package/esm/operations/childAvailabilityStatuses.js +0 -117
  155. package/esm/operations/childAvailabilityStatuses.js.map +0 -1
  156. package/esm/operations/childResources.d.ts +0 -57
  157. package/esm/operations/childResources.d.ts.map +0 -1
  158. package/esm/operations/childResources.js +0 -87
  159. package/esm/operations/childResources.js.map +0 -1
  160. package/esm/operations/emergingIssues.d.ts +0 -61
  161. package/esm/operations/emergingIssues.d.ts.map +0 -1
  162. package/esm/operations/emergingIssues.js +0 -106
  163. package/esm/operations/emergingIssues.js.map +0 -1
  164. package/esm/operations/index.d.ts.map +0 -1
  165. package/esm/operations/index.js.map +0 -1
  166. package/esm/operations/operations.d.ts +0 -28
  167. package/esm/operations/operations.d.ts.map +0 -1
  168. package/esm/operations/operations.js +0 -50
  169. package/esm/operations/operations.js.map +0 -1
  170. package/src/models/availabilityStatusesMappers.ts +0 -19
  171. package/src/models/childAvailabilityStatusesMappers.ts +0 -19
  172. package/src/models/childResourcesMappers.ts +0 -19
  173. package/src/models/emergingIssuesMappers.ts +0 -22
@@ -0,0 +1,402 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ /** The List availabilityStatus operation response. */
3
+ export interface AvailabilityStatusListResult {
4
+ /** The list of availabilityStatuses. */
5
+ value: AvailabilityStatus[];
6
+ /** The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses. */
7
+ nextLink?: string;
8
+ }
9
+ /** availabilityStatus of a resource. */
10
+ export interface AvailabilityStatus {
11
+ /** Azure Resource Manager Identity for the availabilityStatuses resource. */
12
+ id?: string;
13
+ /** current. */
14
+ name?: string;
15
+ /** Microsoft.ResourceHealth/AvailabilityStatuses. */
16
+ type?: string;
17
+ /** Azure Resource Manager geo location of the resource. */
18
+ location?: string;
19
+ /** Properties of availability state. */
20
+ properties?: AvailabilityStatusProperties;
21
+ }
22
+ /** Properties of availability state. */
23
+ export interface AvailabilityStatusProperties {
24
+ /** Availability status of the resource. When it is null, this availabilityStatus object represents an availability impacting event */
25
+ availabilityState?: AvailabilityStateValues;
26
+ /** Summary description of the availability status. */
27
+ summary?: string;
28
+ /** Details of the availability status. */
29
+ detailedStatus?: string;
30
+ /** When the resource's availabilityState is Unavailable, it describes where the health impacting event was originated. Examples are planned, unplanned, user initiated or an outage etc. */
31
+ reasonType?: string;
32
+ /** When the resource's availabilityState is Unavailable, it provides the Timestamp for when the health impacting event was received. */
33
+ rootCauseAttributionTime?: Date;
34
+ /** In case of an availability impacting event, it describes when the health impacting event was originated. Examples are Lifecycle, Downtime, Fault Analysis etc. */
35
+ healthEventType?: string;
36
+ /** In case of an availability impacting event, it describes where the health impacting event was originated. Examples are PlatformInitiated, UserInitiated etc. */
37
+ healthEventCause?: string;
38
+ /** In case of an availability impacting event, it describes the category of a PlatformInitiated health impacting event. Examples are Planned, Unplanned etc. */
39
+ healthEventCategory?: string;
40
+ /** It is a unique Id that identifies the event */
41
+ healthEventId?: string;
42
+ /** When the resource's availabilityState is Unavailable and the reasonType is not User Initiated, it provides the date and time for when the issue is expected to be resolved. */
43
+ resolutionETA?: Date;
44
+ /** Timestamp for when last change in health status occurred. */
45
+ occuredTime?: Date;
46
+ /** Chronicity of the availability transition. */
47
+ reasonChronicity?: ReasonChronicityTypes;
48
+ /** Timestamp for when the health was last checked. */
49
+ reportedTime?: Date;
50
+ /** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */
51
+ recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;
52
+ /** Lists actions the user can take based on the current availabilityState of the resource. */
53
+ recommendedActions?: RecommendedAction[];
54
+ /** Lists the service impacting events that may be affecting the health of the resource. */
55
+ serviceImpactingEvents?: ServiceImpactingEvent[];
56
+ }
57
+ /** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */
58
+ export interface AvailabilityStatusPropertiesRecentlyResolvedState {
59
+ /** Timestamp for when the availabilityState changed to Unavailable */
60
+ unavailableOccurredTime?: Date;
61
+ /** Timestamp when the availabilityState changes to Available. */
62
+ resolvedTime?: Date;
63
+ /** Brief description of cause of the resource becoming unavailable. */
64
+ unavailabilitySummary?: string;
65
+ }
66
+ /** Lists actions the user can take based on the current availabilityState of the resource. */
67
+ export interface RecommendedAction {
68
+ /** Recommended action. */
69
+ action?: string;
70
+ /** Link to the action */
71
+ actionUrl?: string;
72
+ /** Substring of action, it describes which text should host the action url. */
73
+ actionUrlText?: string;
74
+ }
75
+ /** Lists the service impacting events that may be affecting the health of the resource. */
76
+ export interface ServiceImpactingEvent {
77
+ /** Timestamp for when the event started. */
78
+ eventStartTime?: Date;
79
+ /** Timestamp for when event was submitted/detected. */
80
+ eventStatusLastModifiedTime?: Date;
81
+ /** Correlation id for the event */
82
+ correlationId?: string;
83
+ /** Status of the service impacting event. */
84
+ status?: ServiceImpactingEventStatus;
85
+ /** Properties of the service impacting event. */
86
+ incidentProperties?: ServiceImpactingEventIncidentProperties;
87
+ }
88
+ /** Status of the service impacting event. */
89
+ export interface ServiceImpactingEventStatus {
90
+ /** Current status of the event */
91
+ value?: string;
92
+ }
93
+ /** Properties of the service impacting event. */
94
+ export interface ServiceImpactingEventIncidentProperties {
95
+ /** Title of the incident. */
96
+ title?: string;
97
+ /** Service impacted by the event. */
98
+ service?: string;
99
+ /** Region impacted by the event. */
100
+ region?: string;
101
+ /** Type of Event. */
102
+ incidentType?: string;
103
+ }
104
+ /** Error details. */
105
+ export interface ErrorResponse {
106
+ /**
107
+ * The error code.
108
+ * NOTE: This property will not be serialized. It can only be populated by the server.
109
+ */
110
+ readonly code?: string;
111
+ /**
112
+ * The error message.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly message?: string;
116
+ /**
117
+ * The error details.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly details?: string;
121
+ }
122
+ /** Lists the operations response. */
123
+ export interface OperationListResult {
124
+ /** List of operations available in the resourcehealth resource provider. */
125
+ value: Operation[];
126
+ }
127
+ /** Operation available in the resourcehealth resource provider. */
128
+ export interface Operation {
129
+ /** Name of the operation. */
130
+ name?: string;
131
+ /** Properties of the operation. */
132
+ display?: OperationDisplay;
133
+ }
134
+ /** Properties of the operation. */
135
+ export interface OperationDisplay {
136
+ /** Provider name. */
137
+ provider?: string;
138
+ /** Resource name. */
139
+ resource?: string;
140
+ /** Operation name. */
141
+ operation?: string;
142
+ /** Description of the operation. */
143
+ description?: string;
144
+ }
145
+ /** Banner type of emerging issue. */
146
+ export interface StatusBanner {
147
+ /** The banner title. */
148
+ title?: string;
149
+ /** The details of banner. */
150
+ message?: string;
151
+ /** The cloud type of this banner. */
152
+ cloud?: string;
153
+ /** The last time modified on this banner. */
154
+ lastModifiedTime?: Date;
155
+ }
156
+ /** Active event type of emerging issue. */
157
+ export interface StatusActiveEvent {
158
+ /** The active event title. */
159
+ title?: string;
160
+ /** The details of active event. */
161
+ description?: string;
162
+ /** The tracking id of this active event. */
163
+ trackingId?: string;
164
+ /** The impact start time on this active event. */
165
+ startTime?: Date;
166
+ /** The cloud type of this active event. */
167
+ cloud?: string;
168
+ /** The severity level of this active event. */
169
+ severity?: SeverityValues;
170
+ /** The stage of this active event. */
171
+ stage?: StageValues;
172
+ /** The boolean value of this active event if published or not. */
173
+ published?: boolean;
174
+ /** The last time modified on this banner. */
175
+ lastModifiedTime?: Date;
176
+ /** The list of emerging issues impacts. */
177
+ impacts?: EmergingIssueImpact[];
178
+ }
179
+ /** Object of the emerging issue impact on services and regions. */
180
+ export interface EmergingIssueImpact {
181
+ /** The impacted service id. */
182
+ id?: string;
183
+ /** The impacted service name. */
184
+ name?: string;
185
+ /** The list of impacted regions for corresponding emerging issues. */
186
+ regions?: ImpactedRegion[];
187
+ }
188
+ /** Object of impacted region. */
189
+ export interface ImpactedRegion {
190
+ /** The impacted region id. */
191
+ id?: string;
192
+ /** The impacted region name. */
193
+ name?: string;
194
+ }
195
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
196
+ export interface Resource {
197
+ /**
198
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
199
+ * NOTE: This property will not be serialized. It can only be populated by the server.
200
+ */
201
+ readonly id?: string;
202
+ /**
203
+ * The name of the resource
204
+ * NOTE: This property will not be serialized. It can only be populated by the server.
205
+ */
206
+ readonly name?: string;
207
+ /**
208
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
209
+ * NOTE: This property will not be serialized. It can only be populated by the server.
210
+ */
211
+ readonly type?: string;
212
+ }
213
+ /** The list of emerging issues. */
214
+ export interface EmergingIssueListResult {
215
+ /** The list of emerging issues. */
216
+ value?: EmergingIssuesGetResult[];
217
+ /** The link used to get the next page of emerging issues. */
218
+ nextLink?: string;
219
+ }
220
+ /** The Get EmergingIssues operation response. */
221
+ export declare type EmergingIssuesGetResult = Resource & {
222
+ /** Timestamp for when last time refreshed for ongoing emerging issue. */
223
+ refreshTimestamp?: Date;
224
+ /** The list of emerging issues of banner type. */
225
+ statusBanners?: StatusBanner[];
226
+ /** The list of emerging issues of active event type. */
227
+ statusActiveEvents?: StatusActiveEvent[];
228
+ };
229
+ /** Known values of {@link SeverityValues} that the service accepts. */
230
+ export declare enum KnownSeverityValues {
231
+ Information = "Information",
232
+ Warning = "Warning",
233
+ Error = "Error"
234
+ }
235
+ /**
236
+ * Defines values for SeverityValues. \
237
+ * {@link KnownSeverityValues} can be used interchangeably with SeverityValues,
238
+ * this enum contains the known values that the service supports.
239
+ * ### Known values supported by the service
240
+ * **Information** \
241
+ * **Warning** \
242
+ * **Error**
243
+ */
244
+ export declare type SeverityValues = string;
245
+ /** Known values of {@link StageValues} that the service accepts. */
246
+ export declare enum KnownStageValues {
247
+ Active = "Active",
248
+ Resolve = "Resolve",
249
+ Archived = "Archived"
250
+ }
251
+ /**
252
+ * Defines values for StageValues. \
253
+ * {@link KnownStageValues} can be used interchangeably with StageValues,
254
+ * this enum contains the known values that the service supports.
255
+ * ### Known values supported by the service
256
+ * **Active** \
257
+ * **Resolve** \
258
+ * **Archived**
259
+ */
260
+ export declare type StageValues = string;
261
+ /** Defines values for AvailabilityStateValues. */
262
+ export declare type AvailabilityStateValues = "Available" | "Unavailable" | "Unknown";
263
+ /** Defines values for ReasonChronicityTypes. */
264
+ export declare type ReasonChronicityTypes = "Transient" | "Persistent";
265
+ /** Optional parameters. */
266
+ export interface AvailabilityStatusesListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
267
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
268
+ filter?: string;
269
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
270
+ expand?: string;
271
+ }
272
+ /** Contains response data for the listBySubscriptionId operation. */
273
+ export declare type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult;
274
+ /** Optional parameters. */
275
+ export interface AvailabilityStatusesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
276
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
277
+ filter?: string;
278
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
279
+ expand?: string;
280
+ }
281
+ /** Contains response data for the listByResourceGroup operation. */
282
+ export declare type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult;
283
+ /** Optional parameters. */
284
+ export interface AvailabilityStatusesGetByResourceOptionalParams extends coreClient.OperationOptions {
285
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
286
+ filter?: string;
287
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
288
+ expand?: string;
289
+ }
290
+ /** Contains response data for the getByResource operation. */
291
+ export declare type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus;
292
+ /** Optional parameters. */
293
+ export interface AvailabilityStatusesListOptionalParams extends coreClient.OperationOptions {
294
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
295
+ filter?: string;
296
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
297
+ expand?: string;
298
+ }
299
+ /** Contains response data for the list operation. */
300
+ export declare type AvailabilityStatusesListResponse = AvailabilityStatusListResult;
301
+ /** Optional parameters. */
302
+ export interface AvailabilityStatusesListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
303
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
304
+ filter?: string;
305
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
306
+ expand?: string;
307
+ }
308
+ /** Contains response data for the listBySubscriptionIdNext operation. */
309
+ export declare type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult;
310
+ /** Optional parameters. */
311
+ export interface AvailabilityStatusesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
312
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
313
+ filter?: string;
314
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
315
+ expand?: string;
316
+ }
317
+ /** Contains response data for the listByResourceGroupNext operation. */
318
+ export declare type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult;
319
+ /** Optional parameters. */
320
+ export interface AvailabilityStatusesListNextOptionalParams extends coreClient.OperationOptions {
321
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
322
+ filter?: string;
323
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
324
+ expand?: string;
325
+ }
326
+ /** Contains response data for the listNext operation. */
327
+ export declare type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult;
328
+ /** Optional parameters. */
329
+ export interface ChildAvailabilityStatusesGetByResourceOptionalParams extends coreClient.OperationOptions {
330
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
331
+ filter?: string;
332
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
333
+ expand?: string;
334
+ }
335
+ /** Contains response data for the getByResource operation. */
336
+ export declare type ChildAvailabilityStatusesGetByResourceResponse = AvailabilityStatus;
337
+ /** Optional parameters. */
338
+ export interface ChildAvailabilityStatusesListOptionalParams extends coreClient.OperationOptions {
339
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
340
+ filter?: string;
341
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
342
+ expand?: string;
343
+ }
344
+ /** Contains response data for the list operation. */
345
+ export declare type ChildAvailabilityStatusesListResponse = AvailabilityStatusListResult;
346
+ /** Optional parameters. */
347
+ export interface ChildAvailabilityStatusesListNextOptionalParams extends coreClient.OperationOptions {
348
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
349
+ filter?: string;
350
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
351
+ expand?: string;
352
+ }
353
+ /** Contains response data for the listNext operation. */
354
+ export declare type ChildAvailabilityStatusesListNextResponse = AvailabilityStatusListResult;
355
+ /** Optional parameters. */
356
+ export interface ChildResourcesListOptionalParams extends coreClient.OperationOptions {
357
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
358
+ filter?: string;
359
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
360
+ expand?: string;
361
+ }
362
+ /** Contains response data for the list operation. */
363
+ export declare type ChildResourcesListResponse = AvailabilityStatusListResult;
364
+ /** Optional parameters. */
365
+ export interface ChildResourcesListNextOptionalParams extends coreClient.OperationOptions {
366
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
367
+ filter?: string;
368
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
369
+ expand?: string;
370
+ }
371
+ /** Contains response data for the listNext operation. */
372
+ export declare type ChildResourcesListNextResponse = AvailabilityStatusListResult;
373
+ /** Optional parameters. */
374
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
375
+ }
376
+ /** Contains response data for the list operation. */
377
+ export declare type OperationsListResponse = OperationListResult;
378
+ /** Optional parameters. */
379
+ export interface EmergingIssuesGetOptionalParams extends coreClient.OperationOptions {
380
+ }
381
+ /** Contains response data for the get operation. */
382
+ export declare type EmergingIssuesGetResponse = EmergingIssuesGetResult;
383
+ /** Optional parameters. */
384
+ export interface EmergingIssuesListOptionalParams extends coreClient.OperationOptions {
385
+ }
386
+ /** Contains response data for the list operation. */
387
+ export declare type EmergingIssuesListResponse = EmergingIssueListResult;
388
+ /** Optional parameters. */
389
+ export interface EmergingIssuesListNextOptionalParams extends coreClient.OperationOptions {
390
+ }
391
+ /** Contains response data for the listNext operation. */
392
+ export declare type EmergingIssuesListNextResponse = EmergingIssueListResult;
393
+ /** Optional parameters. */
394
+ export interface MicrosoftResourceHealthOptionalParams extends coreClient.ServiceClientOptions {
395
+ /** server parameter */
396
+ $host?: string;
397
+ /** Api Version */
398
+ apiVersion?: string;
399
+ /** Overrides client endpoint. */
400
+ endpoint?: string;
401
+ }
402
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ /** Known values of {@link SeverityValues} that the service accepts. */
9
+ export var KnownSeverityValues;
10
+ (function (KnownSeverityValues) {
11
+ KnownSeverityValues["Information"] = "Information";
12
+ KnownSeverityValues["Warning"] = "Warning";
13
+ KnownSeverityValues["Error"] = "Error";
14
+ })(KnownSeverityValues || (KnownSeverityValues = {}));
15
+ /** Known values of {@link StageValues} that the service accepts. */
16
+ export var KnownStageValues;
17
+ (function (KnownStageValues) {
18
+ KnownStageValues["Active"] = "Active";
19
+ KnownStageValues["Resolve"] = "Resolve";
20
+ KnownStageValues["Archived"] = "Archived";
21
+ })(KnownStageValues || (KnownStageValues = {}));
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0PH,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC7B,kDAA2B,CAAA;IAC3B,0CAAmB,CAAA;IACnB,sCAAe,CAAA;AACjB,CAAC,EAJW,mBAAmB,KAAnB,mBAAmB,QAI9B;AAaD,oEAAoE;AACpE,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,qCAAiB,CAAA;IACjB,uCAAmB,CAAA;IACnB,yCAAqB,CAAA;AACvB,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B"}
@@ -0,0 +1,21 @@
1
+ import * as coreClient from "@azure/core-client";
2
+ export declare const AvailabilityStatusListResult: coreClient.CompositeMapper;
3
+ export declare const AvailabilityStatus: coreClient.CompositeMapper;
4
+ export declare const AvailabilityStatusProperties: coreClient.CompositeMapper;
5
+ export declare const AvailabilityStatusPropertiesRecentlyResolvedState: coreClient.CompositeMapper;
6
+ export declare const RecommendedAction: coreClient.CompositeMapper;
7
+ export declare const ServiceImpactingEvent: coreClient.CompositeMapper;
8
+ export declare const ServiceImpactingEventStatus: coreClient.CompositeMapper;
9
+ export declare const ServiceImpactingEventIncidentProperties: coreClient.CompositeMapper;
10
+ export declare const ErrorResponse: coreClient.CompositeMapper;
11
+ export declare const OperationListResult: coreClient.CompositeMapper;
12
+ export declare const Operation: coreClient.CompositeMapper;
13
+ export declare const OperationDisplay: coreClient.CompositeMapper;
14
+ export declare const StatusBanner: coreClient.CompositeMapper;
15
+ export declare const StatusActiveEvent: coreClient.CompositeMapper;
16
+ export declare const EmergingIssueImpact: coreClient.CompositeMapper;
17
+ export declare const ImpactedRegion: coreClient.CompositeMapper;
18
+ export declare const Resource: coreClient.CompositeMapper;
19
+ export declare const EmergingIssueListResult: coreClient.CompositeMapper;
20
+ export declare const EmergingIssuesGetResult: coreClient.CompositeMapper;
21
+ //# sourceMappingURL=mappers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eA0BrD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,eAsC3C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,UAAU,CAAC,eAsHrD,CAAC;AAEF,eAAO,MAAM,iDAAiD,EAAE,UAAU,CAAC,eAyB1E,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyB1C,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,UAAU,CAAC,eAuC9C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAapD,CAAC;AAEF,eAAO,MAAM,uCAAuC,EAAE,UAAU,CAAC,eA+BhE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,eA4BtC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAoB5C,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAoBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eA+BzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA+BrC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAyE1C,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eA+B5C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAmBvC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eA4BjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAyBhD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,UAAU,CAAC,eAsChD,CAAC"}