oci-monitoring 2.80.0 → 2.81.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
@@ -99,7 +99,7 @@ export declare class MonitoringClient {
99
99
  * @param ChangeAlarmCompartmentRequest
100
100
  * @return ChangeAlarmCompartmentResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
103
103
  */
104
104
  changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
105
105
  /**
@@ -117,7 +117,7 @@ export declare class MonitoringClient {
117
117
  * @param CreateAlarmRequest
118
118
  * @return CreateAlarmResponse
119
119
  * @throws OciError when an error occurs
120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
121
121
  */
122
122
  createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
123
123
  /**
@@ -134,7 +134,7 @@ export declare class MonitoringClient {
134
134
  * @param CreateAlarmSuppressionRequest
135
135
  * @return CreateAlarmSuppressionResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
138
138
  */
139
139
  createAlarmSuppression(createAlarmSuppressionRequest: requests.CreateAlarmSuppressionRequest): Promise<responses.CreateAlarmSuppressionResponse>;
140
140
  /**
@@ -152,7 +152,7 @@ export declare class MonitoringClient {
152
152
  * @param DeleteAlarmRequest
153
153
  * @return DeleteAlarmResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
156
156
  */
157
157
  deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
158
158
  /**
@@ -169,7 +169,7 @@ export declare class MonitoringClient {
169
169
  * @param DeleteAlarmSuppressionRequest
170
170
  * @return DeleteAlarmSuppressionResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
173
173
  */
174
174
  deleteAlarmSuppression(deleteAlarmSuppressionRequest: requests.DeleteAlarmSuppressionRequest): Promise<responses.DeleteAlarmSuppressionResponse>;
175
175
  /**
@@ -187,7 +187,7 @@ export declare class MonitoringClient {
187
187
  * @param GetAlarmRequest
188
188
  * @return GetAlarmResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
191
191
  */
192
192
  getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
193
193
  /**
@@ -205,7 +205,7 @@ export declare class MonitoringClient {
205
205
  * @param GetAlarmHistoryRequest
206
206
  * @return GetAlarmHistoryResponse
207
207
  * @throws OciError when an error occurs
208
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
209
209
  */
210
210
  getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
211
211
  /**
@@ -222,7 +222,7 @@ export declare class MonitoringClient {
222
222
  * @param GetAlarmSuppressionRequest
223
223
  * @return GetAlarmSuppressionResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
226
226
  */
227
227
  getAlarmSuppression(getAlarmSuppressionRequest: requests.GetAlarmSuppressionRequest): Promise<responses.GetAlarmSuppressionResponse>;
228
228
  /**
@@ -240,7 +240,7 @@ export declare class MonitoringClient {
240
240
  * @param ListAlarmSuppressionsRequest
241
241
  * @return ListAlarmSuppressionsResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
244
244
  */
245
245
  listAlarmSuppressions(listAlarmSuppressionsRequest: requests.ListAlarmSuppressionsRequest): Promise<responses.ListAlarmSuppressionsResponse>;
246
246
  /**
@@ -258,7 +258,7 @@ export declare class MonitoringClient {
258
258
  * @param ListAlarmsRequest
259
259
  * @return ListAlarmsResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
262
262
  */
263
263
  listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
264
264
  /**
@@ -311,7 +311,7 @@ export declare class MonitoringClient {
311
311
  * @param ListAlarmsStatusRequest
312
312
  * @return ListAlarmsStatusResponse
313
313
  * @throws OciError when an error occurs
314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
315
315
  */
316
316
  listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
317
317
  /**
@@ -361,7 +361,7 @@ export declare class MonitoringClient {
361
361
  * @param ListMetricsRequest
362
362
  * @return ListMetricsResponse
363
363
  * @throws OciError when an error occurs
364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
365
365
  */
366
366
  listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
367
367
  /**
@@ -431,7 +431,7 @@ export declare class MonitoringClient {
431
431
  * @param PostMetricDataRequest
432
432
  * @return PostMetricDataResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
435
435
  */
436
436
  postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
437
437
  /**
@@ -449,7 +449,7 @@ export declare class MonitoringClient {
449
449
  * @param RemoveAlarmSuppressionRequest
450
450
  * @return RemoveAlarmSuppressionResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
453
453
  */
454
454
  removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
455
455
  /**
@@ -469,7 +469,7 @@ export declare class MonitoringClient {
469
469
  * @param RetrieveDimensionStatesRequest
470
470
  * @return RetrieveDimensionStatesResponse
471
471
  * @throws OciError when an error occurs
472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
473
473
  */
474
474
  retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
475
475
  /**
@@ -486,7 +486,7 @@ export declare class MonitoringClient {
486
486
  * @param SummarizeAlarmSuppressionHistoryRequest
487
487
  * @return SummarizeAlarmSuppressionHistoryResponse
488
488
  * @throws OciError when an error occurs
489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
490
490
  */
491
491
  summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest: requests.SummarizeAlarmSuppressionHistoryRequest): Promise<responses.SummarizeAlarmSuppressionHistoryResponse>;
