oci-adm 2.71.0 → 2.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/lib/applicationdependencymanagement-waiter.d.ts +16 -0
  2. package/lib/applicationdependencymanagement-waiter.js +24 -0
  3. package/lib/applicationdependencymanagement-waiter.js.map +1 -1
  4. package/lib/client.d.ts +184 -18
  5. package/lib/client.js +1312 -176
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/application-dependency-recommendation-collection.d.ts +26 -0
  8. package/lib/model/application-dependency-recommendation-collection.js +61 -0
  9. package/lib/model/application-dependency-recommendation-collection.js.map +1 -0
  10. package/lib/model/application-dependency-recommendation-summary.d.ts +39 -0
  11. package/lib/model/application-dependency-recommendation-summary.js +29 -0
  12. package/lib/model/application-dependency-recommendation-summary.js.map +1 -0
  13. package/lib/model/application-dependency-vulnerability-collection.d.ts +3 -3
  14. package/lib/model/application-dependency-vulnerability-summary.d.ts +6 -6
  15. package/lib/model/application-dependency.d.ts +3 -3
  16. package/lib/model/apply-stage.d.ts +27 -0
  17. package/lib/model/apply-stage.js +66 -0
  18. package/lib/model/apply-stage.js.map +1 -0
  19. package/lib/model/change-knowledge-base-compartment-details.d.ts +2 -2
  20. package/lib/model/change-remediation-recipe-compartment-details.d.ts +25 -0
  21. package/lib/model/change-remediation-recipe-compartment-details.js +29 -0
  22. package/lib/model/change-remediation-recipe-compartment-details.js.map +1 -0
  23. package/lib/model/change-remediation-run-compartment-details.d.ts +25 -0
  24. package/lib/model/change-remediation-run-compartment-details.js +29 -0
  25. package/lib/model/change-remediation-run-compartment-details.js.map +1 -0
  26. package/lib/model/change-vulnerability-audit-compartment-details.d.ts +1 -1
  27. package/lib/model/create-knowledge-base-details.d.ts +3 -3
  28. package/lib/model/create-remediation-recipe-details.d.ts +60 -0
  29. package/lib/model/create-remediation-recipe-details.js +75 -0
  30. package/lib/model/create-remediation-recipe-details.js.map +1 -0
  31. package/lib/model/create-remediation-run-details.d.ts +47 -0
  32. package/lib/model/create-remediation-run-details.js +29 -0
  33. package/lib/model/create-remediation-run-details.js.map +1 -0
  34. package/lib/model/create-vulnerability-audit-details.d.ts +6 -6
  35. package/lib/model/detect-configuration.d.ts +50 -0
  36. package/lib/model/detect-configuration.js +38 -0
  37. package/lib/model/detect-configuration.js.map +1 -0
  38. package/lib/model/detect-stage.d.ts +29 -0
  39. package/lib/model/detect-stage.js +52 -0
  40. package/lib/model/detect-stage.js.map +1 -0
  41. package/lib/model/external-resource-vulnerability-audit-source.d.ts +1 -1
  42. package/lib/model/external-scm-configuration.d.ts +57 -0
  43. package/lib/model/external-scm-configuration.js +64 -0
  44. package/lib/model/external-scm-configuration.js.map +1 -0
  45. package/lib/model/git-hub-actions-configuration.d.ts +51 -0
  46. package/lib/model/git-hub-actions-configuration.js +54 -0
  47. package/lib/model/git-hub-actions-configuration.js.map +1 -0
  48. package/lib/model/git-lab-pipeline-configuration.d.ts +52 -0
  49. package/lib/model/git-lab-pipeline-configuration.js +54 -0
  50. package/lib/model/git-lab-pipeline-configuration.js.map +1 -0
  51. package/lib/model/index.d.ts +72 -0
  52. package/lib/model/index.js +74 -1
  53. package/lib/model/index.js.map +1 -1
  54. package/lib/model/jenkins-pipeline-configuration.d.ts +48 -0
  55. package/lib/model/jenkins-pipeline-configuration.js +54 -0
  56. package/lib/model/jenkins-pipeline-configuration.js.map +1 -0
  57. package/lib/model/knowledge-base-collection.d.ts +2 -2
  58. package/lib/model/knowledge-base-summary.d.ts +7 -7
  59. package/lib/model/knowledge-base.d.ts +7 -7
  60. package/lib/model/network-configuration.d.ts +31 -0
  61. package/lib/model/network-configuration.js +29 -0
  62. package/lib/model/network-configuration.js.map +1 -0
  63. package/lib/model/none-verify-configuration.d.ts +24 -0
  64. package/lib/model/none-verify-configuration.js +54 -0
  65. package/lib/model/none-verify-configuration.js.map +1 -0
  66. package/lib/model/oci-code-repository-configuration.d.ts +28 -0
  67. package/lib/model/oci-code-repository-configuration.js +54 -0
  68. package/lib/model/oci-code-repository-configuration.js.map +1 -0
  69. package/lib/model/oci-dev-ops-build-configuration.d.ts +34 -0
  70. package/lib/model/oci-dev-ops-build-configuration.js +54 -0
  71. package/lib/model/oci-dev-ops-build-configuration.js.map +1 -0
  72. package/lib/model/oci-resource-vulnerability-audit-source.d.ts +2 -2
  73. package/lib/model/operation-type.d.ts +6 -0
  74. package/lib/model/operation-type.js +6 -0
  75. package/lib/model/operation-type.js.map +1 -1
  76. package/lib/model/pipeline-properties.d.ts +29 -0
  77. package/lib/model/pipeline-properties.js +29 -0
  78. package/lib/model/pipeline-properties.js.map +1 -0
  79. package/lib/model/pull-request-properties.d.ts +29 -0
  80. package/lib/model/pull-request-properties.js +29 -0
  81. package/lib/model/pull-request-properties.js.map +1 -0
  82. package/lib/model/recommend-stage.d.ts +30 -0
  83. package/lib/model/recommend-stage.js +60 -0
  84. package/lib/model/recommend-stage.js.map +1 -0
  85. package/lib/model/remediation-recipe-collection.d.ts +26 -0
  86. package/lib/model/remediation-recipe-collection.js +61 -0
  87. package/lib/model/remediation-recipe-collection.js.map +1 -0
  88. package/lib/model/remediation-recipe-summary.d.ts +81 -0
  89. package/lib/model/remediation-recipe-summary.js +29 -0
  90. package/lib/model/remediation-recipe-summary.js.map +1 -0
  91. package/lib/model/remediation-recipe.d.ts +103 -0
  92. package/lib/model/remediation-recipe.js +91 -0
  93. package/lib/model/remediation-recipe.js.map +1 -0
  94. package/lib/model/remediation-run-collection.d.ts +26 -0
  95. package/lib/model/remediation-run-collection.js +61 -0
  96. package/lib/model/remediation-run-collection.js.map +1 -0
  97. package/lib/model/remediation-run-stage-collection.d.ts +26 -0
  98. package/lib/model/remediation-run-stage-collection.js +61 -0
  99. package/lib/model/remediation-run-stage-collection.js.map +1 -0
  100. package/lib/model/remediation-run-stage-summary.d.ts +50 -0
  101. package/lib/model/remediation-run-stage-summary.js +29 -0
  102. package/lib/model/remediation-run-stage-summary.js.map +1 -0
  103. package/lib/model/remediation-run-stage-type.d.ts +30 -0
  104. package/lib/model/remediation-run-stage-type.js +41 -0
  105. package/lib/model/remediation-run-stage-type.js.map +1 -0
  106. package/lib/model/remediation-run-stage.d.ts +70 -0
  107. package/lib/model/remediation-run-stage.js +94 -0
  108. package/lib/model/remediation-run-stage.js.map +1 -0
  109. package/lib/model/remediation-run-summary.d.ts +94 -0
  110. package/lib/model/remediation-run-summary.js +29 -0
  111. package/lib/model/remediation-run-summary.js.map +1 -0
  112. package/lib/model/remediation-run.d.ts +125 -0
  113. package/lib/model/remediation-run.js +87 -0
  114. package/lib/model/remediation-run.js.map +1 -0
  115. package/lib/model/scm-configuration.d.ts +38 -0
  116. package/lib/model/scm-configuration.js +72 -0
  117. package/lib/model/scm-configuration.js.map +1 -0
  118. package/lib/model/stage-summary.d.ts +42 -0
  119. package/lib/model/stage-summary.js +29 -0
  120. package/lib/model/stage-summary.js.map +1 -0
  121. package/lib/model/unknown-source-vulnerability-audit-source.d.ts +1 -1
  122. package/lib/model/update-knowledge-base-details.d.ts +2 -2
  123. package/lib/model/update-remediation-recipe-details.d.ts +56 -0
  124. package/lib/model/update-remediation-recipe-details.js +75 -0
  125. package/lib/model/update-remediation-recipe-details.js.map +1 -0
  126. package/lib/model/update-remediation-run-details.d.ts +43 -0
  127. package/lib/model/update-remediation-run-details.js +29 -0
  128. package/lib/model/update-remediation-run-details.js.map +1 -0
  129. package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
  130. package/lib/model/verify-configuration.d.ts +25 -0
  131. package/lib/model/verify-configuration.js +84 -0
  132. package/lib/model/verify-configuration.js.map +1 -0
  133. package/lib/model/verify-stage.d.ts +27 -0
  134. package/lib/model/verify-stage.js +66 -0
  135. package/lib/model/verify-stage.js.map +1 -0
  136. package/lib/model/vulnerability-audit-collection.d.ts +2 -2
  137. package/lib/model/vulnerability-audit-configuration.d.ts +7 -5
  138. package/lib/model/vulnerability-audit-configuration.js.map +1 -1
  139. package/lib/model/vulnerability-audit-source.d.ts +1 -1
  140. package/lib/model/vulnerability-audit-summary.d.ts +14 -14
  141. package/lib/model/vulnerability-audit.d.ts +17 -17
  142. package/lib/request/activate-remediation-recipe-request.d.ts +35 -0
  143. package/lib/request/activate-remediation-recipe-request.js +15 -0
  144. package/lib/request/activate-remediation-recipe-request.js.map +1 -0
  145. package/lib/request/cancel-remediation-run-request.d.ts +44 -0
  146. package/lib/request/cancel-remediation-run-request.js +15 -0
  147. package/lib/request/cancel-remediation-run-request.js.map +1 -0
  148. package/lib/request/cancel-work-request-request.d.ts +1 -1
  149. package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
  150. package/lib/request/change-remediation-recipe-compartment-request.d.ts +49 -0
  151. package/lib/request/change-remediation-recipe-compartment-request.js +15 -0
  152. package/lib/request/change-remediation-recipe-compartment-request.js.map +1 -0
  153. package/lib/request/change-remediation-run-compartment-request.d.ts +49 -0
  154. package/lib/request/change-remediation-run-compartment-request.js +15 -0
  155. package/lib/request/change-remediation-run-compartment-request.js.map +1 -0
  156. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
  157. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  158. package/lib/request/create-remediation-recipe-request.d.ts +36 -0
  159. package/lib/request/create-remediation-recipe-request.js +15 -0
  160. package/lib/request/create-remediation-recipe-request.js.map +1 -0
  161. package/lib/request/create-remediation-run-request.d.ts +36 -0
  162. package/lib/request/create-remediation-run-request.js +15 -0
  163. package/lib/request/create-remediation-run-request.js.map +1 -0
  164. package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
  165. package/lib/request/deactivate-remediation-recipe-request.d.ts +35 -0
  166. package/lib/request/deactivate-remediation-recipe-request.js +15 -0
  167. package/lib/request/deactivate-remediation-recipe-request.js.map +1 -0
  168. package/lib/request/delete-knowledge-base-request.d.ts +1 -1
  169. package/lib/request/delete-remediation-recipe-request.d.ts +35 -0
  170. package/lib/request/delete-remediation-recipe-request.js +15 -0
  171. package/lib/request/delete-remediation-recipe-request.js.map +1 -0
  172. package/lib/request/delete-remediation-run-request.d.ts +35 -0
  173. package/lib/request/delete-remediation-run-request.js +15 -0
  174. package/lib/request/delete-remediation-run-request.js.map +1 -0
  175. package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
  176. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  177. package/lib/request/get-remediation-recipe-request.d.ts +26 -0
  178. package/lib/request/get-remediation-recipe-request.js +15 -0
  179. package/lib/request/get-remediation-recipe-request.js.map +1 -0
  180. package/lib/request/get-remediation-run-request.d.ts +26 -0
  181. package/lib/request/get-remediation-run-request.js +15 -0
  182. package/lib/request/get-remediation-run-request.js.map +1 -0
  183. package/lib/request/get-stage-request.d.ts +31 -0
  184. package/lib/request/get-stage-request.js +15 -0
  185. package/lib/request/get-stage-request.js.map +1 -0
  186. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  187. package/lib/request/get-work-request-request.d.ts +1 -1
  188. package/lib/request/index.d.ts +36 -0
  189. package/lib/request/index.js +9 -1
  190. package/lib/request/index.js.map +1 -1
  191. package/lib/request/list-application-dependency-recommendations-request.d.ts +61 -0
  192. package/lib/request/list-application-dependency-recommendations-request.js +26 -0
  193. package/lib/request/list-application-dependency-recommendations-request.js.map +1 -0
  194. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
  195. package/lib/request/list-knowledge-bases-request.d.ts +5 -1
  196. package/lib/request/list-knowledge-bases-request.js.map +1 -1
  197. package/lib/request/list-remediation-recipes-request.d.ts +74 -0
  198. package/lib/request/list-remediation-recipes-request.js +27 -0
  199. package/lib/request/list-remediation-recipes-request.js.map +1 -0
  200. package/lib/request/list-remediation-runs-request.d.ts +80 -0
  201. package/lib/request/list-remediation-runs-request.js +28 -0
  202. package/lib/request/list-remediation-runs-request.js.map +1 -0
  203. package/lib/request/list-stages-request.d.ts +66 -0
  204. package/lib/request/list-stages-request.js +27 -0
  205. package/lib/request/list-stages-request.js.map +1 -0
  206. package/lib/request/list-vulnerability-audits-request.d.ts +5 -1
  207. package/lib/request/list-vulnerability-audits-request.js.map +1 -1
  208. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  209. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  210. package/lib/request/list-work-requests-request.d.ts +3 -1
  211. package/lib/request/list-work-requests-request.js.map +1 -1
  212. package/lib/request/update-knowledge-base-request.d.ts +1 -1
  213. package/lib/request/update-remediation-recipe-request.d.ts +40 -0
  214. package/lib/request/update-remediation-recipe-request.js +15 -0
  215. package/lib/request/update-remediation-recipe-request.js.map +1 -0
  216. package/lib/request/update-remediation-run-request.d.ts +40 -0
  217. package/lib/request/update-remediation-run-request.js +15 -0
  218. package/lib/request/update-remediation-run-request.js.map +1 -0
  219. package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
  220. package/lib/response/activate-remediation-recipe-response.d.ts +25 -0
  221. package/lib/response/activate-remediation-recipe-response.js +15 -0
  222. package/lib/response/activate-remediation-recipe-response.js.map +1 -0
  223. package/lib/response/cancel-remediation-run-response.d.ts +30 -0
  224. package/lib/response/cancel-remediation-run-response.js +15 -0
  225. package/lib/response/cancel-remediation-run-response.js.map +1 -0
  226. package/lib/response/change-remediation-recipe-compartment-response.d.ts +25 -0
  227. package/lib/response/change-remediation-recipe-compartment-response.js +15 -0
  228. package/lib/response/change-remediation-recipe-compartment-response.js.map +1 -0
  229. package/lib/response/change-remediation-run-compartment-response.d.ts +20 -0
  230. package/lib/response/change-remediation-run-compartment-response.js +15 -0
  231. package/lib/response/change-remediation-run-compartment-response.js.map +1 -0
  232. package/lib/response/create-remediation-recipe-response.d.ts +25 -0
  233. package/lib/response/create-remediation-recipe-response.js +15 -0
  234. package/lib/response/create-remediation-recipe-response.js.map +1 -0
  235. package/lib/response/create-remediation-run-response.d.ts +30 -0
  236. package/lib/response/create-remediation-run-response.js +15 -0
  237. package/lib/response/create-remediation-run-response.js.map +1 -0
  238. package/lib/response/deactivate-remediation-recipe-response.d.ts +25 -0
  239. package/lib/response/deactivate-remediation-recipe-response.js +15 -0
  240. package/lib/response/deactivate-remediation-recipe-response.js.map +1 -0
  241. package/lib/response/delete-remediation-recipe-response.d.ts +25 -0
  242. package/lib/response/delete-remediation-recipe-response.js +15 -0
  243. package/lib/response/delete-remediation-recipe-response.js.map +1 -0
  244. package/lib/response/delete-remediation-run-response.d.ts +20 -0
  245. package/lib/response/delete-remediation-run-response.js +15 -0
  246. package/lib/response/delete-remediation-run-response.js.map +1 -0
  247. package/lib/response/get-remediation-recipe-response.d.ts +30 -0
  248. package/lib/response/get-remediation-recipe-response.js +15 -0
  249. package/lib/response/get-remediation-recipe-response.js.map +1 -0
  250. package/lib/response/get-remediation-run-response.d.ts +30 -0
  251. package/lib/response/get-remediation-run-response.js +15 -0
  252. package/lib/response/get-remediation-run-response.js.map +1 -0
  253. package/lib/response/get-stage-response.d.ts +25 -0
  254. package/lib/response/get-stage-response.js +15 -0
  255. package/lib/response/get-stage-response.js.map +1 -0
  256. package/lib/response/index.d.ts +36 -0
  257. package/lib/response/list-application-dependency-recommendations-response.d.ts +32 -0
  258. package/lib/response/list-application-dependency-recommendations-response.js +15 -0
  259. package/lib/response/list-application-dependency-recommendations-response.js.map +1 -0
  260. package/lib/response/list-remediation-recipes-response.d.ts +32 -0
  261. package/lib/response/list-remediation-recipes-response.js +15 -0
  262. package/lib/response/list-remediation-recipes-response.js.map +1 -0
  263. package/lib/response/list-remediation-runs-response.d.ts +32 -0
  264. package/lib/response/list-remediation-runs-response.js +15 -0
  265. package/lib/response/list-remediation-runs-response.js.map +1 -0
  266. package/lib/response/list-stages-response.d.ts +32 -0
  267. package/lib/response/list-stages-response.js +15 -0
  268. package/lib/response/list-stages-response.js.map +1 -0
  269. package/lib/response/update-remediation-recipe-response.d.ts +25 -0
  270. package/lib/response/update-remediation-recipe-response.js +15 -0
  271. package/lib/response/update-remediation-recipe-response.js.map +1 -0
  272. package/lib/response/update-remediation-run-response.d.ts +30 -0
  273. package/lib/response/update-remediation-run-response.js +15 -0
  274. package/lib/response/update-remediation-run-response.js.map +1 -0
  275. package/package.json +3 -3
