oci-adm 2.76.1 → 2.77.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +43 -37
- package/lib/client.js +53 -43
- package/lib/client.js.map +1 -1
- package/lib/model/application-dependency-recommendation-summary.d.ts +8 -0
- package/lib/model/application-dependency-recommendation-summary.js.map +1 -1
- package/lib/model/application-dependency-vulnerability-summary.d.ts +7 -1
- package/lib/model/application-dependency-vulnerability-summary.js.map +1 -1
- package/lib/model/application-dependency.d.ts +8 -2
- package/lib/model/application-dependency.js.map +1 -1
- package/lib/model/config-severity.d.ts +32 -0
- package/lib/model/config-severity.js +43 -0
- package/lib/model/config-severity.js.map +1 -0
- package/lib/model/create-knowledge-base-details.d.ts +2 -2
- package/lib/model/create-remediation-recipe-details.d.ts +2 -2
- package/lib/model/create-remediation-run-details.d.ts +2 -2
- package/lib/model/create-vulnerability-audit-details.d.ts +4 -4
- package/lib/model/detect-configuration.d.ts +6 -1
- package/lib/model/detect-configuration.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/knowledge-base-summary.d.ts +3 -3
- package/lib/model/knowledge-base.d.ts +3 -3
- package/lib/model/remediation-recipe-summary.d.ts +3 -3
- package/lib/model/remediation-recipe.d.ts +3 -3
- package/lib/model/remediation-run-summary.d.ts +3 -3
- package/lib/model/remediation-run.d.ts +3 -3
- package/lib/model/update-knowledge-base-details.d.ts +2 -2
- package/lib/model/update-remediation-recipe-details.d.ts +2 -2
- package/lib/model/update-remediation-run-details.d.ts +2 -2
- package/lib/model/update-vulnerability-audit-details.d.ts +2 -2
- package/lib/model/usage-data-details.d.ts +3 -2
- package/lib/model/usage-data-details.js.map +1 -1
- package/lib/model/usage-data-via-object-storage-tuple-details.d.ts +3 -1
- package/lib/model/usage-data-via-object-storage-tuple-details.js.map +1 -1
- package/lib/model/vulnerability-audit-configuration.d.ts +7 -2
- package/lib/model/vulnerability-audit-configuration.js.map +1 -1
- package/lib/model/vulnerability-audit-summary.d.ts +18 -9
- package/lib/model/vulnerability-audit-summary.js.map +1 -1
- package/lib/model/vulnerability-audit.d.ts +19 -10
- package/lib/model/vulnerability-audit.js +1 -0
- package/lib/model/vulnerability-audit.js.map +1 -1
- package/lib/model/vulnerability-severity.d.ts +31 -0
- package/lib/model/vulnerability-severity.js +42 -0
- package/lib/model/vulnerability-severity.js.map +1 -0
- package/lib/model/vulnerability.d.ts +12 -3
- package/lib/model/vulnerability.js.map +1 -1
- package/lib/model/work-request-summary.d.ts +3 -3
- package/lib/request/activate-remediation-recipe-request.d.ts +2 -2
- package/lib/request/cancel-remediation-run-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-knowledge-base-compartment-request.d.ts +2 -2
- package/lib/request/change-remediation-recipe-compartment-request.d.ts +2 -2
- package/lib/request/change-remediation-run-compartment-request.d.ts +2 -2
- package/lib/request/change-vulnerability-audit-compartment-request.d.ts +2 -2
- package/lib/request/create-knowledge-base-request.d.ts +1 -1
- package/lib/request/create-remediation-recipe-request.d.ts +1 -1
- package/lib/request/create-remediation-run-request.d.ts +1 -1
- package/lib/request/create-vulnerability-audit-request.d.ts +2 -2
- package/lib/request/deactivate-remediation-recipe-request.d.ts +2 -2
- package/lib/request/delete-knowledge-base-request.d.ts +2 -2
- package/lib/request/delete-remediation-recipe-request.d.ts +2 -2
- package/lib/request/delete-remediation-run-request.d.ts +2 -2
- package/lib/request/delete-vulnerability-audit-request.d.ts +2 -2
- package/lib/request/get-knowledge-base-request.d.ts +1 -1
- package/lib/request/get-remediation-recipe-request.d.ts +1 -1
- package/lib/request/get-remediation-run-request.d.ts +1 -1
- package/lib/request/get-stage-request.d.ts +1 -1
- package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-application-dependency-recommendations-request.d.ts +8 -2
- package/lib/request/list-application-dependency-recommendations-request.js +1 -0
- package/lib/request/list-application-dependency-recommendations-request.js.map +1 -1
- package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +15 -4
- package/lib/request/list-application-dependency-vulnerabilities-request.js +1 -0
- package/lib/request/list-application-dependency-vulnerabilities-request.js.map +1 -1
- package/lib/request/list-knowledge-bases-request.d.ts +2 -2
- package/lib/request/list-remediation-recipes-request.d.ts +2 -2
- package/lib/request/list-remediation-runs-request.d.ts +2 -2
- package/lib/request/list-stages-request.d.ts +2 -2
- package/lib/request/list-vulnerability-audits-request.d.ts +22 -3
- package/lib/request/list-vulnerability-audits-request.js +3 -0
- package/lib/request/list-vulnerability-audits-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-knowledge-base-request.d.ts +2 -2
- package/lib/request/update-remediation-recipe-request.d.ts +2 -2
- package/lib/request/update-remediation-run-request.d.ts +2 -2
- package/lib/request/update-vulnerability-audit-request.d.ts +2 -2
- package/lib/response/cancel-remediation-run-response.d.ts +1 -1
- package/lib/response/create-remediation-run-response.d.ts +1 -1
- package/lib/response/create-vulnerability-audit-response.d.ts +1 -6
- package/lib/response/get-knowledge-base-response.d.ts +1 -1
- package/lib/response/get-remediation-recipe-response.d.ts +1 -1
- package/lib/response/get-remediation-run-response.d.ts +1 -1
- package/lib/response/get-vulnerability-audit-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-application-dependency-recommendations-response.d.ts +1 -1
- package/lib/response/list-application-dependency-vulnerabilities-response.d.ts +1 -1
- package/lib/response/list-knowledge-bases-response.d.ts +1 -1
- package/lib/response/list-remediation-recipes-response.d.ts +1 -1
- package/lib/response/list-remediation-runs-response.d.ts +1 -1
- package/lib/response/list-stages-response.d.ts +1 -1
- package/lib/response/list-vulnerability-audits-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-remediation-run-response.d.ts +1 -1
- package/lib/response/update-vulnerability-audit-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -45,6 +45,7 @@ const common = require("oci-common");
|
|
|
45
45
|
const model = __importStar(require("./model"));
|
|
46
46
|
const applicationdependencymanagement_waiter_1 = require("./applicationdependencymanagement-waiter");
|
|
47
47
|
const oci_common_1 = require("oci-common");
|
|
48
|
+
const Breaker = require("opossum");
|
|
48
49
|
// ===============================================
|
|
49
50
|
// This file is autogenerated - Please do not edit
|
|
50
51
|
// ===============================================
|
|
@@ -181,13 +182,21 @@ class ApplicationDependencyManagementClient {
|
|
|
181
182
|
}
|
|
182
183
|
throw Error("Waiters do not exist. Please create waiters.");
|
|
183
184
|
}
|
|
185
|
+
/**
|
|
186
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
187
|
+
*/
|
|
188
|
+
shutdownCircuitBreaker() {
|
|
189
|
+
if (this._circuitBreaker) {
|
|
190
|
+
this._circuitBreaker.shutdown();
|
|
191
|
+
}
|
|
192
|
+
}
|
|
184
193
|
/**
|
|
185
194
|
* Activates the specified Remediation Recipe.
|
|
186
195
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
187
196
|
* @param ActivateRemediationRecipeRequest
|
|
188
197
|
* @return ActivateRemediationRecipeResponse
|
|
189
198
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
|
|
191
200
|
*/
|
|
192
201
|
activateRemediationRecipe(activateRemediationRecipeRequest) {
|
|
193
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -247,7 +256,7 @@ class ApplicationDependencyManagementClient {
|
|
|
247
256
|
* @param CancelRemediationRunRequest
|
|
248
257
|
* @return CancelRemediationRunResponse
|
|
249
258
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
|
|
251
260
|
*/
|
|
252
261
|
cancelRemediationRun(cancelRemediationRunRequest) {
|
|
253
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -312,7 +321,7 @@ class ApplicationDependencyManagementClient {
|
|
|
312
321
|
* @param CancelWorkRequestRequest
|
|
313
322
|
* @return CancelWorkRequestResponse
|
|
314
323
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
316
325
|
*/
|
|
317
326
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
318
327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -367,7 +376,7 @@ class ApplicationDependencyManagementClient {
|
|
|
367
376
|
* @param ChangeKnowledgeBaseCompartmentRequest
|
|
368
377
|
* @return ChangeKnowledgeBaseCompartmentResponse
|
|
369
378
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
|
|
371
380
|
*/
|
|
372
381
|
changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest) {
|
|
373
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +438,7 @@ class ApplicationDependencyManagementClient {
|
|
|
429
438
|
* @param ChangeRemediationRecipeCompartmentRequest
|
|
430
439
|
* @return ChangeRemediationRecipeCompartmentResponse
|
|
431
440
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
|
|
433
442
|
*/
|
|
434
443
|
changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest) {
|
|
435
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -491,7 +500,7 @@ class ApplicationDependencyManagementClient {
|
|
|
491
500
|
* @param ChangeRemediationRunCompartmentRequest
|
|
492
501
|
* @return ChangeRemediationRunCompartmentResponse
|
|
493
502
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
|
|
495
504
|
*/
|
|
496
505
|
changeRemediationRunCompartment(changeRemediationRunCompartmentRequest) {
|
|
497
506
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -548,7 +557,7 @@ class ApplicationDependencyManagementClient {
|
|
|
548
557
|
* @param ChangeVulnerabilityAuditCompartmentRequest
|
|
549
558
|
* @return ChangeVulnerabilityAuditCompartmentResponse
|
|
550
559
|
* @throws OciError when an error occurs
|
|
551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
|
|
552
561
|
*/
|
|
553
562
|
changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest) {
|
|
554
563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -605,7 +614,7 @@ class ApplicationDependencyManagementClient {
|
|
|
605
614
|
* @param CreateKnowledgeBaseRequest
|
|
606
615
|
* @return CreateKnowledgeBaseResponse
|
|
607
616
|
* @throws OciError when an error occurs
|
|
608
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
|
|
609
618
|
*/
|
|
610
619
|
createKnowledgeBase(createKnowledgeBaseRequest) {
|
|
611
620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -664,7 +673,7 @@ class ApplicationDependencyManagementClient {
|
|
|
664
673
|
* @param CreateRemediationRecipeRequest
|
|
665
674
|
* @return CreateRemediationRecipeResponse
|
|
666
675
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
676
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
|
|
668
677
|
*/
|
|
669
678
|
createRemediationRecipe(createRemediationRecipeRequest) {
|
|
670
679
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -723,7 +732,7 @@ class ApplicationDependencyManagementClient {
|
|
|
723
732
|
* @param CreateRemediationRunRequest
|
|
724
733
|
* @return CreateRemediationRunResponse
|
|
725
734
|
* @throws OciError when an error occurs
|
|
726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
|
|
727
736
|
*/
|
|
728
737
|
createRemediationRun(createRemediationRunRequest) {
|
|
729
738
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -786,7 +795,7 @@ class ApplicationDependencyManagementClient {
|
|
|
786
795
|
* @param CreateVulnerabilityAuditRequest
|
|
787
796
|
* @return CreateVulnerabilityAuditResponse
|
|
788
797
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
|
|
790
799
|
*/
|
|
791
800
|
createVulnerabilityAudit(createVulnerabilityAuditRequest) {
|
|
792
801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -830,11 +839,6 @@ class ApplicationDependencyManagementClient {
|
|
|
830
839
|
key: "etag",
|
|
831
840
|
dataType: "string"
|
|
832
841
|
},
|
|
833
|
-
{
|
|
834
|
-
value: response.headers.get("opc-work-request-id"),
|
|
835
|
-
key: "opcWorkRequestId",
|
|
836
|
-
dataType: "string"
|
|
837
|
-
},
|
|
838
842
|
{
|
|
839
843
|
value: response.headers.get("opc-request-id"),
|
|
840
844
|
key: "opcRequestId",
|
|
@@ -855,7 +859,7 @@ class ApplicationDependencyManagementClient {
|
|
|
855
859
|
* @param DeactivateRemediationRecipeRequest
|
|
856
860
|
* @return DeactivateRemediationRecipeResponse
|
|
857
861
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
|
|
859
863
|
*/
|
|
860
864
|
deactivateRemediationRecipe(deactivateRemediationRecipeRequest) {
|
|
861
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -915,7 +919,7 @@ class ApplicationDependencyManagementClient {
|
|
|
915
919
|
* @param DeleteKnowledgeBaseRequest
|
|
916
920
|
* @return DeleteKnowledgeBaseResponse
|
|
917
921
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
|
|
919
923
|
*/
|
|
920
924
|
deleteKnowledgeBase(deleteKnowledgeBaseRequest) {
|
|
921
925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -975,7 +979,7 @@ class ApplicationDependencyManagementClient {
|
|
|
975
979
|
* @param DeleteRemediationRecipeRequest
|
|
976
980
|
* @return DeleteRemediationRecipeResponse
|
|
977
981
|
* @throws OciError when an error occurs
|
|
978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
982
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
|
|
979
983
|
*/
|
|
980
984
|
deleteRemediationRecipe(deleteRemediationRecipeRequest) {
|
|
981
985
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1035,7 +1039,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1035
1039
|
* @param DeleteRemediationRunRequest
|
|
1036
1040
|
* @return DeleteRemediationRunResponse
|
|
1037
1041
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
|
|
1039
1043
|
*/
|
|
1040
1044
|
deleteRemediationRun(deleteRemediationRunRequest) {
|
|
1041
1045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1090,7 +1094,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1090
1094
|
* @param DeleteVulnerabilityAuditRequest
|
|
1091
1095
|
* @return DeleteVulnerabilityAuditResponse
|
|
1092
1096
|
* @throws OciError when an error occurs
|
|
1093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1097
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
|
|
1094
1098
|
*/
|
|
1095
1099
|
deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest) {
|
|
1096
1100
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1145,7 +1149,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1145
1149
|
* @param GetKnowledgeBaseRequest
|
|
1146
1150
|
* @return GetKnowledgeBaseResponse
|
|
1147
1151
|
* @throws OciError when an error occurs
|
|
1148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
|
|
1149
1153
|
*/
|
|
1150
1154
|
getKnowledgeBase(getKnowledgeBaseRequest) {
|
|
1151
1155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1208,7 +1212,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1208
1212
|
* @param GetRemediationRecipeRequest
|
|
1209
1213
|
* @return GetRemediationRecipeResponse
|
|
1210
1214
|
* @throws OciError when an error occurs
|
|
1211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
|
|
1212
1216
|
*/
|
|
1213
1217
|
getRemediationRecipe(getRemediationRecipeRequest) {
|
|
1214
1218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1271,7 +1275,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1271
1275
|
* @param GetRemediationRunRequest
|
|
1272
1276
|
* @return GetRemediationRunResponse
|
|
1273
1277
|
* @throws OciError when an error occurs
|
|
1274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
|
|
1275
1279
|
*/
|
|
1276
1280
|
getRemediationRun(getRemediationRunRequest) {
|
|
1277
1281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1334,7 +1338,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1334
1338
|
* @param GetStageRequest
|
|
1335
1339
|
* @return GetStageResponse
|
|
1336
1340
|
* @throws OciError when an error occurs
|
|
1337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetStage.ts.html |here} to see how to use GetStage API.
|
|
1338
1342
|
*/
|
|
1339
1343
|
getStage(getStageRequest) {
|
|
1340
1344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1393,7 +1397,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1393
1397
|
* @param GetVulnerabilityAuditRequest
|
|
1394
1398
|
* @return GetVulnerabilityAuditResponse
|
|
1395
1399
|
* @throws OciError when an error occurs
|
|
1396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1400
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
|
|
1397
1401
|
*/
|
|
1398
1402
|
getVulnerabilityAudit(getVulnerabilityAuditRequest) {
|
|
1399
1403
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1456,7 +1460,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1456
1460
|
* @param GetWorkRequestRequest
|
|
1457
1461
|
* @return GetWorkRequestResponse
|
|
1458
1462
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1463
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1460
1464
|
*/
|
|
1461
1465
|
getWorkRequest(getWorkRequestRequest) {
|
|
1462
1466
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1524,7 +1528,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1524
1528
|
* @param ListApplicationDependencyRecommendationsRequest
|
|
1525
1529
|
* @return ListApplicationDependencyRecommendationsResponse
|
|
1526
1530
|
* @throws OciError when an error occurs
|
|
1527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
|
|
1528
1532
|
*/
|
|
1529
1533
|
listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest) {
|
|
1530
1534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1540,6 +1544,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1540
1544
|
"page": listApplicationDependencyRecommendationsRequest.page,
|
|
1541
1545
|
"sortOrder": listApplicationDependencyRecommendationsRequest.sortOrder,
|
|
1542
1546
|
"gav": listApplicationDependencyRecommendationsRequest.gav,
|
|
1547
|
+
"purl": listApplicationDependencyRecommendationsRequest.purl,
|
|
1543
1548
|
"sortBy": listApplicationDependencyRecommendationsRequest.sortBy
|
|
1544
1549
|
};
|
|
1545
1550
|
let headerParams = {
|
|
@@ -1593,7 +1598,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1593
1598
|
* @param ListApplicationDependencyVulnerabilitiesRequest
|
|
1594
1599
|
* @return ListApplicationDependencyVulnerabilitiesResponse
|
|
1595
1600
|
* @throws OciError when an error occurs
|
|
1596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
|
|
1597
1602
|
*/
|
|
1598
1603
|
listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest) {
|
|
1599
1604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1608,13 +1613,15 @@ class ApplicationDependencyManagementClient {
|
|
|
1608
1613
|
"vulnerabilityId": listApplicationDependencyVulnerabilitiesRequest.vulnerabilityId,
|
|
1609
1614
|
"cvssV3GreaterThanOrEqual": listApplicationDependencyVulnerabilitiesRequest.cvssV3GreaterThanOrEqual,
|
|
1610
1615
|
"cvssV2GreaterThanOrEqual": listApplicationDependencyVulnerabilitiesRequest.cvssV2GreaterThanOrEqual,
|
|
1616
|
+
"severityGreaterThanOrEqual": listApplicationDependencyVulnerabilitiesRequest.severityGreaterThanOrEqual,
|
|
1611
1617
|
"limit": listApplicationDependencyVulnerabilitiesRequest.limit,
|
|
1612
1618
|
"page": listApplicationDependencyVulnerabilitiesRequest.page,
|
|
1613
1619
|
"sortOrder": listApplicationDependencyVulnerabilitiesRequest.sortOrder,
|
|
1614
1620
|
"sortBy": listApplicationDependencyVulnerabilitiesRequest.sortBy,
|
|
1615
1621
|
"rootNodeId": listApplicationDependencyVulnerabilitiesRequest.rootNodeId,
|
|
1616
1622
|
"depth": listApplicationDependencyVulnerabilitiesRequest.depth,
|
|
1617
|
-
"gav": listApplicationDependencyVulnerabilitiesRequest.gav
|
|
1623
|
+
"gav": listApplicationDependencyVulnerabilitiesRequest.gav,
|
|
1624
|
+
"purl": listApplicationDependencyVulnerabilitiesRequest.purl
|
|
1618
1625
|
};
|
|
1619
1626
|
let headerParams = {
|
|
1620
1627
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -1669,7 +1676,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1669
1676
|
* @param ListKnowledgeBasesRequest
|
|
1670
1677
|
* @return ListKnowledgeBasesResponse
|
|
1671
1678
|
* @throws OciError when an error occurs
|
|
1672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
|
|
1673
1680
|
*/
|
|
1674
1681
|
listKnowledgeBases(listKnowledgeBasesRequest) {
|
|
1675
1682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1741,7 +1748,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1741
1748
|
* @param ListRemediationRecipesRequest
|
|
1742
1749
|
* @return ListRemediationRecipesResponse
|
|
1743
1750
|
* @throws OciError when an error occurs
|
|
1744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
|
|
1745
1752
|
*/
|
|
1746
1753
|
listRemediationRecipes(listRemediationRecipesRequest) {
|
|
1747
1754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1813,7 +1820,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1813
1820
|
* @param ListRemediationRunsRequest
|
|
1814
1821
|
* @return ListRemediationRunsResponse
|
|
1815
1822
|
* @throws OciError when an error occurs
|
|
1816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1823
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
|
|
1817
1824
|
*/
|
|
1818
1825
|
listRemediationRuns(listRemediationRunsRequest) {
|
|
1819
1826
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1884,7 +1891,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1884
1891
|
* @param ListStagesRequest
|
|
1885
1892
|
* @return ListStagesResponse
|
|
1886
1893
|
* @throws OciError when an error occurs
|
|
1887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListStages.ts.html |here} to see how to use ListStages API.
|
|
1888
1895
|
*/
|
|
1889
1896
|
listStages(listStagesRequest) {
|
|
1890
1897
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1956,7 +1963,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1956
1963
|
* @param ListVulnerabilityAuditsRequest
|
|
1957
1964
|
* @return ListVulnerabilityAuditsResponse
|
|
1958
1965
|
* @throws OciError when an error occurs
|
|
1959
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
|
|
1960
1967
|
*/
|
|
1961
1968
|
listVulnerabilityAudits(listVulnerabilityAuditsRequest) {
|
|
1962
1969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1975,7 +1982,10 @@ class ApplicationDependencyManagementClient {
|
|
|
1975
1982
|
"limit": listVulnerabilityAuditsRequest.limit,
|
|
1976
1983
|
"page": listVulnerabilityAuditsRequest.page,
|
|
1977
1984
|
"sortBy": listVulnerabilityAuditsRequest.sortBy,
|
|
1978
|
-
"displayName": listVulnerabilityAuditsRequest.displayName
|
|
1985
|
+
"displayName": listVulnerabilityAuditsRequest.displayName,
|
|
1986
|
+
"timeCreatedGreaterThanOrEqualTo": listVulnerabilityAuditsRequest.timeCreatedGreaterThanOrEqualTo,
|
|
1987
|
+
"timeCreatedLessThanOrEqualTo": listVulnerabilityAuditsRequest.timeCreatedLessThanOrEqualTo,
|
|
1988
|
+
"maxObservedSeverityGreaterThanOrEqualTo": listVulnerabilityAuditsRequest.maxObservedSeverityGreaterThanOrEqualTo
|
|
1979
1989
|
};
|
|
1980
1990
|
let headerParams = {
|
|
1981
1991
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
@@ -2029,7 +2039,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2029
2039
|
* @param ListWorkRequestErrorsRequest
|
|
2030
2040
|
* @return ListWorkRequestErrorsResponse
|
|
2031
2041
|
* @throws OciError when an error occurs
|
|
2032
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2033
2043
|
*/
|
|
2034
2044
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2035
2045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2098,7 +2108,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2098
2108
|
* @param ListWorkRequestLogsRequest
|
|
2099
2109
|
* @return ListWorkRequestLogsResponse
|
|
2100
2110
|
* @throws OciError when an error occurs
|
|
2101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2102
2112
|
*/
|
|
2103
2113
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2104
2114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2167,7 +2177,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2167
2177
|
* @param ListWorkRequestsRequest
|
|
2168
2178
|
* @return ListWorkRequestsResponse
|
|
2169
2179
|
* @throws OciError when an error occurs
|
|
2170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2171
2181
|
*/
|
|
2172
2182
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2173
2183
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2237,7 +2247,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2237
2247
|
* @param UpdateKnowledgeBaseRequest
|
|
2238
2248
|
* @return UpdateKnowledgeBaseResponse
|
|
2239
2249
|
* @throws OciError when an error occurs
|
|
2240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
|
|
2241
2251
|
*/
|
|
2242
2252
|
updateKnowledgeBase(updateKnowledgeBaseRequest) {
|
|
2243
2253
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2298,7 +2308,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2298
2308
|
* @param UpdateRemediationRecipeRequest
|
|
2299
2309
|
* @return UpdateRemediationRecipeResponse
|
|
2300
2310
|
* @throws OciError when an error occurs
|
|
2301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
|
|
2302
2312
|
*/
|
|
2303
2313
|
updateRemediationRecipe(updateRemediationRecipeRequest) {
|
|
2304
2314
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2359,7 +2369,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2359
2369
|
* @param UpdateRemediationRunRequest
|
|
2360
2370
|
* @return UpdateRemediationRunResponse
|
|
2361
2371
|
* @throws OciError when an error occurs
|
|
2362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
|
|
2363
2373
|
*/
|
|
2364
2374
|
updateRemediationRun(updateRemediationRunRequest) {
|
|
2365
2375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2424,7 +2434,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2424
2434
|
* @param UpdateVulnerabilityAuditRequest
|
|
2425
2435
|
* @return UpdateVulnerabilityAuditResponse
|
|
2426
2436
|
* @throws OciError when an error occurs
|
|
2427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2437
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
|
|
2428
2438
|
*/
|
|
2429
2439
|
updateVulnerabilityAudit(updateVulnerabilityAuditRequest) {
|
|
2430
2440
|
return __awaiter(this, void 0, void 0, function* () {
|