oci-adm 2.84.0 → 2.85.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.
- package/lib/client.d.ts +40 -36
- package/lib/client.js +42 -36
- package/lib/client.js.map +1 -1
- package/lib/request/activate-remediation-recipe-request.d.ts +1 -1
- package/lib/request/cancel-remediation-run-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
- package/lib/request/change-remediation-recipe-compartment-request.d.ts +1 -1
- package/lib/request/change-remediation-run-compartment-request.d.ts +1 -1
- package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/deactivate-remediation-recipe-request.d.ts +1 -1
- package/lib/request/delete-knowledge-base-request.d.ts +1 -1
- package/lib/request/delete-remediation-recipe-request.d.ts +1 -1
- package/lib/request/delete-remediation-run-request.d.ts +1 -1
- package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
- package/lib/request/list-knowledge-bases-request.d.ts +1 -1
- package/lib/request/list-remediation-recipes-request.d.ts +1 -1
- package/lib/request/list-remediation-runs-request.d.ts +1 -1
- package/lib/request/list-stages-request.d.ts +1 -1
- package/lib/request/list-vulnerability-audits-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-knowledge-base-request.d.ts +1 -1
- package/lib/request/update-remediation-recipe-request.d.ts +1 -1
- package/lib/request/update-remediation-run-request.d.ts +1 -1
- package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -190,13 +190,19 @@ class ApplicationDependencyManagementClient {
|
|
|
190
190
|
this._circuitBreaker.shutdown();
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* Close the client once it is no longer needed
|
|
195
|
+
*/
|
|
196
|
+
close() {
|
|
197
|
+
this.shutdownCircuitBreaker();
|
|
198
|
+
}
|
|
193
199
|
/**
|
|
194
200
|
* Activates the specified Remediation Recipe.
|
|
195
201
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
196
202
|
* @param ActivateRemediationRecipeRequest
|
|
197
203
|
* @return ActivateRemediationRecipeResponse
|
|
198
204
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
|
|
200
206
|
*/
|
|
201
207
|
activateRemediationRecipe(activateRemediationRecipeRequest) {
|
|
202
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -256,7 +262,7 @@ class ApplicationDependencyManagementClient {
|
|
|
256
262
|
* @param CancelRemediationRunRequest
|
|
257
263
|
* @return CancelRemediationRunResponse
|
|
258
264
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
|
|
260
266
|
*/
|
|
261
267
|
cancelRemediationRun(cancelRemediationRunRequest) {
|
|
262
268
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -321,7 +327,7 @@ class ApplicationDependencyManagementClient {
|
|
|
321
327
|
* @param CancelWorkRequestRequest
|
|
322
328
|
* @return CancelWorkRequestResponse
|
|
323
329
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
325
331
|
*/
|
|
326
332
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
327
333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -376,7 +382,7 @@ class ApplicationDependencyManagementClient {
|
|
|
376
382
|
* @param ChangeKnowledgeBaseCompartmentRequest
|
|
377
383
|
* @return ChangeKnowledgeBaseCompartmentResponse
|
|
378
384
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
|
|
380
386
|
*/
|
|
381
387
|
changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest) {
|
|
382
388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -438,7 +444,7 @@ class ApplicationDependencyManagementClient {
|
|
|
438
444
|
* @param ChangeRemediationRecipeCompartmentRequest
|
|
439
445
|
* @return ChangeRemediationRecipeCompartmentResponse
|
|
440
446
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
|
|
442
448
|
*/
|
|
443
449
|
changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest) {
|
|
444
450
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -500,7 +506,7 @@ class ApplicationDependencyManagementClient {
|
|
|
500
506
|
* @param ChangeRemediationRunCompartmentRequest
|
|
501
507
|
* @return ChangeRemediationRunCompartmentResponse
|
|
502
508
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
|
|
504
510
|
*/
|
|
505
511
|
changeRemediationRunCompartment(changeRemediationRunCompartmentRequest) {
|
|
506
512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -557,7 +563,7 @@ class ApplicationDependencyManagementClient {
|
|
|
557
563
|
* @param ChangeVulnerabilityAuditCompartmentRequest
|
|
558
564
|
* @return ChangeVulnerabilityAuditCompartmentResponse
|
|
559
565
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
566
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
|
|
561
567
|
*/
|
|
562
568
|
changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest) {
|
|
563
569
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -614,7 +620,7 @@ class ApplicationDependencyManagementClient {
|
|
|
614
620
|
* @param CreateKnowledgeBaseRequest
|
|
615
621
|
* @return CreateKnowledgeBaseResponse
|
|
616
622
|
* @throws OciError when an error occurs
|
|
617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
623
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
|
|
618
624
|
*/
|
|
619
625
|
createKnowledgeBase(createKnowledgeBaseRequest) {
|
|
620
626
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -673,7 +679,7 @@ class ApplicationDependencyManagementClient {
|
|
|
673
679
|
* @param CreateRemediationRecipeRequest
|
|
674
680
|
* @return CreateRemediationRecipeResponse
|
|
675
681
|
* @throws OciError when an error occurs
|
|
676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
|
|
677
683
|
*/
|
|
678
684
|
createRemediationRecipe(createRemediationRecipeRequest) {
|
|
679
685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -732,7 +738,7 @@ class ApplicationDependencyManagementClient {
|
|
|
732
738
|
* @param CreateRemediationRunRequest
|
|
733
739
|
* @return CreateRemediationRunResponse
|
|
734
740
|
* @throws OciError when an error occurs
|
|
735
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
|
|
736
742
|
*/
|
|
737
743
|
createRemediationRun(createRemediationRunRequest) {
|
|
738
744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -795,7 +801,7 @@ class ApplicationDependencyManagementClient {
|
|
|
795
801
|
* @param CreateVulnerabilityAuditRequest
|
|
796
802
|
* @return CreateVulnerabilityAuditResponse
|
|
797
803
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
|
|
799
805
|
*/
|
|
800
806
|
createVulnerabilityAudit(createVulnerabilityAuditRequest) {
|
|
801
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -859,7 +865,7 @@ class ApplicationDependencyManagementClient {
|
|
|
859
865
|
* @param DeactivateRemediationRecipeRequest
|
|
860
866
|
* @return DeactivateRemediationRecipeResponse
|
|
861
867
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
|
|
863
869
|
*/
|
|
864
870
|
deactivateRemediationRecipe(deactivateRemediationRecipeRequest) {
|
|
865
871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +925,7 @@ class ApplicationDependencyManagementClient {
|
|
|
919
925
|
* @param DeleteKnowledgeBaseRequest
|
|
920
926
|
* @return DeleteKnowledgeBaseResponse
|
|
921
927
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
|
|
923
929
|
*/
|
|
924
930
|
deleteKnowledgeBase(deleteKnowledgeBaseRequest) {
|
|
925
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -979,7 +985,7 @@ class ApplicationDependencyManagementClient {
|
|
|
979
985
|
* @param DeleteRemediationRecipeRequest
|
|
980
986
|
* @return DeleteRemediationRecipeResponse
|
|
981
987
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
988
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
|
|
983
989
|
*/
|
|
984
990
|
deleteRemediationRecipe(deleteRemediationRecipeRequest) {
|
|
985
991
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1039,7 +1045,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1039
1045
|
* @param DeleteRemediationRunRequest
|
|
1040
1046
|
* @return DeleteRemediationRunResponse
|
|
1041
1047
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
|
|
1043
1049
|
*/
|
|
1044
1050
|
deleteRemediationRun(deleteRemediationRunRequest) {
|
|
1045
1051
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1094,7 +1100,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1094
1100
|
* @param DeleteVulnerabilityAuditRequest
|
|
1095
1101
|
* @return DeleteVulnerabilityAuditResponse
|
|
1096
1102
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
|
|
1098
1104
|
*/
|
|
1099
1105
|
deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest) {
|
|
1100
1106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1149,7 +1155,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1149
1155
|
* @param GetKnowledgeBaseRequest
|
|
1150
1156
|
* @return GetKnowledgeBaseResponse
|
|
1151
1157
|
* @throws OciError when an error occurs
|
|
1152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
|
|
1153
1159
|
*/
|
|
1154
1160
|
getKnowledgeBase(getKnowledgeBaseRequest) {
|
|
1155
1161
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1212,7 +1218,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1212
1218
|
* @param GetRemediationRecipeRequest
|
|
1213
1219
|
* @return GetRemediationRecipeResponse
|
|
1214
1220
|
* @throws OciError when an error occurs
|
|
1215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
|
|
1216
1222
|
*/
|
|
1217
1223
|
getRemediationRecipe(getRemediationRecipeRequest) {
|
|
1218
1224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1275,7 +1281,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1275
1281
|
* @param GetRemediationRunRequest
|
|
1276
1282
|
* @return GetRemediationRunResponse
|
|
1277
1283
|
* @throws OciError when an error occurs
|
|
1278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
|
|
1279
1285
|
*/
|
|
1280
1286
|
getRemediationRun(getRemediationRunRequest) {
|
|
1281
1287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1338,7 +1344,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1338
1344
|
* @param GetStageRequest
|
|
1339
1345
|
* @return GetStageResponse
|
|
1340
1346
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
|
|
1342
1348
|
*/
|
|
1343
1349
|
getStage(getStageRequest) {
|
|
1344
1350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1397,7 +1403,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1397
1403
|
* @param GetVulnerabilityAuditRequest
|
|
1398
1404
|
* @return GetVulnerabilityAuditResponse
|
|
1399
1405
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
|
|
1401
1407
|
*/
|
|
1402
1408
|
getVulnerabilityAudit(getVulnerabilityAuditRequest) {
|
|
1403
1409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1460,7 +1466,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1460
1466
|
* @param GetWorkRequestRequest
|
|
1461
1467
|
* @return GetWorkRequestResponse
|
|
1462
1468
|
* @throws OciError when an error occurs
|
|
1463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1464
1470
|
*/
|
|
1465
1471
|
getWorkRequest(getWorkRequestRequest) {
|
|
1466
1472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1528,7 +1534,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1528
1534
|
* @param ListApplicationDependencyRecommendationsRequest
|
|
1529
1535
|
* @return ListApplicationDependencyRecommendationsResponse
|
|
1530
1536
|
* @throws OciError when an error occurs
|
|
1531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
|
|
1532
1538
|
*/
|
|
1533
1539
|
listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest) {
|
|
1534
1540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1598,7 +1604,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1598
1604
|
* @param ListApplicationDependencyVulnerabilitiesRequest
|
|
1599
1605
|
* @return ListApplicationDependencyVulnerabilitiesResponse
|
|
1600
1606
|
* @throws OciError when an error occurs
|
|
1601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
|
|
1602
1608
|
*/
|
|
1603
1609
|
listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest) {
|
|
1604
1610
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1676,7 +1682,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1676
1682
|
* @param ListKnowledgeBasesRequest
|
|
1677
1683
|
* @return ListKnowledgeBasesResponse
|
|
1678
1684
|
* @throws OciError when an error occurs
|
|
1679
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
|
|
1680
1686
|
*/
|
|
1681
1687
|
listKnowledgeBases(listKnowledgeBasesRequest) {
|
|
1682
1688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1748,7 +1754,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1748
1754
|
* @param ListRemediationRecipesRequest
|
|
1749
1755
|
* @return ListRemediationRecipesResponse
|
|
1750
1756
|
* @throws OciError when an error occurs
|
|
1751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
|
|
1752
1758
|
*/
|
|
1753
1759
|
listRemediationRecipes(listRemediationRecipesRequest) {
|
|
1754
1760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1820,7 +1826,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1820
1826
|
* @param ListRemediationRunsRequest
|
|
1821
1827
|
* @return ListRemediationRunsResponse
|
|
1822
1828
|
* @throws OciError when an error occurs
|
|
1823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
|
|
1824
1830
|
*/
|
|
1825
1831
|
listRemediationRuns(listRemediationRunsRequest) {
|
|
1826
1832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1891,7 +1897,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1891
1897
|
* @param ListStagesRequest
|
|
1892
1898
|
* @return ListStagesResponse
|
|
1893
1899
|
* @throws OciError when an error occurs
|
|
1894
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1900
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
|
|
1895
1901
|
*/
|
|
1896
1902
|
listStages(listStagesRequest) {
|
|
1897
1903
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1963,7 +1969,7 @@ class ApplicationDependencyManagementClient {
|
|
|
1963
1969
|
* @param ListVulnerabilityAuditsRequest
|
|
1964
1970
|
* @return ListVulnerabilityAuditsResponse
|
|
1965
1971
|
* @throws OciError when an error occurs
|
|
1966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1972
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
|
|
1967
1973
|
*/
|
|
1968
1974
|
listVulnerabilityAudits(listVulnerabilityAuditsRequest) {
|
|
1969
1975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2039,7 +2045,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2039
2045
|
* @param ListWorkRequestErrorsRequest
|
|
2040
2046
|
* @return ListWorkRequestErrorsResponse
|
|
2041
2047
|
* @throws OciError when an error occurs
|
|
2042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2048
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2043
2049
|
*/
|
|
2044
2050
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2045
2051
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2108,7 +2114,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2108
2114
|
* @param ListWorkRequestLogsRequest
|
|
2109
2115
|
* @return ListWorkRequestLogsResponse
|
|
2110
2116
|
* @throws OciError when an error occurs
|
|
2111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2112
2118
|
*/
|
|
2113
2119
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2114
2120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2177,7 +2183,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2177
2183
|
* @param ListWorkRequestsRequest
|
|
2178
2184
|
* @return ListWorkRequestsResponse
|
|
2179
2185
|
* @throws OciError when an error occurs
|
|
2180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2181
2187
|
*/
|
|
2182
2188
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2183
2189
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2247,7 +2253,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2247
2253
|
* @param UpdateKnowledgeBaseRequest
|
|
2248
2254
|
* @return UpdateKnowledgeBaseResponse
|
|
2249
2255
|
* @throws OciError when an error occurs
|
|
2250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
|
|
2251
2257
|
*/
|
|
2252
2258
|
updateKnowledgeBase(updateKnowledgeBaseRequest) {
|
|
2253
2259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2308,7 +2314,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2308
2314
|
* @param UpdateRemediationRecipeRequest
|
|
2309
2315
|
* @return UpdateRemediationRecipeResponse
|
|
2310
2316
|
* @throws OciError when an error occurs
|
|
2311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
|
|
2312
2318
|
*/
|
|
2313
2319
|
updateRemediationRecipe(updateRemediationRecipeRequest) {
|
|
2314
2320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2369,7 +2375,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2369
2375
|
* @param UpdateRemediationRunRequest
|
|
2370
2376
|
* @return UpdateRemediationRunResponse
|
|
2371
2377
|
* @throws OciError when an error occurs
|
|
2372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
|
|
2373
2379
|
*/
|
|
2374
2380
|
updateRemediationRun(updateRemediationRunRequest) {
|
|
2375
2381
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2434,7 +2440,7 @@ class ApplicationDependencyManagementClient {
|
|
|
2434
2440
|
* @param UpdateVulnerabilityAuditRequest
|
|
2435
2441
|
* @return UpdateVulnerabilityAuditResponse
|
|
2436
2442
|
* @throws OciError when an error occurs
|
|
2437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2443
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
|
|
2438
2444
|
*/
|
|
2439
2445
|
updateVulnerabilityAudit(updateVulnerabilityAuditRequest) {
|
|
2440
2446
|
return __awaiter(this, void 0, void 0, function* () {
|