@@ -26,6 +26,22 @@ export declare class ApplicationDependencyManagementWaiter {
26
26
  * @return response returns GetKnowledgeBaseResponse | null (null in case of 404 response)
27
27
  */
28
28
  forKnowledgeBase(request: serviceRequests.GetKnowledgeBaseRequest, ...targetStates: models.KnowledgeBase.LifecycleState[]): Promise<serviceResponses.GetKnowledgeBaseResponse | null>;
29
+ /**
30
+ * Waits forRemediationRecipe till it reaches any of the provided states
31
+ *
32
+ * @param request the request to send
33
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
34
+ * @return response returns GetRemediationRecipeResponse | null (null in case of 404 response)
35
+ */
36
+ forRemediationRecipe(request: serviceRequests.GetRemediationRecipeRequest, ...targetStates: models.RemediationRecipe.LifecycleState[]): Promise<serviceResponses.GetRemediationRecipeResponse | null>;
37
+ /**
38
+ * Waits forRemediationRun till it reaches any of the provided states
39
+ *
40
+ * @param request the request to send
41
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
42
+ * @return response returns GetRemediationRunResponse | null (null in case of 404 response)
43
+ */
44
+ forRemediationRun(request: serviceRequests.GetRemediationRunRequest, ...targetStates: models.RemediationRun.LifecycleState[]): Promise<serviceResponses.GetRemediationRunResponse | null>;
29
45
  /**
30
46
  * Waits forVulnerabilityAudit till it reaches any of the provided states
31
47
  *
@@ -60,6 +60,30 @@ class ApplicationDependencyManagementWaiter {
60
60
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getKnowledgeBase(request), response => targetStates.includes(response.knowledgeBase.lifecycleState), targetStates.includes(models.KnowledgeBase.LifecycleState.Deleted));
61
61
  });
62
62
  }
63
+ /**
64
+ * Waits forRemediationRecipe till it reaches any of the provided states
65
+ *
66
+ * @param request the request to send
67
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
68
+ * @return response returns GetRemediationRecipeResponse | null (null in case of 404 response)
69
+ */
70
+ forRemediationRecipe(request, ...targetStates) {
71
+ return __awaiter(this, void 0, void 0, function* () {
72
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getRemediationRecipe(request), response => targetStates.includes(response.remediationRecipe.lifecycleState), targetStates.includes(models.RemediationRecipe.LifecycleState.Deleted));
73
+ });
74
+ }
75
+ /**
76
+ * Waits forRemediationRun till it reaches any of the provided states
77
+ *
78
+ * @param request the request to send
79
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
80
+ * @return response returns GetRemediationRunResponse | null (null in case of 404 response)
81
+ */
82
+ forRemediationRun(request, ...targetStates) {
83
+ return __awaiter(this, void 0, void 0, function* () {
84
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getRemediationRun(request), response => targetStates.includes(response.remediationRun.lifecycleState), targetStates.includes(models.RemediationRun.LifecycleState.Deleted));
85
+ });
86
+ }
63
87
  /**
64
88
  * Waits forVulnerabilityAudit till it reaches any of the provided states
65
89
  *
@@ -1 +1 @@
1
- {"version":3,"file":"applicationdependencymanagement-waiter.js","sourceRoot":"","sources":["../../../../lib/adm/lib/applicationdependencymanagement-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,qCAAqC;IAChD,YACU,MAA6C,EACpC,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAuC;QACpC,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,gBAAgB,CAC3B,OAAgD,EAChD,GAAG,YAAmD;;YAEtD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,OAAO,CAAC,EAC3C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC,cAAe,CAAC,EACzE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,aAAa,CAAC,cAAc,CAAC,OAAO,CAAC,CACnE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,qBAAqB,CAChC,OAAqD,EACrD,GAAG,YAAwD;;YAE3D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAChD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,kBAAkB,CAAC,cAAe,CAAC,EAC9E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,kBAAkB,CAAC,cAAc,CAAC,OAAO,CAAC,CACxE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA3DD,sFA2DC"}
1
+ {"version":3,"file":"applicationdependencymanagement-waiter.js","sourceRoot":"","sources":["../../../../lib/adm/lib/applicationdependencymanagement-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,qCAAqC;IAChD,YACU,MAA6C,EACpC,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAuC;QACpC,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,gBAAgB,CAC3B,OAAgD,EAChD,GAAG,YAAmD;;YAEtD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAC,OAAO,CAAC,EAC3C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC,cAAe,CAAC,EACzE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,aAAa,CAAC,cAAc,CAAC,OAAO,CAAC,CACnE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,oBAAoB,CAC/B,OAAoD,EACpD,GAAG,YAAuD;;YAE1D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,OAAO,CAAC,EAC/C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,iBAAiB,CAAC,cAAe,CAAC,EAC7E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,iBAAiB,CAAC,cAAc,CAAC,OAAO,CAAC,CACvE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,iBAAiB,CAC5B,OAAiD,EACjD,GAAG,YAAoD;;YAEvD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,CAAC,OAAO,CAAC,EAC5C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAe,CAAC,EAC1E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,OAAO,CAAC,CACpE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,qBAAqB,CAChC,OAAqD,EACrD,GAAG,YAAwD;;YAE3D,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAChD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,kBAAkB,CAAC,cAAe,CAAC,EAC9E,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,kBAAkB,CAAC,cAAc,CAAC,OAAO,CAAC,CACxE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AAjGD,sFAiGC"}
package/lib/client.d.ts CHANGED
@@ -80,13 +80,31 @@ export declare class ApplicationDependencyManagementClient {
80
80
  * @return The service waiters.
81
81
  */
