oci-adm 2.74.0 → 2.76.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 (59) hide show
  1. package/lib/client.d.ts +37 -37
  2. package/lib/client.js +41 -37
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-vulnerability-audit-details.d.ts +1 -0
  5. package/lib/model/create-vulnerability-audit-details.js +4 -0
  6. package/lib/model/create-vulnerability-audit-details.js.map +1 -1
  7. package/lib/model/index.d.ts +4 -0
  8. package/lib/model/index.js +6 -2
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/model/usage-data-details.d.ts +26 -0
  11. package/lib/model/usage-data-details.js +68 -0
  12. package/lib/model/usage-data-details.js.map +1 -0
  13. package/lib/model/usage-data-via-object-storage-tuple-details.d.ts +36 -0
  14. package/lib/model/usage-data-via-object-storage-tuple-details.js +54 -0
  15. package/lib/model/usage-data-via-object-storage-tuple-details.js.map +1 -0
  16. package/lib/model/vulnerability-audit.d.ts +17 -0
  17. package/lib/model/vulnerability-audit.js +17 -0
  18. package/lib/model/vulnerability-audit.js.map +1 -1
  19. package/lib/model/vulnerability.d.ts +4 -0
  20. package/lib/model/vulnerability.js.map +1 -1
  21. package/lib/model/work-request-summary.d.ts +10 -0
  22. package/lib/model/work-request-summary.js.map +1 -1
  23. package/lib/request/activate-remediation-recipe-request.d.ts +1 -1
  24. package/lib/request/cancel-remediation-run-request.d.ts +1 -1
  25. package/lib/request/cancel-work-request-request.d.ts +1 -1
  26. package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
  27. package/lib/request/change-remediation-recipe-compartment-request.d.ts +1 -1
  28. package/lib/request/change-remediation-run-compartment-request.d.ts +1 -1
  29. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
  30. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  31. package/lib/request/create-remediation-recipe-request.d.ts +1 -1
  32. package/lib/request/create-remediation-run-request.d.ts +1 -1
  33. package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
  34. package/lib/request/deactivate-remediation-recipe-request.d.ts +1 -1
  35. package/lib/request/delete-knowledge-base-request.d.ts +1 -1
  36. package/lib/request/delete-remediation-recipe-request.d.ts +1 -1
  37. package/lib/request/delete-remediation-run-request.d.ts +1 -1
  38. package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
  39. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  40. package/lib/request/get-remediation-recipe-request.d.ts +1 -1
  41. package/lib/request/get-remediation-run-request.d.ts +1 -1
  42. package/lib/request/get-stage-request.d.ts +1 -1
  43. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  44. package/lib/request/get-work-request-request.d.ts +1 -1
  45. package/lib/request/list-application-dependency-recommendations-request.d.ts +1 -1
  46. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
  47. package/lib/request/list-knowledge-bases-request.d.ts +1 -1
  48. package/lib/request/list-remediation-recipes-request.d.ts +1 -1
  49. package/lib/request/list-remediation-runs-request.d.ts +1 -1
  50. package/lib/request/list-stages-request.d.ts +1 -1
  51. package/lib/request/list-vulnerability-audits-request.d.ts +1 -1
  52. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  53. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  54. package/lib/request/list-work-requests-request.d.ts +1 -1
  55. package/lib/request/update-knowledge-base-request.d.ts +1 -1
  56. package/lib/request/update-remediation-recipe-request.d.ts +1 -1
  57. package/lib/request/update-remediation-run-request.d.ts +1 -1
  58. package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
  59. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -80,6 +80,10 @@ class ApplicationDependencyManagementClient {
80
80
  ? clientConfiguration.bodyDuplexMode
81
81
  : undefined;
82
82
  }
83
+ if (!oci_common_1.developerToolConfiguration.isServiceEnabled("adm")) {
84
+ let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
85
+ throw errmsg.concat("adm");
86
+ }
83
87
  // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
84
88
  const specCircuitBreakerEnabled = true;
