oci-vulnerabilityscanning 2.15.0 → 2.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. package/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/lib/client.d.ts +115 -75
  3. package/lib/client.js +341 -75
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/container-scan-recipe.d.ts +4 -0
  6. package/lib/model/container-scan-recipe.js.map +1 -1
  7. package/lib/model/container-scan-result-problem.d.ts +8 -0
  8. package/lib/model/container-scan-result-problem.js.map +1 -1
  9. package/lib/model/container-scan-result-summary.d.ts +4 -0
  10. package/lib/model/container-scan-result-summary.js.map +1 -1
  11. package/lib/model/container-scan-result.d.ts +8 -0
  12. package/lib/model/container-scan-result.js.map +1 -1
  13. package/lib/model/container-scan-target-summary.d.ts +1 -0
  14. package/lib/model/container-scan-target-summary.js +30 -2
  15. package/lib/model/container-scan-target-summary.js.map +1 -1
  16. package/lib/model/create-container-scan-recipe-details.d.ts +4 -0
  17. package/lib/model/create-container-scan-recipe-details.js.map +1 -1
  18. package/lib/model/impacted-resources-count.d.ts +29 -0
  19. package/lib/model/impacted-resources-count.js +29 -0
  20. package/lib/model/impacted-resources-count.js.map +1 -0
  21. package/lib/model/index.d.ts +16 -0
  22. package/lib/model/index.js +18 -2
  23. package/lib/model/index.js.map +1 -1
  24. package/lib/model/update-container-scan-recipe-details.d.ts +4 -0
  25. package/lib/model/update-container-scan-recipe-details.js.map +1 -1
  26. package/lib/model/vulnerability-impacted-container-summary-collection.d.ts +26 -0
  27. package/lib/model/vulnerability-impacted-container-summary-collection.js +61 -0
  28. package/lib/model/vulnerability-impacted-container-summary-collection.js.map +1 -0
  29. package/lib/model/vulnerability-impacted-container-summary.d.ts +45 -0
  30. package/lib/model/vulnerability-impacted-container-summary.js +29 -0
  31. package/lib/model/vulnerability-impacted-container-summary.js.map +1 -0
  32. package/lib/model/vulnerability-impacted-host-summary-collection.d.ts +26 -0
  33. package/lib/model/vulnerability-impacted-host-summary-collection.js +61 -0
  34. package/lib/model/vulnerability-impacted-host-summary-collection.js.map +1 -0
  35. package/lib/model/vulnerability-impacted-host-summary.d.ts +33 -0
  36. package/lib/model/vulnerability-impacted-host-summary.js +29 -0
  37. package/lib/model/vulnerability-impacted-host-summary.js.map +1 -0
  38. package/lib/model/vulnerability-summary-collection.d.ts +26 -0
  39. package/lib/model/vulnerability-summary-collection.js +61 -0
  40. package/lib/model/vulnerability-summary-collection.js.map +1 -0
  41. package/lib/model/vulnerability-summary.d.ts +63 -0
  42. package/lib/model/vulnerability-summary.js +57 -0
  43. package/lib/model/vulnerability-summary.js.map +1 -0
  44. package/lib/model/vulnerability.d.ts +68 -0
  45. package/lib/model/vulnerability.js +61 -0
  46. package/lib/model/vulnerability.js.map +1 -0
  47. package/lib/request/change-container-scan-recipe-compartment-request.d.ts +1 -1
  48. package/lib/request/change-container-scan-result-compartment-request.d.ts +1 -1
  49. package/lib/request/change-container-scan-target-compartment-request.d.ts +1 -1
  50. package/lib/request/change-host-agent-scan-result-compartment-request.d.ts +1 -1
  51. package/lib/request/change-host-cis-benchmark-scan-result-compartment-request.d.ts +1 -1
  52. package/lib/request/change-host-endpoint-protection-scan-result-compartment-request.d.ts +1 -1
  53. package/lib/request/change-host-port-scan-result-compartment-request.d.ts +1 -1
  54. package/lib/request/change-host-scan-recipe-compartment-request.d.ts +1 -1
  55. package/lib/request/change-host-scan-target-compartment-request.d.ts +1 -1
  56. package/lib/request/create-container-scan-recipe-request.d.ts +1 -1
  57. package/lib/request/create-container-scan-target-request.d.ts +1 -1
  58. package/lib/request/create-host-scan-recipe-request.d.ts +1 -1
  59. package/lib/request/create-host-scan-target-request.d.ts +1 -1
  60. package/lib/request/delete-container-scan-recipe-request.d.ts +1 -1
  61. package/lib/request/delete-container-scan-result-request.d.ts +1 -1
  62. package/lib/request/delete-container-scan-target-request.d.ts +1 -1
  63. package/lib/request/delete-host-agent-scan-result-request.d.ts +1 -1
  64. package/lib/request/delete-host-cis-benchmark-scan-result-request.d.ts +1 -1
  65. package/lib/request/delete-host-endpoint-protection-scan-result-request.d.ts +1 -1
  66. package/lib/request/delete-host-port-scan-result-request.d.ts +1 -1
  67. package/lib/request/delete-host-scan-recipe-request.d.ts +1 -1
  68. package/lib/request/delete-host-scan-target-request.d.ts +1 -1
  69. package/lib/request/export-host-agent-scan-result-csv-request.d.ts +1 -1
  70. package/lib/request/export-host-vulnerability-csv-request.d.ts +1 -1
  71. package/lib/request/get-container-scan-recipe-request.d.ts +1 -1
  72. package/lib/request/get-container-scan-result-request.d.ts +1 -1
  73. package/lib/request/get-container-scan-target-request.d.ts +1 -1
  74. package/lib/request/get-host-agent-scan-result-request.d.ts +1 -1
  75. package/lib/request/get-host-cis-benchmark-scan-result-request.d.ts +1 -1
  76. package/lib/request/get-host-endpoint-protection-scan-result-request.d.ts +1 -1
  77. package/lib/request/get-host-port-scan-result-request.d.ts +1 -1
  78. package/lib/request/get-host-scan-recipe-request.d.ts +1 -1
  79. package/lib/request/get-host-scan-target-request.d.ts +1 -1
  80. package/lib/request/get-host-vulnerability-request.d.ts +1 -1
  81. package/lib/request/get-vulnerability-request.d.ts +26 -0
  82. package/lib/request/get-vulnerability-request.js +15 -0
  83. package/lib/request/get-vulnerability-request.js.map +1 -0
  84. package/lib/request/get-work-request-request.d.ts +1 -1
  85. package/lib/request/index.d.ts +8 -0
  86. package/lib/request/index.js +24 -0
  87. package/lib/request/index.js.map +1 -1
  88. package/lib/request/list-container-scan-recipes-request.d.ts +1 -1
  89. package/lib/request/list-container-scan-results-request.d.ts +1 -1
  90. package/lib/request/list-container-scan-targets-request.d.ts +1 -1
  91. package/lib/request/list-host-agent-scan-results-request.d.ts +1 -1
  92. package/lib/request/list-host-cis-benchmark-scan-results-request.d.ts +1 -1
  93. package/lib/request/list-host-endpoint-protection-scan-results-request.d.ts +1 -1
  94. package/lib/request/list-host-port-scan-results-request.d.ts +1 -1
  95. package/lib/request/list-host-scan-recipes-request.d.ts +1 -1
  96. package/lib/request/list-host-scan-targets-request.d.ts +1 -1
  97. package/lib/request/list-host-vulnerabilities-request.d.ts +1 -1
  98. package/lib/request/list-host-vulnerability-impacted-hosts-request.d.ts +1 -1
  99. package/lib/request/list-vulnerabilities-request.d.ts +72 -0
  100. package/lib/request/list-vulnerabilities-request.js +29 -0
  101. package/lib/request/list-vulnerabilities-request.js.map +1 -0
  102. package/lib/request/list-vulnerability-impacted-containers-request.d.ts +51 -0
  103. package/lib/request/list-vulnerability-impacted-containers-request.js +25 -0
  104. package/lib/request/list-vulnerability-impacted-containers-request.js.map +1 -0
  105. package/lib/request/list-vulnerability-impacted-hosts-request.d.ts +44 -0
  106. package/lib/request/list-vulnerability-impacted-hosts-request.js +15 -0
  107. package/lib/request/list-vulnerability-impacted-hosts-request.js.map +1 -0
  108. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  109. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  110. package/lib/request/list-work-requests-request.d.ts +1 -1
  111. package/lib/request/update-container-scan-recipe-request.d.ts +1 -1
  112. package/lib/request/update-container-scan-target-request.d.ts +1 -1
  113. package/lib/request/update-host-scan-recipe-request.d.ts +1 -1
  114. package/lib/request/update-host-scan-target-request.d.ts +1 -1
  115. package/lib/response/get-vulnerability-response.d.ts +30 -0
  116. package/lib/response/get-vulnerability-response.js +15 -0
  117. package/lib/response/get-vulnerability-response.js.map +1 -0
  118. package/lib/response/index.d.ts +8 -0
  119. package/lib/response/list-vulnerabilities-response.d.ts +32 -0
  120. package/lib/response/list-vulnerabilities-response.js +15 -0
  121. package/lib/response/list-vulnerabilities-response.js.map +1 -0
  122. package/lib/response/list-vulnerability-impacted-containers-response.d.ts +32 -0
  123. package/lib/response/list-vulnerability-impacted-containers-response.js +15 -0
  124. package/lib/response/list-vulnerability-impacted-containers-response.js.map +1 -0
  125. package/lib/response/list-vulnerability-impacted-hosts-response.d.ts +32 -0
  126. package/lib/response/list-vulnerability-impacted-hosts-response.js +15 -0
  127. package/lib/response/list-vulnerability-impacted-hosts-response.js.map +1 -0
  128. package/lib/vulnerabilityscanning-waiter.d.ts +8 -0
  129. package/lib/vulnerabilityscanning-waiter.js +12 -0
  130. package/lib/vulnerabilityscanning-waiter.js.map +1 -1
  131. package/package.json +3 -3
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Scanning API
3
+ * Use the Vulnerability Scanning Service (VSS) APIs to manage scan recipes, targets, and reports.
4
+ * OpenAPI spec version: 20210215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Summary of a scan vulnerability
16
+ */
17
+ export interface VulnerabilitySummary {
18
+ /**
19
+ * ID of the vulnerability
20
+ */
21
+ "id": string;
22
+ /**
23
+ * Compartment ID of the vulnerability. Vulnerabilities with identical CVEs can exist in different compartments.
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * Reference to the vulnerability type's unique identifier. For CVE, this is the MITRE CVE ID
28
+ */
29
+ "vulnerabilityReference"?: string;
30
+ /**
31
+ * Severity of the vulnerability
32
+ */
33
+ "severity": model.ScanResultProblemSeverity;
34
+ /**
35
+ * State of the vulnerability
36
+ */
37
+ "state"?: model.ScanResultVulnerabilityState;
38
+ /**
39
+ * Vulnerability name
40
+ */
41
+ "name": string;
42
+ /**
43
+ * Date of scan result that most recently reported the vulnerability
44
+ */
45
+ "timeLastDetected": Date;
46
+ /**
47
+ * Date of scan result that first reported the vulnerability
48
+ */
49
+ "timeFirstDetected": Date;
50
+ "impactedResourcesCount": model.ImpactedResourcesCount;
51
+ /**
52
+ * Specifies the type of Vulnerability
53
+ */
54
+ "vulnerabilityType": model.VulnerabilityType;
55
+ /**
56
+ * The current state of the resource.
57
+ */
58
+ "lifecycleState"?: model.LifecycleState;
59
+ }
60
+ export declare namespace VulnerabilitySummary {
61
+ function getJsonObj(obj: VulnerabilitySummary): object;
62
+ function getDeserializedJsonObj(obj: VulnerabilitySummary): object;
63
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+ /**
3
+ * Scanning API
4
+ * Use the Vulnerability Scanning Service (VSS) APIs to manage scan recipes, targets, and reports.
5
+ * OpenAPI spec version: 20210215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.VulnerabilitySummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VulnerabilitySummary;
37
+ (function (VulnerabilitySummary) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "impactedResourcesCount": obj.impactedResourcesCount
41
+ ? model.ImpactedResourcesCount.getJsonObj(obj.impactedResourcesCount)
42
+ : undefined
43
+ });
44
+ return jsonObj;
45
+ }
46
+ VulnerabilitySummary.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "impactedResourcesCount": obj.impactedResourcesCount
50
+ ? model.ImpactedResourcesCount.getDeserializedJsonObj(obj.impactedResourcesCount)
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ VulnerabilitySummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(VulnerabilitySummary = exports.VulnerabilitySummary || (exports.VulnerabilitySummary = {}));
57
+ //# sourceMappingURL=vulnerability-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vulnerability-summary.js","sourceRoot":"","sources":["../../../../../lib/vulnerabilityscanning/lib/model/vulnerability-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,oBAAoB,CAyBpC;AAzBD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,+BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAyBpC"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Scanning API
3
+ * Use the Vulnerability Scanning Service (VSS) APIs to manage scan recipes, targets, and reports.
4
+ * OpenAPI spec version: 20210215
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * A vulnerability found from scans in a compartment
16
+ */
17
+ export interface Vulnerability {
18
+ /**
19
+ * ID of the vulnerability
20
+ */
21
+ "id": string;
22
+ /**
23
+ * Compartment ID of the vulnerability. Vulnerabilities with identical CVEs can exist in different compartments, based on scan target location
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * Mechanism used for scan authentication
28
+ */
29
+ "authentication"?: string;
30
+ /**
31
+ * Reference to the vulnerability type's unique identifier. For CVE, this is the MITRE CVE ID
32
+ */
33
+ "vulnerabilityReference"?: string;
34
+ "cveDetails"?: model.CveDetails;
35
+ /**
36
+ * Severity of the vulnerability
37
+ */
38
+ "severity": model.ScanResultProblemSeverity;
39
+ /**
40
+ * State of the vulnerability
41
+ */
42
+ "state"?: model.ScanResultVulnerabilityState;
43
+ /**
44
+ * Vulnerability name
45
+ */
46
+ "name": string;
47
+ /**
48
+ * Date of scan result that most recently reported the vulnerability
49
+ */
50
+ "timeLastDetected": Date;
51
+ /**
52
+ * Date of scan result that first reported the vulnerability
53
+ */
54
+ "timeFirstDetected": Date;
55
+ "impactedResourcesCount": model.ImpactedResourcesCount;
56
+ /**
57
+ * Specifies the type of Vulnerability
58
+ */
59
+ "vulnerabilityType": model.VulnerabilityType;
60
+ /**
61
+ * The current state of the resource.
62
+ */
63
+ "lifecycleState"?: model.LifecycleState;
64
+ }
65
+ export declare namespace Vulnerability {
66
+ function getJsonObj(obj: Vulnerability): object;
67
+ function getDeserializedJsonObj(obj: Vulnerability): object;
68
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * Scanning API
4
+ * Use the Vulnerability Scanning Service (VSS) APIs to manage scan recipes, targets, and reports.
5
+ * OpenAPI spec version: 20210215
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.Vulnerability = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var Vulnerability;
37
+ (function (Vulnerability) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "cveDetails": obj.cveDetails ? model.CveDetails.getJsonObj(obj.cveDetails) : undefined,
41
+ "impactedResourcesCount": obj.impactedResourcesCount
42
+ ? model.ImpactedResourcesCount.getJsonObj(obj.impactedResourcesCount)
43
+ : undefined
44
+ });
45
+ return jsonObj;
46
+ }
47
+ Vulnerability.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {
50
+ "cveDetails": obj.cveDetails
51
+ ? model.CveDetails.getDeserializedJsonObj(obj.cveDetails)
52
+ : undefined,
53
+ "impactedResourcesCount": obj.impactedResourcesCount
54
+ ? model.ImpactedResourcesCount.getDeserializedJsonObj(obj.impactedResourcesCount)
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ Vulnerability.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(Vulnerability = exports.Vulnerability || (exports.Vulnerability = {}));
61
+ //# sourceMappingURL=vulnerability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vulnerability.js","sourceRoot":"","sources":["../../../../../lib/vulnerabilityscanning/lib/model/vulnerability.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuDlC,IAAiB,aAAa,CA+B7B;AA/BD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;YAEtF,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;YAEb,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,sBAAsB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oCAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA+B7B"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeContainerScanRecipeCompartment.ts.html |here} to see how to use ChangeContainerScanRecipeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerScanRecipeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeContainerScanResultCompartment.ts.html |here} to see how to use ChangeContainerScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeContainerScanTargetCompartment.ts.html |here} to see how to use ChangeContainerScanTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeContainerScanTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostAgentScanResultCompartment.ts.html |here} to see how to use ChangeHostAgentScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostAgentScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostCisBenchmarkScanResultCompartment.ts.html |here} to see how to use ChangeHostCisBenchmarkScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostCisBenchmarkScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostEndpointProtectionScanResultCompartment.ts.html |here} to see how to use ChangeHostEndpointProtectionScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostEndpointProtectionScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostPortScanResultCompartment.ts.html |here} to see how to use ChangeHostPortScanResultCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostPortScanResultCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostScanRecipeCompartment.ts.html |here} to see how to use ChangeHostScanRecipeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostScanRecipeCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ChangeHostScanTargetCompartment.ts.html |here} to see how to use ChangeHostScanTargetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostScanTargetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateContainerScanRecipe.ts.html |here} to see how to use CreateContainerScanRecipeRequest.
17
17
  */
18
18
  export interface CreateContainerScanRecipeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateContainerScanTarget.ts.html |here} to see how to use CreateContainerScanTargetRequest.