82
82
  getWaiters(): ApplicationDependencyManagementWaiter;
83
+ /**
84
+ * Activates the specified Remediation Recipe.
85
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
86
+ * @param ActivateRemediationRecipeRequest
87
+ * @return ActivateRemediationRecipeResponse
88
+ * @throws OciError when an error occurs
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
90
+ */
91
+ activateRemediationRecipe(activateRemediationRecipeRequest: requests.ActivateRemediationRecipeRequest): Promise<responses.ActivateRemediationRecipeResponse>;
92
+ /**
93
+ * Cancels the specified remediation run.
94
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
95
+ * @param CancelRemediationRunRequest
96
+ * @return CancelRemediationRunResponse
97
+ * @throws OciError when an error occurs
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
99
+ */
100
+ cancelRemediationRun(cancelRemediationRunRequest: requests.CancelRemediationRunRequest): Promise<responses.CancelRemediationRunResponse>;
83
101
  /**
84
102
  * Cancel work request with the given ID.
85
103
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
86
104
  * @param CancelWorkRequestRequest
87
105
  * @return CancelWorkRequestResponse
88
106
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
90
108
  */
91
109
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
92
110
  /**
@@ -95,16 +113,34 @@ export declare class ApplicationDependencyManagementClient {
95
113
  * @param ChangeKnowledgeBaseCompartmentRequest
96
114
  * @return ChangeKnowledgeBaseCompartmentResponse
97
115
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
99
117
  */
