@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.
Files changed (151) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +69 -83
  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 +393 -170
  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 +52 -36
  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/dist-esm/src/operations/index.d.ts +6 -0
  49. package/dist-esm/src/operations/index.d.ts.map +1 -0
  50. package/dist-esm/src/operations/index.js +13 -0
  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/dist-esm/src/operationsInterfaces/availabilityStatuses.js +9 -0
  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/dist-esm/src/operationsInterfaces/childAvailabilityStatuses.js +9 -0
  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/dist-esm/src/operationsInterfaces/operations.js +9 -0
  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 +67 -24
  85. package/review/arm-resourcehealth.api.md +396 -0
  86. package/rollup.config.js +184 -27
  87. package/src/index.ts +13 -0
  88. package/src/microsoftResourceHealth.ts +40 -38
  89. package/src/microsoftResourceHealthContext.ts +49 -47
  90. package/src/models/index.ts +382 -532
  91. package/src/models/mappers.ts +409 -175
  92. package/src/models/parameters.ts +66 -37
  93. package/src/operations/availabilityStatuses.ts +335 -272
  94. package/src/operations/childAvailabilityStatuses.ts +210 -0
  95. package/src/operations/childResources.ts +168 -0
  96. package/src/operations/emergingIssues.ts +165 -0
  97. package/src/operations/index.ts +6 -5
  98. package/src/operations/operations.ts +26 -41
  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 +4 -4
  106. package/types/arm-resourcehealth.d.ts +588 -0
  107. package/types/tsdoc-metadata.json +11 -0
  108. package/dist/arm-resourcehealth.js +0 -1047
  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 -26
  113. package/esm/microsoftResourceHealth.d.ts.map +0 -1
  114. package/esm/microsoftResourceHealth.js +0 -40
  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 -62
  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 -11
  123. package/esm/models/availabilityStatusesMappers.js.map +0 -1
  124. package/esm/models/index.d.ts +0 -589
  125. package/esm/models/index.d.ts.map +0 -1
  126. package/esm/models/index.js +0 -10
  127. package/esm/models/index.js.map +0 -1
  128. package/esm/models/mappers.d.ts +0 -16
  129. package/esm/models/mappers.d.ts.map +0 -1
  130. package/esm/models/mappers.js.map +0 -1
  131. package/esm/models/operationsMappers.d.ts +0 -2
  132. package/esm/models/operationsMappers.d.ts.map +0 -1
  133. package/esm/models/operationsMappers.js +0 -11
  134. package/esm/models/operationsMappers.js.map +0 -1
  135. package/esm/models/parameters.d.ts +0 -10
  136. package/esm/models/parameters.d.ts.map +0 -1
  137. package/esm/models/parameters.js.map +0 -1
  138. package/esm/operations/availabilityStatuses.d.ts +0 -166
  139. package/esm/operations/availabilityStatuses.d.ts.map +0 -1
  140. package/esm/operations/availabilityStatuses.js +0 -225
  141. package/esm/operations/availabilityStatuses.js.map +0 -1
  142. package/esm/operations/index.d.ts +0 -3
  143. package/esm/operations/index.d.ts.map +0 -1
  144. package/esm/operations/index.js +0 -12
  145. package/esm/operations/index.js.map +0 -1
  146. package/esm/operations/operations.d.ts +0 -28
  147. package/esm/operations/operations.d.ts.map +0 -1
  148. package/esm/operations/operations.js +0 -51
  149. package/esm/operations/operations.js.map +0 -1
  150. package/src/models/availabilityStatusesMappers.ts +0 -22
  151. package/src/models/operationsMappers.ts +0 -17
@@ -1,628 +1,478 @@
1
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.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9
7
  */
10
8
 
11
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
12
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
13
10
 
14
- export { BaseResource, CloudError };
11
+ /** The List availabilityStatus operation response. */
12
+ export interface AvailabilityStatusListResult {
13
+ /** The list of availabilityStatuses. */
14
+ value: AvailabilityStatus[];
15
+ /** The URI to fetch the next page of availabilityStatuses. Call ListNext() with this URI to fetch the next page of availabilityStatuses. */
16
+ nextLink?: string;
17
+ }
15
18
 
19
+ /** availabilityStatus of a resource. */
20
+ export interface AvailabilityStatus {
21
+ /** Azure Resource Manager Identity for the availabilityStatuses resource. */
22
+ id?: string;
23
+ /** current. */
24
+ name?: string;
25
+ /** Microsoft.ResourceHealth/AvailabilityStatuses. */
26
+ type?: string;
27
+ /** Azure Resource Manager geo location of the resource. */
28
+ location?: string;
29
+ /** Properties of availability state. */
30
+ properties?: AvailabilityStatusProperties;
31
+ }
16
32
 
