oci-adm 2.70.4 → 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
@@ -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.70.4/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAuditRequest.
15
+ * @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 GetVulnerabilityAuditRequest.
16
16
  */
17
17
  export interface GetVulnerabilityAuditRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @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 GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -10,30 +10,62 @@
10
10
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as ActivateRemediationRecipeRequest from "./activate-remediation-recipe-request";
14
+ export import ActivateRemediationRecipeRequest = ActivateRemediationRecipeRequest.ActivateRemediationRecipeRequest;
15
+ import * as CancelRemediationRunRequest from "./cancel-remediation-run-request";
16
+ export import CancelRemediationRunRequest = CancelRemediationRunRequest.CancelRemediationRunRequest;
13
17
  import * as CancelWorkRequestRequest from "./cancel-work-request-request";
14
18
  export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
15
19
  import * as ChangeKnowledgeBaseCompartmentRequest from "./change-knowledge-base-compartment-request";
16
20
  export import ChangeKnowledgeBaseCompartmentRequest = ChangeKnowledgeBaseCompartmentRequest.ChangeKnowledgeBaseCompartmentRequest;
21
+ import * as ChangeRemediationRecipeCompartmentRequest from "./change-remediation-recipe-compartment-request";
22
+ export import ChangeRemediationRecipeCompartmentRequest = ChangeRemediationRecipeCompartmentRequest.ChangeRemediationRecipeCompartmentRequest;
23
+ import * as ChangeRemediationRunCompartmentRequest from "./change-remediation-run-compartment-request";
24
+ export import ChangeRemediationRunCompartmentRequest = ChangeRemediationRunCompartmentRequest.ChangeRemediationRunCompartmentRequest;
17
25
  import * as ChangeVulnerabilityAuditCompartmentRequest from "./change-vulnerability-audit-compartment-request";
18
26
  export import ChangeVulnerabilityAuditCompartmentRequest = ChangeVulnerabilityAuditCompartmentRequest.ChangeVulnerabilityAuditCompartmentRequest;
19
27
  import * as CreateKnowledgeBaseRequest from "./create-knowledge-base-request";
20
28
  export import CreateKnowledgeBaseRequest = CreateKnowledgeBaseRequest.CreateKnowledgeBaseRequest;
29
+ import * as CreateRemediationRecipeRequest from "./create-remediation-recipe-request";
30
+ export import CreateRemediationRecipeRequest = CreateRemediationRecipeRequest.CreateRemediationRecipeRequest;
31
+ import * as CreateRemediationRunRequest from "./create-remediation-run-request";
32
+ export import CreateRemediationRunRequest = CreateRemediationRunRequest.CreateRemediationRunRequest;
21
33
  import * as CreateVulnerabilityAuditRequest from "./create-vulnerability-audit-request";
22
34
  export import CreateVulnerabilityAuditRequest = CreateVulnerabilityAuditRequest.CreateVulnerabilityAuditRequest;
35
+ import * as DeactivateRemediationRecipeRequest from "./deactivate-remediation-recipe-request";
36
+ export import DeactivateRemediationRecipeRequest = DeactivateRemediationRecipeRequest.DeactivateRemediationRecipeRequest;
23
37
  import * as DeleteKnowledgeBaseRequest from "./delete-knowledge-base-request";
24
38
  export import DeleteKnowledgeBaseRequest = DeleteKnowledgeBaseRequest.DeleteKnowledgeBaseRequest;
39
+ import * as DeleteRemediationRecipeRequest from "./delete-remediation-recipe-request";
40
+ export import DeleteRemediationRecipeRequest = DeleteRemediationRecipeRequest.DeleteRemediationRecipeRequest;
41
+ import * as DeleteRemediationRunRequest from "./delete-remediation-run-request";
42
+ export import DeleteRemediationRunRequest = DeleteRemediationRunRequest.DeleteRemediationRunRequest;
25
43
  import * as DeleteVulnerabilityAuditRequest from "./delete-vulnerability-audit-request";