100
118
  changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest: requests.ChangeKnowledgeBaseCompartmentRequest): Promise<responses.ChangeKnowledgeBaseCompartmentResponse>;
119
+ /**
120
+ * Moves a Remediation Recipe from one compartment to another.
121
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
122
+ * @param ChangeRemediationRecipeCompartmentRequest
123
+ * @return ChangeRemediationRecipeCompartmentResponse
124
+ * @throws OciError when an error occurs
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
126
+ */
127
+ changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest: requests.ChangeRemediationRecipeCompartmentRequest): Promise<responses.ChangeRemediationRecipeCompartmentResponse>;
128
+ /**
129
+ * Moves a remediation run from one compartment to another.
130
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
131
+ * @param ChangeRemediationRunCompartmentRequest
132
+ * @return ChangeRemediationRunCompartmentResponse
133
+ * @throws OciError when an error occurs
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
135
+ */
136
+ changeRemediationRunCompartment(changeRemediationRunCompartmentRequest: requests.ChangeRemediationRunCompartmentRequest): Promise<responses.ChangeRemediationRunCompartmentResponse>;
101
137
  /**
102
138
  * Moves a Vulnerability Audit from one compartment to another.
103
139
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
104
140
  * @param ChangeVulnerabilityAuditCompartmentRequest
105
141
  * @return ChangeVulnerabilityAuditCompartmentResponse
106
142
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
108
144
  */
