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/ListConfigs.ts.html |here} to see how to use ListConfigsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListConfigs.ts.html |here} to see how to use ListConfigsRequest.
17
17
  */
18
18
  export interface ListConfigsRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface ListConfigsRequest extends common.BaseRequest {
36
36
  */
37
37
  "limit"?: number;
38
38
  /**
39
- * For list pagination. The value of the `opc-next-page` response header from the
39
+ * For list pagination. The value of the {@code opc-next-page} response header from the
40
40
  * previous \"List\" call. For important details about how pagination works, see
41
41
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
@@ -47,7 +47,7 @@ export interface ListConfigsRequest extends common.BaseRequest {
47
47
  */
48
48
  "lifecycleState"?: string;
49
49
  /**
50
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
50
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
51
51
  *
52
52
  */
53
53
  "sortOrder"?: model.SortOrder;
@@ -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/ListDiscoveryJobLogs.ts.html |here} to see how to use ListDiscoveryJobLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListDiscoveryJobLogs.ts.html |here} to see how to use ListDiscoveryJobLogsRequest.
17
17
  */
18
18
  export interface ListDiscoveryJobLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -32,14 +32,14 @@ export interface ListDiscoveryJobLogsRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * For list pagination. The value of the `opc-next-page` response header from the
35
+ * For list pagination. The value of the {@code opc-next-page} response header from the
36
36
  * previous \"List\" call. For important details about how pagination works, see
37
37
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
38
38
  *
39
39
  */
40
40
  "page"?: string;
41
41
  /**
42
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
42
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
43
43
  *
44
44
  */
45
45
  "sortOrder"?: model.SortOrder;
@@ -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/ListDiscoveryJobs.ts.html |here} to see how to use ListDiscoveryJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListDiscoveryJobs.ts.html |here} to see how to use ListDiscoveryJobsRequest.
17
17
  */
18
18
  export interface ListDiscoveryJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -32,14 +32,14 @@ export interface ListDiscoveryJobsRequest extends common.BaseRequest {
32
32
  */
33
33
  "limit"?: number;
34
34
  /**
35
- * For list pagination. The value of the `opc-next-page` response header from the
35
+ * For list pagination. The value of the {@code opc-next-page} response header from the
36
36
  * previous \"List\" call. For important details about how pagination works, see
37
37
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
38
38
  *
39
39
  */
40
40
  "page"?: string;
41
41
  /**
42
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
42
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
43
43
  *
44
44
  */
45
45
  "sortOrder"?: model.SortOrder;
@@ -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/ListMetricExtensions.ts.html |here} to see how to use ListMetricExtensionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListMetricExtensions.ts.html |here} to see how to use ListMetricExtensionsRequest.
17
17
  */
18
18
  export interface ListMetricExtensionsRequest extends common.BaseRequest {
19
19
  /**
@@ -28,7 +28,7 @@ export interface ListMetricExtensionsRequest extends common.BaseRequest {
28
28
  */
29
29
  "limit"?: number;
30
30
  /**
31
- * For list pagination. The value of the `opc-next-page` response header from the
31
+ * For list pagination. The value of the {@code opc-next-page} response header from the
32
32
  * previous \"List\" call. For important details about how pagination works, see
33
33
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
34
  *
@@ -41,7 +41,7 @@ export interface ListMetricExtensionsRequest extends common.BaseRequest {
41
41
  */
42
42
  "sortBy"?: model.MetricExtensionSortBy;
43
43
  /**
44
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
44
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
45
45
  *
46
46
  */
47
47
  "sortOrder"?: model.SortOrder;
@@ -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/ListMonitoredResourceTasks.ts.html |here} to see how to use ListMonitoredResourceTasksRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListMonitoredResourceTasks.ts.html |here} to see how to use ListMonitoredResourceTasksRequest.
17
17
  */
18
18
  export interface ListMonitoredResourceTasksRequest extends common.BaseRequest {
19
19
  /**
@@ -33,7 +33,7 @@ export interface ListMonitoredResourceTasksRequest extends common.BaseRequest {
33
33
  */
34
34
  "sortBy"?: ListMonitoredResourceTasksRequest.SortBy;
35
35
  /**
36
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
36
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
37
37
  *
38
38
  */
39
39
  "sortOrder"?: model.SortOrder;
@@ -45,7 +45,7 @@ export interface ListMonitoredResourceTasksRequest extends common.BaseRequest {
45
45
  */
46
46
  "limit"?: number;
47
47
  /**
48
- * For list pagination. The value of the `opc-next-page` response header from the
48
+ * For list pagination. The value of the {@code opc-next-page} response header from the
49
49
  * previous \"List\" call. For important details about how pagination works, see
50
50
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
51
51
  *
@@ -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/ListMonitoredResourceTypes.ts.html |here} to see how to use ListMonitoredResourceTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListMonitoredResourceTypes.ts.html |here} to see how to use ListMonitoredResourceTypesRequest.
17
17
  */
18
18
  export interface ListMonitoredResourceTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -48,7 +48,7 @@ export interface ListMonitoredResourceTypesRequest extends common.BaseRequest {
48
48
  */
49
49
  "sortBy"?: ListMonitoredResourceTypesRequest.SortBy;
50
50
  /**
51
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
51
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
52
52
  *
53
53
  */
54
54
  "sortOrder"?: model.SortOrder;
@@ -60,7 +60,7 @@ export interface ListMonitoredResourceTypesRequest extends common.BaseRequest {
60
60
  */
61
61
  "limit"?: number;
62
62
  /**
63
- * For list pagination. The value of the `opc-next-page` response header from the
63
+ * For list pagination. The value of the {@code opc-next-page} response header from the
64
64
  * previous \"List\" call. For important details about how pagination works, see
65
65
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
66
66
  *
@@ -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/ListMonitoredResources.ts.html |here} to see how to use ListMonitoredResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListMonitoredResources.ts.html |here} to see how to use ListMonitoredResourcesRequest.
17
17
  */
18
18
  export interface ListMonitoredResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ListMonitoredResourcesRequest extends common.BaseRequest {
35
35
  */
36
36
  "sortBy"?: model.MonitoredResourceSortBy;
37
37
  /**
38
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
38
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
39
39
  *
40
40
  */
41
41
  "sortOrder"?: model.SortOrder;
@@ -47,7 +47,7 @@ export interface ListMonitoredResourcesRequest extends common.BaseRequest {
47
47
  */
48
48
  "limit"?: number;
49
49
  /**
50
- * For list pagination. The value of the `opc-next-page` response header from the
50
+ * For list pagination. The value of the {@code opc-next-page} response header from the
51
51
  * previous \"List\" call. For important details about how pagination works, see
52
52
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
53
53
  *
@@ -0,0 +1,63 @@
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/ListProcessSets.ts.html |here} to see how to use ListProcessSetsRequest.
17
+ */
18
+ export interface ListProcessSetsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the compartment in which data is listed.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * For list pagination. The maximum number of results per page, or items to return in a
25
+ * paginated \"List\" call. For important details about how pagination works, see
26
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ *
28
+ */
29
+ "limit"?: number;
30
+ /**
31
+ * For list pagination. The value of the {@code opc-next-page} response header from the
32
+ * previous \"List\" call. For important details about how pagination works, see
33
+ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
+ *
35
+ */
36
+ "page"?: string;
37
+ /**
38
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
39
+ *
40
+ */
41
+ "sortOrder"?: model.SortOrder;
42
+ /**
43
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
44
+ * particular request, please provide the request ID.
45
+ *
46
+ */
47
+ "opcRequestId"?: string;
48
+ /**
49
+ * The field to sort by. Only one sort order may be provided. Default order for timeUpdated is descending. Default order for name is ascending.
50
+ *
51
+ */
52
+ "sortBy"?: ListProcessSetsRequest.SortBy;
53
+ /**
54
+ * A filter to return only resources that match the entire display name given.
55
+ */
56
+ "displayName"?: string;
57
+ }
58
+ export declare namespace ListProcessSetsRequest {
59
+ enum SortBy {
60
+ TimeUpdated = "timeUpdated",
61
+ Name = "name"
62
+ }
63
+ }
@@ -0,0 +1,24 @@
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
+ exports.ListProcessSetsRequest = void 0;
16
+ var ListProcessSetsRequest;
17
+ (function (ListProcessSetsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeUpdated"] = "timeUpdated";
21
+ SortBy["Name"] = "name";
22
+ })(SortBy = ListProcessSetsRequest.SortBy || (ListProcessSetsRequest.SortBy = {}));
23
+ })(ListProcessSetsRequest = exports.ListProcessSetsRequest || (exports.ListProcessSetsRequest = {}));
24
+ //# sourceMappingURL=list-process-sets-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-process-sets-request.js","sourceRoot":"","sources":["../../../../../lib/stackmonitoring/lib/request/list-process-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiDH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EALgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKtC"}
@@ -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/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * For list pagination. The value of the `opc-next-page` response header from the
30
+ * For list pagination. The value of the {@code opc-next-page} response header from the
31
31
  * previous \"List\" call. For important details about how pagination works, see
32
32
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
33
  *
@@ -41,7 +41,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
41
41
  */
42
42
  "limit"?: number;
43
43
  /**
44
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
44
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
45
45
  *
46
46
  */
47
47
  "sortOrder"?: model.SortOrder;
@@ -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/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -27,7 +27,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
27
27
  */
28
28
  "opcRequestId"?: string;
29
29
  /**
30
- * For list pagination. The value of the `opc-next-page` response header from the
30
+ * For list pagination. The value of the {@code opc-next-page} response header from the
31
31
  * previous \"List\" call. For important details about how pagination works, see
32
32
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
33
33
  *
@@ -41,7 +41,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
41
41
  */
42
42
  "limit"?: number;
43
43
  /**
44
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
44
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
45
45
  *
46
46
  */
47
47
  "sortOrder"?: model.SortOrder;
@@ -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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -39,7 +39,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
39
39
  */
40
40
  "opcRequestId"?: string;
41
41
  /**
42
- * For list pagination. The value of the `opc-next-page` response header from the
42
+ * For list pagination. The value of the {@code opc-next-page} response header from the
43
43
  * previous \"List\" call. For important details about how pagination works, see
44
44
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
45
45
  *
@@ -53,7 +53,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
53
53
  */
54
54
  "limit"?: number;
55
55
  /**
56
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
56
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
57
57
  *
58
58
  */
59
59
  "sortOrder"?: model.SortOrder;
@@ -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/ManageLicense.ts.html |here} to see how to use ManageLicenseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/ManageLicense.ts.html |here} to see how to use ManageLicenseRequest.
17
17
  */
18
18
  export interface ManageLicenseRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface ManageLicenseRequest extends common.BaseRequest {
41
41
  "opcRequestId"?: string;
42
42
  /**
43
43
  * For optimistic concurrency control. In the PUT or DELETE call
44
- * for a resource, set the `if-match` parameter to the value of the
44
+ * for a resource, set the {@code if-match} parameter to the value of the
45
45
  * etag from a previous GET or POST response for that resource.
46
46
  * The resource will be updated or deleted only if the etag you
47
47
  * provide matches the resource's current etag value.
@@ -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.76.1/stackmonitoring/PublishMetricExtension.ts.html |here} to see how to use PublishMetricExtensionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/PublishMetricExtension.ts.html |here} to see how to use PublishMetricExtensionRequest.
16
16
  */
17
17
  export interface PublishMetricExtensionRequest extends common.BaseRequest {
18
18
  /**
@@ -36,7 +36,7 @@ export interface PublishMetricExtensionRequest extends common.BaseRequest {
36
36
  "opcRetryToken"?: string;
37
37
  /**
38
38
  * For optimistic concurrency control. In the PUT or DELETE call
39
- * for a resource, set the `if-match` parameter to the value of the
39
+ * for a resource, set the {@code if-match} parameter to the value of the
40
40
  * etag from a previous GET or POST response for that resource.
41
41
  * The resource will be updated or deleted only if the etag you
42
42
  * 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/RequestMonitoredResourcesSummarizedCount.ts.html |here} to see how to use RequestMonitoredResourcesSummarizedCountRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/RequestMonitoredResourcesSummarizedCount.ts.html |here} to see how to use RequestMonitoredResourcesSummarizedCountRequest.
17
17
  */
18
18
  export interface RequestMonitoredResourcesSummarizedCountRequest extends common.BaseRequest {
19
19
  /**
@@ -40,7 +40,7 @@ export interface RequestMonitoredResourcesSummarizedCountRequest extends common.
40
40
  */
41
41
  "sortBy"?: RequestMonitoredResourcesSummarizedCountRequest.SortBy;
42
42
  /**
43
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
43
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
44
44
  *
45
45
  */
46
46
  "sortOrder"?: model.SortOrder;
@@ -52,7 +52,7 @@ export interface RequestMonitoredResourcesSummarizedCountRequest extends common.
52
52
  */
53
53
  "limit"?: number;
54
54
  /**
55
- * For list pagination. The value of the `opc-next-page` response header from the
55
+ * For list pagination. The value of the {@code opc-next-page} response header from the
56
56
  * previous \"List\" call. For important details about how pagination works, see
57
57
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
58
58
  *
@@ -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/SearchAssociatedResources.ts.html |here} to see how to use SearchAssociatedResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/SearchAssociatedResources.ts.html |here} to see how to use SearchAssociatedResourcesRequest.
17
17
  */
18
18
  export interface SearchAssociatedResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -65,7 +65,7 @@ export interface SearchAssociatedResourcesRequest extends common.BaseRequest {
65
65
  "opcRetryToken"?: string;
66
66
  /**
67
67
  * For optimistic concurrency control. In the PUT or DELETE call
68
- * for a resource, set the `if-match` parameter to the value of the
68
+ * for a resource, set the {@code if-match} parameter to the value of the
69
69
  * etag from a previous GET or POST response for that resource.
70
70
  * The resource will be updated or deleted only if the etag you
71
71
  * provide matches the resource's current etag value.
@@ -80,7 +80,7 @@ export interface SearchAssociatedResourcesRequest extends common.BaseRequest {
80
80
  */
81
81
  "limit"?: number;
82
82
  /**
83
- * For list pagination. The value of the `opc-next-page` response header from the
83
+ * For list pagination. The value of the {@code opc-next-page} response header from the
84
84
  * previous \"List\" call. For important details about how pagination works, see
85
85
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
86
86
  *
@@ -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/SearchMonitoredResourceAssociations.ts.html |here} to see how to use SearchMonitoredResourceAssociationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/SearchMonitoredResourceAssociations.ts.html |here} to see how to use SearchMonitoredResourceAssociationsRequest.
17
17
  */
18
18
  export interface SearchMonitoredResourceAssociationsRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface SearchMonitoredResourceAssociationsRequest extends common.BaseR
29
29
  */
30
30
  "limit"?: number;
31
31
  /**
32
- * For list pagination. The value of the `opc-next-page` response header from the
32
+ * For list pagination. The value of the {@code opc-next-page} response header from the
33
33
  * previous \"List\" call. For important details about how pagination works, see
34
34
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
35
  *
@@ -52,7 +52,7 @@ export interface SearchMonitoredResourceAssociationsRequest extends common.BaseR
52
52
  "opcRetryToken"?: string;
53
53
  /**
54
54
  * For optimistic concurrency control. In the PUT or DELETE call
55
- * for a resource, set the `if-match` parameter to the value of the
55
+ * for a resource, set the {@code if-match} parameter to the value of the
56
56
  * etag from a previous GET or POST response for that resource.
57
57
  * The resource will be updated or deleted only if the etag you
58
58
  * 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/SearchMonitoredResourceMembers.ts.html |here} to see how to use SearchMonitoredResourceMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/SearchMonitoredResourceMembers.ts.html |here} to see how to use SearchMonitoredResourceMembersRequest.
17
17
  */
18
18
  export interface SearchMonitoredResourceMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -31,12 +31,12 @@ export interface SearchMonitoredResourceMembersRequest extends common.BaseReques
31
31
  */
32
32
  "sortBy"?: SearchMonitoredResourceMembersRequest.SortBy;
33
33
  /**
34
- * The sort order to use, either ascending (`ASC`) or descending (`DESC`).
34
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
35
35
  *
36
36
  */
37
37
  "sortOrder"?: model.SortOrder;
38
38
  /**
39
- * For list pagination. The value of the `opc-next-page` response header from the
39
+ * For list pagination. The value of the {@code opc-next-page} response header from the
40
40
  * previous \"List\" call. For important details about how pagination works, see
41
41
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
@@ -66,7 +66,7 @@ export interface SearchMonitoredResourceMembersRequest extends common.BaseReques
66
66
  "opcRequestId"?: string;
67
67
  /**
68
68
  * For optimistic concurrency control. In the PUT or DELETE call
69
- * for a resource, set the `if-match` parameter to the value of the
69
+ * for a resource, set the {@code if-match} parameter to the value of the
70
70
  * etag from a previous GET or POST response for that resource.
71
71
  * The resource will be updated or deleted only if the etag you
72
72
  * 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/SearchMonitoredResources.ts.html |here} to see how to use SearchMonitoredResourcesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/SearchMonitoredResources.ts.html |here} to see how to use SearchMonitoredResourcesRequest.
17
17
  */
18
18
  export interface SearchMonitoredResourcesRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface SearchMonitoredResourcesRequest extends common.BaseRequest {
29
29
  */
30
30
  "limit"?: number;
31
31
  /**
32
- * For list pagination. The value of the `opc-next-page` response header from the
32
+ * For list pagination. The value of the {@code opc-next-page} response header from the
33
33
  * previous \"List\" call. For important details about how pagination works, see
34
34
  * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
35
  *
@@ -80,7 +80,7 @@ export interface SearchMonitoredResourcesRequest extends common.BaseRequest {
80
80
  "opcRetryToken"?: string;
81
81
  /**
82
82
  * For optimistic concurrency control. In the PUT or DELETE call
83
- * for a resource, set the `if-match` parameter to the value of the
83
+ * for a resource, set the {@code if-match} parameter to the value of the
84
84
  * etag from a previous GET or POST response for that resource.
85
85
  * The resource will be updated or deleted only if the etag you
86
86
  * 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/TestMetricExtension.ts.html |here} to see how to use TestMetricExtensionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/TestMetricExtension.ts.html |here} to see how to use TestMetricExtensionRequest.
17
17
  */
18
18
  export interface TestMetricExtensionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface TestMetricExtensionRequest extends common.BaseRequest {
26
26
  "testMetricExtensionDetails": model.TestMetricExtensionDetails;
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/UpdateAndPropagateTags.ts.html |here} to see how to use UpdateAndPropagateTagsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateAndPropagateTags.ts.html |here} to see how to use UpdateAndPropagateTagsRequest.
17
17
  */
18
18
  export interface UpdateAndPropagateTagsRequest extends common.BaseRequest {
19
19
  /**
@@ -41,7 +41,7 @@ export interface UpdateAndPropagateTagsRequest extends common.BaseRequest {
41
41
  "opcRequestId"?: string;
42
42
  /**
43
43
  * For optimistic concurrency control. In the PUT or DELETE call
44
- * for a resource, set the `if-match` parameter to the value of the
44
+ * for a resource, set the {@code if-match} parameter to the value of the
45
45
  * etag from a previous GET or POST response for that resource.
46
46
  * The resource will be updated or deleted only if the etag you
47
47
  * 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/UpdateBaselineableMetric.ts.html |here} to see how to use UpdateBaselineableMetricRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateBaselineableMetric.ts.html |here} to see how to use UpdateBaselineableMetricRequest.
17
17
  */
18
18
  export interface UpdateBaselineableMetricRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateBaselineableMetricRequest extends common.BaseRequest {
26
26
  "baselineableMetricId": string;
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/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/stackmonitoring/UpdateConfig.ts.html |here} to see how to use UpdateConfigRequest.
17
17
  */
18
18
  export interface UpdateConfigRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateConfigRequest extends common.BaseRequest {
26
26
  "updateConfigDetails": model.UpdateLicenseEnterpriseExtensibilityConfigDetails | model.UpdateAutoPromoteConfigDetails | model.UpdateLicenseAutoAssignConfigDetails;
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.