oci-adm 2.79.0 → 2.80.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 (40) hide show
  1. package/lib/client.d.ts +37 -37
  2. package/lib/client.js +37 -37
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/activate-remediation-recipe-request.d.ts +1 -1
  5. package/lib/request/cancel-remediation-run-request.d.ts +1 -1
  6. package/lib/request/cancel-work-request-request.d.ts +1 -1
  7. package/lib/request/change-knowledge-base-compartment-request.d.ts +1 -1
  8. package/lib/request/change-remediation-recipe-compartment-request.d.ts +1 -1
  9. package/lib/request/change-remediation-run-compartment-request.d.ts +1 -1
  10. package/lib/request/change-vulnerability-audit-compartment-request.d.ts +1 -1
  11. package/lib/request/create-knowledge-base-request.d.ts +1 -1
  12. package/lib/request/create-remediation-recipe-request.d.ts +1 -1
  13. package/lib/request/create-remediation-run-request.d.ts +1 -1
  14. package/lib/request/create-vulnerability-audit-request.d.ts +1 -1
  15. package/lib/request/deactivate-remediation-recipe-request.d.ts +1 -1
  16. package/lib/request/delete-knowledge-base-request.d.ts +1 -1
  17. package/lib/request/delete-remediation-recipe-request.d.ts +1 -1
  18. package/lib/request/delete-remediation-run-request.d.ts +1 -1
  19. package/lib/request/delete-vulnerability-audit-request.d.ts +1 -1
  20. package/lib/request/get-knowledge-base-request.d.ts +1 -1
  21. package/lib/request/get-remediation-recipe-request.d.ts +1 -1
  22. package/lib/request/get-remediation-run-request.d.ts +1 -1
  23. package/lib/request/get-stage-request.d.ts +1 -1
  24. package/lib/request/get-vulnerability-audit-request.d.ts +1 -1
  25. package/lib/request/get-work-request-request.d.ts +1 -1
  26. package/lib/request/list-application-dependency-recommendations-request.d.ts +1 -1
  27. package/lib/request/list-application-dependency-vulnerabilities-request.d.ts +1 -1
  28. package/lib/request/list-knowledge-bases-request.d.ts +1 -1
  29. package/lib/request/list-remediation-recipes-request.d.ts +1 -1
  30. package/lib/request/list-remediation-runs-request.d.ts +1 -1
  31. package/lib/request/list-stages-request.d.ts +1 -1
  32. package/lib/request/list-vulnerability-audits-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/update-knowledge-base-request.d.ts +1 -1
  37. package/lib/request/update-remediation-recipe-request.d.ts +1 -1
  38. package/lib/request/update-remediation-run-request.d.ts +1 -1
  39. package/lib/request/update-vulnerability-audit-request.d.ts +1 -1
  40. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -57,7 +57,7 @@ var ApplicationDependencyManagementApiKeys;
57
57
  */
58
58
  class ApplicationDependencyManagementClient {
59
59
  constructor(params, clientConfiguration) {
60
- this["_realmSpecificEndpointTemplateEnabled"] = false;
60
+ this["_realmSpecificEndpointTemplateEnabled"] = undefined;
61
61
  this["_endpoint"] = "";
62
62
  this["_defaultHeaders"] = {};
63
63
  this._circuitBreaker = null;
@@ -196,7 +196,7 @@ class ApplicationDependencyManagementClient {
196
196
  * @param ActivateRemediationRecipeRequest
197
197
  * @return ActivateRemediationRecipeResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ActivateRemediationRecipe.ts.html |here} to see how to use ActivateRemediationRecipe API.
200
200
  */
201
201
  activateRemediationRecipe(activateRemediationRecipeRequest) {
202
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -256,7 +256,7 @@ class ApplicationDependencyManagementClient {
256
256
  * @param CancelRemediationRunRequest
257
257
  * @return CancelRemediationRunResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/CancelRemediationRun.ts.html |here} to see how to use CancelRemediationRun API.
260
260
  */
261
261
  cancelRemediationRun(cancelRemediationRunRequest) {
262
262
  return __awaiter(this, void 0, void 0, function* () {
@@ -321,7 +321,7 @@ class ApplicationDependencyManagementClient {
321
321
  * @param CancelWorkRequestRequest
322
322
  * @return CancelWorkRequestResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
325
325
  */
326
326
  cancelWorkRequest(cancelWorkRequestRequest) {
327
327
  return __awaiter(this, void 0, void 0, function* () {
@@ -376,7 +376,7 @@ class ApplicationDependencyManagementClient {
376
376
  * @param ChangeKnowledgeBaseCompartmentRequest
377
377
  * @return ChangeKnowledgeBaseCompartmentResponse
378
378
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ChangeKnowledgeBaseCompartment.ts.html |here} to see how to use ChangeKnowledgeBaseCompartment API.
380
380
  */
381
381
  changeKnowledgeBaseCompartment(changeKnowledgeBaseCompartmentRequest) {
382
382
  return __awaiter(this, void 0, void 0, function* () {
@@ -438,7 +438,7 @@ class ApplicationDependencyManagementClient {
438
438
  * @param ChangeRemediationRecipeCompartmentRequest
439
439
  * @return ChangeRemediationRecipeCompartmentResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ChangeRemediationRecipeCompartment.ts.html |here} to see how to use ChangeRemediationRecipeCompartment API.
442
442
  */
443
443
  changeRemediationRecipeCompartment(changeRemediationRecipeCompartmentRequest) {
444
444
  return __awaiter(this, void 0, void 0, function* () {
@@ -500,7 +500,7 @@ class ApplicationDependencyManagementClient {
500
500
  * @param ChangeRemediationRunCompartmentRequest
501
501
  * @return ChangeRemediationRunCompartmentResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ChangeRemediationRunCompartment.ts.html |here} to see how to use ChangeRemediationRunCompartment API.
504
504
  */
505
505
  changeRemediationRunCompartment(changeRemediationRunCompartmentRequest) {
506
506
  return __awaiter(this, void 0, void 0, function* () {
@@ -557,7 +557,7 @@ class ApplicationDependencyManagementClient {
557
557
  * @param ChangeVulnerabilityAuditCompartmentRequest
558
558
  * @return ChangeVulnerabilityAuditCompartmentResponse
559
559
  * @throws OciError when an error occurs
560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
560
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ChangeVulnerabilityAuditCompartment.ts.html |here} to see how to use ChangeVulnerabilityAuditCompartment API.
561
561
  */
562
562
  changeVulnerabilityAuditCompartment(changeVulnerabilityAuditCompartmentRequest) {
563
563
  return __awaiter(this, void 0, void 0, function* () {
@@ -614,7 +614,7 @@ class ApplicationDependencyManagementClient {
614
614
  * @param CreateKnowledgeBaseRequest
615
615
  * @return CreateKnowledgeBaseResponse
616
616
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/CreateKnowledgeBase.ts.html |here} to see how to use CreateKnowledgeBase API.
618
618
  */
619
619
  createKnowledgeBase(createKnowledgeBaseRequest) {
620
620
  return __awaiter(this, void 0, void 0, function* () {
@@ -673,7 +673,7 @@ class ApplicationDependencyManagementClient {
673
673
  * @param CreateRemediationRecipeRequest
674
674
  * @return CreateRemediationRecipeResponse
675
675
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/CreateRemediationRecipe.ts.html |here} to see how to use CreateRemediationRecipe API.
677
677
  */
678
678
  createRemediationRecipe(createRemediationRecipeRequest) {
679
679
  return __awaiter(this, void 0, void 0, function* () {
@@ -732,7 +732,7 @@ class ApplicationDependencyManagementClient {
732
732
  * @param CreateRemediationRunRequest
733
733
  * @return CreateRemediationRunResponse
734
734
  * @throws OciError when an error occurs
735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
735
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/CreateRemediationRun.ts.html |here} to see how to use CreateRemediationRun API.
736
736
  */
737
737
  createRemediationRun(createRemediationRunRequest) {
738
738
  return __awaiter(this, void 0, void 0, function* () {
@@ -795,7 +795,7 @@ class ApplicationDependencyManagementClient {
795
795
  * @param CreateVulnerabilityAuditRequest
796
796
  * @return CreateVulnerabilityAuditResponse
797
797
  * @throws OciError when an error occurs
798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/CreateVulnerabilityAudit.ts.html |here} to see how to use CreateVulnerabilityAudit API.
799
799
  */
800
800
  createVulnerabilityAudit(createVulnerabilityAuditRequest) {
801
801
  return __awaiter(this, void 0, void 0, function* () {
@@ -859,7 +859,7 @@ class ApplicationDependencyManagementClient {
859
859
  * @param DeactivateRemediationRecipeRequest
860
860
  * @return DeactivateRemediationRecipeResponse
861
861
  * @throws OciError when an error occurs
862
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
862
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/DeactivateRemediationRecipe.ts.html |here} to see how to use DeactivateRemediationRecipe API.
863
863
  */
864
864
  deactivateRemediationRecipe(deactivateRemediationRecipeRequest) {
865
865
  return __awaiter(this, void 0, void 0, function* () {
@@ -919,7 +919,7 @@ class ApplicationDependencyManagementClient {
919
919
  * @param DeleteKnowledgeBaseRequest
920
920
  * @return DeleteKnowledgeBaseResponse
921
921
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/DeleteKnowledgeBase.ts.html |here} to see how to use DeleteKnowledgeBase API.
923
923
  */
924
924
  deleteKnowledgeBase(deleteKnowledgeBaseRequest) {
925
925
  return __awaiter(this, void 0, void 0, function* () {
@@ -979,7 +979,7 @@ class ApplicationDependencyManagementClient {
979
979
  * @param DeleteRemediationRecipeRequest
980
980
  * @return DeleteRemediationRecipeResponse
981
981
  * @throws OciError when an error occurs
982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/DeleteRemediationRecipe.ts.html |here} to see how to use DeleteRemediationRecipe API.
983
983
  */
984
984
  deleteRemediationRecipe(deleteRemediationRecipeRequest) {
985
985
  return __awaiter(this, void 0, void 0, function* () {
@@ -1039,7 +1039,7 @@ class ApplicationDependencyManagementClient {
1039
1039
  * @param DeleteRemediationRunRequest
1040
1040
  * @return DeleteRemediationRunResponse
1041
1041
  * @throws OciError when an error occurs
1042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
1042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/DeleteRemediationRun.ts.html |here} to see how to use DeleteRemediationRun API.
1043
1043
  */
1044
1044
  deleteRemediationRun(deleteRemediationRunRequest) {
1045
1045
  return __awaiter(this, void 0, void 0, function* () {
@@ -1094,7 +1094,7 @@ class ApplicationDependencyManagementClient {
1094
1094
  * @param DeleteVulnerabilityAuditRequest
1095
1095
  * @return DeleteVulnerabilityAuditResponse
1096
1096
  * @throws OciError when an error occurs
1097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
1097
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/DeleteVulnerabilityAudit.ts.html |here} to see how to use DeleteVulnerabilityAudit API.
1098
1098
  */
1099
1099
  deleteVulnerabilityAudit(deleteVulnerabilityAuditRequest) {
1100
1100
  return __awaiter(this, void 0, void 0, function* () {
@@ -1149,7 +1149,7 @@ class ApplicationDependencyManagementClient {
1149
1149
  * @param GetKnowledgeBaseRequest
1150
1150
  * @return GetKnowledgeBaseResponse
1151
1151
  * @throws OciError when an error occurs
1152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
1152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/GetKnowledgeBase.ts.html |here} to see how to use GetKnowledgeBase API.
1153
1153
  */
1154
1154
  getKnowledgeBase(getKnowledgeBaseRequest) {
1155
1155
  return __awaiter(this, void 0, void 0, function* () {
@@ -1212,7 +1212,7 @@ class ApplicationDependencyManagementClient {
1212
1212
  * @param GetRemediationRecipeRequest
1213
1213
  * @return GetRemediationRecipeResponse
1214
1214
  * @throws OciError when an error occurs
1215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
1215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/GetRemediationRecipe.ts.html |here} to see how to use GetRemediationRecipe API.
1216
1216
  */
1217
1217
  getRemediationRecipe(getRemediationRecipeRequest) {
1218
1218
  return __awaiter(this, void 0, void 0, function* () {
@@ -1275,7 +1275,7 @@ class ApplicationDependencyManagementClient {
1275
1275
  * @param GetRemediationRunRequest
1276
1276
  * @return GetRemediationRunResponse
1277
1277
  * @throws OciError when an error occurs
1278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
1278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/GetRemediationRun.ts.html |here} to see how to use GetRemediationRun API.
1279
1279
  */
1280
1280
  getRemediationRun(getRemediationRunRequest) {
1281
1281
  return __awaiter(this, void 0, void 0, function* () {
@@ -1338,7 +1338,7 @@ class ApplicationDependencyManagementClient {
1338
1338
  * @param GetStageRequest
1339
1339
  * @return GetStageResponse
1340
1340
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/GetStage.ts.html |here} to see how to use GetStage API.
1342
1342
  */
1343
1343
  getStage(getStageRequest) {
1344
1344
  return __awaiter(this, void 0, void 0, function* () {
@@ -1397,7 +1397,7 @@ class ApplicationDependencyManagementClient {
1397
1397
  * @param GetVulnerabilityAuditRequest
1398
1398
  * @return GetVulnerabilityAuditResponse
1399
1399
  * @throws OciError when an error occurs
1400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
1400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/GetVulnerabilityAudit.ts.html |here} to see how to use GetVulnerabilityAudit API.
1401
1401
  */
1402
1402
  getVulnerabilityAudit(getVulnerabilityAuditRequest) {
1403
1403
  return __awaiter(this, void 0, void 0, function* () {
@@ -1460,7 +1460,7 @@ class ApplicationDependencyManagementClient {
1460
1460
  * @param GetWorkRequestRequest
1461
1461
  * @return GetWorkRequestResponse
1462
1462
  * @throws OciError when an error occurs
1463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1464
1464
  */
1465
1465
  getWorkRequest(getWorkRequestRequest) {
1466
1466
  return __awaiter(this, void 0, void 0, function* () {
@@ -1528,7 +1528,7 @@ class ApplicationDependencyManagementClient {
1528
1528
  * @param ListApplicationDependencyRecommendationsRequest
1529
1529
  * @return ListApplicationDependencyRecommendationsResponse
1530
1530
  * @throws OciError when an error occurs
1531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
1531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListApplicationDependencyRecommendations.ts.html |here} to see how to use ListApplicationDependencyRecommendations API.
1532
1532
  */
1533
1533
  listApplicationDependencyRecommendations(listApplicationDependencyRecommendationsRequest) {
1534
1534
  return __awaiter(this, void 0, void 0, function* () {
@@ -1598,7 +1598,7 @@ class ApplicationDependencyManagementClient {
1598
1598
  * @param ListApplicationDependencyVulnerabilitiesRequest
1599
1599
  * @return ListApplicationDependencyVulnerabilitiesResponse
1600
1600
  * @throws OciError when an error occurs
1601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
1601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListApplicationDependencyVulnerabilities.ts.html |here} to see how to use ListApplicationDependencyVulnerabilities API.
1602
1602
  */
1603
1603
  listApplicationDependencyVulnerabilities(listApplicationDependencyVulnerabilitiesRequest) {
1604
1604
  return __awaiter(this, void 0, void 0, function* () {
@@ -1676,7 +1676,7 @@ class ApplicationDependencyManagementClient {
1676
1676
  * @param ListKnowledgeBasesRequest
1677
1677
  * @return ListKnowledgeBasesResponse
1678
1678
  * @throws OciError when an error occurs
1679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
1679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListKnowledgeBases.ts.html |here} to see how to use ListKnowledgeBases API.
1680
1680
  */
1681
1681
  listKnowledgeBases(listKnowledgeBasesRequest) {
1682
1682
  return __awaiter(this, void 0, void 0, function* () {
@@ -1748,7 +1748,7 @@ class ApplicationDependencyManagementClient {
1748
1748
  * @param ListRemediationRecipesRequest
1749
1749
  * @return ListRemediationRecipesResponse
1750
1750
  * @throws OciError when an error occurs
1751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
1751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListRemediationRecipes.ts.html |here} to see how to use ListRemediationRecipes API.
1752
1752
  */
1753
1753
  listRemediationRecipes(listRemediationRecipesRequest) {
1754
1754
  return __awaiter(this, void 0, void 0, function* () {
@@ -1820,7 +1820,7 @@ class ApplicationDependencyManagementClient {
1820
1820
  * @param ListRemediationRunsRequest
1821
1821
  * @return ListRemediationRunsResponse
1822
1822
  * @throws OciError when an error occurs
1823
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
1823
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListRemediationRuns.ts.html |here} to see how to use ListRemediationRuns API.
1824
1824
  */
1825
1825
  listRemediationRuns(listRemediationRunsRequest) {
1826
1826
  return __awaiter(this, void 0, void 0, function* () {
@@ -1891,7 +1891,7 @@ class ApplicationDependencyManagementClient {
1891
1891
  * @param ListStagesRequest
1892
1892
  * @return ListStagesResponse
1893
1893
  * @throws OciError when an error occurs
1894
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
1894
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListStages.ts.html |here} to see how to use ListStages API.
1895
1895
  */
1896
1896
  listStages(listStagesRequest) {
1897
1897
  return __awaiter(this, void 0, void 0, function* () {
@@ -1963,7 +1963,7 @@ class ApplicationDependencyManagementClient {
1963
1963
  * @param ListVulnerabilityAuditsRequest
1964
1964
  * @return ListVulnerabilityAuditsResponse
1965
1965
  * @throws OciError when an error occurs
1966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
1966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListVulnerabilityAudits.ts.html |here} to see how to use ListVulnerabilityAudits API.
1967
1967
  */
1968
1968
  listVulnerabilityAudits(listVulnerabilityAuditsRequest) {
1969
1969
  return __awaiter(this, void 0, void 0, function* () {
@@ -2039,7 +2039,7 @@ class ApplicationDependencyManagementClient {
2039
2039
  * @param ListWorkRequestErrorsRequest
2040
2040
  * @return ListWorkRequestErrorsResponse
2041
2041
  * @throws OciError when an error occurs
2042
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2042
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2043
2043
  */
2044
2044
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2045
2045
  return __awaiter(this, void 0, void 0, function* () {
@@ -2108,7 +2108,7 @@ class ApplicationDependencyManagementClient {
2108
2108
  * @param ListWorkRequestLogsRequest
2109
2109
  * @return ListWorkRequestLogsResponse
2110
2110
  * @throws OciError when an error occurs
2111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2112
2112
  */
2113
2113
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2114
2114
  return __awaiter(this, void 0, void 0, function* () {
@@ -2177,7 +2177,7 @@ class ApplicationDependencyManagementClient {
2177
2177
  * @param ListWorkRequestsRequest
2178
2178
  * @return ListWorkRequestsResponse
2179
2179
  * @throws OciError when an error occurs
2180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2181
2181
  */
2182
2182
  listWorkRequests(listWorkRequestsRequest) {
2183
2183
  return __awaiter(this, void 0, void 0, function* () {
@@ -2247,7 +2247,7 @@ class ApplicationDependencyManagementClient {
2247
2247
  * @param UpdateKnowledgeBaseRequest
2248
2248
  * @return UpdateKnowledgeBaseResponse
2249
2249
  * @throws OciError when an error occurs
2250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
2250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/UpdateKnowledgeBase.ts.html |here} to see how to use UpdateKnowledgeBase API.
2251
2251
  */
2252
2252
  updateKnowledgeBase(updateKnowledgeBaseRequest) {
2253
2253
  return __awaiter(this, void 0, void 0, function* () {
@@ -2308,7 +2308,7 @@ class ApplicationDependencyManagementClient {
2308
2308
  * @param UpdateRemediationRecipeRequest
2309
2309
  * @return UpdateRemediationRecipeResponse
2310
2310
  * @throws OciError when an error occurs
2311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
2311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/UpdateRemediationRecipe.ts.html |here} to see how to use UpdateRemediationRecipe API.
2312
2312
  */
2313
2313
  updateRemediationRecipe(updateRemediationRecipeRequest) {
2314
2314
  return __awaiter(this, void 0, void 0, function* () {
@@ -2369,7 +2369,7 @@ class ApplicationDependencyManagementClient {
2369
2369
  * @param UpdateRemediationRunRequest
2370
2370
  * @return UpdateRemediationRunResponse
2371
2371
  * @throws OciError when an error occurs
2372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
2372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/UpdateRemediationRun.ts.html |here} to see how to use UpdateRemediationRun API.
2373
2373
  */
2374
2374
  updateRemediationRun(updateRemediationRunRequest) {
2375
2375
  return __awaiter(this, void 0, void 0, function* () {
@@ -2434,7 +2434,7 @@ class ApplicationDependencyManagementClient {
2434
2434
  * @param UpdateVulnerabilityAuditRequest
2435
2435
  * @return UpdateVulnerabilityAuditResponse
2436
2436
  * @throws OciError when an error occurs
2437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
2437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/adm/UpdateVulnerabilityAudit.ts.html |here} to see how to use UpdateVulnerabilityAudit API.
2438
2438
  */
2439
2439
  updateVulnerabilityAudit(updateVulnerabilityAuditRequest) {
2440
2440
  return __awaiter(this, void 0, void 0, function* () {