oci-vulnerabilityscanning 2.15.0 → 2.18.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 (131) hide show
  1. package/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/lib/client.d.ts +115 -75
  3. package/lib/client.js +341 -75
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/container-scan-recipe.d.ts +4 -0
  6. package/lib/model/container-scan-recipe.js.map +1 -1
  7. package/lib/model/container-scan-result-problem.d.ts +8 -0
  8. package/lib/model/container-scan-result-problem.js.map +1 -1
  9. package/lib/model/container-scan-result-summary.d.ts +4 -0
  10. package/lib/model/container-scan-result-summary.js.map +1 -1
  11. package/lib/model/container-scan-result.d.ts +8 -0
  12. package/lib/model/container-scan-result.js.map +1 -1
  13. package/lib/model/container-scan-target-summary.d.ts +1 -0
  14. package/lib/model/container-scan-target-summary.js +30 -2
  15. package/lib/model/container-scan-target-summary.js.map +1 -1
  16. package/lib/model/create-container-scan-recipe-details.d.ts +4 -0
  17. package/lib/model/create-container-scan-recipe-details.js.map +1 -1
  18. package/lib/model/impacted-resources-count.d.ts +29 -0
  19. package/lib/model/impacted-resources-count.js +29 -0
  20. package/lib/model/impacted-resources-count.js.map +1 -0
  21. package/lib/model/index.d.ts +16 -0
  22. package/lib/model/index.js +18 -2
  23. package/lib/model/index.js.map +1 -1
  24. package/lib/model/update-container-scan-recipe-details.d.ts +4 -0
  25. package/lib/model/update-container-scan-recipe-details.js.map +1 -1
  26. package/lib/model/vulnerability-impacted-container-summary-collection.d.ts +26 -0
  27. package/lib/model/vulnerability-impacted-container-summary-collection.js +61 -0
  28. package/lib/model/vulnerability-impacted-container-summary-collection.js.map +1 -0
  29. package/lib/model/vulnerability-impacted-container-summary.d.ts +45 -0
  30. package/lib/model/vulnerability-impacted-container-summary.js +29 -0
  31. package/lib/model/vulnerability-impacted-container-summary.js.map +1 -0
  32. package/lib/model/vulnerability-impacted-host-summary-collection.d.ts +26 -0
  33. package/lib/model/vulnerability-impacted-host-summary-collection.js +61 -0
  34. package/lib/model/vulnerability-impacted-host-summary-collection.js.map +1 -0
  35. package/lib/model/vulnerability-impacted-host-summary.d.ts +33 -0
  36. package/lib/model/vulnerability-impacted-host-summary.js +29 -0
  37. package/lib/model/vulnerability-impacted-host-summary.js.map +1 -0
  38. package/lib/model/vulnerability-summary-collection.d.ts +26 -0
  39. package/lib/model/vulnerability-summary-collection.js +61 -0
  40. package/lib/model/vulnerability-summary-collection.js.map +1 -0
  41. package/lib/model/vulnerability-summary.d.ts +63 -0
  42. package/lib/model/vulnerability-summary.js +57 -0
  43. package/lib/model/vulnerability-summary.js.map +1 -0
  44. package/lib/model/vulnerability.d.ts +68 -0
  45. package/lib/model/vulnerability.js +61 -0
  46. package/lib/model/vulnerability.js.map +1 -0
  47. package/lib/request/change-container-scan-recipe-compartment-request.d.ts +1 -1
  48. package/lib/request/change-container-scan-result-compartment-request.d.ts +1 -1
  49. package/lib/request/change-container-scan-target-compartment-request.d.ts +1 -1
  50. package/lib/request/change-host-agent-scan-result-compartment-request.d.ts +1 -1
  51. package/lib/request/change-host-cis-benchmark-scan-result-compartment-request.d.ts +1 -1
  52. package/lib/request/change-host-endpoint-protection-scan-result-compartment-request.d.ts +1 -1
  53. package/lib/request/change-host-port-scan-result-compartment-request.d.ts +1 -1
  54. package/lib/request/change-host-scan-recipe-compartment-request.d.ts +1 -1
  55. package/lib/request/change-host-scan-target-compartment-request.d.ts +1 -1
  56. package/lib/request/create-container-scan-recipe-request.d.ts +1 -1
  57. package/lib/request/create-container-scan-target-request.d.ts +1 -1
  58. package/lib/request/create-host-scan-recipe-request.d.ts +1 -1
  59. package/lib/request/create-host-scan-target-request.d.ts +1 -1
  60. package/lib/request/delete-container-scan-recipe-request.d.ts +1 -1
  61. package/lib/request/delete-container-scan-result-request.d.ts +1 -1
  62. package/lib/request/delete-container-scan-target-request.d.ts +1 -1
  63. package/lib/request/delete-host-agent-scan-result-request.d.ts +1 -1
  64. package/lib/request/delete-host-cis-benchmark-scan-result-request.d.ts +1 -1
  65. package/lib/request/delete-host-endpoint-protection-scan-result-request.d.ts +1 -1
  66. package/lib/request/delete-host-port-scan-result-request.d.ts +1 -1
  67. package/lib/request/delete-host-scan-recipe-request.d.ts +1 -1
  68. package/lib/request/delete-host-scan-target-request.d.ts +1 -1
  69. package/lib/request/export-host-agent-scan-result-csv-request.d.ts +1 -1
  70. package/lib/request/export-host-vulnerability-csv-request.d.ts +1 -1
  71. package/lib/request/get-container-scan-recipe-request.d.ts +1 -1
  72. package/lib/request/get-container-scan-result-request.d.ts +1 -1
  73. package/lib/request/get-container-scan-target-request.d.ts +1 -1
  74. package/lib/request/get-host-agent-scan-result-request.d.ts +1 -1
  75. package/lib/request/get-host-cis-benchmark-scan-result-request.d.ts +1 -1
  76. package/lib/request/get-host-endpoint-protection-scan-result-request.d.ts +1 -1
  77. package/lib/request/get-host-port-scan-result-request.d.ts +1 -1
  78. package/lib/request/get-host-scan-recipe-request.d.ts +1 -1
  79. package/lib/request/get-host-scan-target-request.d.ts +1 -1
  80. package/lib/request/get-host-vulnerability-request.d.ts +1 -1
  81. package/lib/request/get-vulnerability-request.d.ts +26 -0
  82. package/lib/request/get-vulnerability-request.js +15 -0
  83. package/lib/request/get-vulnerability-request.js.map +1 -0
  84. package/lib/request/get-work-request-request.d.ts +1 -1
  85. package/lib/request/index.d.ts +8 -0
  86. package/lib/request/index.js +24 -0
  87. package/lib/request/index.js.map +1 -1
  88. package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
  89. package/lib/request/list-container-scan-results-request.d.ts +1 -1
  90. package/lib/request/list-container-scan-targets-request.d.ts +1 -1
  91. package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
  92. package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
  93. package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
  94. package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
  95. package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
  96. package/lib/request/list-host-scan-targets-request.d.ts +1 -1
  97. package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
  98. package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
  99. package/lib/request/list-vulnerabilities-request.d.ts +72 -0
  100. package/lib/request/list-vulnerabilities-request.js +29 -0
  101. package/lib/request/list-vulnerabilities-request.js.map +1 -0
  102. package/lib/request/list-vulnerability-impacted-containers-request.d.ts +51 -0
  103. package/lib/request/list-vulnerability-impacted-containers-request.js +25 -0
  104. package/lib/request/list-vulnerability-impacted-containers-request.js.map +1 -0
  105. package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +44 -0
  106. package/lib/request/list-vulnerability-impacted-hosts-request.js +15 -0
  107. package/lib/request/list-vulnerability-impacted-hosts-request.js.map +1 -0
  108. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  109. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  110. package/lib/request/list-work-requests-request.d.ts +1 -1
  111. package/lib/request/update-container-scan-recipe-request.d.ts +1 -1
  112. package/lib/request/update-container-scan-target-request.d.ts +1 -1
  113. package/lib/request/update-host-scan-recipe-request.d.ts +1 -1
  114. package/lib/request/update-host-scan-target-request.d.ts +1 -1
  115. package/lib/response/get-vulnerability-response.d.ts +30 -0
  116. package/lib/response/get-vulnerability-response.js +15 -0
  117. package/lib/response/get-vulnerability-response.js.map +1 -0
  118. package/lib/response/index.d.ts +8 -0
  119. package/lib/response/list-vulnerabilities-response.d.ts +32 -0
  120. package/lib/response/list-vulnerabilities-response.js +15 -0
  121. package/lib/response/list-vulnerabilities-response.js.map +1 -0
  122. package/lib/response/list-vulnerability-impacted-containers-response.d.ts +32 -0
  123. package/lib/response/list-vulnerability-impacted-containers-response.js +15 -0
  124. package/lib/response/list-vulnerability-impacted-containers-response.js.map +1 -0
  125. package/lib/response/list-vulnerability-impacted-hosts-response.d.ts +32 -0
  126. package/lib/response/list-vulnerability-impacted-hosts-response.js +15 -0
  127. package/lib/response/list-vulnerability-impacted-hosts-response.js.map +1 -0
  128. package/lib/vulnerabilityscanning-waiter.d.ts +8 -0
  129. package/lib/vulnerabilityscanning-waiter.js +12 -0
  130. package/lib/vulnerabilityscanning-waiter.js.map +1 -1
  131. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -74,7 +74,7 @@ export declare class VulnerabilityScanningClient {
74
74
  * @param ChangeContainerScanRecipeCompartmentRequest
75
75
  * @return ChangeContainerScanRecipeCompartmentResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartment API.
78
78
  */
79
79
  changeContainerScanRecipeCompartment(changeContainerScanRecipeCompartmentRequest: requests.ChangeContainerScanRecipeCompartmentRequest): Promise<responses.ChangeContainerScanRecipeCompartmentResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class VulnerabilityScanningClient {
84
84
  * @param ChangeContainerScanResultCompartmentRequest
85
85
  * @return ChangeContainerScanResultCompartmentResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartment API.
88
88
  */
89
89
  changeContainerScanResultCompartment(changeContainerScanResultCompartmentRequest: requests.ChangeContainerScanResultCompartmentRequest): Promise<responses.ChangeContainerScanResultCompartmentResponse>;
90
90
  /**
@@ -94,7 +94,7 @@ export declare class VulnerabilityScanningClient {
94
94
  * @param ChangeContainerScanTargetCompartmentRequest
95
95
  * @return ChangeContainerScanTargetCompartmentResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartment API.
98
98
  */
99
99
  changeContainerScanTargetCompartment(changeContainerScanTargetCompartmentRequest: requests.ChangeContainerScanTargetCompartmentRequest): Promise<responses.ChangeContainerScanTargetCompartmentResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class VulnerabilityScanningClient {
104
104
  * @param ChangeHostAgentScanResultCompartmentRequest
105
105
  * @return ChangeHostAgentScanResultCompartmentResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartment API.
108
108
  */
109
109
  changeHostAgentScanResultCompartment(changeHostAgentScanResultCompartmentRequest: requests.ChangeHostAgentScanResultCompartmentRequest): Promise<responses.ChangeHostAgentScanResultCompartmentResponse>;
110
110
  /**
@@ -114,7 +114,7 @@ export declare class VulnerabilityScanningClient {
114
114
  * @param ChangeHostCisBenchmarkScanResultCompartmentRequest
115
115
  * @return ChangeHostCisBenchmarkScanResultCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartment API.
118
118
  */
119
119
  changeHostCisBenchmarkScanResultCompartment(changeHostCisBenchmarkScanResultCompartmentRequest: requests.ChangeHostCisBenchmarkScanResultCompartmentRequest): Promise<responses.ChangeHostCisBenchmarkScanResultCompartmentResponse>;
120
120
  /**
@@ -124,7 +124,7 @@ export declare class VulnerabilityScanningClient {
124
124
  * @param ChangeHostEndpointProtectionScanResultCompartmentRequest
125
125
  * @return ChangeHostEndpointProtectionScanResultCompartmentResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartment API.
128
128
  */
129
129
  changeHostEndpointProtectionScanResultCompartment(changeHostEndpointProtectionScanResultCompartmentRequest: requests.ChangeHostEndpointProtectionScanResultCompartmentRequest): Promise<responses.ChangeHostEndpointProtectionScanResultCompartmentResponse>;
130
130
  /**
@@ -134,7 +134,7 @@ export declare class VulnerabilityScanningClient {
134
134
  * @param ChangeHostPortScanResultCompartmentRequest
135
135
  * @return ChangeHostPortScanResultCompartmentResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartment API.
138
138
  */
139
139
  changeHostPortScanResultCompartment(changeHostPortScanResultCompartmentRequest: requests.ChangeHostPortScanResultCompartmentRequest): Promise<responses.ChangeHostPortScanResultCompartmentResponse>;
140
140
  /**
@@ -144,7 +144,7 @@ export declare class VulnerabilityScanningClient {
144
144
  * @param ChangeHostScanRecipeCompartmentRequest
145
145
  * @return ChangeHostScanRecipeCompartmentResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartment API.
148
148
  */
149
149
  changeHostScanRecipeCompartment(changeHostScanRecipeCompartmentRequest: requests.ChangeHostScanRecipeCompartmentRequest): Promise<responses.ChangeHostScanRecipeCompartmentResponse>;
150
150
  /**
@@ -154,27 +154,27 @@ export declare class VulnerabilityScanningClient {
154
154
  * @param ChangeHostScanTargetCompartmentRequest
155
155
  * @return ChangeHostScanTargetCompartmentResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartment API.
158
158
  */
159
159
  changeHostScanTargetCompartment(changeHostScanTargetCompartmentRequest: requests.ChangeHostScanTargetCompartmentRequest): Promise<responses.ChangeHostScanTargetCompartmentResponse>;
160
160
  /**
161
- * Creates a new ContainerScanRecipe
161
+ * Creates a new ContainerScanRecipe. A recipe determines the types of security issues that you want scanned.
162
162
  *
163
163
  * This operation does not retry by default if the user has not defined a retry configuration.
164
164
  * @param CreateContainerScanRecipeRequest
165
165
  * @return CreateContainerScanRecipeResponse
166
166
  * @throws OciError when an error occurs
167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipe API.
168
168
  */
169
169
  createContainerScanRecipe(createContainerScanRecipeRequest: requests.CreateContainerScanRecipeRequest): Promise<responses.CreateContainerScanRecipeResponse>;
170
170
  /**
171
- * Creates a new ContainerScanTarget
171
+ * Creates a new ContainerScanTarget. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
172
172
  *
173
173
  * This operation does not retry by default if the user has not defined a retry configuration.
174
174
  * @param CreateContainerScanTargetRequest
175
175
  * @return CreateContainerScanTargetResponse
176
176
  * @throws OciError when an error occurs
177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTarget API.
178
178
  */
179
179
  createContainerScanTarget(createContainerScanTargetRequest: requests.CreateContainerScanTargetRequest): Promise<responses.CreateContainerScanTargetResponse>;
180
180
  /**
@@ -184,7 +184,7 @@ export declare class VulnerabilityScanningClient {
184
184
  * @param CreateHostScanRecipeRequest
185
185
  * @return CreateHostScanRecipeResponse
186
186
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipe API.
188
188
  */
189
189
  createHostScanRecipe(createHostScanRecipeRequest: requests.CreateHostScanRecipeRequest): Promise<responses.CreateHostScanRecipeResponse>;
190
190
  /**
@@ -194,57 +194,57 @@ export declare class VulnerabilityScanningClient {
194
194
  * @param CreateHostScanTargetRequest
195
195
  * @return CreateHostScanTargetResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTarget API.
198
198
  */
199
199
  createHostScanTarget(createHostScanTargetRequest: requests.CreateHostScanTargetRequest): Promise<responses.CreateHostScanTargetResponse>;
200
200
  /**
201
- * Deletes the ContainerScanRecipe identified by the id
201
+ * Deletes the ContainerScanRecipe identified by the recipe ID.
202
202
  *
203
203
  * This operation does not retry by default if the user has not defined a retry configuration.
204
204
  * @param DeleteContainerScanRecipeRequest
205
205
  * @return DeleteContainerScanRecipeResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipe API.
208
208
  */
209
209
  deleteContainerScanRecipe(deleteContainerScanRecipeRequest: requests.DeleteContainerScanRecipeRequest): Promise<responses.DeleteContainerScanRecipeResponse>;
210
210
  /**
211
- * Deletes the ContainerScanResult identified by the id
211
+ * Deletes the ContainerScanResult identified by the container scan ID.
212
212
  *
213
213
  * This operation does not retry by default if the user has not defined a retry configuration.
214
214
  * @param DeleteContainerScanResultRequest
215
215
  * @return DeleteContainerScanResultResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResult API.
218
218
  */
219
219
  deleteContainerScanResult(deleteContainerScanResultRequest: requests.DeleteContainerScanResultRequest): Promise<responses.DeleteContainerScanResultResponse>;
220
220
  /**
221
- * Deletes the ContainerScanTarget identified by the id
221
+ * Deletes the ContainerScanTarget identified by the target ID.
222
222
  *
223
223
  * This operation does not retry by default if the user has not defined a retry configuration.
224
224
  * @param DeleteContainerScanTargetRequest
225
225
  * @return DeleteContainerScanTargetResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTarget API.
228
228
  */
229
229
  deleteContainerScanTarget(deleteContainerScanTargetRequest: requests.DeleteContainerScanTargetRequest): Promise<responses.DeleteContainerScanTargetResponse>;
230
230
  /**
231
- * Removes the HostAgentScanResult identified by the host agent scan ID.
231
+ * Deletes the HostAgentScanResult identified by the host agent scan ID.
232
232
  *
233
233
  * This operation does not retry by default if the user has not defined a retry configuration.
234
234
  * @param DeleteHostAgentScanResultRequest
235
235
  * @return DeleteHostAgentScanResultResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResult API.
238
238
  */
239
239
  deleteHostAgentScanResult(deleteHostAgentScanResultRequest: requests.DeleteHostAgentScanResultRequest): Promise<responses.DeleteHostAgentScanResultResponse>;
240
240
  /**
241
- * Deletes the HostCisBenchmarkScanResult identified by the id
241
+ * Deletes the HostCisBenchmarkScanResult identified by the benchmark scan result ID.
242
242
  *
243
243
  * This operation does not retry by default if the user has not defined a retry configuration.
244
244
  * @param DeleteHostCisBenchmarkScanResultRequest
245
245
  * @return DeleteHostCisBenchmarkScanResultResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResult API.
248
248
  */
249
249
  deleteHostCisBenchmarkScanResult(deleteHostCisBenchmarkScanResultRequest: requests.DeleteHostCisBenchmarkScanResultRequest): Promise<responses.DeleteHostCisBenchmarkScanResultResponse>;
250
250
  /**
@@ -254,37 +254,37 @@ export declare class VulnerabilityScanningClient {
254
254
  * @param DeleteHostEndpointProtectionScanResultRequest
255
255
  * @return DeleteHostEndpointProtectionScanResultResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResult API.
258
258
  */
259
259
  deleteHostEndpointProtectionScanResult(deleteHostEndpointProtectionScanResultRequest: requests.DeleteHostEndpointProtectionScanResultRequest): Promise<responses.DeleteHostEndpointProtectionScanResultResponse>;
260
260
  /**
261
- * Removes the HostPortScanResult identified by the host port scan ID.
261
+ * Deletes the HostPortScanResult identified by the host port scan ID.
262
262
  *
263
263
  * This operation does not retry by default if the user has not defined a retry configuration.
264
264
  * @param DeleteHostPortScanResultRequest
265
265
  * @return DeleteHostPortScanResultResponse
266
266
  * @throws OciError when an error occurs
267
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResult API.
268
268
  */
269
269
  deleteHostPortScanResult(deleteHostPortScanResultRequest: requests.DeleteHostPortScanResultRequest): Promise<responses.DeleteHostPortScanResultResponse>;
270
270
  /**
271
- * Removes the HostScanRecipe identified by the recipe ID.
271
+ * Deletes the HostScanRecipe identified by the recipe ID.
272
272
  *
273
273
  * This operation does not retry by default if the user has not defined a retry configuration.
274
274
  * @param DeleteHostScanRecipeRequest
275
275
  * @return DeleteHostScanRecipeResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipe API.
278
278
  */
279
279
  deleteHostScanRecipe(deleteHostScanRecipeRequest: requests.DeleteHostScanRecipeRequest): Promise<responses.DeleteHostScanRecipeResponse>;
280
280
  /**
281
- * Removes the HostScanTarget identified by the target ID.
281
+ * Deletes the HostScanTarget identified by the target ID.
282
282
  *
283
283
  * This operation does not retry by default if the user has not defined a retry configuration.
284
284
  * @param DeleteHostScanTargetRequest
285
285
  * @return DeleteHostScanTargetResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTarget API.
288
288
  */
289
289
  deleteHostScanTarget(deleteHostScanTargetRequest: requests.DeleteHostScanTargetRequest): Promise<responses.DeleteHostScanTargetResponse>;
290
290
  /**
@@ -294,7 +294,7 @@ export declare class VulnerabilityScanningClient {
294
294
  * @param ExportHostAgentScanResultCsvRequest
295
295
  * @return ExportHostAgentScanResultCsvResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsv API.
298
298
  */
299
299
  exportHostAgentScanResultCsv(exportHostAgentScanResultCsvRequest: requests.ExportHostAgentScanResultCsvRequest): Promise<responses.ExportHostAgentScanResultCsvResponse>;
300
300
  /**
@@ -304,57 +304,57 @@ export declare class VulnerabilityScanningClient {
304
304
  * @param ExportHostVulnerabilityCsvRequest
305
305
  * @return ExportHostVulnerabilityCsvResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsv API.
308
308
  */
309
309
  exportHostVulnerabilityCsv(exportHostVulnerabilityCsvRequest: requests.ExportHostVulnerabilityCsvRequest): Promise<responses.ExportHostVulnerabilityCsvResponse>;
310
310
  /**
311
- * Gets a ContainerScanRecipe by identifier
311
+ * Retrieves a ContainerScanRecipe identified by the recipe ID. A recipe determines the types of security issues that you want scanned.
312
312
  *
313
313
  * This operation does not retry by default if the user has not defined a retry configuration.
314
314
  * @param GetContainerScanRecipeRequest
315
315
  * @return GetContainerScanRecipeResponse
316
316
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipe API.
318
318
  */
319
319
  getContainerScanRecipe(getContainerScanRecipeRequest: requests.GetContainerScanRecipeRequest): Promise<responses.GetContainerScanRecipeResponse>;
320
320
  /**
321
- * Returns a ContainerScanResult of the given container scan ID.
321
+ * Retrieves a ContainerScanResult identified by the container scan ID. The result includes a list of problems found in a specific image in a Docker repository.
322
322
  *
323
323
  * This operation does not retry by default if the user has not defined a retry configuration.
324
324
  * @param GetContainerScanResultRequest
325
325
  * @return GetContainerScanResultResponse
326
326
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResult API.
328
328
  */
329
329
  getContainerScanResult(getContainerScanResultRequest: requests.GetContainerScanResultRequest): Promise<responses.GetContainerScanResultResponse>;
330
330
  /**
331
- * Gets a ContainerScanTarget by identifier
331
+ * Gets a ContainerScanTarget identified by the target ID. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
332
332
  *
333
333
  * This operation does not retry by default if the user has not defined a retry configuration.
334
334
  * @param GetContainerScanTargetRequest
335
335
  * @return GetContainerScanTargetResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTarget API.
338
338
  */
339
339
  getContainerScanTarget(getContainerScanTargetRequest: requests.GetContainerScanTargetRequest): Promise<responses.GetContainerScanTargetResponse>;
340
340
  /**
341
- * Retrieves a HostAgentScanResult identified by the host agent scan ID. The result includes a list of problems detected in a specific compute instance.
341
+ * Retrieves a HostAgentScanResult identified by the host agent scan ID. The result includes a list of CVEs detected in a specific compute instance.
342
342
  *
343
343
  * This operation does not retry by default if the user has not defined a retry configuration.
344
344
  * @param GetHostAgentScanResultRequest
345
345
  * @return GetHostAgentScanResultResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResult API.
348
348
  */
349
349
  getHostAgentScanResult(getHostAgentScanResultRequest: requests.GetHostAgentScanResultRequest): Promise<responses.GetHostAgentScanResultResponse>;
350
350
  /**
351
- * Returns HostCisBenchmarkScanResults for the given host CIS (Center for Internet Security) benchmark scan result ID.
351
+ * Retrieves a HostCisBenchmarkScanResult identified by the benchmark scan result ID. A CIS (Center for Internet Security) benchmark scan result includes a list of benchmarks that were tested on a specific compute instance, and whether each test passed or failed.
352
352
  *
353
353
  * This operation does not retry by default if the user has not defined a retry configuration.
354
354
  * @param GetHostCisBenchmarkScanResultRequest
355
355
  * @return GetHostCisBenchmarkScanResultResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResult API.
358
358
  */
359
359
  getHostCisBenchmarkScanResult(getHostCisBenchmarkScanResultRequest: requests.GetHostCisBenchmarkScanResultRequest): Promise<responses.GetHostCisBenchmarkScanResultResponse>;
360
360
  /**
@@ -364,7 +364,7 @@ export declare class VulnerabilityScanningClient {
364
364
  * @param GetHostEndpointProtectionScanResultRequest
365
365
  * @return GetHostEndpointProtectionScanResultResponse
366
366
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResult API.
368
368
  */
369
369
  getHostEndpointProtectionScanResult(getHostEndpointProtectionScanResultRequest: requests.GetHostEndpointProtectionScanResultRequest): Promise<responses.GetHostEndpointProtectionScanResultResponse>;
370
370
  /**
@@ -374,7 +374,7 @@ export declare class VulnerabilityScanningClient {
374
374
  * @param GetHostPortScanResultRequest
375
375
  * @return GetHostPortScanResultResponse
376
376
  * @throws OciError when an error occurs
377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResult API.
378
378
  */
379
379
  getHostPortScanResult(getHostPortScanResultRequest: requests.GetHostPortScanResultRequest): Promise<responses.GetHostPortScanResultResponse>;
380
380
  /**
@@ -384,7 +384,7 @@ export declare class VulnerabilityScanningClient {
384
384
  * @param GetHostScanRecipeRequest
385
385
  * @return GetHostScanRecipeResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipe API.
388
388
  */
389
389
  getHostScanRecipe(getHostScanRecipeRequest: requests.GetHostScanRecipeRequest): Promise<responses.GetHostScanRecipeResponse>;
390
390
  /**
@@ -394,7 +394,7 @@ export declare class VulnerabilityScanningClient {
394
394
  * @param GetHostScanTargetRequest
395
395
  * @return GetHostScanTargetResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTarget API.
398
398
  */
399
399
  getHostScanTarget(getHostScanTargetRequest: requests.GetHostScanTargetRequest): Promise<responses.GetHostScanTargetResponse>;
400
400
  /**
@@ -404,9 +404,19 @@ export declare class VulnerabilityScanningClient {
404
404
  * @param GetHostVulnerabilityRequest
405
405
  * @return GetHostVulnerabilityResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerability API.
408
408
  */
409
409
  getHostVulnerability(getHostVulnerabilityRequest: requests.GetHostVulnerabilityRequest): Promise<responses.GetHostVulnerabilityResponse>;
410
+ /**
411
+ * Retrieves a Vulnerability identified by the vulnerability ID. A vulnerability describes a security issue that was detected in scans of one or more compute instances, container scan repositories. Common Vulnerabilities and Exposures (CVE) numbers identify security vulnerabilities for operating systems and other software, including Critical Patch Updates and Security Alert advisories.
412
+ *
413
+ * This operation does not retry by default if the user has not defined a retry configuration.
414
+ * @param GetVulnerabilityRequest
415
+ * @return GetVulnerabilityResponse
416
+ * @throws OciError when an error occurs
417
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetVulnerability.ts.html |here} to see how to use GetVulnerability API.
418
+ */
419
+ getVulnerability(getVulnerabilityRequest: requests.GetVulnerabilityRequest): Promise<responses.GetVulnerabilityResponse>;
410
420
  /**
411
421
  * Gets the status of the work request with the given ID.
412
422
  *
@@ -414,57 +424,57 @@ export declare class VulnerabilityScanningClient {
414
424
  * @param GetWorkRequestRequest
415
425
  * @return GetWorkRequestResponse
416
426
  * @throws OciError when an error occurs
417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
418
428
  */
419
429
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
420
430
  /**
421
- * Returns a list of ContainerScanRecipeSummaries
431
+ * Retrieves a list of ContainerScanRecipeSummary objects in a compartment. A recipe determines the types of security issues that you want scanned.
422
432
  *
423
433
  * This operation does not retry by default if the user has not defined a retry configuration.
424
434
  * @param ListContainerScanRecipesRequest
425
435
  * @return ListContainerScanRecipesResponse
426
436
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListContainerScanRecipes.ts.html |here} to see how to use ListContainerScanRecipes API.
428
438
  */
429
439
  listContainerScanRecipes(listContainerScanRecipesRequest: requests.ListContainerScanRecipesRequest): Promise<responses.ListContainerScanRecipesResponse>;
430
440
  /**
431
- * Returns a collection of ContainerScanResultSummary objects
441
+ * Retrieves a list of ContainerScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. A container scan result includes a list of problems detected in a specific image in a Docker repository.
432
442
  *
433
443
  * This operation does not retry by default if the user has not defined a retry configuration.
434
444
  * @param ListContainerScanResultsRequest
435
445
  * @return ListContainerScanResultsResponse
436
446
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListContainerScanResults.ts.html |here} to see how to use ListContainerScanResults API.
438
448
  */
439
449
  listContainerScanResults(listContainerScanResultsRequest: requests.ListContainerScanResultsRequest): Promise<responses.ListContainerScanResultsResponse>;
440
450
  /**
441
- * Returns a list of ContainerScanTargetSummaries
451
+ * Retrieves a list of ContainerScanTargetSummary objects in a compartment. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
442
452
  *
443
453
  * This operation does not retry by default if the user has not defined a retry configuration.
444
454
  * @param ListContainerScanTargetsRequest
445
455
  * @return ListContainerScanTargetsResponse
446
456
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListContainerScanTargets.ts.html |here} to see how to use ListContainerScanTargets API.
448
458
  */
449
459
  listContainerScanTargets(listContainerScanTargetsRequest: requests.ListContainerScanTargetsRequest): Promise<responses.ListContainerScanTargetsResponse>;
450
460
  /**
451
- * Retrieves a list of HostAgentScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. An agent scan result includes a list of problems detected in a specific compute instance.
461
+ * Retrieves a list of HostAgentScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. An agent scan result includes a list of CVEs detected in a specific compute instance.
452
462
  *
453
463
  * This operation does not retry by default if the user has not defined a retry configuration.
454
464
  * @param ListHostAgentScanResultsRequest
455
465
  * @return ListHostAgentScanResultsResponse
456
466
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostAgentScanResults.ts.html |here} to see how to use ListHostAgentScanResults API.
458
468
  */
459
469
  listHostAgentScanResults(listHostAgentScanResultsRequest: requests.ListHostAgentScanResultsRequest): Promise<responses.ListHostAgentScanResultsResponse>;
460
470
  /**
461
- * Returns a collection of HostCisBenchmarkScanResultSummary objects
471
+ * Retrieves a list of HostCisBenchmarkScanResultSummary objects in a compartment. You can filter and sort the results by problem severity and time. A CIS (Center for Internet Security) benchmark scan result includes the number of failed benchmark tests on a specific compute instance.
462
472
  *
463
473
  * This operation does not retry by default if the user has not defined a retry configuration.
464
474
  * @param ListHostCisBenchmarkScanResultsRequest
465
475
  * @return ListHostCisBenchmarkScanResultsResponse
466
476
  * @throws OciError when an error occurs
467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostCisBenchmarkScanResults.ts.html |here} to see how to use ListHostCisBenchmarkScanResults API.
468
478
  */
469
479
  listHostCisBenchmarkScanResults(listHostCisBenchmarkScanResultsRequest: requests.ListHostCisBenchmarkScanResultsRequest): Promise<responses.ListHostCisBenchmarkScanResultsResponse>;
470
480
  /**
@@ -474,7 +484,7 @@ export declare class VulnerabilityScanningClient {
474
484
  * @param ListHostEndpointProtectionScanResultsRequest
475
485
  * @return ListHostEndpointProtectionScanResultsResponse
476
486
  * @throws OciError when an error occurs
477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostEndpointProtectionScanResults.ts.html |here} to see how to use ListHostEndpointProtectionScanResults API.
478
488
  */
479
489
  listHostEndpointProtectionScanResults(listHostEndpointProtectionScanResultsRequest: requests.ListHostEndpointProtectionScanResultsRequest): Promise<responses.ListHostEndpointProtectionScanResultsResponse>;
480
490
  /**
@@ -484,7 +494,7 @@ export declare class VulnerabilityScanningClient {
484
494
  * @param ListHostPortScanResultsRequest
485
495
  * @return ListHostPortScanResultsResponse
486
496
  * @throws OciError when an error occurs
487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
497
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostPortScanResults.ts.html |here} to see how to use ListHostPortScanResults API.
488
498
  */
489
499
  listHostPortScanResults(listHostPortScanResultsRequest: requests.ListHostPortScanResultsRequest): Promise<responses.ListHostPortScanResultsResponse>;
490
500
  /**
@@ -494,7 +504,7 @@ export declare class VulnerabilityScanningClient {
494
504
  * @param ListHostScanRecipesRequest
495
505
  * @return ListHostScanRecipesResponse
496
506
  * @throws OciError when an error occurs
497
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostScanRecipes.ts.html |here} to see how to use ListHostScanRecipes API.
498
508
  */
499
509
  listHostScanRecipes(listHostScanRecipesRequest: requests.ListHostScanRecipesRequest): Promise<responses.ListHostScanRecipesResponse>;
500
510
  /**
@@ -504,7 +514,7 @@ export declare class VulnerabilityScanningClient {
504
514
  * @param ListHostScanTargetsRequest
505
515
  * @return ListHostScanTargetsResponse
506
516
  * @throws OciError when an error occurs
507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostScanTargets.ts.html |here} to see how to use ListHostScanTargets API.
508
518
  */
509
519
  listHostScanTargets(listHostScanTargetsRequest: requests.ListHostScanTargetsRequest): Promise<responses.ListHostScanTargetsResponse>;
510
520
  /**
@@ -514,7 +524,7 @@ export declare class VulnerabilityScanningClient {
514
524
  * @param ListHostVulnerabilitiesRequest
515
525
  * @return ListHostVulnerabilitiesResponse
516
526
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostVulnerabilities.ts.html |here} to see how to use ListHostVulnerabilities API.
518
528
  */
519
529
  listHostVulnerabilities(listHostVulnerabilitiesRequest: requests.ListHostVulnerabilitiesRequest): Promise<responses.ListHostVulnerabilitiesResponse>;
520
530
  /**
@@ -524,9 +534,39 @@ export declare class VulnerabilityScanningClient {
524
534
  * @param ListHostVulnerabilityImpactedHostsRequest
525
535
  * @return ListHostVulnerabilityImpactedHostsResponse
526
536
  * @throws OciError when an error occurs
527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListHostVulnerabilityImpactedHosts.ts.html |here} to see how to use ListHostVulnerabilityImpactedHosts API.
528
538
  */
529
539
  listHostVulnerabilityImpactedHosts(listHostVulnerabilityImpactedHostsRequest: requests.ListHostVulnerabilityImpactedHostsRequest): Promise<responses.ListHostVulnerabilityImpactedHostsResponse>;
540
+ /**
541
+ * Retrieves a list of VulnerabilitySummary objects in a compartment. You can filter and sort the vulnerabilities by problem severity and time and type. A vulnerability describes a security issue that was detected in scans of one or more compute instances, container images.
542
+ *
543
+ * This operation does not retry by default if the user has not defined a retry configuration.
544
+ * @param ListVulnerabilitiesRequest
545
+ * @return ListVulnerabilitiesResponse
546
+ * @throws OciError when an error occurs
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListVulnerabilities.ts.html |here} to see how to use ListVulnerabilities API.
548
+ */
549
+ listVulnerabilities(listVulnerabilitiesRequest: requests.ListVulnerabilitiesRequest): Promise<responses.ListVulnerabilitiesResponse>;
550
+ /**
551
+ * Retrieves a list of VulnerabilityImpactedContainerSummary objects for a specific vulnerability ID. An impacted container image summary identifies container images on which the specified vulnerability was detected.
552
+ *
553
+ * This operation does not retry by default if the user has not defined a retry configuration.
554
+ * @param ListVulnerabilityImpactedContainersRequest
555
+ * @return ListVulnerabilityImpactedContainersResponse
556
+ * @throws OciError when an error occurs
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListVulnerabilityImpactedContainers.ts.html |here} to see how to use ListVulnerabilityImpactedContainers API.
558
+ */
559
+ listVulnerabilityImpactedContainers(listVulnerabilityImpactedContainersRequest: requests.ListVulnerabilityImpactedContainersRequest): Promise<responses.ListVulnerabilityImpactedContainersResponse>;
560
+ /**
561
+ * Retrieves a list of VulnerabilityImpactedHostSummary objects for a specific host vulnerability ID. An impacted host summary identifies a compute instance on which the specified vulnerability was detected.
562
+ *
563
+ * This operation does not retry by default if the user has not defined a retry configuration.
564
+ * @param ListVulnerabilityImpactedHostsRequest
565
+ * @return ListVulnerabilityImpactedHostsResponse
566
+ * @throws OciError when an error occurs
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListVulnerabilityImpactedHosts.ts.html |here} to see how to use ListVulnerabilityImpactedHosts API.
568
+ */
569
+ listVulnerabilityImpactedHosts(listVulnerabilityImpactedHostsRequest: requests.ListVulnerabilityImpactedHostsRequest): Promise<responses.ListVulnerabilityImpactedHostsResponse>;
530
570
  /**
531
571
  * Return a (paginated) list of errors for a given work request.
532
572
  *
@@ -534,7 +574,7 @@ export declare class VulnerabilityScanningClient {
534
574
  * @param ListWorkRequestErrorsRequest
535
575
  * @return ListWorkRequestErrorsResponse
536
576
  * @throws OciError when an error occurs
537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
538
578
  */
539
579
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
540
580
  /**
@@ -544,7 +584,7 @@ export declare class VulnerabilityScanningClient {
544
584
  * @param ListWorkRequestLogsRequest
545
585
  * @return ListWorkRequestLogsResponse
546
586
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
548
588
  */
549
589
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
550
590
  /**
@@ -554,27 +594,27 @@ export declare class VulnerabilityScanningClient {
554
594
  * @param ListWorkRequestsRequest
555
595
  * @return ListWorkRequestsResponse
556
596
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
558
598
  */
559
599
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
560
600
  /**
561
- * Updates the ContainerScanRecipe identified by the id
601
+ * Updates the ContainerScanRecipe identified by the recipe ID. A recipe determines the types of security issues that you want scanned.
562
602
  *
563
603
  * This operation does not retry by default if the user has not defined a retry configuration.
564
604
  * @param UpdateContainerScanRecipeRequest
565
605
  * @return UpdateContainerScanRecipeResponse
566
606
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/UpdateContainerScanRecipe.ts.html |here} to see how to use UpdateContainerScanRecipe API.
568
608
  */
569
609
  updateContainerScanRecipe(updateContainerScanRecipeRequest: requests.UpdateContainerScanRecipeRequest): Promise<responses.UpdateContainerScanRecipeResponse>;
570
610
  /**
571
- * Updates the ContainerScanTarget identified by the id
611
+ * Updates the ContainerScanTarget identified by the target ID. A container scan target specifies a group of one or more Docker image repositories in Oracle Cloud Infrastructure Registry (OCIR) that you want routinely scanned for security vulnerabilities.
572
612
  *
573
613
  * This operation does not retry by default if the user has not defined a retry configuration.
574
614
  * @param UpdateContainerScanTargetRequest
575
615
  * @return UpdateContainerScanTargetResponse
576
616
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/UpdateContainerScanTarget.ts.html |here} to see how to use UpdateContainerScanTarget API.
578
618
  */
579
619
  updateContainerScanTarget(updateContainerScanTargetRequest: requests.UpdateContainerScanTargetRequest): Promise<responses.UpdateContainerScanTargetResponse>;
580
620
  /**
@@ -584,7 +624,7 @@ export declare class VulnerabilityScanningClient {
584
624
  * @param UpdateHostScanRecipeRequest
585
625
  * @return UpdateHostScanRecipeResponse
586
626
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/UpdateHostScanRecipe.ts.html |here} to see how to use UpdateHostScanRecipe API.
588
628
  */
589
629
  updateHostScanRecipe(updateHostScanRecipeRequest: requests.UpdateHostScanRecipeRequest): Promise<responses.UpdateHostScanRecipeResponse>;
590
630
  /**
@@ -594,7 +634,7 @@ export declare class VulnerabilityScanningClient {
594
634
  * @param UpdateHostScanTargetRequest
595
635
  * @return UpdateHostScanTargetResponse
596
636
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/UpdateHostScanTarget.ts.html |here} to see how to use UpdateHostScanTarget API.
598
638
  */
599
639
  updateHostScanTarget(updateHostScanTargetRequest: requests.UpdateHostScanTargetRequest): Promise<responses.UpdateHostScanTargetResponse>;
600
640
  }