492
492
  /**
@@ -504,7 +504,7 @@ export declare class MonitoringClient {
504
504
  * @param SummarizeMetricsDataRequest
505
505
  * @return SummarizeMetricsDataResponse
506
506
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
508
508
  */
509
509
  summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
510
510
  /**
@@ -522,7 +522,7 @@ export declare class MonitoringClient {
522
522
  * @param UpdateAlarmRequest
523
523
  * @return UpdateAlarmResponse
524
524
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
526
526
  */
527
527
  updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
528
528
  }
package/lib/client.js CHANGED
@@ -204,7 +204,7 @@ class MonitoringClient {
204
204
  * @param ChangeAlarmCompartmentRequest
205
205
  * @return ChangeAlarmCompartmentResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
208
208
  */
209
209
  changeAlarmCompartment(changeAlarmCompartmentRequest) {
210
210
  return __awaiter(this, void 0, void 0, function* () {
@@ -270,7 +270,7 @@ class MonitoringClient {
270
270
  * @param CreateAlarmRequest
271
271
  * @return CreateAlarmResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
274
274
  */
275
275
  createAlarm(createAlarmRequest) {
276
276
  return __awaiter(this, void 0, void 0, function* () {
@@ -341,7 +341,7 @@ class MonitoringClient {
341
341
  * @param CreateAlarmSuppressionRequest
342
342
  * @return CreateAlarmSuppressionResponse
343
343
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/CreateAlarmSuppression.ts.html |here} to see how to use CreateAlarmSuppression API.
345
345
  */
346
346
  createAlarmSuppression(createAlarmSuppressionRequest) {
347
347
  return __awaiter(this, void 0, void 0, function* () {
@@ -413,7 +413,7 @@ class MonitoringClient {
413
413
  * @param DeleteAlarmRequest
414
414
  * @return DeleteAlarmResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
417
417
  */
418
418
  deleteAlarm(deleteAlarmRequest) {
419
419
  return __awaiter(this, void 0, void 0, function* () {
@@ -476,7 +476,7 @@ class MonitoringClient {
476
476
  * @param DeleteAlarmSuppressionRequest
477
477
  * @return DeleteAlarmSuppressionResponse
478
478
  * @throws OciError when an error occurs
479
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/DeleteAlarmSuppression.ts.html |here} to see how to use DeleteAlarmSuppression API.
480
480
  */
481
481
  deleteAlarmSuppression(deleteAlarmSuppressionRequest) {
482
482
  return __awaiter(this, void 0, void 0, function* () {
@@ -540,7 +540,7 @@ class MonitoringClient {
540
540
  * @param GetAlarmRequest
541
541
  * @return GetAlarmResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
544
544
  */
545
545
  getAlarm(getAlarmRequest) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
@@ -612,7 +612,7 @@ class MonitoringClient {
612
612
  * @param GetAlarmHistoryRequest
613
613
  * @return GetAlarmHistoryResponse
614
614
  * @throws OciError when an error occurs
615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
616
616
  */
617
617
  getAlarmHistory(getAlarmHistoryRequest) {
618
618
  return __awaiter(this, void 0, void 0, function* () {
@@ -689,7 +689,7 @@ class MonitoringClient {
689
689
  * @param GetAlarmSuppressionRequest
690
690
  * @return GetAlarmSuppressionResponse
691
691
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
692
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/GetAlarmSuppression.ts.html |here} to see how to use GetAlarmSuppression API.
693
693
  */
694
694
  getAlarmSuppression(getAlarmSuppressionRequest) {
695
695
  return __awaiter(this, void 0, void 0, function* () {
@@ -761,7 +761,7 @@ class MonitoringClient {
761
761
  * @param ListAlarmSuppressionsRequest
762
762
  * @return ListAlarmSuppressionsResponse
763
763
  * @throws OciError when an error occurs
764
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListAlarmSuppressions.ts.html |here} to see how to use ListAlarmSuppressions API.
765
765
  */
766
766
  listAlarmSuppressions(listAlarmSuppressionsRequest) {
767
767
  return __awaiter(this, void 0, void 0, function* () {
@@ -844,7 +844,7 @@ class MonitoringClient {
844
844
  * @param ListAlarmsRequest
845
845
  * @return ListAlarmsResponse
846
846
  * @throws OciError when an error occurs
847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
847
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
848
848
  */
849
849
  listAlarms(listAlarmsRequest) {
850
850
  return __awaiter(this, void 0, void 0, function* () {
@@ -966,7 +966,7 @@ class MonitoringClient {
966
966
  * @param ListAlarmsStatusRequest
967
967
  * @return ListAlarmsStatusResponse
968
968
  * @throws OciError when an error occurs
969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
970
970
  */
971
971
  listAlarmsStatus(listAlarmsStatusRequest) {
972
972
  return __awaiter(this, void 0, void 0, function* () {
@@ -1088,7 +1088,7 @@ class MonitoringClient {
1088
1088
  * @param ListMetricsRequest
1089
1089
  * @return ListMetricsResponse
1090
1090
  * @throws OciError when an error occurs
1091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
1091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
1092
1092
  */
1093
1093
  listMetrics(listMetricsRequest) {
1094
1094
  return __awaiter(this, void 0, void 0, function* () {
@@ -1224,7 +1224,7 @@ class MonitoringClient {
1224
1224
  * @param PostMetricDataRequest
1225
1225
  * @return PostMetricDataResponse
1226
1226
  * @throws OciError when an error occurs
1227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
1227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
1228
1228
  */
1229
1229
  postMetricData(postMetricDataRequest) {
1230
1230
  return __awaiter(this, void 0, void 0, function* () {
@@ -1291,7 +1291,7 @@ class MonitoringClient {
1291
1291
  * @param RemoveAlarmSuppressionRequest
1292
1292
  * @return RemoveAlarmSuppressionResponse
1293
1293
  * @throws OciError when an error occurs
1294
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
1294
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
1295
1295
  */
1296
1296
  removeAlarmSuppression(removeAlarmSuppressionRequest) {
1297
1297
  return __awaiter(this, void 0, void 0, function* () {
@@ -1357,7 +1357,7 @@ class MonitoringClient {
1357
1357
  * @param RetrieveDimensionStatesRequest
1358
1358
  * @return RetrieveDimensionStatesResponse
1359
1359
  * @throws OciError when an error occurs
1360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
1360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
1361
1361
  */
1362
1362
  retrieveDimensionStates(retrieveDimensionStatesRequest) {
1363
1363
  return __awaiter(this, void 0, void 0, function* () {
@@ -1432,7 +1432,7 @@ class MonitoringClient {
1432
1432
  * @param SummarizeAlarmSuppressionHistoryRequest
1433
1433
  * @return SummarizeAlarmSuppressionHistoryResponse
1434
1434
  * @throws OciError when an error occurs
1435
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
1435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/SummarizeAlarmSuppressionHistory.ts.html |here} to see how to use SummarizeAlarmSuppressionHistory API.
1436
1436
  */
1437
1437
  summarizeAlarmSuppressionHistory(summarizeAlarmSuppressionHistoryRequest) {
1438
1438
  return __awaiter(this, void 0, void 0, function* () {
@@ -1513,7 +1513,7 @@ class MonitoringClient {
1513
1513
  * @param SummarizeMetricsDataRequest
1514
1514
  * @return SummarizeMetricsDataResponse
1515
1515
  * @throws OciError when an error occurs
1516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1517
1517
  */
1518
1518
  summarizeMetricsData(summarizeMetricsDataRequest) {
1519
1519
  return __awaiter(this, void 0, void 0, function* () {
@@ -1582,7 +1582,7 @@ class MonitoringClient {
1582
1582
  * @param UpdateAlarmRequest
1583
1583
  * @return UpdateAlarmResponse
1584
1584
  * @throws OciError when an error occurs
1585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1586
1586
  */
1587
1587
  updateAlarm(updateAlarmRequest) {
1588
1588
  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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0/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.81.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.80.0",
3
+ "version": "2.81.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.80.0",
19
- "oci-workrequests": "2.80.0"
18
+ "oci-common": "2.81.0",
19
+ "oci-workrequests": "2.81.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"