85
89
  if (!this._circuitBreaker &&
@@ -183,7 +187,7 @@ class ApplicationDependencyManagementClient {
183
187
  * @param ActivateRemediationRecipeRequest
184
188
  * @return ActivateRemediationRecipeResponse
185
189
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
187
191
  */
188
192
  activateRemediationRecipe(activateRemediationRecipeRequest) {
189
193
  return __awaiter(this, void 0, void 0, function* () {
@@ -243,7 +247,7 @@ class ApplicationDependencyManagementClient {
243
247
  * @param CancelRemediationRunRequest
244
248
  * @return CancelRemediationRunResponse
245
249
  * @throws OciError when an error occurs
246
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
247
251
  */
248
252
  cancelRemediationRun(cancelRemediationRunRequest) {
249
253
  return __awaiter(this, void 0, void 0, function* () {
@@ -308,7 +312,7 @@ class ApplicationDependencyManagementClient {
308
312
  * @param CancelWorkRequestRequest
309
313
  * @return CancelWorkRequestResponse
310
314
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
312
316
  */
313
317
  cancelWorkRequest(cancelWorkRequestRequest) {
314
318
  return __awaiter(this, void 0, void 0, function* () {
@@ -363,7 +367,7 @@ class ApplicationDependencyManagementClient {
363
367
  * @param ChangeKnowledgeBaseCompartmentRequest
364
368
  * @return ChangeKnowledgeBaseCompartmentResponse
365
369
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
367
371
  */
368
372
  changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest) {
369
373
  return __awaiter(this, void 0, void 0, function* () {
@@ -425,7 +429,7 @@ class ApplicationDependencyManagementClient {
425
429
  * @param ChangeRemediationRecipeCompartmentRequest
426
430
  * @return ChangeRemediationRecipeCompartmentResponse
427
431
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
429
433
  */
430
434
  changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest) {
431
435
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +491,7 @@ class ApplicationDependencyManagementClient {
487
491
  * @param ChangeRemediationRunCompartmentRequest
488
492
  * @return ChangeRemediationRunCompartmentResponse
489
493
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
491
495
  */
492
496
  changeRemediationRunCompartment(changeRemediationRunCompartmentRequest) {
493
497
  return __awaiter(this, void 0, void 0, function* () {
@@ -544,7 +548,7 @@ class ApplicationDependencyManagementClient {
544
548
  * @param ChangeVulnerabilityAuditCompartmentRequest
545
549
  * @return ChangeVulnerabilityAuditCompartmentResponse
546
550
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
551
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
548
552
  */
549
553
  changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest) {
550
554
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +605,7 @@ class ApplicationDependencyManagementClient {
601
605
  * @param CreateKnowledgeBaseRequest
602
606
  * @return CreateKnowledgeBaseResponse
603
607
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
605
609
  */
606
610
  createKnowledgeBase(createKnowledgeBaseRequest) {
607
611
  return __awaiter(this, void 0, void 0, function* () {
@@ -660,7 +664,7 @@ class ApplicationDependencyManagementClient {
660
664
  * @param CreateRemediationRecipeRequest
661
665
  * @return CreateRemediationRecipeResponse
662
666
  * @throws OciError when an error occurs
663
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
664
668
  */
665
669
  createRemediationRecipe(createRemediationRecipeRequest) {
666
670
  return __awaiter(this, void 0, void 0, function* () {
@@ -719,7 +723,7 @@ class ApplicationDependencyManagementClient {
719
723
  * @param CreateRemediationRunRequest
720
724
  * @return CreateRemediationRunResponse
721
725
  * @throws OciError when an error occurs
722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
723
727
  */
724
728
  createRemediationRun(createRemediationRunRequest) {
725
729
  return __awaiter(this, void 0, void 0, function* () {
@@ -782,7 +786,7 @@ class ApplicationDependencyManagementClient {
782
786
  * @param CreateVulnerabilityAuditRequest
783
787
  * @return CreateVulnerabilityAuditResponse
784
788
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
789
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
786
790
  */
787
791
  createVulnerabilityAudit(createVulnerabilityAuditRequest) {
788
792
  return __awaiter(this, void 0, void 0, function* () {
@@ -851,7 +855,7 @@ class ApplicationDependencyManagementClient {
851
855
  * @param DeactivateRemediationRecipeRequest
852
856
  * @return DeactivateRemediationRecipeResponse
853
857
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
855
859
  */
856
860
  deactivateRemediationRecipe(deactivateRemediationRecipeRequest) {
857
861
  return __awaiter(this, void 0, void 0, function* () {
@@ -911,7 +915,7 @@ class ApplicationDependencyManagementClient {
911
915
  * @param DeleteKnowledgeBaseRequest
912
916
  * @return DeleteKnowledgeBaseResponse
913
917
  * @throws OciError when an error occurs
914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
918
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
915
919
  */
916
920
  deleteKnowledgeBase(deleteKnowledgeBaseRequest) {
917
921
  return __awaiter(this, void 0, void 0, function* () {
@@ -971,7 +975,7 @@ class ApplicationDependencyManagementClient {
971
975
  * @param DeleteRemediationRecipeRequest
972
976
  * @return DeleteRemediationRecipeResponse
973
977
  * @throws OciError when an error occurs
974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
975
979
  */
976
980
  deleteRemediationRecipe(deleteRemediationRecipeRequest) {
977
981
  return __awaiter(this, void 0, void 0, function* () {
@@ -1031,7 +1035,7 @@ class ApplicationDependencyManagementClient {
1031
1035
  * @param DeleteRemediationRunRequest
1032
1036
  * @return DeleteRemediationRunResponse
1033
1037
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
1038
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
1035
1039
  */
1036
1040
  deleteRemediationRun(deleteRemediationRunRequest) {
1037
1041
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1090,7 @@ class ApplicationDependencyManagementClient {
1086
1090
  * @param DeleteVulnerabilityAuditRequest
1087
1091
  * @return DeleteVulnerabilityAuditResponse
1088
1092
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
1093
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
1090
1094
  */
1091
1095
  deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest) {
1092
1096
  return __awaiter(this, void 0, void 0, function* () {
@@ -1141,7 +1145,7 @@ class ApplicationDependencyManagementClient {
1141
1145
  * @param GetKnowledgeBaseRequest
1142
1146
  * @return GetKnowledgeBaseResponse
1143
1147
  * @throws OciError when an error occurs
1144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
1148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
1145
1149
  */
1146
1150
  getKnowledgeBase(getKnowledgeBaseRequest) {
1147
1151
  return __awaiter(this, void 0, void 0, function* () {
@@ -1204,7 +1208,7 @@ class ApplicationDependencyManagementClient {
1204
1208
  * @param GetRemediationRecipeRequest
1205
1209
  * @return GetRemediationRecipeResponse
1206
1210
  * @throws OciError when an error occurs
1207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
1211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
1208
1212
  */
1209
1213
  getRemediationRecipe(getRemediationRecipeRequest) {
1210
1214
  return __awaiter(this, void 0, void 0, function* () {
@@ -1267,7 +1271,7 @@ class ApplicationDependencyManagementClient {
1267
1271
  * @param GetRemediationRunRequest
1268
1272
  * @return GetRemediationRunResponse
1269
1273
  * @throws OciError when an error occurs
1270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
1274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
1271
1275
  */
1272
1276
  getRemediationRun(getRemediationRunRequest) {
1273
1277
  return __awaiter(this, void 0, void 0, function* () {
@@ -1330,7 +1334,7 @@ class ApplicationDependencyManagementClient {
1330
1334
  * @param GetStageRequest
1331
1335
  * @return GetStageResponse
1332
1336
  * @throws OciError when an error occurs
1333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
1337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
1334
1338
  */
1335
1339
  getStage(getStageRequest) {
1336
1340
  return __awaiter(this, void 0, void 0, function* () {
@@ -1389,7 +1393,7 @@ class ApplicationDependencyManagementClient {
1389
1393
  * @param GetVulnerabilityAuditRequest
1390
1394
  * @return GetVulnerabilityAuditResponse
1391
1395
  * @throws OciError when an error occurs
1392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
1393
1397
  */
1394
1398
  getVulnerabilityAudit(getVulnerabilityAuditRequest) {
1395
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1452,7 +1456,7 @@ class ApplicationDependencyManagementClient {
1452
1456
  * @param GetWorkRequestRequest
1453
1457
  * @return GetWorkRequestResponse
1454
1458
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1456
1460
  */
1457
1461
  getWorkRequest(getWorkRequestRequest) {
1458
1462
  return __awaiter(this, void 0, void 0, function* () {
@@ -1520,7 +1524,7 @@ class ApplicationDependencyManagementClient {
1520
1524
  * @param ListApplicationDependencyRecommendationsRequest
1521
1525
  * @return ListApplicationDependencyRecommendationsResponse
1522
1526
  * @throws OciError when an error occurs
1523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
1524
1528
  */
1525
1529
  listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest) {
1526
1530
  return __awaiter(this, void 0, void 0, function* () {
@@ -1589,7 +1593,7 @@ class ApplicationDependencyManagementClient {
1589
1593
  * @param ListApplicationDependencyVulnerabilitiesRequest
1590
1594
  * @return ListApplicationDependencyVulnerabilitiesResponse
1591
1595
  * @throws OciError when an error occurs
1592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
1593
1597
  */
1594
1598
  listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest) {
1595
1599
  return __awaiter(this, void 0, void 0, function* () {
@@ -1665,7 +1669,7 @@ class ApplicationDependencyManagementClient {
1665
1669
  * @param ListKnowledgeBasesRequest
1666
1670
  * @return ListKnowledgeBasesResponse
1667
1671
  * @throws OciError when an error occurs
1668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
1672
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
1669
1673
  */
1670
1674
  listKnowledgeBases(listKnowledgeBasesRequest) {
1671
1675
  return __awaiter(this, void 0, void 0, function* () {
@@ -1737,7 +1741,7 @@ class ApplicationDependencyManagementClient {
1737
1741
  * @param ListRemediationRecipesRequest
1738
1742
  * @return ListRemediationRecipesResponse
1739
1743
  * @throws OciError when an error occurs
1740
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
1744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
1741
1745
  */
1742
1746
  listRemediationRecipes(listRemediationRecipesRequest) {
1743
1747
  return __awaiter(this, void 0, void 0, function* () {
@@ -1809,7 +1813,7 @@ class ApplicationDependencyManagementClient {
1809
1813
  * @param ListRemediationRunsRequest
1810
1814
  * @return ListRemediationRunsResponse
1811
1815
  * @throws OciError when an error occurs
1812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
1816
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
1813
1817
  */
1814
1818
  listRemediationRuns(listRemediationRunsRequest) {
1815
1819
  return __awaiter(this, void 0, void 0, function* () {
@@ -1880,7 +1884,7 @@ class ApplicationDependencyManagementClient {
1880
1884
  * @param ListStagesRequest
1881
1885
  * @return ListStagesResponse
1882
1886
  * @throws OciError when an error occurs
1883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
1887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
1884
1888
  */
1885
1889
  listStages(listStagesRequest) {
1886
1890
  return __awaiter(this, void 0, void 0, function* () {
@@ -1946,13 +1950,13 @@ class ApplicationDependencyManagementClient {
1946
1950
  }
1947
1951
  /**
1948
1952
  * Returns a list of Vulnerability Audits based on the specified query parameters.
1949
- * At least one of id, compartmentId or knowledgeBaseId query parameter must be provided.
1953
+ * At least one of id, compartmentId query parameter must be provided.
1950
1954
  *
1951
1955
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1952
1956
  * @param ListVulnerabilityAuditsRequest
1953
1957
  * @return ListVulnerabilityAuditsResponse
1954
1958
  * @throws OciError when an error occurs
1955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
1959
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
1956
1960
  */
1957
1961
  listVulnerabilityAudits(listVulnerabilityAuditsRequest) {
1958
1962
  return __awaiter(this, void 0, void 0, function* () {
@@ -2025,7 +2029,7 @@ class ApplicationDependencyManagementClient {
2025
2029
  * @param ListWorkRequestErrorsRequest
2026
2030
  * @return ListWorkRequestErrorsResponse
2027
2031
  * @throws OciError when an error occurs
2028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2029
2033
  */
2030
2034
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2031
2035
  return __awaiter(this, void 0, void 0, function* () {
@@ -2094,7 +2098,7 @@ class ApplicationDependencyManagementClient {
2094
2098
  * @param ListWorkRequestLogsRequest
2095
2099
  * @return ListWorkRequestLogsResponse
2096
2100
  * @throws OciError when an error occurs
2097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2098
2102
  */
2099
2103
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2100
2104
  return __awaiter(this, void 0, void 0, function* () {
@@ -2163,7 +2167,7 @@ class ApplicationDependencyManagementClient {
2163
2167
  * @param ListWorkRequestsRequest
2164
2168
  * @return ListWorkRequestsResponse
2165
2169
  * @throws OciError when an error occurs
2166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2167
2171
  */
2168
2172
  listWorkRequests(listWorkRequestsRequest) {
2169
2173
  return __awaiter(this, void 0, void 0, function* () {
@@ -2233,7 +2237,7 @@ class ApplicationDependencyManagementClient {
2233
2237
  * @param UpdateKnowledgeBaseRequest
2234
2238
  * @return UpdateKnowledgeBaseResponse
2235
2239
  * @throws OciError when an error occurs
2236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
2240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
2237
2241
  */
2238
2242
  updateKnowledgeBase(updateKnowledgeBaseRequest) {
2239
2243
  return __awaiter(this, void 0, void 0, function* () {
@@ -2294,7 +2298,7 @@ class ApplicationDependencyManagementClient {
2294
2298
  * @param UpdateRemediationRecipeRequest
2295
2299
  * @return UpdateRemediationRecipeResponse
2296
2300
  * @throws OciError when an error occurs
2297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
2301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
2298
2302
  */
2299
2303
  updateRemediationRecipe(updateRemediationRecipeRequest) {
2300
2304
  return __awaiter(this, void 0, void 0, function* () {
@@ -2355,7 +2359,7 @@ class ApplicationDependencyManagementClient {
2355
2359
  * @param UpdateRemediationRunRequest
2356
2360
  * @return UpdateRemediationRunResponse
2357
2361
  * @throws OciError when an error occurs
2358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
2362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
2359
2363
  */
2360
2364
  updateRemediationRun(updateRemediationRunRequest) {
2361
2365
  return __awaiter(this, void 0, void 0, function* () {
@@ -2420,7 +2424,7 @@ class ApplicationDependencyManagementClient {
2420
2424
  * @param UpdateVulnerabilityAuditRequest
2421
2425
  * @return UpdateVulnerabilityAuditResponse
2422
2426
  * @throws OciError when an error occurs
2423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
2427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
2424
2428
  */
2425
2429
  updateVulnerabilityAudit(updateVulnerabilityAuditRequest) {
2426
2430
  return __awaiter(this, void 0, void 0, function* () {