17
17
  */
18
18
  export interface CreateContainerScanTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateHostScanRecipe.ts.html |here} to see how to use CreateHostScanRecipeRequest.
17
17
  */
18
18
  export interface CreateHostScanRecipeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTargetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/CreateHostScanTarget.ts.html |here} to see how to use CreateHostScanTargetRequest.
17
17
  */
18
18
  export interface CreateHostScanTargetRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteContainerScanRecipe.ts.html |here} to see how to use DeleteContainerScanRecipeRequest.
16
16
  */
17
17
  export interface DeleteContainerScanRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteContainerScanResult.ts.html |here} to see how to use DeleteContainerScanResultRequest.
16
16
  */
17
17
  export interface DeleteContainerScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteContainerScanTarget.ts.html |here} to see how to use DeleteContainerScanTargetRequest.
16
16
  */
17
17
  export interface DeleteContainerScanTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostAgentScanResult.ts.html |here} to see how to use DeleteHostAgentScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostAgentScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostCisBenchmarkScanResult.ts.html |here} to see how to use DeleteHostCisBenchmarkScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostCisBenchmarkScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostEndpointProtectionScanResult.ts.html |here} to see how to use DeleteHostEndpointProtectionScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostEndpointProtectionScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostPortScanResult.ts.html |here} to see how to use DeleteHostPortScanResultRequest.
16
16
  */
17
17
  export interface DeleteHostPortScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostScanRecipe.ts.html |here} to see how to use DeleteHostScanRecipeRequest.
16
16
  */
17
17
  export interface DeleteHostScanRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/DeleteHostScanTarget.ts.html |here} to see how to use DeleteHostScanTargetRequest.
16
16
  */
17
17
  export interface DeleteHostScanTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsvRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ExportHostAgentScanResultCsv.ts.html |here} to see how to use ExportHostAgentScanResultCsvRequest.
17
17
  */
18
18
  export interface ExportHostAgentScanResultCsvRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsvRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/ExportHostVulnerabilityCsv.ts.html |here} to see how to use ExportHostVulnerabilityCsvRequest.
17
17
  */
18
18
  export interface ExportHostVulnerabilityCsvRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetContainerScanRecipe.ts.html |here} to see how to use GetContainerScanRecipeRequest.
16
16
  */
17
17
  export interface GetContainerScanRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetContainerScanResult.ts.html |here} to see how to use GetContainerScanResultRequest.
16
16
  */
17
17
  export interface GetContainerScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetContainerScanTarget.ts.html |here} to see how to use GetContainerScanTargetRequest.
16
16
  */
17
17
  export interface GetContainerScanTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostAgentScanResult.ts.html |here} to see how to use GetHostAgentScanResultRequest.
16
16
  */
17
17
  export interface GetHostAgentScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostCisBenchmarkScanResult.ts.html |here} to see how to use GetHostCisBenchmarkScanResultRequest.
16
16
  */
17
17
  export interface GetHostCisBenchmarkScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostEndpointProtectionScanResult.ts.html |here} to see how to use GetHostEndpointProtectionScanResultRequest.
16
16
  */
17
17
  export interface GetHostEndpointProtectionScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResultRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostPortScanResult.ts.html |here} to see how to use GetHostPortScanResultRequest.
16
16
  */
17
17
  export interface GetHostPortScanResultRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipeRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostScanRecipe.ts.html |here} to see how to use GetHostScanRecipeRequest.
16
16
  */
17
17
  export interface GetHostScanRecipeRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTargetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostScanTarget.ts.html |here} to see how to use GetHostScanTargetRequest.
16
16
  */
17
17
  export interface GetHostScanTargetRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerabilityRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/vulnerabilityscanning/GetHostVulnerability.ts.html |here} to see how to use GetHostVulnerabilityRequest.
16
16
  */
17
17
  export interface GetHostVulnerabilityRequest extends common.BaseRequest {
18
18
  /**