26
44
  export import DeleteVulnerabilityAuditRequest = DeleteVulnerabilityAuditRequest.DeleteVulnerabilityAuditRequest;
27
45
  import * as GetKnowledgeBaseRequest from "./get-knowledge-base-request";
28
46
  export import GetKnowledgeBaseRequest = GetKnowledgeBaseRequest.GetKnowledgeBaseRequest;
47
+ import * as GetRemediationRecipeRequest from "./get-remediation-recipe-request";
48
+ export import GetRemediationRecipeRequest = GetRemediationRecipeRequest.GetRemediationRecipeRequest;
49
+ import * as GetRemediationRunRequest from "./get-remediation-run-request";
50
+ export import GetRemediationRunRequest = GetRemediationRunRequest.GetRemediationRunRequest;
51
+ import * as GetStageRequest from "./get-stage-request";
52
+ export import GetStageRequest = GetStageRequest.GetStageRequest;
29
53
  import * as GetVulnerabilityAuditRequest from "./get-vulnerability-audit-request";
30
54
  export import GetVulnerabilityAuditRequest = GetVulnerabilityAuditRequest.GetVulnerabilityAuditRequest;
31
55
  import * as GetWorkRequestRequest from "./get-work-request-request";
32
56
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
57
+ import * as ListApplicationDependencyRecommendationsRequest from "./list-application-dependency-recommendations-request";
58
+ export import ListApplicationDependencyRecommendationsRequest = ListApplicationDependencyRecommendationsRequest.ListApplicationDependencyRecommendationsRequest;
33
59
  import * as ListApplicationDependencyVulnerabilitiesRequest from "./list-application-dependency-vulnerabilities-request";
34
60
  export import ListApplicationDependencyVulnerabilitiesRequest = ListApplicationDependencyVulnerabilitiesRequest.ListApplicationDependencyVulnerabilitiesRequest;
35
61
  import * as ListKnowledgeBasesRequest from "./list-knowledge-bases-request";
36
62
  export import ListKnowledgeBasesRequest = ListKnowledgeBasesRequest.ListKnowledgeBasesRequest;
63
+ import * as ListRemediationRecipesRequest from "./list-remediation-recipes-request";
64
+ export import ListRemediationRecipesRequest = ListRemediationRecipesRequest.ListRemediationRecipesRequest;
65
+ import * as ListRemediationRunsRequest from "./list-remediation-runs-request";
66
+ export import ListRemediationRunsRequest = ListRemediationRunsRequest.ListRemediationRunsRequest;
67
+ import * as ListStagesRequest from "./list-stages-request";
68
+ export import ListStagesRequest = ListStagesRequest.ListStagesRequest;
37
69
  import * as ListVulnerabilityAuditsRequest from "./list-vulnerability-audits-request";
38
70
  export import ListVulnerabilityAuditsRequest = ListVulnerabilityAuditsRequest.ListVulnerabilityAuditsRequest;
39
71
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
@@ -44,5 +76,9 @@ import * as ListWorkRequestsRequest from "./list-work-requests-request";
44
76
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
45
77
  import * as UpdateKnowledgeBaseRequest from "./update-knowledge-base-request";
46
78
  export import UpdateKnowledgeBaseRequest = UpdateKnowledgeBaseRequest.UpdateKnowledgeBaseRequest;
79
+ import * as UpdateRemediationRecipeRequest from "./update-remediation-recipe-request";
80
+ export import UpdateRemediationRecipeRequest = UpdateRemediationRecipeRequest.UpdateRemediationRecipeRequest;
81
+ import * as UpdateRemediationRunRequest from "./update-remediation-run-request";
82
+ export import UpdateRemediationRunRequest = UpdateRemediationRunRequest.UpdateRemediationRunRequest;
47
83
  import * as UpdateVulnerabilityAuditRequest from "./update-vulnerability-audit-request";
48
84
  export import UpdateVulnerabilityAuditRequest = UpdateVulnerabilityAuditRequest.UpdateVulnerabilityAuditRequest;
@@ -31,11 +31,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListVulnerabilityAuditsRequest = exports.ListKnowledgeBasesRequest = exports.ListApplicationDependencyVulnerabilitiesRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListVulnerabilityAuditsRequest = exports.ListStagesRequest = exports.ListRemediationRunsRequest = exports.ListRemediationRecipesRequest = exports.ListKnowledgeBasesRequest = exports.ListApplicationDependencyVulnerabilitiesRequest = exports.ListApplicationDependencyRecommendationsRequest = void 0;
35
+ const ListApplicationDependencyRecommendationsRequest = __importStar(require("./list-application-dependency-recommendations-request"));
36
+ exports.ListApplicationDependencyRecommendationsRequest = ListApplicationDependencyRecommendationsRequest.ListApplicationDependencyRecommendationsRequest;
35
37
  const ListApplicationDependencyVulnerabilitiesRequest = __importStar(require("./list-application-dependency-vulnerabilities-request"));
36
38
  exports.ListApplicationDependencyVulnerabilitiesRequest = ListApplicationDependencyVulnerabilitiesRequest.ListApplicationDependencyVulnerabilitiesRequest;
37
39
  const ListKnowledgeBasesRequest = __importStar(require("./list-knowledge-bases-request"));
38
40
  exports.ListKnowledgeBasesRequest = ListKnowledgeBasesRequest.ListKnowledgeBasesRequest;
41
+ const ListRemediationRecipesRequest = __importStar(require("./list-remediation-recipes-request"));
42
+ exports.ListRemediationRecipesRequest = ListRemediationRecipesRequest.ListRemediationRecipesRequest;
43
+ const ListRemediationRunsRequest = __importStar(require("./list-remediation-runs-request"));
44
+ exports.ListRemediationRunsRequest = ListRemediationRunsRequest.ListRemediationRunsRequest;
45
+ const ListStagesRequest = __importStar(require("./list-stages-request"));
46
+ exports.ListStagesRequest = ListStagesRequest.ListStagesRequest;
39
47
  const ListVulnerabilityAuditsRequest = __importStar(require("./list-vulnerability-audits-request"));
40
48
  exports.ListVulnerabilityAuditsRequest = ListVulnerabilityAuditsRequest.ListVulnerabilityAuditsRequest;
41
49
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAsBH,uIAAyH;AAC3G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA8CH,uIAAyH;AAC3G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,uIAAyH;AAC3G,QAAA,+CAA+C,GAAG,+CAA+C,CAAC,+CAA+C,CAAC;AAChK,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.72.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendationsRequest.
17
+ */
18
+ export interface ListApplicationDependencyRecommendationsRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Remediation Run identifier path parameter.
21
+ */
22
+ "remediationRunId": string;
23
+ /**
24
+ * The client request ID for tracing.
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * The maximum number of items to return.
29
+ */
30
+ "limit"?: number;
31
+ /**
32
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
33
+ */
34
+ "page"?: string;
35
+ /**
36
+ * The sort order to use, either 'ASC' or 'DESC'.
37
+ */
38
+ "sortOrder"?: model.SortOrder;
39
+ /**
40
+ * A filter to return only resources that match the entire GAV (Group Artifact Version) identifier given.
41
+ */
42
+ "gav"?: string;
43
+ /**
44
+ * The field to sort by. Only one sort order may be provided.
45
+ * If sort order is dfs, the nodes are returned by going through the application dependency tree in a depth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending.
46
+ * If sort order is bfs, the nodes are returned by going through the application dependency tree in a breadth-first manner. Children are sorted based on their GAV property alphabetically (either ascending or descending, depending on the order parameter). Default order is ascending.
47
+ * Default order for gav is ascending where ascending corresponds to alphanumerical order.
48
+ * Default order for nodeId is ascending where ascending corresponds to alphanumerical order.
49
+ * Sorting by DFS or BFS cannot be used in conjunction with the following query parameters: \"gav\", \"cvssV2GreaterThanOrEqual\", \"cvssV3GreaterThanOrEqual\" and \"vulnerabilityId\".
50
+ *
51
+ */
52
+ "sortBy"?: ListApplicationDependencyRecommendationsRequest.SortBy;
53
+ }
54
+ export declare namespace ListApplicationDependencyRecommendationsRequest {
55
+ enum SortBy {
56
+ Gav = "gav",
57
+ NodeId = "nodeId",
58
+ Dfs = "dfs",
59
+ Bfs = "bfs"
60
+ }
61
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.ListApplicationDependencyRecommendationsRequest = void 0;
16
+ var ListApplicationDependencyRecommendationsRequest;
17
+ (function (ListApplicationDependencyRecommendationsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Gav"] = "gav";
21
+ SortBy["NodeId"] = "nodeId";
22
+ SortBy["Dfs"] = "dfs";
23
+ SortBy["Bfs"] = "bfs";
24
+ })(SortBy = ListApplicationDependencyRecommendationsRequest.SortBy || (ListApplicationDependencyRecommendationsRequest.SortBy = {}));
25
+ })(ListApplicationDependencyRecommendationsRequest = exports.ListApplicationDependencyRecommendationsRequest || (exports.ListApplicationDependencyRecommendationsRequest = {}));
26
+ //# sourceMappingURL=list-application-dependency-recommendations-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-application-dependency-recommendations-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-application-dependency-recommendations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6CH,IAAiB,+CAA+C,CAO/D;AAPD,WAAiB,+CAA+C;IAC9D,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,qBAAW,CAAA;QACX,2BAAiB,CAAA;QACjB,qBAAW,CAAA;QACX,qBAAW,CAAA;IACb,CAAC,EALW,MAAM,GAAN,sDAAM,KAAN,sDAAM,QAKjB;AACH,CAAC,EAPgB,+CAA+C,GAA/C,uDAA+C,KAA/C,uDAA+C,QAO/D"}
@@ -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.70.4/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilitiesRequest.
16
+ * @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 ListApplicationDependencyVulnerabilitiesRequest.
17
17
  */
18
18
  export interface ListApplicationDependencyVulnerabilitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,11 +13,13 @@
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.70.4/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBasesRequest.
16
+ * @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 ListKnowledgeBasesRequest.
17
17
  */
18
18
  export interface ListKnowledgeBasesRequest extends common.BaseRequest {
19
19
  /**
20
20
  * A filter to return only resources that match the specified identifier.
21
+ * Required only if the compartmentId query parameter is not specified.
22
+ *
21
23
  */
22
24
  "id"?: string;
23
25
  /**
@@ -50,6 +52,8 @@ export interface ListKnowledgeBasesRequest extends common.BaseRequest {
50
52
  "page"?: string;
51
53
  /**
52
54
  * A filter to return only resources that belong to the specified compartment identifier.
55
+ * Required only if the id query param is not specified.
56
+ *
53
57
  */
54
58
  "compartmentId"?: string;
55
59
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"list-knowledge-bases-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-knowledge-bases-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmDH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,sCAA4B,CAAA;QAC5B,4CAAkC,CAAA;QAClC,sCAA4B,CAAA;QAC5B,sCAA4B,CAAA;IAC9B,CAAC,EALW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAKjB;AACH,CAAC,EAPgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAOzC"}
1
+ {"version":3,"file":"list-knowledge-bases-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-knowledge-bases-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuDH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACxC,IAAY,MAKX;IALD,WAAY,MAAM;QAChB,sCAA4B,CAAA;QAC5B,4CAAkC,CAAA;QAClC,sCAA4B,CAAA;QAC5B,sCAA4B,CAAA;IAC9B,CAAC,EALW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAKjB;AACH,CAAC,EAPgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAOzC"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.72.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipesRequest.
17
+ */
18
+ export interface ListRemediationRecipesRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only resources that match the specified identifier.
21
+ * Required only if the compartmentId query parameter is not specified.
22
+ *
23
+ */
24
+ "id"?: string;
25
+ /**
26
+ * The field used to sort Remediation Recipes. Only one sort order is allowed.
27
+ * Default order for _displayName_ is **ascending alphabetical order**.
28
+ * Default order for _lifecyleState_ is the following sequence: **CREATING, ACTIVE, UPDATING, INACTIVE, FAILED, DELETING, and DELETED**.
29
+ * Default order for _timeCreated_ is **descending**.
30
+ * Default order for _timeUpdated_ is **descending**.
31
+ * Default order for _type_ is the following sequence: **ADM**.
32
+ *
33
+ */
34
+ "sortBy"?: ListRemediationRecipesRequest.SortBy;
35
+ /**
36
+ * A filter to return only Remediation Recipes that match the specified lifecycleState.
37
+ */
38
+ "lifecycleState"?: string;
39
+ /**
40
+ * The sort order to use, either 'ASC' or 'DESC'.
41
+ */
42
+ "sortOrder"?: model.SortOrder;
43
+ /**
44
+ * A filter to return only resources that match the entire display name given.
45
+ */
46
+ "displayName"?: string;
47
+ /**
48
+ * The maximum number of items to return.
49
+ */
50
+ "limit"?: number;
51
+ /**
52
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
53
+ */
54
+ "page"?: string;
55
+ /**
56
+ * A filter to return only resources that belong to the specified compartment identifier.
57
+ * Required only if the id query param is not specified.
58
+ *
59
+ */
60
+ "compartmentId"?: string;
61
+ /**
62
+ * The client request ID for tracing.
63
+ */
64
+ "opcRequestId"?: string;
65
+ }
66
+ export declare namespace ListRemediationRecipesRequest {
67
+ enum SortBy {
68
+ DisplayName = "DISPLAY_NAME",
69
+ LifecycleState = "LIFECYCLE_STATE",
70
+ TimeCreated = "TIME_CREATED",
71
+ TimeUpdated = "TIME_UPDATED",
72
+ Type = "TYPE"
73
+ }
74
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.ListRemediationRecipesRequest = void 0;
16
+ var ListRemediationRecipesRequest;
17
+ (function (ListRemediationRecipesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["DisplayName"] = "DISPLAY_NAME";
21
+ SortBy["LifecycleState"] = "LIFECYCLE_STATE";
22
+ SortBy["TimeCreated"] = "TIME_CREATED";
23
+ SortBy["TimeUpdated"] = "TIME_UPDATED";
24
+ SortBy["Type"] = "TYPE";
25
+ })(SortBy = ListRemediationRecipesRequest.SortBy || (ListRemediationRecipesRequest.SortBy = {}));
26
+ })(ListRemediationRecipesRequest = exports.ListRemediationRecipesRequest || (exports.ListRemediationRecipesRequest = {}));
27
+ //# sourceMappingURL=list-remediation-recipes-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-remediation-recipes-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-remediation-recipes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,6BAA6B,CAQ7C;AARD,WAAiB,6BAA6B;IAC5C,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,sCAA4B,CAAA;QAC5B,4CAAkC,CAAA;QAClC,sCAA4B,CAAA;QAC5B,sCAA4B,CAAA;QAC5B,uBAAa,CAAA;IACf,CAAC,EANW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAMjB;AACH,CAAC,EARgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAQ7C"}
@@ -0,0 +1,80 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.72.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRunsRequest.
17
+ */
18
+ export interface ListRemediationRunsRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only resources that match the specified identifier.
21
+ * Required only if the compartmentId query parameter is not specified.
22
+ *
23
+ */
24
+ "id"?: string;
25
+ /**
26
+ * A filter to return only resources that match the specified Remediation Recipe identifier.
27
+ */
28
+ "remediationRecipeId"?: string;
29
+ /**
30
+ * A filter to return only Remediation Runs that match the specified lifecycleState.
31
+ */
32
+ "lifecycleState"?: string;
33
+ /**
34
+ * A filter to return only resources that match the entire display name given.
35
+ */
36
+ "displayName"?: string;
37
+ /**
38
+ * The sort order to use, either 'ASC' or 'DESC'.
39
+ */
40
+ "sortOrder"?: model.SortOrder;
41
+ /**
42
+ * The field used to sort Remediation Runs. Only one sort order is allowed.
43
+ * Default order for _timeCreated_ is **descending**.
44
+ * Default order for _timeFinished_ is **descending**.
45
+ * Default order for _timeStarted_ is **descending**.
46
+ * Default order for _displayName_ is **ascending alphabetical order**.
47
+ * Default order for _lifecycleState_ is the following sequence: **CREATING, ACTIVE, UPDATING, DELETING, DELETED, and FAILED**.
48
+ * Default order for currentStageType is the following sequence: **DETECT, RECOMMEND, VERIFY, and APPLY**.
49
+ *
50
+ */
51
+ "sortBy"?: ListRemediationRunsRequest.SortBy;
52
+ /**
53
+ * A filter to return only resources that belong to the specified compartment identifier.
54
+ * Required only if the id query param is not specified.
55
+ *
56
+ */
57
+ "compartmentId"?: string;
58
+ /**
59
+ * The maximum number of items to return.
60
+ */
61
+ "limit"?: number;
62
+ /**
63
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
64
+ */
65
+ "page"?: string;
66
+ /**
67
+ * The client request ID for tracing.
68
+ */
69
+ "opcRequestId"?: string;
70
+ }
71
+ export declare namespace ListRemediationRunsRequest {
72
+ enum SortBy {
73
+ TimeCreated = "timeCreated",
74
+ TimeFinished = "timeFinished",
75
+ TimeStarted = "timeStarted",
76
+ DisplayName = "displayName",
77
+ LifecycleState = "lifecycleState",
78
+ CurrentStageType = "currentStageType"
79
+ }
80
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.ListRemediationRunsRequest = void 0;
16
+ var ListRemediationRunsRequest;
17
+ (function (ListRemediationRunsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["TimeFinished"] = "timeFinished";
22
+ SortBy["TimeStarted"] = "timeStarted";
23
+ SortBy["DisplayName"] = "displayName";
24
+ SortBy["LifecycleState"] = "lifecycleState";
25
+ SortBy["CurrentStageType"] = "currentStageType";
26
+ })(SortBy = ListRemediationRunsRequest.SortBy || (ListRemediationRunsRequest.SortBy = {}));
27
+ })(ListRemediationRunsRequest = exports.ListRemediationRunsRequest || (exports.ListRemediationRunsRequest = {}));
28
+ //# sourceMappingURL=list-remediation-runs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-remediation-runs-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-remediation-runs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8DH,IAAiB,0BAA0B,CAS1C;AATD,WAAiB,0BAA0B;IACzC,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;QACjC,+CAAqC,CAAA;IACvC,CAAC,EAPW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAOjB;AACH,CAAC,EATgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAS1C"}
@@ -0,0 +1,66 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20220421
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.72.0/adm/ListStages.ts.html |here} to see how to use ListStagesRequest.
17
+ */
18
+ export interface ListStagesRequest extends common.BaseRequest {
19
+ /**
20
+ * Unique Remediation Run identifier path parameter.
21
+ */
22
+ "remediationRunId": string;
23
+ /**
24
+ * A filter to return only Stages that match the specified type.
25
+ */
26
+ "type"?: model.RemediationRunStageType;
27
+ /**
28
+ * A filter to return only Stages that match the specified status.
29
+ */
30
+ "status"?: string;
31
+ /**
32
+ * The sort order to use, either 'ASC' or 'DESC'.
33
+ */
34
+ "sortOrder"?: model.SortOrder;
35
+ /**
36
+ * The maximum number of items to return.
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
41
+ */
42
+ "page"?: string;
43
+ /**
44
+ * The client request ID for tracing.
45
+ */
46
+ "opcRequestId"?: string;
47
+ /**
48
+ * The field used to sort Stages. Only one sort order is allowed.
49
+ * Default order for status is the following sequence: **CREATED, IN_PROGRESS, SUCCEEDED, FAILED, CANCELING, and CANCELED**.
50
+ * Default order for _timeCreated_ is **descending**.
51
+ * Default order for _timeFinished_ is **descending**.
52
+ * Default order for _timeStarted_ is **descending**.
53
+ * Default order for _type_ is the following sequence: **DETECT, RECOMMEND, VERIFY, and APPLY**.
54
+ *
55
+ */
56
+ "sortBy"?: ListStagesRequest.SortBy;
57
+ }
58
+ export declare namespace ListStagesRequest {
59
+ enum SortBy {
60
+ Status = "status",
61
+ TimeCreated = "timeCreated",
62
+ TimeFinished = "timeFinished",
63
+ TimeStarted = "timeStarted",
64
+ Type = "type"
65
+ }
66
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20220421
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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.ListStagesRequest = void 0;
16
+ var ListStagesRequest;
17
+ (function (ListStagesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Status"] = "status";
21
+ SortBy["TimeCreated"] = "timeCreated";
22
+ SortBy["TimeFinished"] = "timeFinished";
23
+ SortBy["TimeStarted"] = "timeStarted";
24
+ SortBy["Type"] = "type";
25
+ })(SortBy = ListStagesRequest.SortBy || (ListStagesRequest.SortBy = {}));
26
+ })(ListStagesRequest = exports.ListStagesRequest || (exports.ListStagesRequest = {}));
27
+ //# sourceMappingURL=list-stages-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-stages-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-stages-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiDH,IAAiB,iBAAiB,CAQjC;AARD,WAAiB,iBAAiB;IAChC,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,2BAAiB,CAAA;QACjB,qCAA2B,CAAA;QAC3B,uCAA6B,CAAA;QAC7B,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EANW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAMjB;AACH,CAAC,EARgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAQjC"}
@@ -13,15 +13,19 @@
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.70.4/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAuditsRequest.
16
+ * @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 ListVulnerabilityAuditsRequest.
17
17
  */
18
18
  export interface ListVulnerabilityAuditsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * A filter to return only resources that match the specified identifier.
21
+ * Required only if the compartmentId query parameter is not specified.
22
+ *
21
23
  */
22
24
  "id"?: string;
23
25
  /**
24
26
  * A filter to return only resources that belong to the specified compartment identifier.
27
+ * Required only if the id query param is not specified.
28
+ *
25
29
  */
26
30
  "compartmentId"?: string;
27
31
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"list-vulnerability-audits-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-vulnerability-audits-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+DH,IAAiB,8BAA8B,CAU9C;AAVD,WAAiB,8BAA8B;IAC7C,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,2DAAiD,CAAA;QACjD,2DAAiD,CAAA;QACjD,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iFAAuE,CAAA;QACvE,iFAAuE,CAAA;QACvE,qFAA2E,CAAA;IAC7E,CAAC,EARW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAQjB;AACH,CAAC,EAVgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAU9C"}
1
+ {"version":3,"file":"list-vulnerability-audits-request.js","sourceRoot":"","sources":["../../../../../lib/adm/lib/request/list-vulnerability-audits-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmEH,IAAiB,8BAA8B,CAU9C;AAVD,WAAiB,8BAA8B;IAC7C,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,2DAAiD,CAAA;QACjD,2DAAiD,CAAA;QACjD,qCAA2B,CAAA;QAC3B,+DAAqD,CAAA;QACrD,iFAAuE,CAAA;QACvE,iFAAuE,CAAA;QACvE,qFAA2E,CAAA;IAC7E,CAAC,EARW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAQjB;AACH,CAAC,EAVgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAU9C"}
@@ -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.70.4/adm/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.72.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/adm/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.72.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**