oci-monitoring 2.86.3 → 2.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/client.d.ts CHANGED
@@ -103,7 +103,7 @@ export declare class MonitoringClient {
103
103
  * @param ChangeAlarmCompartmentRequest
104
104
  * @return ChangeAlarmCompartmentResponse
105
105
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
107
107
  */
108
108
  changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
109
109
  /**
@@ -121,7 +121,7 @@ export declare class MonitoringClient {
121
121
  * @param CreateAlarmRequest
122
122
  * @return CreateAlarmResponse
123
123
  * @throws OciError when an error occurs
124
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
125
125
  */
126
126
  createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
127
127
  /**
@@ -138,7 +138,7 @@ export declare class MonitoringClient {
138
138
  * @param CreateAlarmSuppressionRequest
139
139
  * @return CreateAlarmSuppressionResponse
140
140
  * @throws OciError when an error occurs
141
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
142
142
  */
143
143
  createAlarmSuppression(createAlarmSuppressionRequest: requests.CreateAlarmSuppressionRequest): Promise<responses.CreateAlarmSuppressionResponse>;
144
144
  /**
@@ -156,7 +156,7 @@ export declare class MonitoringClient {
156
156
  * @param DeleteAlarmRequest
157
157
  * @return DeleteAlarmResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
160
160
  */
161
161
  deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
162
162
  /**
@@ -173,7 +173,7 @@ export declare class MonitoringClient {
173
173
  * @param DeleteAlarmSuppressionRequest
174
174
  * @return DeleteAlarmSuppressionResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
177
177
  */
178
178
  deleteAlarmSuppression(deleteAlarmSuppressionRequest: requests.DeleteAlarmSuppressionRequest): Promise<responses.DeleteAlarmSuppressionResponse>;
179
179
  /**
@@ -191,7 +191,7 @@ export declare class MonitoringClient {
191
191
  * @param GetAlarmRequest
192
192
  * @return GetAlarmResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
195
195
  */
196
196
  getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
197
197
  /**
@@ -209,7 +209,7 @@ export declare class MonitoringClient {
209
209
  * @param GetAlarmHistoryRequest
210
210
  * @return GetAlarmHistoryResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
213
213
  */
214
214
  getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
215
215
  /**
@@ -226,7 +226,7 @@ export declare class MonitoringClient {
226
226
  * @param GetAlarmSuppressionRequest
227
227
  * @return GetAlarmSuppressionResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
230
230
  */
231
231
  getAlarmSuppression(getAlarmSuppressionRequest: requests.GetAlarmSuppressionRequest): Promise<responses.GetAlarmSuppressionResponse>;
232
232
  /**
@@ -244,7 +244,7 @@ export declare class MonitoringClient {
244
244
  * @param ListAlarmSuppressionsRequest
245
245
  * @return ListAlarmSuppressionsResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
248
248
  */
249
249
  listAlarmSuppressions(listAlarmSuppressionsRequest: requests.ListAlarmSuppressionsRequest): Promise<responses.ListAlarmSuppressionsResponse>;
250
250
  /**
@@ -262,7 +262,7 @@ export declare class MonitoringClient {
262
262
  * @param ListAlarmsRequest
263
263
  * @return ListAlarmsResponse
264
264
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
265
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
266
266
  */
267
267
  listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
268
268
  /**
@@ -315,7 +315,7 @@ export declare class MonitoringClient {
315
315
  * @param ListAlarmsStatusRequest
316
316
  * @return ListAlarmsStatusResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
319
319
  */
320
320
  listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
321
321
  /**
@@ -365,7 +365,7 @@ export declare class MonitoringClient {
365
365
  * @param ListMetricsRequest
366
366
  * @return ListMetricsResponse
367
367
  * @throws OciError when an error occurs
368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
369
369
  */
370
370
  listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
371
371
  /**
@@ -435,7 +435,7 @@ export declare class MonitoringClient {
435
435
  * @param PostMetricDataRequest
436
436
  * @return PostMetricDataResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
439
439
  */
440
440
  postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
441
441
  /**
@@ -453,7 +453,7 @@ export declare class MonitoringClient {
453
453
  * @param RemoveAlarmSuppressionRequest
454
454
  * @return RemoveAlarmSuppressionResponse
455
455
  * @throws OciError when an error occurs
456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
457
457
  */
458
458
  removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
459
459
  /**
@@ -473,7 +473,7 @@ export declare class MonitoringClient {
473
473
  * @param RetrieveDimensionStatesRequest
474
474
  * @return RetrieveDimensionStatesResponse
475
475
  * @throws OciError when an error occurs
476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
477
477
  */
478
478
  retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
479
479
  /**
@@ -490,7 +490,7 @@ export declare class MonitoringClient {
490
490
  * @param SummarizeAlarmSuppressionHistoryRequest
491
491
  * @return SummarizeAlarmSuppressionHistoryResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
494
494
  */
495
495
  summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest: requests.SummarizeAlarmSuppressionHistoryRequest): Promise<responses.SummarizeAlarmSuppressionHistoryResponse>;
496
496
  /**
@@ -508,7 +508,7 @@ export declare class MonitoringClient {
508
508
  * @param SummarizeMetricsDataRequest
509
509
  * @return SummarizeMetricsDataResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
512
512
  */
513
513
  summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
514
514
  /**
@@ -526,7 +526,7 @@ export declare class MonitoringClient {
526
526
  * @param UpdateAlarmRequest
527
527
  * @return UpdateAlarmResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
530
530
  */
531
531
  updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
532
532
  }
package/lib/client.js CHANGED
@@ -210,7 +210,7 @@ class MonitoringClient {
210
210
  * @param ChangeAlarmCompartmentRequest
211
211
  * @return ChangeAlarmCompartmentResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
214
214
  */
215
215
  changeAlarmCompartment(changeAlarmCompartmentRequest) {
216
216
  return __awaiter(this, void 0, void 0, function* () {
@@ -276,7 +276,7 @@ class MonitoringClient {
276
276
  * @param CreateAlarmRequest
277
277
  * @return CreateAlarmResponse
278
278
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
280
280
  */
281
281
  createAlarm(createAlarmRequest) {
282
282
  return __awaiter(this, void 0, void 0, function* () {
@@ -347,7 +347,7 @@ class MonitoringClient {
347
347
  * @param CreateAlarmSuppressionRequest
348
348
  * @return CreateAlarmSuppressionResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
351
351
  */
352
352
  createAlarmSuppression(createAlarmSuppressionRequest) {
353
353
  return __awaiter(this, void 0, void 0, function* () {
@@ -419,7 +419,7 @@ class MonitoringClient {
419
419
  * @param DeleteAlarmRequest
420
420
  * @return DeleteAlarmResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
423
423
  */
424
424
  deleteAlarm(deleteAlarmRequest) {
425
425
  return __awaiter(this, void 0, void 0, function* () {
@@ -482,7 +482,7 @@ class MonitoringClient {
482
482
  * @param DeleteAlarmSuppressionRequest
483
483
  * @return DeleteAlarmSuppressionResponse
484
484
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
486
486
  */
487
487
  deleteAlarmSuppression(deleteAlarmSuppressionRequest) {
488
488
  return __awaiter(this, void 0, void 0, function* () {
@@ -546,7 +546,7 @@ class MonitoringClient {
546
546
  * @param GetAlarmRequest
547
547
  * @return GetAlarmResponse
548
548
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
550
550
  */
551
551
  getAlarm(getAlarmRequest) {
552
552
  return __awaiter(this, void 0, void 0, function* () {
@@ -618,7 +618,7 @@ class MonitoringClient {
618
618
  * @param GetAlarmHistoryRequest
619
619
  * @return GetAlarmHistoryResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
622
622
  */
623
623
  getAlarmHistory(getAlarmHistoryRequest) {
624
624
  return __awaiter(this, void 0, void 0, function* () {
@@ -695,7 +695,7 @@ class MonitoringClient {
695
695
  * @param GetAlarmSuppressionRequest
696
696
  * @return GetAlarmSuppressionResponse
697
697
  * @throws OciError when an error occurs
698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
699
699
  */
700
700
  getAlarmSuppression(getAlarmSuppressionRequest) {
701
701
  return __awaiter(this, void 0, void 0, function* () {
@@ -767,7 +767,7 @@ class MonitoringClient {
767
767
  * @param ListAlarmSuppressionsRequest
768
768
  * @return ListAlarmSuppressionsResponse
769
769
  * @throws OciError when an error occurs
770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
771
771
  */
772
772
  listAlarmSuppressions(listAlarmSuppressionsRequest) {
773
773
  return __awaiter(this, void 0, void 0, function* () {
@@ -850,7 +850,7 @@ class MonitoringClient {
850
850
  * @param ListAlarmsRequest
851
851
  * @return ListAlarmsResponse
852
852
  * @throws OciError when an error occurs
853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
854
854
  */
855
855
  listAlarms(listAlarmsRequest) {
856
856
  return __awaiter(this, void 0, void 0, function* () {
@@ -972,7 +972,7 @@ class MonitoringClient {
972
972
  * @param ListAlarmsStatusRequest
973
973
  * @return ListAlarmsStatusResponse
974
974
  * @throws OciError when an error occurs
975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
975
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
976
976
  */
977
977
  listAlarmsStatus(listAlarmsStatusRequest) {
978
978
  return __awaiter(this, void 0, void 0, function* () {
@@ -1094,7 +1094,7 @@ class MonitoringClient {
1094
1094
  * @param ListMetricsRequest
1095
1095
  * @return ListMetricsResponse
1096
1096
  * @throws OciError when an error occurs
1097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
1098
1098
  */
1099
1099
  listMetrics(listMetricsRequest) {
1100
1100
  return __awaiter(this, void 0, void 0, function* () {
@@ -1230,7 +1230,7 @@ class MonitoringClient {
1230
1230
  * @param PostMetricDataRequest
1231
1231
  * @return PostMetricDataResponse
1232
1232
  * @throws OciError when an error occurs
1233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
1233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
1234
1234
  */
1235
1235
  postMetricData(postMetricDataRequest) {
1236
1236
  return __awaiter(this, void 0, void 0, function* () {
@@ -1297,7 +1297,7 @@ class MonitoringClient {
1297
1297
  * @param RemoveAlarmSuppressionRequest
1298
1298
  * @return RemoveAlarmSuppressionResponse
1299
1299
  * @throws OciError when an error occurs
1300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
1300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
1301
1301
  */
1302
1302
  removeAlarmSuppression(removeAlarmSuppressionRequest) {
1303
1303
  return __awaiter(this, void 0, void 0, function* () {
@@ -1363,7 +1363,7 @@ class MonitoringClient {
1363
1363
  * @param RetrieveDimensionStatesRequest
1364
1364
  * @return RetrieveDimensionStatesResponse
1365
1365
  * @throws OciError when an error occurs
1366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
1366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
1367
1367
  */
1368
1368
  retrieveDimensionStates(retrieveDimensionStatesRequest) {
1369
1369
  return __awaiter(this, void 0, void 0, function* () {
@@ -1438,7 +1438,7 @@ class MonitoringClient {
1438
1438
  * @param SummarizeAlarmSuppressionHistoryRequest
1439
1439
  * @return SummarizeAlarmSuppressionHistoryResponse
1440
1440
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
1442
1442
  */
1443
1443
  summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest) {
1444
1444
  return __awaiter(this, void 0, void 0, function* () {
@@ -1519,7 +1519,7 @@ class MonitoringClient {
1519
1519
  * @param SummarizeMetricsDataRequest
1520
1520
  * @return SummarizeMetricsDataResponse
1521
1521
  * @throws OciError when an error occurs
1522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1523
1523
  */
1524
1524
  summarizeMetricsData(summarizeMetricsDataRequest) {
1525
1525
  return __awaiter(this, void 0, void 0, function* () {
@@ -1588,7 +1588,7 @@ class MonitoringClient {
1588
1588
  * @param UpdateAlarmRequest
1589
1589
  * @return UpdateAlarmResponse
1590
1590
  * @throws OciError when an error occurs
1591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1592
1592
  */
1593
1593
  updateAlarm(updateAlarmRequest) {
1594
1594
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAlarmCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
17
17
  */
18
18
  export interface CreateAlarmRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppressionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppressionRequest.
17
17
  */
18
18
  export interface CreateAlarmSuppressionRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarmRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarmRequest.
16
16
  */
17
17
  export interface DeleteAlarmRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppressionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppressionRequest.
16
16
  */
17
17
  export interface DeleteAlarmSuppressionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
16
16
  */
17
17
  export interface GetAlarmHistoryRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
16
16
  */
17
17
  export interface GetAlarmRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppressionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppressionRequest.
16
16
  */
17
17
  export interface GetAlarmSuppressionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressionsRequest.
16
16
  */
17
17
  export interface ListAlarmSuppressionsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
16
16
  */
17
17
  export interface ListAlarmsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatusRequest.
16
16
  */
17
17
  export interface ListAlarmsStatusRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetricsRequest.
17
17
  */
18
18
  export interface ListMetricsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricDataRequest.
17
17
  */
18
18
  export interface PostMetricDataRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppressionRequest.
16
16
  */
17
17
  export interface RemoveAlarmSuppressionRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStatesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStatesRequest.
17
17
  */
18
18
  export interface RetrieveDimensionStatesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistoryRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistoryRequest.
17
17
  */
18
18
  export interface SummarizeAlarmSuppressionHistoryRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsDataRequest.
17
17
  */
18
18
  export interface SummarizeMetricsDataRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarmRequest.
17
17
  */
18
18
  export interface UpdateAlarmRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-monitoring",
3
- "version": "2.86.3",
3
+ "version": "2.87.0",
4
4
  "description": "OCI NodeJS client for Monitoring",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.86.3",
19
- "oci-workrequests": "2.86.3"
18
+ "oci-common": "2.87.0",
19
+ "oci-workrequests": "2.87.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"