oci-monitoring 2.50.1 → 2.50.2

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.
Files changed (109) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +14 -14
  4. package/lib/client.js +14 -14
  5. package/lib/model/aggregated-datapoint.d.ts +1 -1
  6. package/lib/model/aggregated-datapoint.js +1 -1
  7. package/lib/model/alarm-dimension-states-collection.d.ts +1 -1
  8. package/lib/model/alarm-dimension-states-collection.js +1 -1
  9. package/lib/model/alarm-dimension-states-entry.d.ts +1 -1
  10. package/lib/model/alarm-dimension-states-entry.js +1 -1
  11. package/lib/model/alarm-history-collection.d.ts +1 -1
  12. package/lib/model/alarm-history-collection.js +1 -1
  13. package/lib/model/alarm-history-entry.d.ts +1 -1
  14. package/lib/model/alarm-history-entry.js +1 -1
  15. package/lib/model/alarm-status-summary.d.ts +1 -1
  16. package/lib/model/alarm-status-summary.js +1 -1
  17. package/lib/model/alarm-summary.d.ts +1 -1
  18. package/lib/model/alarm-summary.js +1 -1
  19. package/lib/model/alarm.d.ts +1 -1
  20. package/lib/model/alarm.js +1 -1
  21. package/lib/model/change-alarm-compartment-details.d.ts +1 -1
  22. package/lib/model/change-alarm-compartment-details.js +1 -1
  23. package/lib/model/create-alarm-details.d.ts +1 -1
  24. package/lib/model/create-alarm-details.js +1 -1
  25. package/lib/model/datapoint.d.ts +1 -1
  26. package/lib/model/datapoint.js +1 -1
  27. package/lib/model/failed-metric-record.d.ts +1 -1
  28. package/lib/model/failed-metric-record.js +1 -1
  29. package/lib/model/index.d.ts +1 -1
  30. package/lib/model/index.js +1 -1
  31. package/lib/model/list-metrics-details.d.ts +1 -1
  32. package/lib/model/list-metrics-details.js +1 -1
  33. package/lib/model/metric-data-details.d.ts +1 -1
  34. package/lib/model/metric-data-details.js +1 -1
  35. package/lib/model/metric-data.d.ts +1 -1
  36. package/lib/model/metric-data.js +1 -1
  37. package/lib/model/metric.d.ts +1 -1
  38. package/lib/model/metric.js +1 -1
  39. package/lib/model/post-metric-data-details.d.ts +1 -1
  40. package/lib/model/post-metric-data-details.js +1 -1
  41. package/lib/model/post-metric-data-response-details.d.ts +1 -1
  42. package/lib/model/post-metric-data-response-details.js +1 -1
  43. package/lib/model/retrieve-dimension-states-details.d.ts +1 -1
  44. package/lib/model/retrieve-dimension-states-details.js +1 -1
  45. package/lib/model/summarize-metrics-data-details.d.ts +1 -1
  46. package/lib/model/summarize-metrics-data-details.js +1 -1
  47. package/lib/model/suppression.d.ts +1 -1
  48. package/lib/model/suppression.js +1 -1
  49. package/lib/model/update-alarm-details.d.ts +1 -1
  50. package/lib/model/update-alarm-details.js +1 -1
  51. package/lib/monitoring-waiter.d.ts +1 -1
  52. package/lib/monitoring-waiter.js +1 -1
  53. package/lib/request/change-alarm-compartment-request.d.ts +2 -2
  54. package/lib/request/change-alarm-compartment-request.js +1 -1
  55. package/lib/request/create-alarm-request.d.ts +2 -2
  56. package/lib/request/create-alarm-request.js +1 -1
  57. package/lib/request/delete-alarm-request.d.ts +2 -2
  58. package/lib/request/delete-alarm-request.js +1 -1
  59. package/lib/request/get-alarm-history-request.d.ts +2 -2
  60. package/lib/request/get-alarm-history-request.js +1 -1
  61. package/lib/request/get-alarm-request.d.ts +2 -2
  62. package/lib/request/get-alarm-request.js +1 -1
  63. package/lib/request/index.d.ts +1 -1
  64. package/lib/request/index.js +1 -1
  65. package/lib/request/list-alarms-request.d.ts +2 -2
  66. package/lib/request/list-alarms-request.js +1 -1
  67. package/lib/request/list-alarms-status-request.d.ts +2 -2
  68. package/lib/request/list-alarms-status-request.js +1 -1
  69. package/lib/request/list-metrics-request.d.ts +2 -2
  70. package/lib/request/list-metrics-request.js +1 -1
  71. package/lib/request/post-metric-data-request.d.ts +2 -2
  72. package/lib/request/post-metric-data-request.js +1 -1
  73. package/lib/request/remove-alarm-suppression-request.d.ts +2 -2
  74. package/lib/request/remove-alarm-suppression-request.js +1 -1
  75. package/lib/request/retrieve-dimension-states-request.d.ts +2 -2
  76. package/lib/request/retrieve-dimension-states-request.js +1 -1
  77. package/lib/request/summarize-metrics-data-request.d.ts +2 -2
  78. package/lib/request/summarize-metrics-data-request.js +1 -1
  79. package/lib/request/update-alarm-request.d.ts +2 -2
  80. package/lib/request/update-alarm-request.js +1 -1
  81. package/lib/response/change-alarm-compartment-response.d.ts +1 -1
  82. package/lib/response/change-alarm-compartment-response.js +1 -1
  83. package/lib/response/create-alarm-response.d.ts +1 -1
  84. package/lib/response/create-alarm-response.js +1 -1
  85. package/lib/response/delete-alarm-response.d.ts +1 -1
  86. package/lib/response/delete-alarm-response.js +1 -1
  87. package/lib/response/get-alarm-history-response.d.ts +1 -1
  88. package/lib/response/get-alarm-history-response.js +1 -1
  89. package/lib/response/get-alarm-response.d.ts +1 -1
  90. package/lib/response/get-alarm-response.js +1 -1
  91. package/lib/response/index.d.ts +1 -1
  92. package/lib/response/index.js +1 -1
  93. package/lib/response/list-alarms-response.d.ts +1 -1
  94. package/lib/response/list-alarms-response.js +1 -1
  95. package/lib/response/list-alarms-status-response.d.ts +1 -1
  96. package/lib/response/list-alarms-status-response.js +1 -1
  97. package/lib/response/list-metrics-response.d.ts +1 -1
  98. package/lib/response/list-metrics-response.js +1 -1
  99. package/lib/response/post-metric-data-response.d.ts +1 -1
  100. package/lib/response/post-metric-data-response.js +1 -1
  101. package/lib/response/remove-alarm-suppression-response.d.ts +1 -1
  102. package/lib/response/remove-alarm-suppression-response.js +1 -1
  103. package/lib/response/retrieve-dimension-states-response.d.ts +1 -1
  104. package/lib/response/retrieve-dimension-states-response.js +1 -1
  105. package/lib/response/summarize-metrics-data-response.d.ts +1 -1
  106. package/lib/response/summarize-metrics-data-response.js +1 -1
  107. package/lib/response/update-alarm-response.d.ts +1 -1
  108. package/lib/response/update-alarm-response.js +1 -1
  109. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as requests from "./lib/request";
package/index.js CHANGED
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
package/lib/client.d.ts CHANGED
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import common = require("oci-common");
@@ -82,7 +82,7 @@ export declare class MonitoringClient {
82
82
  * @param ChangeAlarmCompartmentRequest
83
83
  * @return ChangeAlarmCompartmentResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
86
86
  */
87
87
  changeAlarmCompartment(changeAlarmCompartmentRequest: requests.ChangeAlarmCompartmentRequest): Promise<responses.ChangeAlarmCompartmentResponse>;
88
88
  /**
@@ -97,7 +97,7 @@ export declare class MonitoringClient {
97
97
  * @param CreateAlarmRequest
98
98
  * @return CreateAlarmResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
101
101
  */
102
102
  createAlarm(createAlarmRequest: requests.CreateAlarmRequest): Promise<responses.CreateAlarmResponse>;
103
103
  /**
@@ -112,7 +112,7 @@ export declare class MonitoringClient {
112
112
  * @param DeleteAlarmRequest
113
113
  * @return DeleteAlarmResponse
114
114
  * @throws OciError when an error occurs
115
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
116
116
  */
117
117
  deleteAlarm(deleteAlarmRequest: requests.DeleteAlarmRequest): Promise<responses.DeleteAlarmResponse>;
118
118
  /**
@@ -127,7 +127,7 @@ export declare class MonitoringClient {
127
127
  * @param GetAlarmRequest
128
128
  * @return GetAlarmResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
131
131
  */
132
132
  getAlarm(getAlarmRequest: requests.GetAlarmRequest): Promise<responses.GetAlarmResponse>;
133
133
  /**
@@ -142,7 +142,7 @@ export declare class MonitoringClient {
142
142
  * @param GetAlarmHistoryRequest
143
143
  * @return GetAlarmHistoryResponse
144
144
  * @throws OciError when an error occurs
145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
145
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
146
146
  */
147
147
  getAlarmHistory(getAlarmHistoryRequest: requests.GetAlarmHistoryRequest): Promise<responses.GetAlarmHistoryResponse>;
148
148
  /**
@@ -157,7 +157,7 @@ export declare class MonitoringClient {
157
157
  * @param ListAlarmsRequest
158
158
  * @return ListAlarmsResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
161
161
  */
162
162
  listAlarms(listAlarmsRequest: requests.ListAlarmsRequest): Promise<responses.ListAlarmsResponse>;
163
163
  /**
@@ -207,7 +207,7 @@ export declare class MonitoringClient {
207
207
  * @param ListAlarmsStatusRequest
208
208
  * @return ListAlarmsStatusResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
211
211
  */
212
212
  listAlarmsStatus(listAlarmsStatusRequest: requests.ListAlarmsStatusRequest): Promise<responses.ListAlarmsStatusResponse>;
213
213
  /**
@@ -253,7 +253,7 @@ export declare class MonitoringClient {
253
253
  * @param ListMetricsRequest
254
254
  * @return ListMetricsResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
257
257
  */
258
258
  listMetrics(listMetricsRequest: requests.ListMetricsRequest): Promise<responses.ListMetricsResponse>;
259
259
  /**
@@ -312,7 +312,7 @@ export declare class MonitoringClient {
312
312
  * @param PostMetricDataRequest
313
313
  * @return PostMetricDataResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
316
316
  */
317
317
  postMetricData(postMetricDataRequest: requests.PostMetricDataRequest): Promise<responses.PostMetricDataResponse>;
318
318
  /**
@@ -327,7 +327,7 @@ export declare class MonitoringClient {
327
327
  * @param RemoveAlarmSuppressionRequest
328
328
  * @return RemoveAlarmSuppressionResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
331
331
  */
332
332
  removeAlarmSuppression(removeAlarmSuppressionRequest: requests.RemoveAlarmSuppressionRequest): Promise<responses.RemoveAlarmSuppressionResponse>;
333
333
  /**
@@ -346,7 +346,7 @@ export declare class MonitoringClient {
346
346
  * @param RetrieveDimensionStatesRequest
347
347
  * @return RetrieveDimensionStatesResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
350
350
  */
351
351
  retrieveDimensionStates(retrieveDimensionStatesRequest: requests.RetrieveDimensionStatesRequest): Promise<responses.RetrieveDimensionStatesResponse>;
352
352
  /**
@@ -360,7 +360,7 @@ export declare class MonitoringClient {
360
360
  * @param SummarizeMetricsDataRequest
361
361
  * @return SummarizeMetricsDataResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
364
364
  */
365
365
  summarizeMetricsData(summarizeMetricsDataRequest: requests.SummarizeMetricsDataRequest): Promise<responses.SummarizeMetricsDataResponse>;
366
366
  /**
@@ -375,7 +375,7 @@ export declare class MonitoringClient {
375
375
  * @param UpdateAlarmRequest
376
376
  * @return UpdateAlarmResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
379
379
  */
380
380
  updateAlarm(updateAlarmRequest: requests.UpdateAlarmRequest): Promise<responses.UpdateAlarmResponse>;
381
381
  }
package/lib/client.js CHANGED
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -163,7 +163,7 @@ class MonitoringClient {
163
163
  * @param ChangeAlarmCompartmentRequest
164
164
  * @return ChangeAlarmCompartmentResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ChangeAlarmCompartment.ts.html |here} to see how to use ChangeAlarmCompartment API.
167
167
  */
168
168
  changeAlarmCompartment(changeAlarmCompartmentRequest) {
169
169
  return __awaiter(this, void 0, void 0, function* () {
@@ -226,7 +226,7 @@ class MonitoringClient {
226
226
  * @param CreateAlarmRequest
227
227
  * @return CreateAlarmResponse
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.50.1/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarm API.
230
230
  */
231
231
  createAlarm(createAlarmRequest) {
232
232
  return __awaiter(this, void 0, void 0, function* () {
@@ -295,7 +295,7 @@ class MonitoringClient {
295
295
  * @param DeleteAlarmRequest
296
296
  * @return DeleteAlarmResponse
297
297
  * @throws OciError when an error occurs
298
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
298
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/DeleteAlarm.ts.html |here} to see how to use DeleteAlarm API.
299
299
  */
300
300
  deleteAlarm(deleteAlarmRequest) {
301
301
  return __awaiter(this, void 0, void 0, function* () {
@@ -356,7 +356,7 @@ class MonitoringClient {
356
356
  * @param GetAlarmRequest
357
357
  * @return GetAlarmResponse
358
358
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarm API.
360
360
  */
361
361
  getAlarm(getAlarmRequest) {
362
362
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +425,7 @@ class MonitoringClient {
425
425
  * @param GetAlarmHistoryRequest
426
426
  * @return GetAlarmHistoryResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistory API.
429
429
  */
430
430
  getAlarmHistory(getAlarmHistoryRequest) {
431
431
  return __awaiter(this, void 0, void 0, function* () {
@@ -500,7 +500,7 @@ class MonitoringClient {
500
500
  * @param ListAlarmsRequest
501
501
  * @return ListAlarmsResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarms API.
504
504
  */
505
505
  listAlarms(listAlarmsRequest) {
506
506
  return __awaiter(this, void 0, void 0, function* () {
@@ -619,7 +619,7 @@ class MonitoringClient {
619
619
  * @param ListAlarmsStatusRequest
620
620
  * @return ListAlarmsStatusResponse
621
621
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ListAlarmsStatus.ts.html |here} to see how to use ListAlarmsStatus API.
623
623
  */
624
624
  listAlarmsStatus(listAlarmsStatusRequest) {
625
625
  return __awaiter(this, void 0, void 0, function* () {
@@ -733,7 +733,7 @@ class MonitoringClient {
733
733
  * @param ListMetricsRequest
734
734
  * @return ListMetricsResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/ListMetrics.ts.html |here} to see how to use ListMetrics API.
737
737
  */
738
738
  listMetrics(listMetricsRequest) {
739
739
  return __awaiter(this, void 0, void 0, function* () {
@@ -858,7 +858,7 @@ class MonitoringClient {
858
858
  * @param PostMetricDataRequest
859
859
  * @return PostMetricDataResponse
860
860
  * @throws OciError when an error occurs
861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/PostMetricData.ts.html |here} to see how to use PostMetricData API.
862
862
  */
863
863
  postMetricData(postMetricDataRequest) {
864
864
  return __awaiter(this, void 0, void 0, function* () {
@@ -922,7 +922,7 @@ class MonitoringClient {
922
922
  * @param RemoveAlarmSuppressionRequest
923
923
  * @return RemoveAlarmSuppressionResponse
924
924
  * @throws OciError when an error occurs
925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/RemoveAlarmSuppression.ts.html |here} to see how to use RemoveAlarmSuppression API.
926
926
  */
927
927
  removeAlarmSuppression(removeAlarmSuppressionRequest) {
928
928
  return __awaiter(this, void 0, void 0, function* () {
@@ -987,7 +987,7 @@ class MonitoringClient {
987
987
  * @param RetrieveDimensionStatesRequest
988
988
  * @return RetrieveDimensionStatesResponse
989
989
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/RetrieveDimensionStates.ts.html |here} to see how to use RetrieveDimensionStates API.
991
991
  */
992
992
  retrieveDimensionStates(retrieveDimensionStatesRequest) {
993
993
  return __awaiter(this, void 0, void 0, function* () {
@@ -1059,7 +1059,7 @@ class MonitoringClient {
1059
1059
  * @param SummarizeMetricsDataRequest
1060
1060
  * @return SummarizeMetricsDataResponse
1061
1061
  * @throws OciError when an error occurs
1062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/SummarizeMetricsData.ts.html |here} to see how to use SummarizeMetricsData API.
1063
1063
  */
1064
1064
  summarizeMetricsData(summarizeMetricsDataRequest) {
1065
1065
  return __awaiter(this, void 0, void 0, function* () {
@@ -1125,7 +1125,7 @@ class MonitoringClient {
1125
1125
  * @param UpdateAlarmRequest
1126
1126
  * @return UpdateAlarmResponse
1127
1127
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.2/monitoring/UpdateAlarm.ts.html |here} to see how to use UpdateAlarm API.
1129
1129
  */
1130
1130
  updateAlarm(updateAlarmRequest) {
1131
1131
  return __awaiter(this, void 0, void 0, function* () {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as AggregatedDatapoint from "./aggregated-datapoint";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  /**
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -10,7 +10,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
10
10
  * NOTE: This class is auto generated by OracleSDKGenerator.
11
11
  * Do not edit the class manually.
12
12
  *
13
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
14
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
15
  */
16
16
  import * as model from "../model";
@@ -11,7 +11,7 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
11
11
  * NOTE: This class is auto generated by OracleSDKGenerator.
12
12
  * Do not edit the class manually.
13
13
  *
14
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
15
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
16
  */
17
17
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {