oci-stackmonitoring 2.76.1 → 2.77.1

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 (206) hide show
  1. package/lib/client.d.ts +120 -59
  2. package/lib/client.js +439 -58
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/baselineable-metric-summary.d.ts +3 -3
  5. package/lib/model/baselineable-metric.d.ts +3 -3
  6. package/lib/model/change-process-set-compartment-details.d.ts +27 -0
  7. package/lib/model/change-process-set-compartment-details.js +29 -0
  8. package/lib/model/change-process-set-compartment-details.js.map +1 -0
  9. package/lib/model/config-summary.d.ts +3 -3
  10. package/lib/model/config.d.ts +3 -3
  11. package/lib/model/create-config-details.d.ts +2 -2
  12. package/lib/model/create-discovery-job-details.d.ts +2 -2
  13. package/lib/model/create-monitored-resource-details.d.ts +2 -2
  14. package/lib/model/create-monitored-resource-task-details.d.ts +2 -2
  15. package/lib/model/create-monitored-resource-type-details.d.ts +2 -2
  16. package/lib/model/create-process-set-details.d.ts +50 -0
  17. package/lib/model/create-process-set-details.js +57 -0
  18. package/lib/model/create-process-set-details.js.map +1 -0
  19. package/lib/model/discovery-details.d.ts +1 -0
  20. package/lib/model/discovery-details.js +1 -0
  21. package/lib/model/discovery-details.js.map +1 -1
  22. package/lib/model/discovery-job-summary.d.ts +4 -3
  23. package/lib/model/discovery-job-summary.js +1 -0
  24. package/lib/model/discovery-job-summary.js.map +1 -1
  25. package/lib/model/discovery-job.d.ts +3 -3
  26. package/lib/model/index.d.ts +16 -0
  27. package/lib/model/index.js +19 -3
  28. package/lib/model/index.js.map +1 -1
  29. package/lib/model/monitored-resource-association-summary.d.ts +3 -3
  30. package/lib/model/monitored-resource-association.d.ts +3 -3
  31. package/lib/model/monitored-resource-member-summary.d.ts +3 -3
  32. package/lib/model/monitored-resource-summary.d.ts +3 -3
  33. package/lib/model/monitored-resource-task-summary.d.ts +3 -3
  34. package/lib/model/monitored-resource-task.d.ts +3 -3
  35. package/lib/model/monitored-resource-type-summary.d.ts +3 -3
  36. package/lib/model/monitored-resource-type.d.ts +3 -3
  37. package/lib/model/monitored-resource.d.ts +3 -3
  38. package/lib/model/monitored-resources-count-aggregation.d.ts +1 -1
  39. package/lib/model/process-set-collection.d.ts +26 -0
  40. package/lib/model/process-set-collection.js +61 -0
  41. package/lib/model/process-set-collection.js.map +1 -0
  42. package/lib/model/process-set-specification-details.d.ts +37 -0
  43. package/lib/model/process-set-specification-details.js +29 -0
  44. package/lib/model/process-set-specification-details.js.map +1 -0
  45. package/lib/model/process-set-specification.d.ts +26 -0
  46. package/lib/model/process-set-specification.js +61 -0
  47. package/lib/model/process-set-specification.js.map +1 -0
  48. package/lib/model/process-set-summary.d.ts +81 -0
  49. package/lib/model/process-set-summary.js +57 -0
  50. package/lib/model/process-set-summary.js.map +1 -0
  51. package/lib/model/process-set.d.ts +81 -0
  52. package/lib/model/process-set.js +57 -0
  53. package/lib/model/process-set.js.map +1 -0
  54. package/lib/model/search-monitored-resources-details.d.ts +6 -6
  55. package/lib/model/system-format-resource-type-metadata-details.d.ts +1 -1
  56. package/lib/model/update-and-propagate-tags-details.d.ts +2 -2
  57. package/lib/model/update-baselineable-metric-details.d.ts +3 -3
  58. package/lib/model/update-config-details.d.ts +2 -2
  59. package/lib/model/update-monitored-resource-details.d.ts +2 -2
  60. package/lib/model/update-monitored-resource-task-details.d.ts +2 -2
  61. package/lib/model/update-monitored-resource-type-details.d.ts +2 -2
  62. package/lib/model/update-process-set-details.d.ts +45 -0
  63. package/lib/model/update-process-set-details.js +57 -0
  64. package/lib/model/update-process-set-details.js.map +1 -0
  65. package/lib/request/associate-monitored-resources-request.d.ts +2 -2
  66. package/lib/request/change-config-compartment-request.d.ts +2 -2
  67. package/lib/request/change-metric-extension-compartment-request.d.ts +2 -2
  68. package/lib/request/change-monitored-resource-compartment-request.d.ts +2 -2
  69. package/lib/request/change-monitored-resource-task-compartment-request.d.ts +2 -2
  70. package/lib/request/change-process-set-compartment-request.d.ts +51 -0
  71. package/lib/request/change-process-set-compartment-request.js +15 -0
  72. package/lib/request/change-process-set-compartment-request.js.map +1 -0
  73. package/lib/request/create-baselineable-metric-request.d.ts +1 -1
  74. package/lib/request/create-config-request.d.ts +1 -1
  75. package/lib/request/create-discovery-job-request.d.ts +1 -1
  76. package/lib/request/create-metric-extension-request.d.ts +1 -1
  77. package/lib/request/create-monitored-resource-request.d.ts +1 -1
  78. package/lib/request/create-monitored-resource-task-request.d.ts +1 -1
  79. package/lib/request/create-monitored-resource-type-request.d.ts +1 -1
  80. package/lib/request/create-process-set-request.d.ts +38 -0
  81. package/lib/request/create-process-set-request.js +15 -0
  82. package/lib/request/create-process-set-request.js.map +1 -0
  83. package/lib/request/delete-baselineable-metric-request.d.ts +2 -2
  84. package/lib/request/delete-config-request.d.ts +2 -2
  85. package/lib/request/delete-discovery-job-request.d.ts +2 -2
  86. package/lib/request/delete-metric-extension-request.d.ts +2 -2
  87. package/lib/request/delete-monitored-resource-request.d.ts +2 -2
  88. package/lib/request/delete-monitored-resource-type-request.d.ts +2 -2
  89. package/lib/request/delete-process-set-request.d.ts +37 -0
  90. package/lib/request/delete-process-set-request.js +15 -0
  91. package/lib/request/delete-process-set-request.js.map +1 -0
  92. package/lib/request/disable-external-database-request.d.ts +2 -2
  93. package/lib/request/disable-metric-extension-request.d.ts +2 -2
  94. package/lib/request/disassociate-monitored-resources-request.d.ts +2 -2
  95. package/lib/request/enable-metric-extension-request.d.ts +2 -2
  96. package/lib/request/evaluate-baselineable-metric-request.d.ts +2 -2
  97. package/lib/request/export-metric-extension-request.d.ts +2 -2
  98. package/lib/request/get-baselineable-metric-request.d.ts +1 -1
  99. package/lib/request/get-config-request.d.ts +1 -1
  100. package/lib/request/get-discovery-job-request.d.ts +1 -1
  101. package/lib/request/get-metric-extension-request.d.ts +1 -1
  102. package/lib/request/get-monitored-resource-request.d.ts +1 -1
  103. package/lib/request/get-monitored-resource-task-request.d.ts +1 -1
  104. package/lib/request/get-monitored-resource-type-request.d.ts +1 -1
  105. package/lib/request/get-process-set-request.d.ts +28 -0
  106. package/lib/request/get-process-set-request.js +15 -0
  107. package/lib/request/get-process-set-request.js.map +1 -0
  108. package/lib/request/get-work-request-request.d.ts +1 -1
  109. package/lib/request/index.d.ts +12 -0
  110. package/lib/request/index.js +3 -1
  111. package/lib/request/index.js.map +1 -1
  112. package/lib/request/list-baselineable-metrics-request.d.ts +3 -3
  113. package/lib/request/list-configs-request.d.ts +3 -3
  114. package/lib/request/list-discovery-job-logs-request.d.ts +3 -3
  115. package/lib/request/list-discovery-jobs-request.d.ts +3 -3
  116. package/lib/request/list-metric-extensions-request.d.ts +3 -3
  117. package/lib/request/list-monitored-resource-tasks-request.d.ts +3 -3
  118. package/lib/request/list-monitored-resource-types-request.d.ts +3 -3
  119. package/lib/request/list-monitored-resources-request.d.ts +3 -3
  120. package/lib/request/list-process-sets-request.d.ts +63 -0
  121. package/lib/request/list-process-sets-request.js +24 -0
  122. package/lib/request/list-process-sets-request.js.map +1 -0
  123. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  124. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  125. package/lib/request/list-work-requests-request.d.ts +3 -3
  126. package/lib/request/manage-license-request.d.ts +2 -2
  127. package/lib/request/publish-metric-extension-request.d.ts +2 -2
  128. package/lib/request/request-monitored-resources-summarized-count-request.d.ts +3 -3
  129. package/lib/request/search-associated-resources-request.d.ts +3 -3
  130. package/lib/request/search-monitored-resource-associations-request.d.ts +3 -3
  131. package/lib/request/search-monitored-resource-members-request.d.ts +4 -4
  132. package/lib/request/search-monitored-resources-request.d.ts +3 -3
  133. package/lib/request/test-metric-extension-request.d.ts +2 -2
  134. package/lib/request/update-and-propagate-tags-request.d.ts +2 -2
  135. package/lib/request/update-baselineable-metric-request.d.ts +2 -2
  136. package/lib/request/update-config-request.d.ts +2 -2
  137. package/lib/request/update-metric-extension-request.d.ts +2 -2
  138. package/lib/request/update-monitored-resource-request.d.ts +2 -2
  139. package/lib/request/update-monitored-resource-task-request.d.ts +2 -2
  140. package/lib/request/update-monitored-resource-type-request.d.ts +2 -2
  141. package/lib/request/update-process-set-request.d.ts +42 -0
  142. package/lib/request/update-process-set-request.js +15 -0
  143. package/lib/request/update-process-set-request.js.map +1 -0
  144. package/lib/response/associate-monitored-resources-response.d.ts +1 -1
  145. package/lib/response/change-process-set-compartment-response.d.ts +20 -0
  146. package/lib/response/change-process-set-compartment-response.js +15 -0
  147. package/lib/response/change-process-set-compartment-response.js.map +1 -0
  148. package/lib/response/create-baselineable-metric-response.d.ts +1 -1
  149. package/lib/response/create-config-response.d.ts +1 -1
  150. package/lib/response/create-discovery-job-response.d.ts +1 -1
  151. package/lib/response/create-metric-extension-response.d.ts +1 -1
  152. package/lib/response/create-monitored-resource-response.d.ts +1 -1
  153. package/lib/response/create-monitored-resource-task-response.d.ts +1 -1
  154. package/lib/response/create-monitored-resource-type-response.d.ts +1 -1
  155. package/lib/response/create-process-set-response.d.ts +30 -0
  156. package/lib/response/create-process-set-response.js +15 -0
  157. package/lib/response/create-process-set-response.js.map +1 -0
  158. package/lib/response/delete-process-set-response.d.ts +20 -0
  159. package/lib/response/delete-process-set-response.js +15 -0
  160. package/lib/response/delete-process-set-response.js.map +1 -0
  161. package/lib/response/evaluate-baselineable-metric-response.d.ts +1 -1
  162. package/lib/response/export-metric-extension-response.d.ts +1 -1
  163. package/lib/response/get-baselineable-metric-response.d.ts +1 -1
  164. package/lib/response/get-config-response.d.ts +1 -1
  165. package/lib/response/get-discovery-job-response.d.ts +1 -1
  166. package/lib/response/get-metric-extension-response.d.ts +1 -1
  167. package/lib/response/get-monitored-resource-response.d.ts +1 -1
  168. package/lib/response/get-monitored-resource-task-response.d.ts +1 -1
  169. package/lib/response/get-monitored-resource-type-response.d.ts +1 -1
  170. package/lib/response/get-process-set-response.d.ts +30 -0
  171. package/lib/response/get-process-set-response.js +15 -0
  172. package/lib/response/get-process-set-response.js.map +1 -0
  173. package/lib/response/index.d.ts +12 -0
  174. package/lib/response/list-baselineable-metrics-response.d.ts +1 -1
  175. package/lib/response/list-configs-response.d.ts +1 -1
  176. package/lib/response/list-discovery-job-logs-response.d.ts +1 -1
  177. package/lib/response/list-discovery-jobs-response.d.ts +1 -1
  178. package/lib/response/list-metric-extensions-response.d.ts +1 -1
  179. package/lib/response/list-monitored-resource-tasks-response.d.ts +1 -1
  180. package/lib/response/list-monitored-resource-types-response.d.ts +1 -1
  181. package/lib/response/list-monitored-resources-response.d.ts +1 -1
  182. package/lib/response/list-process-sets-response.d.ts +32 -0
  183. package/lib/response/list-process-sets-response.js +15 -0
  184. package/lib/response/list-process-sets-response.js.map +1 -0
  185. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  186. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  187. package/lib/response/list-work-requests-response.d.ts +1 -1
  188. package/lib/response/publish-metric-extension-response.d.ts +1 -1
  189. package/lib/response/request-monitored-resources-summarized-count-response.d.ts +1 -1
  190. package/lib/response/search-associated-resources-response.d.ts +1 -1
  191. package/lib/response/search-monitored-resource-associations-response.d.ts +1 -1
  192. package/lib/response/search-monitored-resource-members-response.d.ts +1 -1
  193. package/lib/response/search-monitored-resources-response.d.ts +1 -1
  194. package/lib/response/test-metric-extension-response.d.ts +1 -1
  195. package/lib/response/update-baselineable-metric-response.d.ts +1 -1
  196. package/lib/response/update-config-response.d.ts +1 -1
  197. package/lib/response/update-metric-extension-response.d.ts +1 -1
  198. package/lib/response/update-monitored-resource-task-response.d.ts +1 -1
  199. package/lib/response/update-monitored-resource-type-response.d.ts +1 -1
  200. package/lib/response/update-process-set-response.d.ts +30 -0
  201. package/lib/response/update-process-set-response.js +15 -0
  202. package/lib/response/update-process-set-response.js.map +1 -0
  203. package/lib/stackmonitoring-waiter.d.ts +8 -0
  204. package/lib/stackmonitoring-waiter.js +12 -0
  205. package/lib/stackmonitoring-waiter.js.map +1 -1
  206. package/package.json +3 -3
