oci-monitoring 2.71.0 → 2.73.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.
Files changed (107) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +2 -1
  3. package/index.js.map +1 -1
  4. package/lib/client.d.ts +92 -48
  5. package/lib/client.js +98 -50
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/aggregated-datapoint.d.ts +2 -1
  8. package/lib/model/aggregated-datapoint.js +2 -1
  9. package/lib/model/aggregated-datapoint.js.map +1 -1
  10. package/lib/model/alarm-dimension-states-collection.d.ts +4 -3
  11. package/lib/model/alarm-dimension-states-collection.js +2 -1
  12. package/lib/model/alarm-dimension-states-collection.js.map +1 -1
  13. package/lib/model/alarm-dimension-states-entry.d.ts +2 -1
  14. package/lib/model/alarm-dimension-states-entry.js +2 -1
  15. package/lib/model/alarm-dimension-states-entry.js.map +1 -1
  16. package/lib/model/alarm-history-collection.d.ts +3 -2
  17. package/lib/model/alarm-history-collection.js +2 -1
  18. package/lib/model/alarm-history-collection.js.map +1 -1
  19. package/lib/model/alarm-history-entry.d.ts +2 -1
  20. package/lib/model/alarm-history-entry.js +2 -1
  21. package/lib/model/alarm-history-entry.js.map +1 -1
  22. package/lib/model/alarm-status-summary.d.ts +12 -11
  23. package/lib/model/alarm-status-summary.js +2 -1
  24. package/lib/model/alarm-status-summary.js.map +1 -1
  25. package/lib/model/alarm-summary.d.ts +19 -11
  26. package/lib/model/alarm-summary.js +2 -1
  27. package/lib/model/alarm-summary.js.map +1 -1
  28. package/lib/model/alarm.d.ts +27 -19
  29. package/lib/model/alarm.js +2 -1
  30. package/lib/model/alarm.js.map +1 -1
  31. package/lib/model/change-alarm-compartment-details.d.ts +2 -1
  32. package/lib/model/change-alarm-compartment-details.js +2 -1
  33. package/lib/model/change-alarm-compartment-details.js.map +1 -1
  34. package/lib/model/create-alarm-details.d.ts +23 -16
  35. package/lib/model/create-alarm-details.js +2 -1
  36. package/lib/model/create-alarm-details.js.map +1 -1
  37. package/lib/model/datapoint.d.ts +3 -1
  38. package/lib/model/datapoint.js +2 -1
  39. package/lib/model/datapoint.js.map +1 -1
  40. package/lib/model/failed-metric-record.d.ts +2 -1
  41. package/lib/model/failed-metric-record.js +2 -1
  42. package/lib/model/failed-metric-record.js.map +1 -1
  43. package/lib/model/index.d.ts +2 -1
  44. package/lib/model/index.js +2 -1
  45. package/lib/model/index.js.map +1 -1
  46. package/lib/model/list-metrics-details.d.ts +3 -1
  47. package/lib/model/list-metrics-details.js +2 -1
  48. package/lib/model/list-metrics-details.js.map +1 -1
  49. package/lib/model/metric-data-details.d.ts +3 -1
  50. package/lib/model/metric-data-details.js +2 -1
  51. package/lib/model/metric-data-details.js.map +1 -1
  52. package/lib/model/metric-data.d.ts +8 -5
  53. package/lib/model/metric-data.js +2 -1
  54. package/lib/model/metric-data.js.map +1 -1
  55. package/lib/model/metric.d.ts +4 -2
  56. package/lib/model/metric.js +2 -1
  57. package/lib/model/metric.js.map +1 -1
  58. package/lib/model/post-metric-data-details.d.ts +2 -1
  59. package/lib/model/post-metric-data-details.js +2 -1
  60. package/lib/model/post-metric-data-details.js.map +1 -1
  61. package/lib/model/post-metric-data-response-details.d.ts +2 -1
  62. package/lib/model/post-metric-data-response-details.js +2 -1
  63. package/lib/model/post-metric-data-response-details.js.map +1 -1
  64. package/lib/model/retrieve-dimension-states-details.d.ts +2 -1
  65. package/lib/model/retrieve-dimension-states-details.js +2 -1
  66. package/lib/model/retrieve-dimension-states-details.js.map +1 -1
  67. package/lib/model/summarize-metrics-data-details.d.ts +5 -4
  68. package/lib/model/summarize-metrics-data-details.js +2 -1
  69. package/lib/model/summarize-metrics-data-details.js.map +1 -1
  70. package/lib/model/suppression.d.ts +4 -2
  71. package/lib/model/suppression.js +2 -1
  72. package/lib/model/suppression.js.map +1 -1
  73. package/lib/model/update-alarm-details.d.ts +23 -17
  74. package/lib/model/update-alarm-details.js +2 -1
  75. package/lib/model/update-alarm-details.js.map +1 -1
  76. package/lib/monitoring-waiter.d.ts +2 -1
  77. package/lib/monitoring-waiter.js +2 -1
  78. package/lib/monitoring-waiter.js.map +1 -1
  79. package/lib/request/change-alarm-compartment-request.d.ts +1 -1
  80. package/lib/request/create-alarm-request.d.ts +1 -1
  81. package/lib/request/delete-alarm-request.d.ts +1 -1
  82. package/lib/request/get-alarm-history-request.d.ts +5 -3
  83. package/lib/request/get-alarm-history-request.js.map +1 -1
  84. package/lib/request/get-alarm-request.d.ts +1 -1
  85. package/lib/request/index.d.ts +2 -1
  86. package/lib/request/index.js +2 -1
  87. package/lib/request/index.js.map +1 -1
  88. package/lib/request/list-alarms-request.d.ts +5 -3
  89. package/lib/request/list-alarms-request.js.map +1 -1
  90. package/lib/request/list-alarms-status-request.d.ts +42 -3
  91. package/lib/request/list-alarms-status-request.js +5 -0
  92. package/lib/request/list-alarms-status-request.js.map +1 -1
  93. package/lib/request/list-metrics-request.d.ts +5 -3
  94. package/lib/request/post-metric-data-request.d.ts +1 -1
  95. package/lib/request/remove-alarm-suppression-request.d.ts +1 -1
  96. package/lib/request/retrieve-dimension-states-request.d.ts +5 -3
  97. package/lib/request/summarize-metrics-data-request.d.ts +1 -1
  98. package/lib/request/update-alarm-request.d.ts +1 -1
  99. package/lib/response/get-alarm-history-response.d.ts +2 -1
  100. package/lib/response/index.d.ts +2 -1
  101. package/lib/response/index.js +2 -1
  102. package/lib/response/index.js.map +1 -1
  103. package/lib/response/list-alarms-response.d.ts +2 -1
  104. package/lib/response/list-alarms-status-response.d.ts +2 -1
  105. package/lib/response/list-metrics-response.d.ts +2 -1
  106. package/lib/response/retrieve-dimension-states-response.d.ts +2 -1
  107. package/package.json +3 -3
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -78,6 +79,7 @@ export interface MetricDataDetails {
78
79
  };
79
80
  /**
80
81
  * A list of metric values with timestamps. At least one data point is required per call.
82
+ * For a data point to be posted, its timestamp must be near current time (less than two hours in the past and less than 10 minutes in the future).
81
83
  *
82
84
  */
83
85
  "datapoints": Array<model.Datapoint>;
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"metric-data-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/metric-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoElC,IAAiB,iBAAiB,CA6BjC;AA7BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6BjC"}
1
+ {"version":3,"file":"metric-data-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/metric-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqElC,IAAiB,iBAAiB,CA6BjC;AA7BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6BjC"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -16,7 +17,8 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
16
17
  import * as model from "../model";
17
18
  /**
18
19
  * The set of aggregated data returned for a metric.
19
- * For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
20
+ * For information about metrics, see
21
+ * [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
20
22
  * <p>
21
23
  Limits information for returned data follows.
22
24
  * <p>
@@ -30,7 +32,8 @@ Limits information for returned data follows.
30
32
  *A metric stream is an individual set of aggregated data for a metric with zero or more dimension values.
31
33
  * Metric streams cannot be aggregated across metric groups.
32
34
  * A metric group is the combination of a given metric, metric namespace, and tenancy for the purpose of determining limits.
33
- * For more information about metric-related concepts, see [Monitoring Concepts](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#concepts).
35
+ * For more information about metric-related concepts, see
36
+ * [Monitoring Concepts](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#concepts).
34
37
  *
35
38
  */
36
39
  export interface MetricData {
@@ -52,7 +55,7 @@ export interface MetricData {
52
55
  "resourceGroup"?: string;
53
56
  /**
54
57
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
55
- * resources from which the aggregated data was returned.
58
+ * resources that the aggregated data was returned from.
56
59
  *
57
60
  */
58
61
  "compartmentId": string;
@@ -84,7 +87,7 @@ export interface MetricData {
84
87
  };
85
88
  /**
86
89
  * The time between calculated aggregation windows. Use with the query interval to vary the
87
- * frequency at which aggregated data points are returned. For example, use a query interval of
90
+ * frequency for returning aggregated data points. For example, use a query interval of
88
91
  * 5 minutes with a resolution of 1 minute to retrieve five-minute aggregations at a one-minute
89
92
  * frequency. The resolution must be equal or less than the interval in the query. The default
90
93
  * resolution is 1m (one minute). Supported values: `1m`-`60m`, `1h`-`24h`, `1d`.
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"metric-data.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/metric-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsFlC,IAAiB,UAAU,CA6B1B;AA7BD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA6B1B"}
1
+ {"version":3,"file":"metric-data.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/metric-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwFlC,IAAiB,UAAU,CA6B1B;AA7BD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QA6B1B"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -15,7 +16,8 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
15
16
  */
16
17
  /**
17
18
  * The properties that define a metric.
18
- * For information about metrics, see [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
19
+ * For information about metrics, see
20
+ * [Metrics Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview).
19
21
  *
20
22
  */
21
23
  export interface Metric {
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"metric.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/metric.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAiDH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
1
+ {"version":3,"file":"metric.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/metric.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAkDH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"post-metric-data-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/post-metric-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,qBAAqB,CAkCrC;AAlCD,WAAiB,qBAAqB;IACpC,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;IAC1B,CAAC,EAHW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QAGzB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EAlCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAkCrC"}
1
+ {"version":3,"file":"post-metric-data-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/post-metric-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,qBAAqB,CAkCrC;AAlCD,WAAiB,qBAAqB;IACpC,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;IAC1B,CAAC,EAHW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QAGzB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EAlCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAkCrC"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"post-metric-data-response-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/post-metric-data-response-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
1
+ {"version":3,"file":"post-metric-data-response-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/post-metric-data-response-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-dimension-states-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/retrieve-dimension-states-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA0BH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
1
+ {"version":3,"file":"retrieve-dimension-states-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/retrieve-dimension-states-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA0BH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -45,8 +46,8 @@ export interface SummarizeMetricsDataDetails {
45
46
  * <p>
46
47
  For details about Monitoring Query Language (MQL), see
47
48
  * [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
48
- * For available dimensions, review the metric definition for the supported service.
49
- * See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
49
+ * For available dimensions, review the metric definition for the supported service. See
50
+ * [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
50
51
  * <p>
51
52
  Example: `CpuUtilization[1m].sum()`
52
53
  *
@@ -72,7 +73,7 @@ export interface SummarizeMetricsDataDetails {
72
73
  "endTime"?: Date;
73
74
  /**
74
75
  * The time between calculated aggregation windows. Use with the query interval to vary the
75
- * frequency at which aggregated data points are returned. For example, use a query interval of
76
+ * frequency for returning aggregated data points. For example, use a query interval of
76
77
  * 5 minutes with a resolution of 1 minute to retrieve five-minute aggregations at a one-minute
77
78
  * frequency. The resolution must be equal or less than the interval in the query. The default
78
79
  * resolution is 1m (one minute). Supported values: `1m`-`60m`, `1h`-`24h`, `1d`.
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-metrics-data-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/summarize-metrics-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2EH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
1
+ {"version":3,"file":"summarize-metrics-data-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/summarize-metrics-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA2EH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -15,7 +16,8 @@ For information about monitoring, see [Monitoring Overview](/iaas/Content/Monito
15
16
  */
16
17
  /**
17
18
  * The configuration details for suppressing an alarm.
18
- * For information about alarms, see [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
19
+ * For information about alarms, see
20
+ * [Alarms Overview](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#AlarmsOverview).
19
21
  *
20
22
  */
21
23
  export interface Suppression {
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"suppression.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/suppression.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuCH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
1
+ {"version":3,"file":"suppression.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/suppression.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAwCH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -23,7 +24,7 @@ export interface UpdateAlarmDetails {
23
24
  * A user-friendly name for the alarm. It does not have to be unique, and it's changeable.
24
25
  * Avoid entering confidential information.
25
26
  * <p>
26
- This name is sent as the title for notifications related to this alarm.
27
+ This value determines the title of each alarm notification.
27
28
  * <p>
28
29
  Example: `High CPU Utilization`
29
30
  *
@@ -75,9 +76,12 @@ export interface UpdateAlarmDetails {
75
76
  * rule (threshold or absence). Supported values for interval depend on the specified time range. More
76
77
  * interval values are supported for smaller time ranges. You can optionally
77
78
  * specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`.
78
- * For details about Monitoring Query Language (MQL), see [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
79
- * For available dimensions, review the metric definition for the supported service.
80
- * See [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
79
+ * For information about writing MQL expressions, see
80
+ * [Editing the MQL Expression for a Query](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Tasks/query-metric-mql.htm).
81
+ * For details about MQL, see
82
+ * [Monitoring Query Language (MQL) Reference](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm).
83
+ * For available dimensions, review the metric definition for the supported service. See
84
+ * [Supported Services](https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices).
81
85
  * <p>
82
86
  Example of threshold alarm:
83
87
  * <p>
@@ -129,7 +133,7 @@ export interface UpdateAlarmDetails {
129
133
  */
130
134
  "severity"?: string;
131
135
  /**
132
- * The human-readable content of the notification delivered. Oracle recommends providing guidance
136
+ * The human-readable content of the delivered alarm notification. Oracle recommends providing guidance
133
137
  * to operators for resolving the alarm condition. Consider adding links to standard runbook
134
138
  * practices. Avoid entering confidential information.
135
139
  * <p>
@@ -138,29 +142,31 @@ export interface UpdateAlarmDetails {
138
142
  */
139
143
  "body"?: string;
140
144
  /**
141
- * When set to `true`, splits notifications per metric stream. When set to `false`, groups notifications across metric streams.
142
- * Example: `true`
145
+ * When set to `true`, splits alarm notifications per metric stream.
146
+ * When set to `false`, groups alarm notifications across metric streams.
143
147
  *
144
148
  */
145
149
  "isNotificationsPerMetricDimensionEnabled"?: boolean;
146
150
  /**
147
- * The format to use for notification messages sent from this alarm. The formats are:
148
- * * `RAW` - Raw JSON blob. Default value.
149
- * * `PRETTY_JSON`: JSON with new lines and indents.
150
- * * `ONS_OPTIMIZED`: Simplified, user-friendly layout. Applies only to messages sent through the Notifications service to the following subscription types: Email.
151
+ * The format to use for alarm notifications. The formats are:
152
+ * * `RAW` - Raw JSON blob. Default value. When the `destinations` attribute specifies `Streaming`, all alarm notifications use this format.
153
+ * * `PRETTY_JSON`: JSON with new lines and indents. Available when the `destinations` attribute specifies `Notifications` only.
154
+ * * `ONS_OPTIMIZED`: Simplified, user-friendly layout. Available when the `destinations` attribute specifies `Notifications` only. Applies to Email subscription types only.
151
155
  *
152
156
  */
153
157
  "messageFormat"?: UpdateAlarmDetails.MessageFormat;
154
158
  /**
155
- * A list of destinations to which the notifications for this alarm will be delivered.
156
- * Each destination is represented by an [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) related to the supported destination service.
157
- * For example, a destination using the Notifications service is represented by a topic OCID.
158
- * Supported destination services: Notifications Service. Limit: One destination per supported destination service.
159
+ * A list of destinations for alarm notifications.
160
+ * Each destination is represented by the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
161
+ * of a related resource, such as a {@link NotificationTopic}.
162
+ * Supported destination services: Notifications
163
+ * , Streaming.
164
+ * Limit: One destination per supported destination service.
159
165
  *
160
166
  */
161
167
  "destinations"?: Array<string>;
162
168
  /**
163
- * The frequency at which notifications are re-submitted, if the alarm keeps firing without
169
+ * The frequency for re-submitting alarm notifications, if the alarm keeps firing without
164
170
  * interruption. Format defined by ISO 8601. For example, `PT4H` indicates four hours.
165
171
  * Minimum: PT1M. Maximum: P30D.
166
172
  * <p>
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"update-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/update-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyLlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;IAChC,CAAC,EAJW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
1
+ {"version":3,"file":"update-alarm-details.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/model/update-alarm-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8LlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,4BAAW,CAAA;QACX,2CAA0B,CAAA;QAC1B,+CAA8B,CAAA;IAChC,CAAC,EAJW,aAAa,GAAb,gCAAa,KAAb,gCAAa,QAIxB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,6BAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"monitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/monitoring/lib/monitoring-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,gBAAgB;IAC3B,YACU,MAAwB,EACf,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAkB;QACf,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,QAAQ,CACnB,OAAwC,EACxC,GAAG,YAA2C;;YAE9C,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,EACnC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAe,CAAC,EACjE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAC3D,CAAC;QACJ,CAAC;KAAA;CACF;AAxBD,4CAwBC"}
1
+ {"version":3,"file":"monitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/monitoring/lib/monitoring-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,gBAAgB;IAC3B,YACU,MAAwB,EACf,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAkB;QACf,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,QAAQ,CACnB,OAAwC,EACxC,GAAG,YAA2C;;YAE9C,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,EACnC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAe,CAAC,EACjE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAC3D,CAAC;QACJ,CAAC;KAAA;CACF;AAxBD,4CAwBC"}
@@ -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.71.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.73.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.71.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.73.0/monitoring/CreateAlarm.ts.html |here} to see how to use CreateAlarmRequest.
17
17
  */
18
18
  export interface CreateAlarmRequest 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.71.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.73.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.71.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.73.0/monitoring/GetAlarmHistory.ts.html |here} to see how to use GetAlarmHistoryRequest.
16
16
  */
17
17
  export interface GetAlarmHistoryRequest extends common.BaseRequest {
18
18
  /**
@@ -36,13 +36,15 @@ export interface GetAlarmHistoryRequest extends common.BaseRequest {
36
36
  "alarmHistorytype"?: GetAlarmHistoryRequest.AlarmHistorytype;
37
37
  /**
38
38
  * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
39
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
39
+ * For important details about how pagination works, see
40
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
40
41
  *
41
42
  */
42
43
  "page"?: string;
43
44
  /**
44
45
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
45
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
+ * For important details about how pagination works, see
47
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
46
48
  * <p>
47
49
  Default: 1000
48
50
  * <p>
@@ -1 +1 @@
1
- {"version":3,"file":"get-alarm-history-request.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/get-alarm-history-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,IAAY,gBAGX;IAHD,WAAY,gBAAgB;QAC1B,kDAA8B,CAAA;QAC9B,uEAAmD,CAAA;IACrD,CAAC,EAHW,gBAAgB,GAAhB,uCAAgB,KAAhB,uCAAgB,QAG3B;AACH,CAAC,EALgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKtC"}
1
+ {"version":3,"file":"get-alarm-history-request.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/get-alarm-history-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8DH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,IAAY,gBAGX;IAHD,WAAY,gBAAgB;QAC1B,kDAA8B,CAAA;QAC9B,uEAAmD,CAAA;IACrD,CAAC,EAHW,gBAAgB,GAAhB,uCAAgB,KAAhB,uCAAgB,QAG3B;AACH,CAAC,EALgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKtC"}
@@ -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.71.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.73.0/monitoring/GetAlarm.ts.html |here} to see how to use GetAlarmRequest.
16
16
  */
17
17
  export interface GetAlarmRequest extends common.BaseRequest {
18
18
  /**
@@ -2,7 +2,8 @@
2
2
  * Monitoring API
3
3
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
4
4
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
5
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
5
+ For more information, see
6
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
6
7
 
7
8
  * OpenAPI spec version: 20180401
8
9
  *
@@ -3,7 +3,8 @@
3
3
  * Monitoring API
4
4
  * Use the Monitoring API to manage metric queries and alarms for assessing the health, capacity, and performance of your cloud resources.
5
5
  Endpoints vary by operation. For PostMetric, use the `telemetry-ingestion` endpoints; for all other operations, use the `telemetry` endpoints.
6
- For information about monitoring, see [Monitoring Overview](/iaas/Content/Monitoring/Concepts/monitoringoverview.htm).
6
+ For more information, see
7
+ [the Monitoring documentation](/iaas/Content/Monitoring/home.htm).
7
8
 
8
9
  * OpenAPI spec version: 20180401
9
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAUH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAUH,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -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.71.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.73.0/monitoring/ListAlarms.ts.html |here} to see how to use ListAlarmsRequest.
16
16
  */
17
17
  export interface ListAlarmsRequest extends common.BaseRequest {
18
18
  /**
@@ -32,13 +32,15 @@ export interface ListAlarmsRequest extends common.BaseRequest {
32
32
  "opcRequestId"?: string;
33
33
  /**
34
34
  * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call.
35
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
+ * For important details about how pagination works, see
36
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
37
  *
37
38
  */
38
39
  "page"?: string;
39
40
  /**
40
41
  * For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
41
- * For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
+ * For important details about how pagination works, see
43
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
44
  * <p>
43
45
  Default: 1000
44
46
  * <p>
@@ -1 +1 @@
1
- {"version":3,"file":"list-alarms-request.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/list-alarms-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4EH,IAAiB,iBAAiB,CAUjC;AAVD,WAAiB,iBAAiB;IAChC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,2BAAS,KAAT,2BAAS,QAGpB;AACH,CAAC,EAVgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAUjC"}
1
+ {"version":3,"file":"list-alarms-request.js","sourceRoot":"","sources":["../../../../../lib/monitoring/lib/request/list-alarms-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8EH,IAAiB,iBAAiB,CAUjC;AAVD,WAAiB,iBAAiB;IAChC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,+BAAqB,CAAA;IACvB,CAAC,EAHW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,2BAAS,KAAT,2BAAS,QAGpB;AACH,CAAC,EAVgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAUjC"}