17
- /**
18
- * @interface
19
- * An interface representing AvailabilityStatusPropertiesRecentlyResolvedState.
20
- * An annotation describing a change in the availabilityState to Available from
21
- * Unavailable with a reasonType of type Unplanned
22
- *
23
- */
33
+ /** Properties of availability state. */
34
+ export interface AvailabilityStatusProperties {
35
+ /** Availability status of the resource. When it is null, this availabilityStatus object represents an availability impacting event */
36
+ availabilityState?: AvailabilityStateValues;
37
+ /** Summary description of the availability status. */
38
+ summary?: string;
39
+ /** Details of the availability status. */
40
+ detailedStatus?: string;
41
+ /** 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. */
42
+ reasonType?: string;
43
+ /** When the resource's availabilityState is Unavailable, it provides the Timestamp for when the health impacting event was received. */
44
+ rootCauseAttributionTime?: Date;
45
+ /** In case of an availability impacting event, it describes when the health impacting event was originated. Examples are Lifecycle, Downtime, Fault Analysis etc. */
46
+ healthEventType?: string;
47
+ /** In case of an availability impacting event, it describes where the health impacting event was originated. Examples are PlatformInitiated, UserInitiated etc. */
48
+ healthEventCause?: string;
49
+ /** In case of an availability impacting event, it describes the category of a PlatformInitiated health impacting event. Examples are Planned, Unplanned etc. */
50
+ healthEventCategory?: string;
51
+ /** It is a unique Id that identifies the event */
52
+ healthEventId?: string;
53
+ /** 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. */
54
+ resolutionETA?: Date;
55
+ /** Timestamp for when last change in health status occurred. */
56
+ occuredTime?: Date;
57
+ /** Chronicity of the availability transition. */
58
+ reasonChronicity?: ReasonChronicityTypes;
59
+ /** Timestamp for when the health was last checked. */
60
+ reportedTime?: Date;
61
+ /** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */
62
+ recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;
63
+ /** Lists actions the user can take based on the current availabilityState of the resource. */
64
+ recommendedActions?: RecommendedAction[];
65
+ /** Lists the service impacting events that may be affecting the health of the resource. */
66
+ serviceImpactingEvents?: ServiceImpactingEvent[];
67
+ }
68
+
69
+ /** An annotation describing a change in the availabilityState to Available from Unavailable with a reasonType of type Unplanned */
24
70
  export interface AvailabilityStatusPropertiesRecentlyResolvedState {
25
- /**
26
- * @member {Date} [unavailableOccurredTime] Timestamp for when the
27
- * availabilityState changed to Unavailable
28
- */
71
+ /** Timestamp for when the availabilityState changed to Unavailable */
29
72
  unavailableOccurredTime?: Date;
30
- /**
31
- * @member {Date} [resolvedTime] Timestamp when the availabilityState changes
32
- * to Available.
33
- */
73
+ /** Timestamp when the availabilityState changes to Available. */
34
74
  resolvedTime?: Date;
35
- /**
36
- * @member {string} [unavailabilitySummary] Brief description of cause of the
37
- * resource becoming unavailable.
38
- */
75
+ /** Brief description of cause of the resource becoming unavailable. */
39
76
  unavailabilitySummary?: string;
40
77
  }
41
78
 
42
- /**
43
- * @interface
44
- * An interface representing RecommendedAction.
45
- * Lists actions the user can take based on the current availabilityState of
46
- * the resource.
47
- *
48
- */
79
+ /** Lists actions the user can take based on the current availabilityState of the resource. */
49
80
  export interface RecommendedAction {
50
- /**
51
- * @member {string} [action] Recommended action.
52
- */
81
+ /** Recommended action. */
53
82
  action?: string;
54
- /**
55
- * @member {string} [actionUrl] Link to the action
56
- */
83
+ /** Link to the action */
57
84
  actionUrl?: string;
58
- /**
59
- * @member {string} [actionUrlText] Substring of action, it describes which
60
- * text should host the action url.
61
- */
85
+ /** Substring of action, it describes which text should host the action url. */
62
86
  actionUrlText?: string;
63
87
  }
64
88
 
65
- /**
66
- * @interface
67
- * An interface representing ServiceImpactingEventStatus.
68
- * Status of the service impacting event.
69
- *
70
- */
89
+ /** Lists the service impacting events that may be affecting the health of the resource. */
90
+ export interface ServiceImpactingEvent {
91
+ /** Timestamp for when the event started. */
92
+ eventStartTime?: Date;
93
+ /** Timestamp for when event was submitted/detected. */
94
+ eventStatusLastModifiedTime?: Date;
95
+ /** Correlation id for the event */
96
+ correlationId?: string;
97
+ /** Status of the service impacting event. */
98
+ status?: ServiceImpactingEventStatus;
99
+ /** Properties of the service impacting event. */
100
+ incidentProperties?: ServiceImpactingEventIncidentProperties;
101
+ }
102
+
103
+ /** Status of the service impacting event. */
71
104
  export interface ServiceImpactingEventStatus {
72
- /**
73
- * @member {string} [value] Current status of the event
74
- */
105
+ /** Current status of the event */
75
106
  value?: string;
76
107
  }
77
108
 
78
- /**
79
- * @interface
80
- * An interface representing ServiceImpactingEventIncidentProperties.
81
- * Properties of the service impacting event.
82
- *
83
- */
109
+ /** Properties of the service impacting event. */
84
110
  export interface ServiceImpactingEventIncidentProperties {
85
- /**
86
- * @member {string} [title] Title of the incident.
87
- */
111
+ /** Title of the incident. */
88
112
  title?: string;
89
- /**
90
- * @member {string} [service] Service impacted by the event.
91
- */
113
+ /** Service impacted by the event. */
92
114
  service?: string;
93
- /**
94
- * @member {string} [region] Region impacted by the event.
95
- */
115
+ /** Region impacted by the event. */
96
116
  region?: string;
97
- /**
98
- * @member {string} [incidentType] Type of Event.
99
- */
117
+ /** Type of Event. */
100
118
  incidentType?: string;
101
119
  }
102
120
 
103
- /**
104
- * @interface
105
- * An interface representing ServiceImpactingEvent.
106
- * Lists the service impacting events that may be affecting the health of the
107
- * resource.
108
- *
109
- */
110
- export interface ServiceImpactingEvent {
111
- /**
112
- * @member {Date} [eventStartTime] Timestamp for when the event started.
113
- */
114
- eventStartTime?: Date;
115
- /**
116
- * @member {Date} [eventStatusLastModifiedTime] Timestamp for when event was
117
- * submitted/detected.
118
- */
119
- eventStatusLastModifiedTime?: Date;
121
+ /** Error details. */
122
+ export interface ErrorResponse {
120
123
  /**
121
- * @member {string} [correlationId] Correlation id for the event
124
+ * The error code.
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
122
126
  */
123
- correlationId?: string;
127
+ readonly code?: string;
124
128
  /**
125
- * @member {ServiceImpactingEventStatus} [status] Status of the service
126
- * impacting event.
129
+ * The error message.
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
131
  */
128
- status?: ServiceImpactingEventStatus;
132
+ readonly message?: string;
129
133
  /**
130
- * @member {ServiceImpactingEventIncidentProperties} [incidentProperties]
131
- * Properties of the service impacting event.
134
+ * The error details.
135
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
136
  */
133
- incidentProperties?: ServiceImpactingEventIncidentProperties;
137
+ readonly details?: string;
134
138
  }
135
139
 
136
- /**
137
- * @interface
138
- * An interface representing AvailabilityStatusProperties.
139
- * Properties of availability state.
140
- *
141
- */
142
- export interface AvailabilityStatusProperties {
143
- /**
144
- * @member {AvailabilityStateValues} [availabilityState] Availability status
145
- * of the resource. When it is null, this availabilityStatus object
146
- * represents an availability impacting event. Possible values include:
147
- * 'Available', 'Unavailable', 'Unknown'
148
- */
149
- availabilityState?: AvailabilityStateValues;
150
- /**
151
- * @member {string} [summary] Summary description of the availability status.
152
- */
153
- summary?: string;
154
- /**
155
- * @member {string} [detailedStatus] Details of the availability status.
156
- */
157
- detailedStatus?: string;
158
- /**
159
- * @member {string} [reasonType] When the resource's availabilityState is
160
- * Unavailable, it describes where the health impacting event was originated.
161
- * Examples are planned, unplanned, user initiated or an outage etc.
162
- */
163
- reasonType?: string;
164
- /**
165
- * @member {Date} [rootCauseAttributionTime] When the resource's
166
- * availabilityState is Unavailable, it provides the Timestamp for when the
167
- * health impacting event was received.
168
- */
169
- rootCauseAttributionTime?: Date;
170
- /**
171
- * @member {string} [healthEventType] In case of an availability impacting
172
- * event, it describes when the health impacting event was originated.
173
- * Examples are Lifecycle, Downtime, Fault Analysis etc.
174
- */
175
- healthEventType?: string;
176
- /**
177
- * @member {string} [healthEventCause] In case of an availability impacting
178
- * event, it describes where the health impacting event was originated.
179
- * Examples are PlatformInitiated, UserInitiated etc.
180
- */
181
- healthEventCause?: string;
182
- /**
183
- * @member {string} [healthEventCategory] In case of an availability
184
- * impacting event, it describes the category of a PlatformInitiated health
185
- * impacting event. Examples are Planned, Unplanned etc.
186
- */
187
- healthEventCategory?: string;
188
- /**
189
- * @member {string} [healthEventId] It is a unique Id that identifies the
190
- * event
191
- */
192
- healthEventId?: string;
193
- /**
194
- * @member {Date} [resolutionETA] When the resource's availabilityState is
195
- * Unavailable and the reasonType is not User Initiated, it provides the date
196
- * and time for when the issue is expected to be resolved.
197
- */
198
- resolutionETA?: Date;
199
- /**
200
- * @member {Date} [occuredTime] Timestamp for when last change in health
201
- * status occurred.
202
- */
203
- occuredTime?: Date;
204
- /**
205
- * @member {ReasonChronicityTypes} [reasonChronicity] Chronicity of the
206
- * availability transition. Possible values include: 'Transient',
207
- * 'Persistent'
208
- */
209
- reasonChronicity?: ReasonChronicityTypes;
210
- /**
211
- * @member {Date} [reportedTime] Timestamp for when the health was last
212
- * checked.
213
- */
214
- reportedTime?: Date;
215
- /**
216
- * @member {AvailabilityStatusPropertiesRecentlyResolvedState}
217
- * [recentlyResolvedState] An annotation describing a change in the
218
- * availabilityState to Available from Unavailable with a reasonType of type
219
- * Unplanned
220
- */
221
- recentlyResolvedState?: AvailabilityStatusPropertiesRecentlyResolvedState;
222
- /**
223
- * @member {RecommendedAction[]} [recommendedActions] Lists actions the user
224
- * can take based on the current availabilityState of the resource.
225
- */
226
- recommendedActions?: RecommendedAction[];
227
- /**
228
- * @member {ServiceImpactingEvent[]} [serviceImpactingEvents] Lists the
229
- * service impacting events that may be affecting the health of the resource.
230
- */
231
- serviceImpactingEvents?: ServiceImpactingEvent[];
140
+ /** Lists the operations response. */
141
+ export interface OperationListResult {
142
+ /** List of operations available in the resourcehealth resource provider. */
143
+ value: Operation[];
232
144
  }
233
145
 
234
- /**
235
- * @interface
236
- * An interface representing AvailabilityStatus.
237
- * availabilityStatus of a resource.
238
- *
239
- */
240
- export interface AvailabilityStatus {
241
- /**
242
- * @member {string} [id] Azure Resource Manager Identity for the
243
- * availabilityStatuses resource.
244
- */
245
- id?: string;
246
- /**
247
- * @member {string} [name] current.
248
- */
146
+ /** Operation available in the resourcehealth resource provider. */
147
+ export interface Operation {
148
+ /** Name of the operation. */
249
149
  name?: string;
250
- /**
251
- * @member {string} [type] Microsoft.ResourceHealth/AvailabilityStatuses.
252
- */
253
- type?: string;
254
- /**
255
- * @member {string} [location] Azure Resource Manager geo location of the
256
- * resource.
257
- */
258
- location?: string;
259
- /**
260
- * @member {AvailabilityStatusProperties} [properties] Properties of
261
- * availability state.
262
- */
263
- properties?: AvailabilityStatusProperties;
150
+ /** Properties of the operation. */
151
+ display?: OperationDisplay;
264
152
  }
265
153
 
266
- /**
267
- * @interface
268
- * An interface representing OperationDisplay.
269
- * Properties of the operation.
270
- *
271
- */
154
+ /** Properties of the operation. */
272
155
  export interface OperationDisplay {
273
- /**
274
- * @member {string} [provider] Provider name.
275
- */
156
+ /** Provider name. */
276
157
  provider?: string;
277
- /**
278
- * @member {string} [resource] Resource name.
279
- */
158
+ /** Resource name. */
280
159
  resource?: string;
281
- /**
282
- * @member {string} [operation] Operation name.
283
- */
160
+ /** Operation name. */
284
161
  operation?: string;
285
- /**
286
- * @member {string} [description] Description of the operation.
287
- */
162
+ /** Description of the operation. */
288
163
  description?: string;
289
164
  }
290
165
 
291
- /**
292
- * @interface
293
- * An interface representing Operation.
294
- * Operation available in the resourcehealth resource provider.
295
- *
296
- */
297
- export interface Operation {
298
- /**
299
- * @member {string} [name] Name of the operation.
300
- */
166
+ /** Banner type of emerging issue. */
167
+ export interface StatusBanner {
168
+ /** The banner title. */
169
+ title?: string;
170
+ /** The details of banner. */
171
+ message?: string;
172
+ /** The cloud type of this banner. */
173
+ cloud?: string;
174
+ /** The last time modified on this banner. */
175
+ lastModifiedTime?: Date;
176
+ }
177
+
178
+ /** Active event type of emerging issue. */
179
+ export interface StatusActiveEvent {
180
+ /** The active event title. */
181
+ title?: string;
182
+ /** The details of active event. */
183
+ description?: string;
184
+ /** The tracking id of this active event. */
185
+ trackingId?: string;
186
+ /** The impact start time on this active event. */
187
+ startTime?: Date;
188
+ /** The cloud type of this active event. */
189
+ cloud?: string;
190
+ /** The severity level of this active event. */
191
+ severity?: SeverityValues;
192
+ /** The stage of this active event. */
193
+ stage?: StageValues;
194
+ /** The boolean value of this active event if published or not. */
195
+ published?: boolean;
196
+ /** The last time modified on this banner. */
197
+ lastModifiedTime?: Date;
198
+ /** The list of emerging issues impacts. */
199
+ impacts?: EmergingIssueImpact[];
200
+ }
201
+
202
+ /** Object of the emerging issue impact on services and regions. */
203
+ export interface EmergingIssueImpact {
204
+ /** The impacted service id. */
205
+ id?: string;
206
+ /** The impacted service name. */
301
207
  name?: string;
302
- /**
303
- * @member {OperationDisplay} [display] Properties of the operation.
304
- */
305
- display?: OperationDisplay;
208
+ /** The list of impacted regions for corresponding emerging issues. */
209
+ regions?: ImpactedRegion[];
306
210
  }
307
211
 
308
- /**
309
- * @interface
310
- * An interface representing OperationListResult.
311
- * Lists the operations response.
312
- *
313
- */
314
- export interface OperationListResult {
315
- /**
316
- * @member {Operation[]} value List of operations available in the
317
- * resourcehealth resource provider.
318
- */
319
- value: Operation[];
212
+ /** Object of impacted region. */
213
+ export interface ImpactedRegion {
214
+ /** The impacted region id. */
215
+ id?: string;
216
+ /** The impacted region name. */
217
+ name?: string;
320
218
  }
321
219
 
322
- /**
323
- * @interface
324
- * An interface representing ErrorResponse.
325
- * Error details.
326
- *
327
- */
328
- export interface ErrorResponse {
220
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
221
+ export interface Resource {
329
222
  /**
330
- * @member {string} [code] The error code.
331
- * **NOTE: This property will not be serialized. It can only be populated by
332
- * the server.**
223
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
333
225
  */
334
- readonly code?: string;
226
+ readonly id?: string;
335
227
  /**
336
- * @member {string} [message] The error message.
337
- * **NOTE: This property will not be serialized. It can only be populated by
338
- * the server.**
228
+ * The name of the resource
229
+ * NOTE: This property will not be serialized. It can only be populated by the server.
339
230
  */
340
- readonly message?: string;
231
+ readonly name?: string;
341
232
  /**
342
- * @member {string} [details] The error details.
343
- * **NOTE: This property will not be serialized. It can only be populated by
344
- * the server.**
233
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
234
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
235
  */
346
- readonly details?: string;
236
+ readonly type?: string;
237
+ }
238
+
239
+ /** The list of emerging issues. */
240
+ export interface EmergingIssueListResult {
241
+ /** The list of emerging issues. */
242
+ value?: EmergingIssuesGetResult[];
243
+ /** The link used to get the next page of emerging issues. */
244
+ nextLink?: string;
245
+ }
246
+
247
+ /** The Get EmergingIssues operation response. */
248
+ export type EmergingIssuesGetResult = Resource & {
249
+ /** Timestamp for when last time refreshed for ongoing emerging issue. */
250
+ refreshTimestamp?: Date;
251
+ /** The list of emerging issues of banner type. */
252
+ statusBanners?: StatusBanner[];
253
+ /** The list of emerging issues of active event type. */
254
+ statusActiveEvents?: StatusActiveEvent[];
255
+ };
256
+
257
+ /** Known values of {@link SeverityValues} that the service accepts. */
258
+ export enum KnownSeverityValues {
259
+ Information = "Information",
260
+ Warning = "Warning",
261
+ Error = "Error"
347
262
  }
348
263
 
349
264
  /**
350
- * @interface
351
- * An interface representing AvailabilityStatusesListBySubscriptionIdOptionalParams.
352
- * Optional Parameters.
353
- *
354
- * @extends RequestOptionsBase
265
+ * Defines values for SeverityValues. \
266
+ * {@link KnownSeverityValues} can be used interchangeably with SeverityValues,
267
+ * this enum contains the known values that the service supports.
268
+ * ### Known values supported by the service
269
+ * **Information** \
270
+ * **Warning** \
271
+ * **Error**
355
272
  */
356
- export interface AvailabilityStatusesListBySubscriptionIdOptionalParams extends msRest.RequestOptionsBase {
357
- /**
358
- * @member {string} [filter] The filter to apply on the operation. For more
359
- * information please see
360
- * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
361
- */
362
- filter?: string;
363
- /**
364
- * @member {string} [expand] Setting $expand=recommendedactions in url query
365
- * expands the recommendedactions in the response.
366
- */
367
- expand?: string;
273
+ export type SeverityValues = string;
274
+
275
+ /** Known values of {@link StageValues} that the service accepts. */
276
+ export enum KnownStageValues {
277
+ Active = "Active",
278
+ Resolve = "Resolve",
279
+ Archived = "Archived"
368
280
  }
369
281
 
370
282
  /**
371
- * @interface
372
- * An interface representing AvailabilityStatusesListByResourceGroupOptionalParams.
373
- * Optional Parameters.
374
- *
375
- * @extends RequestOptionsBase
283
+ * Defines values for StageValues. \
284
+ * {@link KnownStageValues} can be used interchangeably with StageValues,
285
+ * this enum contains the known values that the service supports.
286
+ * ### Known values supported by the service
287
+ * **Active** \
288
+ * **Resolve** \
289
+ * **Archived**
376
290
  */
377
- export interface AvailabilityStatusesListByResourceGroupOptionalParams extends msRest.RequestOptionsBase {
378
- /**
379
- * @member {string} [filter] The filter to apply on the operation. For more
380
- * information please see
381
- * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
382
- */
291
+ export type StageValues = string;
292
+ /** Defines values for AvailabilityStateValues. */
293
+ export type AvailabilityStateValues = "Available" | "Unavailable" | "Unknown";
294
+ /** Defines values for ReasonChronicityTypes. */
295
+ export type ReasonChronicityTypes = "Transient" | "Persistent";
296
+
297
+ /** Optional parameters. */
298
+ export interface AvailabilityStatusesListBySubscriptionIdOptionalParams
299
+ extends coreClient.OperationOptions {
300
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
383
301
  filter?: string;
384
- /**
385
- * @member {string} [expand] Setting $expand=recommendedactions in url query
386
- * expands the recommendedactions in the response.
387
- */
302
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
388
303
  expand?: string;
389
304
  }
390
305
 
391
- /**
392
- * @interface
393
- * An interface representing AvailabilityStatusesGetByResourceOptionalParams.
394
- * Optional Parameters.
395
- *
396
- * @extends RequestOptionsBase
397
- */
398
- export interface AvailabilityStatusesGetByResourceOptionalParams extends msRest.RequestOptionsBase {
399
- /**
400
- * @member {string} [filter] The filter to apply on the operation. For more
401
- * information please see
402
- * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
403
- */
306
+ /** Contains response data for the listBySubscriptionId operation. */
307
+ export type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult;
308
+
309
+ /** Optional parameters. */
310
+ export interface AvailabilityStatusesListByResourceGroupOptionalParams
311
+ 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 */
404
313
  filter?: string;
405
- /**
406
- * @member {string} [expand] Setting $expand=recommendedactions in url query
407
- * expands the recommendedactions in the response.
408
- */
314
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
409
315
  expand?: string;
410
316
  }
411
317
 
412
- /**
413
- * @interface
414
- * An interface representing AvailabilityStatusesListOptionalParams.
415
- * Optional Parameters.
416
- *
417
- * @extends RequestOptionsBase
418
- */
419
- export interface AvailabilityStatusesListOptionalParams extends msRest.RequestOptionsBase {
420
- /**
421
- * @member {string} [filter] The filter to apply on the operation. For more
422
- * information please see
423
- * https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
424
- */
318
+ /** Contains response data for the listByResourceGroup operation. */
319
+ export type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult;
320
+
321
+ /** Optional parameters. */
322
+ export interface AvailabilityStatusesGetByResourceOptionalParams
323
+ extends coreClient.OperationOptions {
324
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
425
325
  filter?: string;
426
- /**
427
- * @member {string} [expand] Setting $expand=recommendedactions in url query
428
- * expands the recommendedactions in the response.
429
- */
326
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
430
327
  expand?: string;
431
328
  }
432
329
 
433
- /**
434
- * @interface
435
- * An interface representing MicrosoftResourceHealthOptions.
436
- * @extends AzureServiceClientOptions
437
- */
438
- export interface MicrosoftResourceHealthOptions extends AzureServiceClientOptions {
439
- /**
440
- * @member {string} [baseUri]
441
- */
442
- baseUri?: string;
330
+ /** Contains response data for the getByResource operation. */
331
+ export type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus;
332
+
333
+ /** Optional parameters. */
334
+ export interface AvailabilityStatusesListOptionalParams
335
+ extends coreClient.OperationOptions {
336
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
337
+ filter?: string;
338
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
339
+ expand?: string;
443
340
  }
444
341
 
342
+ /** Contains response data for the list operation. */
343
+ export type AvailabilityStatusesListResponse = AvailabilityStatusListResult;
445
344
 
446
- /**
447
- * @interface
448
- * An interface representing the AvailabilityStatusListResult.
449
- * The List availabilityStatus operation response.
450
- *
451
- * @extends Array<AvailabilityStatus>
452
- */
453
- export interface AvailabilityStatusListResult extends Array<AvailabilityStatus> {
454
- /**
455
- * @member {string} [nextLink] The URI to fetch the next page of
456
- * availabilityStatuses. Call ListNext() with this URI to fetch the next page
457
- * of availabilityStatuses.
458
- */
459
- nextLink?: string;
345
+ /** Optional parameters. */
346
+ export interface AvailabilityStatusesListBySubscriptionIdNextOptionalParams
347
+ 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;
460
352
  }
461
353
 
462
- /**
463
- * Defines values for AvailabilityStateValues.
464
- * Possible values include: 'Available', 'Unavailable', 'Unknown'
465
- * @readonly
466
- * @enum {string}
467
- */
468
- export type AvailabilityStateValues = 'Available' | 'Unavailable' | 'Unknown';
354
+ /** Contains response data for the listBySubscriptionIdNext operation. */
355
+ export type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult;
469
356
 
470
- /**
471
- * Defines values for ReasonChronicityTypes.
472
- * Possible values include: 'Transient', 'Persistent'
473
- * @readonly
474
- * @enum {string}
475
- */
476
- export type ReasonChronicityTypes = 'Transient' | 'Persistent';
357
+ /** Optional parameters. */
358
+ export interface AvailabilityStatusesListByResourceGroupNextOptionalParams
359
+ extends coreClient.OperationOptions {
360
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
361
+ filter?: string;
362
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
363
+ expand?: string;
364
+ }
477
365
 
478
- /**
479
- * Contains response data for the listBySubscriptionId operation.
480
- */
481
- export type AvailabilityStatusesListBySubscriptionIdResponse = AvailabilityStatusListResult & {
482
- /**
483
- * The underlying HTTP response.
484
- */
485
- _response: msRest.HttpResponse & {
486
- /**
487
- * The response body as text (string format)
488
- */
489
- bodyAsText: string;
490
- /**
491
- * The response body as parsed JSON or XML
492
- */
493
- parsedBody: AvailabilityStatusListResult;
494
- };
495
- };
366
+ /** Contains response data for the listByResourceGroupNext operation. */
367
+ export type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult;
496
368
 
497
- /**
498
- * Contains response data for the listByResourceGroup operation.
499
- */
500
- export type AvailabilityStatusesListByResourceGroupResponse = AvailabilityStatusListResult & {
501
- /**
502
- * The underlying HTTP response.
503
- */
504
- _response: msRest.HttpResponse & {
505
- /**
506
- * The response body as text (string format)
507
- */
508
- bodyAsText: string;
509
- /**
510
- * The response body as parsed JSON or XML
511
- */
512
- parsedBody: AvailabilityStatusListResult;
513
- };
514
- };
369
+ /** Optional parameters. */
370
+ export interface AvailabilityStatusesListNextOptionalParams
371
+ extends coreClient.OperationOptions {
372
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
373
+ filter?: string;
374
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
375
+ expand?: string;
376
+ }
515
377
 
516
- /**
517
- * Contains response data for the getByResource operation.
518
- */
519
- export type AvailabilityStatusesGetByResourceResponse = AvailabilityStatus & {
520
- /**
521
- * The underlying HTTP response.
522
- */
523
- _response: msRest.HttpResponse & {
524
- /**
525
- * The response body as text (string format)
526
- */
527
- bodyAsText: string;
528
- /**
529
- * The response body as parsed JSON or XML
530
- */
531
- parsedBody: AvailabilityStatus;
532
- };
533
- };
378
+ /** Contains response data for the listNext operation. */
379
+ export type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult;
534
380
 
535
- /**
536
- * Contains response data for the list operation.
537
- */
538
- export type AvailabilityStatusesListResponse = AvailabilityStatusListResult & {
539
- /**
540
- * The underlying HTTP response.
541
- */
542
- _response: msRest.HttpResponse & {
543
- /**
544
- * The response body as text (string format)
545
- */
546
- bodyAsText: string;
547
- /**
548
- * The response body as parsed JSON or XML
549
- */
550
- parsedBody: AvailabilityStatusListResult;
551
- };
552
- };
381
+ /** Optional parameters. */
382
+ export interface ChildAvailabilityStatusesGetByResourceOptionalParams
383
+ extends coreClient.OperationOptions {
384
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
385
+ filter?: string;
386
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
387
+ expand?: string;
388
+ }
553
389
 
554
- /**
555
- * Contains response data for the listBySubscriptionIdNext operation.
556
- */
557
- export type AvailabilityStatusesListBySubscriptionIdNextResponse = AvailabilityStatusListResult & {
558
- /**
559
- * The underlying HTTP response.
560
- */
561
- _response: msRest.HttpResponse & {
562
- /**
563
- * The response body as text (string format)
564
- */
565
- bodyAsText: string;
566
- /**
567
- * The response body as parsed JSON or XML
568
- */
569
- parsedBody: AvailabilityStatusListResult;
570
- };
571
- };
390
+ /** Contains response data for the getByResource operation. */
391
+ export type ChildAvailabilityStatusesGetByResourceResponse = AvailabilityStatus;
572
392
 
573
- /**
574
- * Contains response data for the listByResourceGroupNext operation.
575
- */
576
- export type AvailabilityStatusesListByResourceGroupNextResponse = AvailabilityStatusListResult & {
577
- /**
578
- * The underlying HTTP response.
579
- */
580
- _response: msRest.HttpResponse & {
581
- /**
582
- * The response body as text (string format)
583
- */
584
- bodyAsText: string;
585
- /**
586
- * The response body as parsed JSON or XML
587
- */
588
- parsedBody: AvailabilityStatusListResult;
589
- };
590
- };
393
+ /** Optional parameters. */
394
+ export interface ChildAvailabilityStatusesListOptionalParams
395
+ extends coreClient.OperationOptions {
396
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
397
+ filter?: string;
398
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
399
+ expand?: string;
400
+ }
591
401
 
592
- /**
593
- * Contains response data for the listNext operation.
594
- */
595
- export type AvailabilityStatusesListNextResponse = AvailabilityStatusListResult & {
596
- /**
597
- * The underlying HTTP response.
598
- */
599
- _response: msRest.HttpResponse & {
600
- /**
601
- * The response body as text (string format)
602
- */
603
- bodyAsText: string;
604
- /**
605
- * The response body as parsed JSON or XML
606
- */
607
- parsedBody: AvailabilityStatusListResult;
608
- };
609
- };
402
+ /** Contains response data for the list operation. */
403
+ export type ChildAvailabilityStatusesListResponse = AvailabilityStatusListResult;
610
404
 
611
- /**
612
- * Contains response data for the list operation.
613
- */
614
- export type OperationsListResponse = OperationListResult & {
615
- /**
616
- * The underlying HTTP response.
617
- */
618
- _response: msRest.HttpResponse & {
619
- /**
620
- * The response body as text (string format)
621
- */
622
- bodyAsText: string;
623
- /**
624
- * The response body as parsed JSON or XML
625
- */
626
- parsedBody: OperationListResult;
627
- };
628
- };
405
+ /** Optional parameters. */
406
+ export interface ChildAvailabilityStatusesListNextOptionalParams
407
+ extends coreClient.OperationOptions {
408
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
409
+ filter?: string;
410
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
411
+ expand?: string;
412
+ }
413
+
414
+ /** Contains response data for the listNext operation. */
415
+ export type ChildAvailabilityStatusesListNextResponse = AvailabilityStatusListResult;
416
+
417
+ /** Optional parameters. */
418
+ export interface ChildResourcesListOptionalParams
419
+ extends coreClient.OperationOptions {
420
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
421
+ filter?: string;
422
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
423
+ expand?: string;
424
+ }
425
+
426
+ /** Contains response data for the list operation. */
427
+ export type ChildResourcesListResponse = AvailabilityStatusListResult;
428
+
429
+ /** Optional parameters. */
430
+ export interface ChildResourcesListNextOptionalParams
431
+ extends coreClient.OperationOptions {
432
+ /** The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN */
433
+ filter?: string;
434
+ /** Setting $expand=recommendedactions in url query expands the recommendedactions in the response. */
435
+ expand?: string;
436
+ }
437
+
438
+ /** Contains response data for the listNext operation. */
439
+ export type ChildResourcesListNextResponse = AvailabilityStatusListResult;
440
+
441
+ /** Optional parameters. */
442
+ export interface OperationsListOptionalParams
443
+ extends coreClient.OperationOptions {}
444
+
445
+ /** Contains response data for the list operation. */
446
+ export type OperationsListResponse = OperationListResult;
447
+
448
+ /** Optional parameters. */
449
+ export interface EmergingIssuesGetOptionalParams
450
+ extends coreClient.OperationOptions {}
451
+
452
+ /** Contains response data for the get operation. */
453
+ export type EmergingIssuesGetResponse = EmergingIssuesGetResult;
454
+
455
+ /** Optional parameters. */
456
+ export interface EmergingIssuesListOptionalParams
457
+ extends coreClient.OperationOptions {}
458
+
459
+ /** Contains response data for the list operation. */
460
+ export type EmergingIssuesListResponse = EmergingIssueListResult;
461
+
462
+ /** Optional parameters. */
463
+ export interface EmergingIssuesListNextOptionalParams
464
+ extends coreClient.OperationOptions {}
465
+
466
+ /** Contains response data for the listNext operation. */
467
+ export type EmergingIssuesListNextResponse = EmergingIssueListResult;
468
+
469
+ /** Optional parameters. */
470
+ export interface MicrosoftResourceHealthOptionalParams
471
+ extends coreClient.ServiceClientOptions {
472
+ /** server parameter */
473
+ $host?: string;
474
+ /** Api Version */
475
+ apiVersion?: string;
476
+ /** Overrides client endpoint. */
477
+ endpoint?: string;
478
+ }