@@ -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.76.1/stackmonitoring/UpdateMetricExtension.ts.html |here} to see how to use UpdateMetricExtensionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateMetricExtension.ts.html |here} to see how to use UpdateMetricExtensionRequest.
17
17
  */
18
18
  export interface UpdateMetricExtensionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateMetricExtensionRequest extends common.BaseRequest {
26
26
  "updateMetricExtensionDetails": model.UpdateMetricExtensionDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/stackmonitoring/UpdateMonitoredResource.ts.html |here} to see how to use UpdateMonitoredResourceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateMonitoredResource.ts.html |here} to see how to use UpdateMonitoredResourceRequest.
17
17
  */
18
18
  export interface UpdateMonitoredResourceRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateMonitoredResourceRequest extends common.BaseRequest {
26
26
  "updateMonitoredResourceDetails": model.UpdateMonitoredResourceDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/stackmonitoring/UpdateMonitoredResourceTask.ts.html |here} to see how to use UpdateMonitoredResourceTaskRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateMonitoredResourceTask.ts.html |here} to see how to use UpdateMonitoredResourceTaskRequest.
17
17
  */
18
18
  export interface UpdateMonitoredResourceTaskRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateMonitoredResourceTaskRequest extends common.BaseRequest {
26
26
  "updateMonitoredResourceTaskDetails": model.UpdateMonitoredResourceTaskDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -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.76.1/stackmonitoring/UpdateMonitoredResourceType.ts.html |here} to see how to use UpdateMonitoredResourceTypeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateMonitoredResourceType.ts.html |here} to see how to use UpdateMonitoredResourceTypeRequest.