109
145
  changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest: requests.ChangeVulnerabilityAuditCompartmentRequest): Promise<responses.ChangeVulnerabilityAuditCompartmentResponse>;
110
146
  /**
@@ -113,34 +149,79 @@ export declare class ApplicationDependencyManagementClient {
113
149
  * @param CreateKnowledgeBaseRequest
114
150
  * @return CreateKnowledgeBaseResponse
115
151
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
117
153
  */
118
154
  createKnowledgeBase(createKnowledgeBaseRequest: requests.CreateKnowledgeBaseRequest): Promise<responses.CreateKnowledgeBaseResponse>;
155
+ /**
156
+ * Creates a new Remediation Recipe.
157
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
158
+ * @param CreateRemediationRecipeRequest
159
+ * @return CreateRemediationRecipeResponse
160
+ * @throws OciError when an error occurs
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
162
+ */
163
+ createRemediationRecipe(createRemediationRecipeRequest: requests.CreateRemediationRecipeRequest): Promise<responses.CreateRemediationRecipeResponse>;
164
+ /**
165
+ * Creates a new remediation run.
166
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
167
+ * @param CreateRemediationRunRequest
168
+ * @return CreateRemediationRunResponse
169
+ * @throws OciError when an error occurs
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
171
+ */
172
+ createRemediationRun(createRemediationRunRequest: requests.CreateRemediationRunRequest): Promise<responses.CreateRemediationRunResponse>;
119
173
  /**
120
174
  * Creates a new Vulnerability Audit by providing a tree of Application Dependencies.
121
175
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
122
176
  * @param CreateVulnerabilityAuditRequest
123
177
  * @return CreateVulnerabilityAuditResponse
124
178
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
126
180
  */
127
181
  createVulnerabilityAudit(createVulnerabilityAuditRequest: requests.CreateVulnerabilityAuditRequest): Promise<responses.CreateVulnerabilityAuditResponse>;
182
+ /**
183
+ * Deactivates the specified Remediation Recipe.
184
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
185
+ * @param DeactivateRemediationRecipeRequest
186
+ * @return DeactivateRemediationRecipeResponse
187
+ * @throws OciError when an error occurs
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
189
+ */
190
+ deactivateRemediationRecipe(deactivateRemediationRecipeRequest: requests.DeactivateRemediationRecipeRequest): Promise<responses.DeactivateRemediationRecipeResponse>;
128
191
  /**
129
192
  * Deletes the specified Knowledge Base.
130
193
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
131
194
  * @param DeleteKnowledgeBaseRequest
132
195
  * @return DeleteKnowledgeBaseResponse
133
196
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
135
198
  */
136
199
  deleteKnowledgeBase(deleteKnowledgeBaseRequest: requests.DeleteKnowledgeBaseRequest): Promise<responses.DeleteKnowledgeBaseResponse>;
200
+ /**
201
+ * Deletes the specified Remediation Recipe.
202
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
203
+ * @param DeleteRemediationRecipeRequest
204
+ * @return DeleteRemediationRecipeResponse
205
+ * @throws OciError when an error occurs
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
207
+ */
208
+ deleteRemediationRecipe(deleteRemediationRecipeRequest: requests.DeleteRemediationRecipeRequest): Promise<responses.DeleteRemediationRecipeResponse>;
209
+ /**
210
+ * Deletes the specified remediation run.
211
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
212
+ * @param DeleteRemediationRunRequest
213
+ * @return DeleteRemediationRunResponse
214
+ * @throws OciError when an error occurs
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
216
+ */
217
+ deleteRemediationRun(deleteRemediationRunRequest: requests.DeleteRemediationRunRequest): Promise<responses.DeleteRemediationRunResponse>;
137
218
  /**
138
219
  * Deletes the specified Vulnerability Audit.
139
220
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
140
221
  * @param DeleteVulnerabilityAuditRequest
141
222
  * @return DeleteVulnerabilityAuditResponse
142
223
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
144
225
  */
145
226
  deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest: requests.DeleteVulnerabilityAuditRequest): Promise<responses.DeleteVulnerabilityAuditResponse>;
146
227
  /**
@@ -149,16 +230,43 @@ export declare class ApplicationDependencyManagementClient {
149
230
  * @param GetKnowledgeBaseRequest
150
231
  * @return GetKnowledgeBaseResponse
151
232
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
153
234
  */
154
235
  getKnowledgeBase(getKnowledgeBaseRequest: requests.GetKnowledgeBaseRequest): Promise<responses.GetKnowledgeBaseResponse>;
236
+ /**
237
+ * Returns the details of the specified RemediationRecipe.
238
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
239
+ * @param GetRemediationRecipeRequest
240
+ * @return GetRemediationRecipeResponse
241
+ * @throws OciError when an error occurs
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
243
+ */
244
+ getRemediationRecipe(getRemediationRecipeRequest: requests.GetRemediationRecipeRequest): Promise<responses.GetRemediationRecipeResponse>;
245
+ /**
246
+ * Returns the details of the specified remediation run.
247
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
248
+ * @param GetRemediationRunRequest
249
+ * @return GetRemediationRunResponse
250
+ * @throws OciError when an error occurs
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
252
+ */
253
+ getRemediationRun(getRemediationRunRequest: requests.GetRemediationRunRequest): Promise<responses.GetRemediationRunResponse>;
254
+ /**
255
+ * Returns the details of the specified Remediation Run Stage.
256
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
257
+ * @param GetStageRequest
258
+ * @return GetStageResponse
259
+ * @throws OciError when an error occurs
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
261
+ */
262
+ getStage(getStageRequest: requests.GetStageRequest): Promise<responses.GetStageResponse>;
155
263
  /**
156
264
  * Returns the details of the specified Vulnerability Audit.
157
265
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
158
266
  * @param GetVulnerabilityAuditRequest
159
267
  * @return GetVulnerabilityAuditResponse
160
268
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
162
270
  */
163
271
  getVulnerabilityAudit(getVulnerabilityAuditRequest: requests.GetVulnerabilityAuditRequest): Promise<responses.GetVulnerabilityAuditResponse>;
164
272
  /**
@@ -167,16 +275,25 @@ export declare class ApplicationDependencyManagementClient {
167
275
  * @param GetWorkRequestRequest
168
276
  * @return GetWorkRequestResponse
169
277
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
171
279
  */
172
280
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
281
+ /**
282
+ * Returns a list of application dependency with their associated recommendations.
283
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
284
+ * @param ListApplicationDependencyRecommendationsRequest
285
+ * @return ListApplicationDependencyRecommendationsResponse
286
+ * @throws OciError when an error occurs
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
288
+ */
289
+ listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest: requests.ListApplicationDependencyRecommendationsRequest): Promise<responses.ListApplicationDependencyRecommendationsResponse>;
173
290
  /**
174
291
  * Returns a list of Application Dependencies with their associated vulnerabilities.
175
292
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
176
293
  * @param ListApplicationDependencyVulnerabilitiesRequest
177
294
  * @return ListApplicationDependencyVulnerabilitiesResponse
178
295
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
180
297
  */
181
298
  listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest: requests.ListApplicationDependencyVulnerabilitiesRequest): Promise<responses.ListApplicationDependencyVulnerabilitiesResponse>;
182
299
  /**
@@ -187,9 +304,40 @@ export declare class ApplicationDependencyManagementClient {
187
304
  * @param ListKnowledgeBasesRequest
188
305
  * @return ListKnowledgeBasesResponse
189
306
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
191
308
  */
192
309
  listKnowledgeBases(listKnowledgeBasesRequest: requests.ListKnowledgeBasesRequest): Promise<responses.ListKnowledgeBasesResponse>;
310
+ /**
311
+ * Returns a list of Remediation Recipes based on the specified query parameters.
312
+ * The query parameters `compartmentId` or `id` must be provided.
313
+ *
314
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
315
+ * @param ListRemediationRecipesRequest
316
+ * @return ListRemediationRecipesResponse
317
+ * @throws OciError when an error occurs
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
319
+ */
320
+ listRemediationRecipes(listRemediationRecipesRequest: requests.ListRemediationRecipesRequest): Promise<responses.ListRemediationRecipesResponse>;
321
+ /**
322
+ * Returns a list of remediation runs contained by a compartment.
323
+ * The query parameter `compartmentId` is required unless the query parameter `id` is specified.
324
+ *
325
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
326
+ * @param ListRemediationRunsRequest
327
+ * @return ListRemediationRunsResponse
328
+ * @throws OciError when an error occurs
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
330
+ */
331
+ listRemediationRuns(listRemediationRunsRequest: requests.ListRemediationRunsRequest): Promise<responses.ListRemediationRunsResponse>;
332
+ /**
333
+ * Returns a list of Remediation Run Stages based on the specified query parameters and Remediation Run identifier.
334
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
335
+ * @param ListStagesRequest
336
+ * @return ListStagesResponse
337
+ * @throws OciError when an error occurs
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
339
+ */
340
+ listStages(listStagesRequest: requests.ListStagesRequest): Promise<responses.ListStagesResponse>;
193
341
  /**
194
342
  * Returns a list of Vulnerability Audits based on the specified query parameters.
195
343
  * At least one of id, compartmentId or knowledgeBaseId query parameter must be provided.
@@ -198,7 +346,7 @@ export declare class ApplicationDependencyManagementClient {
198
346
  * @param ListVulnerabilityAuditsRequest
199
347
  * @return ListVulnerabilityAuditsResponse
200
348
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
202
350
  */
203
351
  listVulnerabilityAudits(listVulnerabilityAuditsRequest: requests.ListVulnerabilityAuditsRequest): Promise<responses.ListVulnerabilityAuditsResponse>;
204
352
  /**
@@ -208,7 +356,7 @@ export declare class ApplicationDependencyManagementClient {
208
356
  * @param ListWorkRequestErrorsRequest
209
357
  * @return ListWorkRequestErrorsResponse
210
358
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
212
360
  */
213
361
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
214
362
  /**
@@ -218,7 +366,7 @@ export declare class ApplicationDependencyManagementClient {
218
366
  * @param ListWorkRequestLogsRequest
219
367
  * @return ListWorkRequestLogsResponse
220
368
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
222
370
  */
223
371
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
224
372
  /**
@@ -228,7 +376,7 @@ export declare class ApplicationDependencyManagementClient {
228
376
  * @param ListWorkRequestsRequest
229
377
  * @return ListWorkRequestsResponse
230
378
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
232
380
  */
233
381
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
234
382
  /**
@@ -237,16 +385,34 @@ export declare class ApplicationDependencyManagementClient {
237
385
  * @param UpdateKnowledgeBaseRequest
238
386
  * @return UpdateKnowledgeBaseResponse
239
387
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
241
389
  */
242
390
  updateKnowledgeBase(updateKnowledgeBaseRequest: requests.UpdateKnowledgeBaseRequest): Promise<responses.UpdateKnowledgeBaseResponse>;
391
+ /**
392
+ * Updates one or more attributes of the specified Remediation Recipe.
393
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
394
+ * @param UpdateRemediationRecipeRequest
395
+ * @return UpdateRemediationRecipeResponse
396
+ * @throws OciError when an error occurs
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
398
+ */
399
+ updateRemediationRecipe(updateRemediationRecipeRequest: requests.UpdateRemediationRecipeRequest): Promise<responses.UpdateRemediationRecipeResponse>;
400
+ /**
401
+ * Updates by identifier one or more attributes of the specified remediation run.
402
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
403
+ * @param UpdateRemediationRunRequest
404
+ * @return UpdateRemediationRunResponse
405
+ * @throws OciError when an error occurs
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
407
+ */
408
+ updateRemediationRun(updateRemediationRunRequest: requests.UpdateRemediationRunRequest): Promise<responses.UpdateRemediationRunResponse>;
243
409
  /**
244
410
  * Updates one or more attributes of the specified Vulnerability Audit.
245
411
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
246
412
  * @param UpdateVulnerabilityAuditRequest
247
413
  * @return UpdateVulnerabilityAuditResponse
248
414
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
415
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
250
416
  */
251
417
  updateVulnerabilityAudit(updateVulnerabilityAuditRequest: requests.UpdateVulnerabilityAuditRequest): Promise<responses.UpdateVulnerabilityAuditResponse>;
252
418
  }