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
@@ -20,7 +20,7 @@ export interface ListMonitoredResourcesResponse {
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
  */
@@ -0,0 +1,32 @@
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 ListProcessSetsResponse {
15
+ /**
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 {@code page} parameter for the
18
+ * subsequent GET request to get the next batch of items.
19
+ *
20
+ */
21
+ "opcNextPage": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId": string;
28
+ /**
29
+ * The returned model.ProcessSetCollection instance.
30
+ */
31
+ "processSetCollection": model.ProcessSetCollection;
32
+ }
@@ -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=list-process-sets-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-process-sets-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/list-process-sets-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
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 ListWorkRequestLogsResponse {
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 ListWorkRequestsResponse {
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
  */
@@ -19,7 +19,7 @@ export interface PublishMetricExtensionResponse {
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;
@@ -20,7 +20,7 @@ export interface RequestMonitoredResourcesSummarizedCountResponse {
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 SearchAssociatedResourcesResponse {
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 SearchMonitoredResourceAssociationsResponse {
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 SearchMonitoredResourceMembersResponse {
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 SearchMonitoredResourcesResponse {
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
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface TestMetricExtensionResponse {
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 UpdateBaselineableMetricResponse {
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 UpdateConfigResponse {
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 UpdateMetricExtensionResponse {
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 UpdateMonitoredResourceTaskResponse {
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 UpdateMonitoredResourceTypeResponse {
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 UpdateProcessSetResponse {
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=update-process-set-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-process-set-response.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/response/update-process-set-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -74,6 +74,14 @@ export declare class StackMonitoringWaiter {
74
74
  * @return response returns GetMonitoredResourceTypeResponse | null (null in case of 404 response)
75
75
  */
76
76
  forMonitoredResourceType(request: serviceRequests.GetMonitoredResourceTypeRequest, ...targetStates: models.ResourceTypeLifecycleState[]): Promise<serviceResponses.GetMonitoredResourceTypeResponse | null>;
77
+ /**
78
+ * Waits forProcessSet till it reaches any of the provided states
79
+ *
80
+ * @param request the request to send
81
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
82
+ * @return response returns GetProcessSetResponse | null (null in case of 404 response)
83
+ */
84
+ forProcessSet(request: serviceRequests.GetProcessSetRequest, ...targetStates: models.LifecycleState[]): Promise<serviceResponses.GetProcessSetResponse | null>;
77
85
  /**
78
86
  * Waits forWorkRequest
79
87
  *
@@ -132,6 +132,18 @@ class StackMonitoringWaiter {
132
132
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getMonitoredResourceType(request), response => targetStates.includes(response.monitoredResourceType.lifecycleState), targetStates.includes(models.ResourceTypeLifecycleState.Deleted));
133
133
  });
134
134
  }
135
+ /**
136
+ * Waits forProcessSet till it reaches any of the provided states
137
+ *
138
+ * @param request the request to send
139
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
140
+ * @return response returns GetProcessSetResponse | null (null in case of 404 response)
141
+ */
142
+ forProcessSet(request, ...targetStates) {
143
+ return __awaiter(this, void 0, void 0, function* () {
144
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getProcessSet(request), response => targetStates.includes(response.processSet.lifecycleState), targetStates.includes(models.LifecycleState.Deleted));
145
+ });
146
+ }
135
147
  /**
136
148
  * Waits forWorkRequest
137
149
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stackmonitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/stackmonitoring/lib/stackmonitoring-waiter.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"stackmonitoring-waiter.js","sourceRoot":"","sources":["../../../../lib/stackmonitoring/lib/stackmonitoring-waiter.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-stackmonitoring",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Stack Monitoring Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"