17
17
  */
18
18
  export interface UpdateMonitoredResourceTypeRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateMonitoredResourceTypeRequest extends common.BaseRequest {
26
26
  "updateMonitoredResourceTypeDetails": model.UpdateMonitoredResourceTypeDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
31
  * The resource will be updated or deleted only if the etag you
32
32
  * provide matches the resource's current etag value.
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateProcessSet.ts.html |here} to see how to use UpdateProcessSetRequest.
17
+ */
18
+ export interface UpdateProcessSetRequest extends common.BaseRequest {
19
+ /**
20
+ * The Process Set ID
21
+ */
22
+ "processSetId": string;
23
+ /**
24
+ * The updated Process Set details.
25
+ */
26
+ "updateProcessSetDetails": model.UpdateProcessSetDetails;
27
+ /**
28
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
29
+ * particular request, please provide the request ID.
30
+ *
31
+ */
32
+ "opcRequestId"?: string;
33
+ /**
34
+ * For optimistic concurrency control. In the PUT or DELETE call
35
+ * for a resource, set the {@code if-match} parameter to the value of the
36
+ * etag from a previous GET or POST response for that resource.
37
+ * The resource will be updated or deleted only if the etag you
38
+ * provide matches the resource's current etag value.
39
+ *
40
+ */
41
+ "ifMatch"?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-process-set-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-process-set-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/update-process-set-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface AssociateMonitoredResourcesResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface ChangeProcessSetCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-process-set-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-process-set-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/change-process-set-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -19,7 +19,7 @@ export interface CreateBaselineableMetricResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateConfigResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateDiscoveryJobResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateMetricExtensionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -37,7 +37,7 @@ export interface CreateMonitoredResourceResponse {
37
37
  */
38
38
  "contentLocation": string;
39
39
  /**
40
- * For optimistic concurrency control. See `if-match`.
40
+ * For optimistic concurrency control. See {@code if-match}.
41
41
  *
42
42
  */
43
43
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateMonitoredResourceTaskResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateMonitoredResourceTypeResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface CreateProcessSetResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ProcessSet instance.
28
+ */
29
+ "processSet": model.ProcessSet;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-process-set-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-process-set-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/create-process-set-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ export interface DeleteProcessSetResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-process-set-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-process-set-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/delete-process-set-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -19,7 +19,7 @@ export interface EvaluateBaselineableMetricResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -14,7 +14,7 @@
14
14
  import stream = require("stream");
15
15
  export interface ExportMetricExtensionResponse {
16
16
  /**
17
- * For optimistic concurrency control. See `if-match`.
17
+ * For optimistic concurrency control. See {@code if-match}.
18
18
  *
19
19
  */
20
20
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetBaselineableMetricResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetConfigResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetDiscoveryJobResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetMetricExtensionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetMonitoredResourceResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetMonitoredResourceTaskResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetMonitoredResourceTypeResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20210330
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * 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.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GetProcessSetResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ProcessSet instance.
28
+ */
29
+ "processSet": model.ProcessSet;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20210330
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * 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.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-process-set-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-process-set-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/get-process-set-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -20,6 +20,8 @@ import * as ChangeMonitoredResourceCompartmentResponse from "./change-monitored-
20
20
  export import ChangeMonitoredResourceCompartmentResponse = ChangeMonitoredResourceCompartmentResponse.ChangeMonitoredResourceCompartmentResponse;
21
21
  import * as ChangeMonitoredResourceTaskCompartmentResponse from "./change-monitored-resource-task-compartment-response";
22
22
  export import ChangeMonitoredResourceTaskCompartmentResponse = ChangeMonitoredResourceTaskCompartmentResponse.ChangeMonitoredResourceTaskCompartmentResponse;
23
+ import * as ChangeProcessSetCompartmentResponse from "./change-process-set-compartment-response";
24
+ export import ChangeProcessSetCompartmentResponse = ChangeProcessSetCompartmentResponse.ChangeProcessSetCompartmentResponse;
23
25
  import * as CreateBaselineableMetricResponse from "./create-baselineable-metric-response";
24
26
  export import CreateBaselineableMetricResponse = CreateBaselineableMetricResponse.CreateBaselineableMetricResponse;
25
27
  import * as CreateConfigResponse from "./create-config-response";
@@ -34,6 +36,8 @@ import * as CreateMonitoredResourceTaskResponse from "./create-monitored-resourc
34
36
  export import CreateMonitoredResourceTaskResponse = CreateMonitoredResourceTaskResponse.CreateMonitoredResourceTaskResponse;
35
37
  import * as CreateMonitoredResourceTypeResponse from "./create-monitored-resource-type-response";
36
38
  export import CreateMonitoredResourceTypeResponse = CreateMonitoredResourceTypeResponse.CreateMonitoredResourceTypeResponse;
39
+ import * as CreateProcessSetResponse from "./create-process-set-response";
40
+ export import CreateProcessSetResponse = CreateProcessSetResponse.CreateProcessSetResponse;
37
41
  import * as DeleteBaselineableMetricResponse from "./delete-baselineable-metric-response";
38
42
  export import DeleteBaselineableMetricResponse = DeleteBaselineableMetricResponse.DeleteBaselineableMetricResponse;
39
43
  import * as DeleteConfigResponse from "./delete-config-response";
@@ -46,6 +50,8 @@ import * as DeleteMonitoredResourceResponse from "./delete-monitored-resource-re
46
50
  export import DeleteMonitoredResourceResponse = DeleteMonitoredResourceResponse.DeleteMonitoredResourceResponse;
47
51
  import * as DeleteMonitoredResourceTypeResponse from "./delete-monitored-resource-type-response";
48
52
  export import DeleteMonitoredResourceTypeResponse = DeleteMonitoredResourceTypeResponse.DeleteMonitoredResourceTypeResponse;
53
+ import * as DeleteProcessSetResponse from "./delete-process-set-response";
54
+ export import DeleteProcessSetResponse = DeleteProcessSetResponse.DeleteProcessSetResponse;
49
55
  import * as DisableExternalDatabaseResponse from "./disable-external-database-response";
50
56
  export import DisableExternalDatabaseResponse = DisableExternalDatabaseResponse.DisableExternalDatabaseResponse;
51
57
  import * as DisableMetricExtensionResponse from "./disable-metric-extension-response";
@@ -72,6 +78,8 @@ import * as GetMonitoredResourceTaskResponse from "./get-monitored-resource-task
72
78
  export import GetMonitoredResourceTaskResponse = GetMonitoredResourceTaskResponse.GetMonitoredResourceTaskResponse;
73
79
  import * as GetMonitoredResourceTypeResponse from "./get-monitored-resource-type-response";
74
80
  export import GetMonitoredResourceTypeResponse = GetMonitoredResourceTypeResponse.GetMonitoredResourceTypeResponse;
81
+ import * as GetProcessSetResponse from "./get-process-set-response";
82
+ export import GetProcessSetResponse = GetProcessSetResponse.GetProcessSetResponse;
75
83
  import * as GetWorkRequestResponse from "./get-work-request-response";
76
84
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
77
85
  import * as ListBaselineableMetricsResponse from "./list-baselineable-metrics-response";
@@ -90,6 +98,8 @@ import * as ListMonitoredResourceTypesResponse from "./list-monitored-resource-t
90
98
  export import ListMonitoredResourceTypesResponse = ListMonitoredResourceTypesResponse.ListMonitoredResourceTypesResponse;
91
99
  import * as ListMonitoredResourcesResponse from "./list-monitored-resources-response";
92
100
  export import ListMonitoredResourcesResponse = ListMonitoredResourcesResponse.ListMonitoredResourcesResponse;
101
+ import * as ListProcessSetsResponse from "./list-process-sets-response";
102
+ export import ListProcessSetsResponse = ListProcessSetsResponse.ListProcessSetsResponse;
93
103
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
94
104
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
95
105
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
@@ -126,3 +136,5 @@ import * as UpdateMonitoredResourceTaskResponse from "./update-monitored-resourc
126
136
  export import UpdateMonitoredResourceTaskResponse = UpdateMonitoredResourceTaskResponse.UpdateMonitoredResourceTaskResponse;
127
137
  import * as UpdateMonitoredResourceTypeResponse from "./update-monitored-resource-type-response";
128
138
  export import UpdateMonitoredResourceTypeResponse = UpdateMonitoredResourceTypeResponse.UpdateMonitoredResourceTypeResponse;
139
+ import * as UpdateProcessSetResponse from "./update-process-set-response";
140
+ export import UpdateProcessSetResponse = UpdateProcessSetResponse.UpdateProcessSetResponse;
@@ -20,7 +20,7 @@ export interface ListBaselineableMetricsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListConfigsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListDiscoveryJobLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListDiscoveryJobsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListMetricExtensionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListMonitoredResourceTasksResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListMonitoredResourceTypesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */