oci-cloudguard 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) hide show
  1. package/lib/client.d.ts +140 -134
  2. package/lib/client.js +142 -133
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-data-mask-rule-details.d.ts +2 -2
  5. package/lib/model/create-data-source-details.d.ts +2 -2
  6. package/lib/model/create-detector-recipe-details.d.ts +2 -2
  7. package/lib/model/create-managed-list-details.d.ts +2 -2
  8. package/lib/model/create-responder-recipe-details.d.ts +2 -2
  9. package/lib/model/create-security-policy-details.d.ts +2 -2
  10. package/lib/model/create-security-recipe-details.d.ts +3 -3
  11. package/lib/model/create-security-zone-details.d.ts +3 -3
  12. package/lib/model/create-target-details.d.ts +2 -2
  13. package/lib/model/data-mask-rule-summary.d.ts +3 -3
  14. package/lib/model/data-mask-rule.d.ts +3 -3
  15. package/lib/model/data-source-summary.d.ts +4 -4
  16. package/lib/model/data-source.d.ts +3 -3
  17. package/lib/model/detector-recipe-summary.d.ts +3 -3
  18. package/lib/model/detector-recipe.d.ts +3 -3
  19. package/lib/model/managed-list-summary.d.ts +3 -3
  20. package/lib/model/managed-list.d.ts +3 -3
  21. package/lib/model/responder-recipe-summary.d.ts +3 -3
  22. package/lib/model/responder-recipe.d.ts +3 -3
  23. package/lib/model/security-policy-collection.d.ts +1 -1
  24. package/lib/model/security-policy-summary.d.ts +4 -4
  25. package/lib/model/security-policy.d.ts +4 -4
  26. package/lib/model/security-recipe-collection.d.ts +1 -1
  27. package/lib/model/security-recipe-summary.d.ts +5 -5
  28. package/lib/model/security-recipe.d.ts +5 -5
  29. package/lib/model/security-zone-collection.d.ts +1 -1
  30. package/lib/model/security-zone-summary.d.ts +5 -5
  31. package/lib/model/security-zone.d.ts +5 -5
  32. package/lib/model/target-summary.d.ts +3 -3
  33. package/lib/model/target.d.ts +3 -3
  34. package/lib/model/update-data-mask-rule-details.d.ts +2 -2
  35. package/lib/model/update-data-source-details.d.ts +2 -2
  36. package/lib/model/update-detector-recipe-details.d.ts +2 -2
  37. package/lib/model/update-managed-list-details.d.ts +2 -2
  38. package/lib/model/update-responder-recipe-details.d.ts +2 -2
  39. package/lib/model/update-security-policy-details.d.ts +2 -2
  40. package/lib/model/update-security-recipe-details.d.ts +3 -3
  41. package/lib/model/update-security-zone-details.d.ts +3 -3
  42. package/lib/model/update-target-details.d.ts +2 -2
  43. package/lib/request/add-compartment-request.d.ts +3 -3
  44. package/lib/request/cancel-work-request-request.d.ts +2 -2
  45. package/lib/request/change-data-source-compartment-request.d.ts +2 -2
  46. package/lib/request/change-detector-recipe-compartment-request.d.ts +2 -2
  47. package/lib/request/change-managed-list-compartment-request.d.ts +2 -2
  48. package/lib/request/change-responder-recipe-compartment-request.d.ts +2 -2
  49. package/lib/request/change-security-recipe-compartment-request.d.ts +3 -3
  50. package/lib/request/change-security-zone-compartment-request.d.ts +3 -3
  51. package/lib/request/create-data-mask-rule-request.d.ts +1 -1
  52. package/lib/request/create-data-source-request.d.ts +1 -1
  53. package/lib/request/create-detector-recipe-detector-rule-request.d.ts +1 -1
  54. package/lib/request/create-detector-recipe-request.d.ts +1 -1
  55. package/lib/request/create-managed-list-request.d.ts +1 -1
  56. package/lib/request/create-responder-recipe-request.d.ts +1 -1
  57. package/lib/request/create-security-recipe-request.d.ts +2 -2
  58. package/lib/request/create-security-zone-request.d.ts +2 -2
  59. package/lib/request/create-target-detector-recipe-request.d.ts +1 -1
  60. package/lib/request/create-target-request.d.ts +1 -1
  61. package/lib/request/create-target-responder-recipe-request.d.ts +1 -1
  62. package/lib/request/delete-data-mask-rule-request.d.ts +2 -2
  63. package/lib/request/delete-data-source-request.d.ts +2 -2
  64. package/lib/request/delete-detector-recipe-detector-rule-data-source-request.d.ts +2 -2
  65. package/lib/request/delete-detector-recipe-detector-rule-request.d.ts +2 -2
  66. package/lib/request/delete-detector-recipe-request.d.ts +2 -2
  67. package/lib/request/delete-managed-list-request.d.ts +2 -2
  68. package/lib/request/delete-responder-recipe-request.d.ts +2 -2
  69. package/lib/request/delete-security-recipe-request.d.ts +3 -3
  70. package/lib/request/delete-security-zone-request.d.ts +3 -3
  71. package/lib/request/delete-target-detector-recipe-request.d.ts +2 -2
  72. package/lib/request/delete-target-request.d.ts +2 -2
  73. package/lib/request/delete-target-responder-recipe-request.d.ts +2 -2
  74. package/lib/request/execute-responder-execution-request.d.ts +2 -2
  75. package/lib/request/get-condition-metadata-type-request.d.ts +1 -1
  76. package/lib/request/get-configuration-request.d.ts +1 -1
  77. package/lib/request/get-data-mask-rule-request.d.ts +1 -1
  78. package/lib/request/get-data-source-request.d.ts +1 -1
  79. package/lib/request/get-detector-recipe-detector-rule-request.d.ts +1 -1
  80. package/lib/request/get-detector-recipe-request.d.ts +1 -1
  81. package/lib/request/get-detector-request.d.ts +1 -1
  82. package/lib/request/get-detector-rule-request.d.ts +1 -1
  83. package/lib/request/get-managed-list-request.d.ts +1 -1
  84. package/lib/request/get-problem-request.d.ts +1 -1
  85. package/lib/request/get-resource-profile-request.d.ts +1 -1
  86. package/lib/request/get-responder-execution-request.d.ts +1 -1
  87. package/lib/request/get-responder-recipe-request.d.ts +1 -1
  88. package/lib/request/get-responder-recipe-responder-rule-request.d.ts +1 -1
  89. package/lib/request/get-responder-rule-request.d.ts +1 -1
  90. package/lib/request/get-security-policy-request.d.ts +2 -2
  91. package/lib/request/get-security-recipe-request.d.ts +2 -2
  92. package/lib/request/get-security-zone-request.d.ts +2 -2
  93. package/lib/request/get-sighting-request.d.ts +1 -1
  94. package/lib/request/get-target-detector-recipe-detector-rule-request.d.ts +1 -1
  95. package/lib/request/get-target-detector-recipe-request.d.ts +1 -1
  96. package/lib/request/get-target-request.d.ts +1 -1
  97. package/lib/request/get-target-responder-recipe-request.d.ts +1 -1
  98. package/lib/request/get-target-responder-recipe-responder-rule-request.d.ts +1 -1
  99. package/lib/request/get-work-request-request.d.ts +1 -1
  100. package/lib/request/list-condition-metadata-types-request.d.ts +1 -1
  101. package/lib/request/list-data-mask-rules-request.d.ts +4 -4
  102. package/lib/request/list-data-source-events-request.d.ts +1 -1
  103. package/lib/request/list-data-sources-request.d.ts +5 -5
  104. package/lib/request/list-detector-recipe-detector-rules-request.d.ts +1 -1
  105. package/lib/request/list-detector-recipes-request.d.ts +5 -5
  106. package/lib/request/list-detector-rules-request.d.ts +1 -1
  107. package/lib/request/list-detectors-request.d.ts +1 -1
  108. package/lib/request/list-impacted-resources-request.d.ts +1 -1
  109. package/lib/request/list-managed-list-types-request.d.ts +1 -1
  110. package/lib/request/list-managed-lists-request.d.ts +5 -5
  111. package/lib/request/list-policies-request.d.ts +1 -1
  112. package/lib/request/list-problem-endpoints-request.d.ts +1 -1
  113. package/lib/request/list-problem-entities-request.d.ts +1 -1
  114. package/lib/request/list-problem-histories-request.d.ts +1 -1
  115. package/lib/request/list-problems-request.d.ts +6 -6
  116. package/lib/request/list-recommendations-request.d.ts +5 -5
  117. package/lib/request/list-resource-profile-endpoints-request.d.ts +1 -1
  118. package/lib/request/list-resource-profile-impacted-resources-request.d.ts +1 -1
  119. package/lib/request/list-resource-profiles-request.d.ts +5 -5
  120. package/lib/request/list-resource-types-request.d.ts +1 -1
  121. package/lib/request/list-responder-activities-request.d.ts +1 -1
  122. package/lib/request/list-responder-executions-request.d.ts +5 -5
  123. package/lib/request/list-responder-recipe-responder-rules-request.d.ts +1 -1
  124. package/lib/request/list-responder-recipes-request.d.ts +5 -5
  125. package/lib/request/list-responder-rules-request.d.ts +1 -1
  126. package/lib/request/list-security-policies-request.d.ts +2 -2
  127. package/lib/request/list-security-recipes-request.d.ts +2 -2
  128. package/lib/request/list-security-zones-request.d.ts +3 -3
  129. package/lib/request/list-sighting-endpoints-request.d.ts +1 -1
  130. package/lib/request/list-sighting-impacted-resources-request.d.ts +1 -1
  131. package/lib/request/list-sightings-request.d.ts +5 -5
  132. package/lib/request/list-tactics-request.d.ts +1 -1
  133. package/lib/request/list-target-detector-recipe-detector-rules-request.d.ts +1 -1
  134. package/lib/request/list-target-detector-recipes-request.d.ts +1 -1
  135. package/lib/request/list-target-responder-recipe-responder-rules-request.d.ts +1 -1
  136. package/lib/request/list-target-responder-recipes-request.d.ts +1 -1
  137. package/lib/request/list-targets-request.d.ts +5 -5
  138. package/lib/request/list-techniques-request.d.ts +1 -1
  139. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  140. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  141. package/lib/request/list-work-requests-request.d.ts +1 -1
  142. package/lib/request/remove-compartment-request.d.ts +3 -3
  143. package/lib/request/request-risk-scores-request.d.ts +1 -1
  144. package/lib/request/request-security-score-summarized-trend-request.d.ts +1 -1
  145. package/lib/request/request-security-scores-request.d.ts +1 -1
  146. package/lib/request/request-summarized-activity-problems-request.d.ts +5 -5
  147. package/lib/request/request-summarized-problems-request.d.ts +5 -5
  148. package/lib/request/request-summarized-responder-executions-request.d.ts +5 -5
  149. package/lib/request/request-summarized-risk-scores-request.d.ts +1 -1
  150. package/lib/request/request-summarized-security-scores-request.d.ts +1 -1
  151. package/lib/request/request-summarized-top-trend-resource-profile-risk-scores-request.d.ts +5 -5
  152. package/lib/request/request-summarized-trend-problems-request.d.ts +5 -5
  153. package/lib/request/request-summarized-trend-resource-risk-scores-request.d.ts +5 -5
  154. package/lib/request/request-summarized-trend-responder-executions-request.d.ts +5 -5
  155. package/lib/request/request-summarized-trend-security-scores-request.d.ts +1 -1
  156. package/lib/request/skip-bulk-responder-execution-request.d.ts +1 -1
  157. package/lib/request/skip-responder-execution-request.d.ts +2 -2
  158. package/lib/request/trigger-responder-request.d.ts +2 -2
  159. package/lib/request/update-bulk-problem-status-request.d.ts +1 -1
  160. package/lib/request/update-configuration-request.d.ts +2 -2
  161. package/lib/request/update-data-mask-rule-request.d.ts +2 -2
  162. package/lib/request/update-data-source-request.d.ts +2 -2
  163. package/lib/request/update-detector-recipe-detector-rule-request.d.ts +2 -2
  164. package/lib/request/update-detector-recipe-request.d.ts +2 -2
  165. package/lib/request/update-managed-list-request.d.ts +2 -2
  166. package/lib/request/update-problem-status-request.d.ts +2 -2
  167. package/lib/request/update-responder-recipe-request.d.ts +2 -2
  168. package/lib/request/update-responder-recipe-responder-rule-request.d.ts +2 -2
  169. package/lib/request/update-security-recipe-request.d.ts +3 -3
  170. package/lib/request/update-security-zone-request.d.ts +3 -3
  171. package/lib/request/update-target-detector-recipe-detector-rule-request.d.ts +2 -2
  172. package/lib/request/update-target-detector-recipe-request.d.ts +2 -2
  173. package/lib/request/update-target-request.d.ts +2 -2
  174. package/lib/request/update-target-responder-recipe-request.d.ts +2 -2
  175. package/lib/request/update-target-responder-recipe-responder-rule-request.d.ts +2 -2
  176. package/lib/response/add-compartment-response.d.ts +1 -1
  177. package/lib/response/create-data-mask-rule-response.d.ts +1 -1
  178. package/lib/response/create-detector-recipe-detector-rule-response.d.ts +1 -1
  179. package/lib/response/create-detector-recipe-response.d.ts +1 -1
  180. package/lib/response/create-managed-list-response.d.ts +1 -1
  181. package/lib/response/create-responder-recipe-response.d.ts +1 -1
  182. package/lib/response/create-security-recipe-response.d.ts +1 -1
  183. package/lib/response/create-security-zone-response.d.ts +1 -1
  184. package/lib/response/create-target-detector-recipe-response.d.ts +1 -1
  185. package/lib/response/create-target-responder-recipe-response.d.ts +1 -1
  186. package/lib/response/create-target-response.d.ts +1 -1
  187. package/lib/response/get-condition-metadata-type-response.d.ts +1 -1
  188. package/lib/response/get-configuration-response.d.ts +1 -1
  189. package/lib/response/get-data-mask-rule-response.d.ts +1 -1
  190. package/lib/response/get-data-source-response.d.ts +1 -1
  191. package/lib/response/get-detector-recipe-detector-rule-response.d.ts +1 -1
  192. package/lib/response/get-detector-recipe-response.d.ts +1 -1
  193. package/lib/response/get-detector-response.d.ts +1 -1
  194. package/lib/response/get-detector-rule-response.d.ts +2 -2
  195. package/lib/response/get-managed-list-response.d.ts +1 -1
  196. package/lib/response/get-problem-response.d.ts +1 -1
  197. package/lib/response/get-resource-profile-response.d.ts +1 -1
  198. package/lib/response/get-responder-execution-response.d.ts +1 -1
  199. package/lib/response/get-responder-recipe-responder-rule-response.d.ts +1 -1
  200. package/lib/response/get-responder-recipe-response.d.ts +1 -1
  201. package/lib/response/get-responder-rule-response.d.ts +1 -1
  202. package/lib/response/get-security-policy-response.d.ts +1 -1
  203. package/lib/response/get-security-recipe-response.d.ts +1 -1
  204. package/lib/response/get-security-zone-response.d.ts +1 -1
  205. package/lib/response/get-sighting-response.d.ts +1 -1
  206. package/lib/response/get-target-detector-recipe-detector-rule-response.d.ts +1 -1
  207. package/lib/response/get-target-detector-recipe-response.d.ts +1 -1
  208. package/lib/response/get-target-responder-recipe-responder-rule-response.d.ts +1 -1
  209. package/lib/response/get-target-responder-recipe-response.d.ts +1 -1
  210. package/lib/response/get-target-response.d.ts +1 -1
  211. package/lib/response/get-work-request-response.d.ts +1 -1
  212. package/lib/response/list-condition-metadata-types-response.d.ts +1 -1
  213. package/lib/response/list-data-mask-rules-response.d.ts +1 -1
  214. package/lib/response/list-data-source-events-response.d.ts +1 -1
  215. package/lib/response/list-data-sources-response.d.ts +1 -1
  216. package/lib/response/list-detector-recipe-detector-rules-response.d.ts +1 -1
  217. package/lib/response/list-detector-recipes-response.d.ts +1 -1
  218. package/lib/response/list-detector-rules-response.d.ts +1 -1
  219. package/lib/response/list-detectors-response.d.ts +1 -1
  220. package/lib/response/list-impacted-resources-response.d.ts +1 -1
  221. package/lib/response/list-managed-list-types-response.d.ts +1 -1
  222. package/lib/response/list-managed-lists-response.d.ts +1 -1
  223. package/lib/response/list-policies-response.d.ts +1 -1
  224. package/lib/response/list-problem-endpoints-response.d.ts +1 -1
  225. package/lib/response/list-problem-entities-response.d.ts +1 -1
  226. package/lib/response/list-problem-histories-response.d.ts +1 -1
  227. package/lib/response/list-problems-response.d.ts +1 -1
  228. package/lib/response/list-recommendations-response.d.ts +1 -1
  229. package/lib/response/list-resource-profile-endpoints-response.d.ts +1 -1
  230. package/lib/response/list-resource-profile-impacted-resources-response.d.ts +1 -1
  231. package/lib/response/list-resource-profiles-response.d.ts +1 -1
  232. package/lib/response/list-resource-types-response.d.ts +1 -1
  233. package/lib/response/list-responder-activities-response.d.ts +1 -1
  234. package/lib/response/list-responder-executions-response.d.ts +1 -1
  235. package/lib/response/list-responder-recipe-responder-rules-response.d.ts +1 -1
  236. package/lib/response/list-responder-recipes-response.d.ts +1 -1
  237. package/lib/response/list-responder-rules-response.d.ts +1 -1
  238. package/lib/response/list-security-policies-response.d.ts +1 -1
  239. package/lib/response/list-security-recipes-response.d.ts +1 -1
  240. package/lib/response/list-security-zones-response.d.ts +1 -1
  241. package/lib/response/list-sighting-endpoints-response.d.ts +1 -1
  242. package/lib/response/list-sighting-impacted-resources-response.d.ts +1 -1
  243. package/lib/response/list-sightings-response.d.ts +1 -1
  244. package/lib/response/list-tactics-response.d.ts +1 -1
  245. package/lib/response/list-target-detector-recipe-detector-rules-response.d.ts +1 -1
  246. package/lib/response/list-target-detector-recipes-response.d.ts +1 -1
  247. package/lib/response/list-target-responder-recipe-responder-rules-response.d.ts +1 -1
  248. package/lib/response/list-target-responder-recipes-response.d.ts +1 -1
  249. package/lib/response/list-targets-response.d.ts +1 -1
  250. package/lib/response/list-techniques-response.d.ts +1 -1
  251. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  252. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  253. package/lib/response/list-work-requests-response.d.ts +1 -1
  254. package/lib/response/remove-compartment-response.d.ts +1 -1
  255. package/lib/response/request-risk-scores-response.d.ts +1 -1
  256. package/lib/response/request-security-score-summarized-trend-response.d.ts +1 -1
  257. package/lib/response/request-security-scores-response.d.ts +1 -1
  258. package/lib/response/request-summarized-activity-problems-response.d.ts +1 -1
  259. package/lib/response/request-summarized-problems-response.d.ts +1 -1
  260. package/lib/response/request-summarized-responder-executions-response.d.ts +1 -1
  261. package/lib/response/request-summarized-risk-scores-response.d.ts +1 -1
  262. package/lib/response/request-summarized-security-scores-response.d.ts +1 -1
  263. package/lib/response/request-summarized-top-trend-resource-profile-risk-scores-response.d.ts +1 -1
  264. package/lib/response/request-summarized-trend-problems-response.d.ts +1 -1
  265. package/lib/response/request-summarized-trend-resource-risk-scores-response.d.ts +1 -1
  266. package/lib/response/request-summarized-trend-responder-executions-response.d.ts +1 -1
  267. package/lib/response/request-summarized-trend-security-scores-response.d.ts +1 -1
  268. package/lib/response/update-configuration-response.d.ts +1 -1
  269. package/lib/response/update-data-mask-rule-response.d.ts +1 -1
  270. package/lib/response/update-detector-recipe-detector-rule-response.d.ts +1 -1
  271. package/lib/response/update-detector-recipe-response.d.ts +1 -1
  272. package/lib/response/update-managed-list-response.d.ts +1 -1
  273. package/lib/response/update-problem-status-response.d.ts +1 -1
  274. package/lib/response/update-responder-recipe-responder-rule-response.d.ts +1 -1
  275. package/lib/response/update-responder-recipe-response.d.ts +1 -1
  276. package/lib/response/update-security-recipe-response.d.ts +1 -1
  277. package/lib/response/update-security-zone-response.d.ts +1 -1
  278. package/lib/response/update-target-detector-recipe-detector-rule-response.d.ts +1 -1
  279. package/lib/response/update-target-detector-recipe-response.d.ts +1 -1
  280. package/lib/response/update-target-responder-recipe-responder-rule-response.d.ts +1 -1
  281. package/lib/response/update-target-responder-recipe-response.d.ts +1 -1
  282. package/lib/response/update-target-response.d.ts +1 -1
  283. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -17,6 +17,7 @@ import common = require("oci-common");
17
17
  import * as requests from "./request";
18
18
  import * as responses from "./response";
19
19
  import { CloudGuardWaiter } from "./cloudguard-waiter";
20
+ declare const Breaker: any;
20
21
  export declare enum CloudGuardApiKeys {
21
22
  }
22
23
  /**
@@ -30,7 +31,7 @@ export declare class CloudGuardClient {
30
31
  protected "_defaultHeaders": any;
31
32
  protected "_waiters": CloudGuardWaiter;
32
33
  protected "_clientConfiguration": common.ClientConfiguration;
33
- protected _circuitBreaker: null;
34
+ protected _circuitBreaker: typeof Breaker | null;
34
35
  protected _httpOptions: any;
35
36
  protected _bodyDuplexMode: any;
36
37
  targetService: string;
@@ -83,13 +84,17 @@ export declare class CloudGuardClient {
83
84
  * @return The service waiters.
84
85
  */
85
86
  getWaiters(): CloudGuardWaiter;
87
+ /**
88
+ * Shutdown the circuit breaker used by the client when it is no longer needed
89
+ */
90
+ shutdownCircuitBreaker(): void;
86
91
  /**
87
92
  * Add an existing compartment to a security zone. If you previously removed a subcompartment from a security zone, you can add it back to the same security zone. The security zone ensures that resources in the subcompartment comply with the security zone's policies.
88
93
  * This operation does not retry by default if the user has not defined a retry configuration.
89
94
  * @param AddCompartmentRequest
90
95
  * @return AddCompartmentResponse
91
96
  * @throws OciError when an error occurs
92
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/AddCompartment.ts.html |here} to see how to use AddCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/AddCompartment.ts.html |here} to see how to use AddCompartment API.
93
98
  */
94
99
  addCompartment(addCompartmentRequest: requests.AddCompartmentRequest): Promise<responses.AddCompartmentResponse>;
95
100
  /**
@@ -98,7 +103,7 @@ export declare class CloudGuardClient {
98
103
  * @param CancelWorkRequestRequest
99
104
  * @return CancelWorkRequestResponse
100
105
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
102
107
  */
103
108
  cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
104
109
  /**
@@ -107,7 +112,7 @@ export declare class CloudGuardClient {
107
112
  * @param ChangeDataSourceCompartmentRequest
108
113
  * @return ChangeDataSourceCompartmentResponse
109
114
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ChangeDataSourceCompartment.ts.html |here} to see how to use ChangeDataSourceCompartment API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ChangeDataSourceCompartment.ts.html |here} to see how to use ChangeDataSourceCompartment API.
111
116
  */
112
117
  changeDataSourceCompartment(changeDataSourceCompartmentRequest: requests.ChangeDataSourceCompartmentRequest): Promise<responses.ChangeDataSourceCompartmentResponse>;
113
118
  /**
@@ -116,7 +121,7 @@ export declare class CloudGuardClient {
116
121
  * @param ChangeDetectorRecipeCompartmentRequest
117
122
  * @return ChangeDetectorRecipeCompartmentResponse
118
123
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ChangeDetectorRecipeCompartment.ts.html |here} to see how to use ChangeDetectorRecipeCompartment API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ChangeDetectorRecipeCompartment.ts.html |here} to see how to use ChangeDetectorRecipeCompartment API.
120
125
  */
121
126
  changeDetectorRecipeCompartment(changeDetectorRecipeCompartmentRequest: requests.ChangeDetectorRecipeCompartmentRequest): Promise<responses.ChangeDetectorRecipeCompartmentResponse>;
122
127
  /**
@@ -125,7 +130,7 @@ export declare class CloudGuardClient {
125
130
  * @param ChangeManagedListCompartmentRequest
126
131
  * @return ChangeManagedListCompartmentResponse
127
132
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ChangeManagedListCompartment.ts.html |here} to see how to use ChangeManagedListCompartment API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ChangeManagedListCompartment.ts.html |here} to see how to use ChangeManagedListCompartment API.
129
134
  */
130
135
  changeManagedListCompartment(changeManagedListCompartmentRequest: requests.ChangeManagedListCompartmentRequest): Promise<responses.ChangeManagedListCompartmentResponse>;
131
136
  /**
@@ -134,7 +139,7 @@ export declare class CloudGuardClient {
134
139
  * @param ChangeResponderRecipeCompartmentRequest
135
140
  * @return ChangeResponderRecipeCompartmentResponse
136
141
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ChangeResponderRecipeCompartment.ts.html |here} to see how to use ChangeResponderRecipeCompartment API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ChangeResponderRecipeCompartment.ts.html |here} to see how to use ChangeResponderRecipeCompartment API.
138
143
  */
139
144
  changeResponderRecipeCompartment(changeResponderRecipeCompartmentRequest: requests.ChangeResponderRecipeCompartmentRequest): Promise<responses.ChangeResponderRecipeCompartmentResponse>;
140
145
  /**
@@ -143,7 +148,7 @@ export declare class CloudGuardClient {
143
148
  * @param ChangeSecurityRecipeCompartmentRequest
144
149
  * @return ChangeSecurityRecipeCompartmentResponse
145
150
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ChangeSecurityRecipeCompartment.ts.html |here} to see how to use ChangeSecurityRecipeCompartment API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ChangeSecurityRecipeCompartment.ts.html |here} to see how to use ChangeSecurityRecipeCompartment API.
147
152
  */
148
153
  changeSecurityRecipeCompartment(changeSecurityRecipeCompartmentRequest: requests.ChangeSecurityRecipeCompartmentRequest): Promise<responses.ChangeSecurityRecipeCompartmentResponse>;
149
154
  /**
@@ -152,7 +157,7 @@ export declare class CloudGuardClient {
152
157
  * @param ChangeSecurityZoneCompartmentRequest
153
158
  * @return ChangeSecurityZoneCompartmentResponse
154
159
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ChangeSecurityZoneCompartment.ts.html |here} to see how to use ChangeSecurityZoneCompartment API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ChangeSecurityZoneCompartment.ts.html |here} to see how to use ChangeSecurityZoneCompartment API.
156
161
  */
157
162
  changeSecurityZoneCompartment(changeSecurityZoneCompartmentRequest: requests.ChangeSecurityZoneCompartmentRequest): Promise<responses.ChangeSecurityZoneCompartmentResponse>;
158
163
  /**
@@ -162,7 +167,7 @@ export declare class CloudGuardClient {
162
167
  * @param CreateDataMaskRuleRequest
163
168
  * @return CreateDataMaskRuleResponse
164
169
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateDataMaskRule.ts.html |here} to see how to use CreateDataMaskRule API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateDataMaskRule.ts.html |here} to see how to use CreateDataMaskRule API.
166
171
  */
167
172
  createDataMaskRule(createDataMaskRuleRequest: requests.CreateDataMaskRuleRequest): Promise<responses.CreateDataMaskRuleResponse>;
168
173
  /**
@@ -172,7 +177,7 @@ export declare class CloudGuardClient {
172
177
  * @param CreateDataSourceRequest
173
178
  * @return CreateDataSourceResponse
174
179
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateDataSource.ts.html |here} to see how to use CreateDataSource API.
176
181
  */
177
182
  createDataSource(createDataSourceRequest: requests.CreateDataSourceRequest): Promise<responses.CreateDataSourceResponse>;
178
183
  /**
@@ -182,7 +187,7 @@ export declare class CloudGuardClient {
182
187
  * @param CreateDetectorRecipeRequest
183
188
  * @return CreateDetectorRecipeResponse
184
189
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateDetectorRecipe.ts.html |here} to see how to use CreateDetectorRecipe API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateDetectorRecipe.ts.html |here} to see how to use CreateDetectorRecipe API.
186
191
  */
187
192
  createDetectorRecipe(createDetectorRecipeRequest: requests.CreateDetectorRecipeRequest): Promise<responses.CreateDetectorRecipeResponse>;
188
193
  /**
@@ -191,7 +196,7 @@ export declare class CloudGuardClient {
191
196
  * @param CreateDetectorRecipeDetectorRuleRequest
192
197
  * @return CreateDetectorRecipeDetectorRuleResponse
193
198
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateDetectorRecipeDetectorRule.ts.html |here} to see how to use CreateDetectorRecipeDetectorRule API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateDetectorRecipeDetectorRule.ts.html |here} to see how to use CreateDetectorRecipeDetectorRule API.
195
200
  */
196
201
  createDetectorRecipeDetectorRule(createDetectorRecipeDetectorRuleRequest: requests.CreateDetectorRecipeDetectorRuleRequest): Promise<responses.CreateDetectorRecipeDetectorRuleResponse>;
197
202
  /**
@@ -201,7 +206,7 @@ export declare class CloudGuardClient {
201
206
  * @param CreateManagedListRequest
202
207
  * @return CreateManagedListResponse
203
208
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateManagedList.ts.html |here} to see how to use CreateManagedList API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateManagedList.ts.html |here} to see how to use CreateManagedList API.
205
210
  */
206
211
  createManagedList(createManagedListRequest: requests.CreateManagedListRequest): Promise<responses.CreateManagedListResponse>;
207
212
  /**
@@ -211,7 +216,7 @@ export declare class CloudGuardClient {
211
216
  * @param CreateResponderRecipeRequest
212
217
  * @return CreateResponderRecipeResponse
213
218
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateResponderRecipe.ts.html |here} to see how to use CreateResponderRecipe API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateResponderRecipe.ts.html |here} to see how to use CreateResponderRecipe API.
215
220
  */
216
221
  createResponderRecipe(createResponderRecipeRequest: requests.CreateResponderRecipeRequest): Promise<responses.CreateResponderRecipeResponse>;
217
222
  /**
@@ -221,7 +226,7 @@ export declare class CloudGuardClient {
221
226
  * @param CreateSecurityRecipeRequest
222
227
  * @return CreateSecurityRecipeResponse
223
228
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateSecurityRecipe.ts.html |here} to see how to use CreateSecurityRecipe API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateSecurityRecipe.ts.html |here} to see how to use CreateSecurityRecipe API.
225
230
  */
226
231
  createSecurityRecipe(createSecurityRecipeRequest: requests.CreateSecurityRecipeRequest): Promise<responses.CreateSecurityRecipeResponse>;
227
232
  /**
@@ -231,7 +236,7 @@ export declare class CloudGuardClient {
231
236
  * @param CreateSecurityZoneRequest
232
237
  * @return CreateSecurityZoneResponse
233
238
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateSecurityZone.ts.html |here} to see how to use CreateSecurityZone API.
239
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateSecurityZone.ts.html |here} to see how to use CreateSecurityZone API.
235
240
  */
236
241
  createSecurityZone(createSecurityZoneRequest: requests.CreateSecurityZoneRequest): Promise<responses.CreateSecurityZoneResponse>;
237
242
  /**
@@ -241,7 +246,7 @@ export declare class CloudGuardClient {
241
246
  * @param CreateTargetRequest
242
247
  * @return CreateTargetResponse
243
248
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateTarget.ts.html |here} to see how to use CreateTarget API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateTarget.ts.html |here} to see how to use CreateTarget API.
245
250
  */
246
251
  createTarget(createTargetRequest: requests.CreateTargetRequest): Promise<responses.CreateTargetResponse>;
247
252
  /**
@@ -251,7 +256,7 @@ export declare class CloudGuardClient {
251
256
  * @param CreateTargetDetectorRecipeRequest
252
257
  * @return CreateTargetDetectorRecipeResponse
253
258
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateTargetDetectorRecipe.ts.html |here} to see how to use CreateTargetDetectorRecipe API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateTargetDetectorRecipe.ts.html |here} to see how to use CreateTargetDetectorRecipe API.
255
260
  */
256
261
  createTargetDetectorRecipe(createTargetDetectorRecipeRequest: requests.CreateTargetDetectorRecipeRequest): Promise<responses.CreateTargetDetectorRecipeResponse>;
257
262
  /**
@@ -261,7 +266,7 @@ export declare class CloudGuardClient {
261
266
  * @param CreateTargetResponderRecipeRequest
262
267
  * @return CreateTargetResponderRecipeResponse
263
268
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/CreateTargetResponderRecipe.ts.html |here} to see how to use CreateTargetResponderRecipe API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/CreateTargetResponderRecipe.ts.html |here} to see how to use CreateTargetResponderRecipe API.
265
270
  */
266
271
  createTargetResponderRecipe(createTargetResponderRecipeRequest: requests.CreateTargetResponderRecipeRequest): Promise<responses.CreateTargetResponderRecipeResponse>;
267
272
  /**
@@ -270,7 +275,7 @@ export declare class CloudGuardClient {
270
275
  * @param DeleteDataMaskRuleRequest
271
276
  * @return DeleteDataMaskRuleResponse
272
277
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteDataMaskRule.ts.html |here} to see how to use DeleteDataMaskRule API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteDataMaskRule.ts.html |here} to see how to use DeleteDataMaskRule API.
274
279
  */
275
280
  deleteDataMaskRule(deleteDataMaskRuleRequest: requests.DeleteDataMaskRuleRequest): Promise<responses.DeleteDataMaskRuleResponse>;
276
281
  /**
@@ -279,7 +284,7 @@ export declare class CloudGuardClient {
279
284
  * @param DeleteDataSourceRequest
280
285
  * @return DeleteDataSourceResponse
281
286
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteDataSource.ts.html |here} to see how to use DeleteDataSource API.
283
288
  */
284
289
  deleteDataSource(deleteDataSourceRequest: requests.DeleteDataSourceRequest): Promise<responses.DeleteDataSourceResponse>;
285
290
  /**
@@ -288,7 +293,7 @@ export declare class CloudGuardClient {
288
293
  * @param DeleteDetectorRecipeRequest
289
294
  * @return DeleteDetectorRecipeResponse
290
295
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteDetectorRecipe.ts.html |here} to see how to use DeleteDetectorRecipe API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteDetectorRecipe.ts.html |here} to see how to use DeleteDetectorRecipe API.
292
297
  */
293
298
  deleteDetectorRecipe(deleteDetectorRecipeRequest: requests.DeleteDetectorRecipeRequest): Promise<responses.DeleteDetectorRecipeResponse>;
294
299
  /**
@@ -297,7 +302,7 @@ export declare class CloudGuardClient {
297
302
  * @param DeleteDetectorRecipeDetectorRuleRequest
298
303
  * @return DeleteDetectorRecipeDetectorRuleResponse
299
304
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteDetectorRecipeDetectorRule.ts.html |here} to see how to use DeleteDetectorRecipeDetectorRule API.
305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteDetectorRecipeDetectorRule.ts.html |here} to see how to use DeleteDetectorRecipeDetectorRule API.
301
306
  */
302
307
  deleteDetectorRecipeDetectorRule(deleteDetectorRecipeDetectorRuleRequest: requests.DeleteDetectorRecipeDetectorRuleRequest): Promise<responses.DeleteDetectorRecipeDetectorRuleResponse>;
303
308
  /**
@@ -306,7 +311,7 @@ export declare class CloudGuardClient {
306
311
  * @param DeleteDetectorRecipeDetectorRuleDataSourceRequest
307
312
  * @return DeleteDetectorRecipeDetectorRuleDataSourceResponse
308
313
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteDetectorRecipeDetectorRuleDataSource.ts.html |here} to see how to use DeleteDetectorRecipeDetectorRuleDataSource API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteDetectorRecipeDetectorRuleDataSource.ts.html |here} to see how to use DeleteDetectorRecipeDetectorRuleDataSource API.
310
315
  */
311
316
  deleteDetectorRecipeDetectorRuleDataSource(deleteDetectorRecipeDetectorRuleDataSourceRequest: requests.DeleteDetectorRecipeDetectorRuleDataSourceRequest): Promise<responses.DeleteDetectorRecipeDetectorRuleDataSourceResponse>;
312
317
  /**
@@ -315,7 +320,7 @@ export declare class CloudGuardClient {
315
320
  * @param DeleteManagedListRequest
316
321
  * @return DeleteManagedListResponse
317
322
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteManagedList.ts.html |here} to see how to use DeleteManagedList API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteManagedList.ts.html |here} to see how to use DeleteManagedList API.
319
324
  */
320
325
  deleteManagedList(deleteManagedListRequest: requests.DeleteManagedListRequest): Promise<responses.DeleteManagedListResponse>;
321
326
  /**
@@ -324,7 +329,7 @@ export declare class CloudGuardClient {
324
329
  * @param DeleteResponderRecipeRequest
325
330
  * @return DeleteResponderRecipeResponse
326
331
  * @throws OciError when an error occurs
327
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteResponderRecipe.ts.html |here} to see how to use DeleteResponderRecipe API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteResponderRecipe.ts.html |here} to see how to use DeleteResponderRecipe API.
328
333
  */
329
334
  deleteResponderRecipe(deleteResponderRecipeRequest: requests.DeleteResponderRecipeRequest): Promise<responses.DeleteResponderRecipeResponse>;
330
335
  /**
@@ -333,7 +338,7 @@ export declare class CloudGuardClient {
333
338
  * @param DeleteSecurityRecipeRequest
334
339
  * @return DeleteSecurityRecipeResponse
335
340
  * @throws OciError when an error occurs
336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteSecurityRecipe.ts.html |here} to see how to use DeleteSecurityRecipe API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteSecurityRecipe.ts.html |here} to see how to use DeleteSecurityRecipe API.
337
342
  */
338
343
  deleteSecurityRecipe(deleteSecurityRecipeRequest: requests.DeleteSecurityRecipeRequest): Promise<responses.DeleteSecurityRecipeResponse>;
339
344
  /**
@@ -342,7 +347,7 @@ export declare class CloudGuardClient {
342
347
  * @param DeleteSecurityZoneRequest
343
348
  * @return DeleteSecurityZoneResponse
344
349
  * @throws OciError when an error occurs
345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteSecurityZone.ts.html |here} to see how to use DeleteSecurityZone API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteSecurityZone.ts.html |here} to see how to use DeleteSecurityZone API.
346
351
  */
347
352
  deleteSecurityZone(deleteSecurityZoneRequest: requests.DeleteSecurityZoneRequest): Promise<responses.DeleteSecurityZoneResponse>;
348
353
  /**
@@ -351,7 +356,7 @@ export declare class CloudGuardClient {
351
356
  * @param DeleteTargetRequest
352
357
  * @return DeleteTargetResponse
353
358
  * @throws OciError when an error occurs
354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteTarget.ts.html |here} to see how to use DeleteTarget API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteTarget.ts.html |here} to see how to use DeleteTarget API.
355
360
  */
356
361
  deleteTarget(deleteTargetRequest: requests.DeleteTargetRequest): Promise<responses.DeleteTargetResponse>;
357
362
  /**
@@ -360,7 +365,7 @@ export declare class CloudGuardClient {
360
365
  * @param DeleteTargetDetectorRecipeRequest
361
366
  * @return DeleteTargetDetectorRecipeResponse
362
367
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteTargetDetectorRecipe.ts.html |here} to see how to use DeleteTargetDetectorRecipe API.
368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteTargetDetectorRecipe.ts.html |here} to see how to use DeleteTargetDetectorRecipe API.
364
369
  */
365
370
  deleteTargetDetectorRecipe(deleteTargetDetectorRecipeRequest: requests.DeleteTargetDetectorRecipeRequest): Promise<responses.DeleteTargetDetectorRecipeResponse>;
366
371
  /**
@@ -369,7 +374,7 @@ export declare class CloudGuardClient {
369
374
  * @param DeleteTargetResponderRecipeRequest
370
375
  * @return DeleteTargetResponderRecipeResponse
371
376
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/DeleteTargetResponderRecipe.ts.html |here} to see how to use DeleteTargetResponderRecipe API.
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/DeleteTargetResponderRecipe.ts.html |here} to see how to use DeleteTargetResponderRecipe API.
373
378
  */
374
379
  deleteTargetResponderRecipe(deleteTargetResponderRecipeRequest: requests.DeleteTargetResponderRecipeRequest): Promise<responses.DeleteTargetResponderRecipeResponse>;
375
380
  /**
@@ -378,7 +383,7 @@ export declare class CloudGuardClient {
378
383
  * @param ExecuteResponderExecutionRequest
379
384
  * @return ExecuteResponderExecutionResponse
380
385
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ExecuteResponderExecution.ts.html |here} to see how to use ExecuteResponderExecution API.
386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ExecuteResponderExecution.ts.html |here} to see how to use ExecuteResponderExecution API.
382
387
  */
383
388
  executeResponderExecution(executeResponderExecutionRequest: requests.ExecuteResponderExecutionRequest): Promise<responses.ExecuteResponderExecutionResponse>;
384
389
  /**
@@ -388,7 +393,7 @@ export declare class CloudGuardClient {
388
393
  * @param GetConditionMetadataTypeRequest
389
394
  * @return GetConditionMetadataTypeResponse
390
395
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetConditionMetadataType.ts.html |here} to see how to use GetConditionMetadataType API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetConditionMetadataType.ts.html |here} to see how to use GetConditionMetadataType API.
392
397
  */
393
398
  getConditionMetadataType(getConditionMetadataTypeRequest: requests.GetConditionMetadataTypeRequest): Promise<responses.GetConditionMetadataTypeResponse>;
394
399
  /**
@@ -397,7 +402,7 @@ export declare class CloudGuardClient {
397
402
  * @param GetConfigurationRequest
398
403
  * @return GetConfigurationResponse
399
404
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
401
406
  */
402
407
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
403
408
  /**
@@ -406,7 +411,7 @@ export declare class CloudGuardClient {
406
411
  * @param GetDataMaskRuleRequest
407
412
  * @return GetDataMaskRuleResponse
408
413
  * @throws OciError when an error occurs
409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetDataMaskRule.ts.html |here} to see how to use GetDataMaskRule API.
414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetDataMaskRule.ts.html |here} to see how to use GetDataMaskRule API.
410
415
  */
411
416
  getDataMaskRule(getDataMaskRuleRequest: requests.GetDataMaskRuleRequest): Promise<responses.GetDataMaskRuleResponse>;
412
417
  /**
@@ -415,7 +420,7 @@ export declare class CloudGuardClient {
415
420
  * @param GetDataSourceRequest
416
421
  * @return GetDataSourceResponse
417
422
  * @throws OciError when an error occurs
418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetDataSource.ts.html |here} to see how to use GetDataSource API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetDataSource.ts.html |here} to see how to use GetDataSource API.
419
424
  */
420
425
  getDataSource(getDataSourceRequest: requests.GetDataSourceRequest): Promise<responses.GetDataSourceResponse>;
421
426
  /**
@@ -425,7 +430,7 @@ export declare class CloudGuardClient {
425
430
  * @param GetDetectorRequest
426
431
  * @return GetDetectorResponse
427
432
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetDetector.ts.html |here} to see how to use GetDetector API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetDetector.ts.html |here} to see how to use GetDetector API.
429
434
  */
430
435
  getDetector(getDetectorRequest: requests.GetDetectorRequest): Promise<responses.GetDetectorResponse>;
431
436
  /**
@@ -434,7 +439,7 @@ export declare class CloudGuardClient {
434
439
  * @param GetDetectorRecipeRequest
435
440
  * @return GetDetectorRecipeResponse
436
441
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetDetectorRecipe.ts.html |here} to see how to use GetDetectorRecipe API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetDetectorRecipe.ts.html |here} to see how to use GetDetectorRecipe API.
438
443
  */
439
444
  getDetectorRecipe(getDetectorRecipeRequest: requests.GetDetectorRecipeRequest): Promise<responses.GetDetectorRecipeResponse>;
440
445
  /**
@@ -443,7 +448,7 @@ export declare class CloudGuardClient {
443
448
  * @param GetDetectorRecipeDetectorRuleRequest
444
449
  * @return GetDetectorRecipeDetectorRuleResponse
445
450
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetDetectorRecipeDetectorRule API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetDetectorRecipeDetectorRule API.
447
452
  */
448
453
  getDetectorRecipeDetectorRule(getDetectorRecipeDetectorRuleRequest: requests.GetDetectorRecipeDetectorRuleRequest): Promise<responses.GetDetectorRecipeDetectorRuleResponse>;
449
454
  /**
@@ -453,7 +458,7 @@ export declare class CloudGuardClient {
453
458
  * @param GetDetectorRuleRequest
454
459
  * @return GetDetectorRuleResponse
455
460
  * @throws OciError when an error occurs
456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetDetectorRule.ts.html |here} to see how to use GetDetectorRule API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetDetectorRule.ts.html |here} to see how to use GetDetectorRule API.
457
462
  */
458
463
  getDetectorRule(getDetectorRuleRequest: requests.GetDetectorRuleRequest): Promise<responses.GetDetectorRuleResponse>;
459
464
  /**
@@ -462,7 +467,7 @@ export declare class CloudGuardClient {
462
467
  * @param GetManagedListRequest
463
468
  * @return GetManagedListResponse
464
469
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetManagedList.ts.html |here} to see how to use GetManagedList API.
470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetManagedList.ts.html |here} to see how to use GetManagedList API.
466
471
  */
467
472
  getManagedList(getManagedListRequest: requests.GetManagedListRequest): Promise<responses.GetManagedListResponse>;
468
473
  /**
@@ -471,7 +476,7 @@ export declare class CloudGuardClient {
471
476
  * @param GetProblemRequest
472
477
  * @return GetProblemResponse
473
478
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetProblem.ts.html |here} to see how to use GetProblem API.
479
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetProblem.ts.html |here} to see how to use GetProblem API.
475
480
  */
476
481
  getProblem(getProblemRequest: requests.GetProblemRequest): Promise<responses.GetProblemResponse>;
477
482
  /**
@@ -480,7 +485,7 @@ export declare class CloudGuardClient {
480
485
  * @param GetResourceProfileRequest
481
486
  * @return GetResourceProfileResponse
482
487
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetResourceProfile.ts.html |here} to see how to use GetResourceProfile API.
488
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetResourceProfile.ts.html |here} to see how to use GetResourceProfile API.
484
489
  */
485
490
  getResourceProfile(getResourceProfileRequest: requests.GetResourceProfileRequest): Promise<responses.GetResourceProfileResponse>;
486
491
  /**
@@ -490,7 +495,7 @@ export declare class CloudGuardClient {
490
495
  * @param GetResponderExecutionRequest
491
496
  * @return GetResponderExecutionResponse
492
497
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetResponderExecution.ts.html |here} to see how to use GetResponderExecution API.
498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetResponderExecution.ts.html |here} to see how to use GetResponderExecution API.
494
499
  */
495
500
  getResponderExecution(getResponderExecutionRequest: requests.GetResponderExecutionRequest): Promise<responses.GetResponderExecutionResponse>;
496
501
  /**
@@ -499,7 +504,7 @@ export declare class CloudGuardClient {
499
504
  * @param GetResponderRecipeRequest
500
505
  * @return GetResponderRecipeResponse
501
506
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetResponderRecipe.ts.html |here} to see how to use GetResponderRecipe API.
507
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetResponderRecipe.ts.html |here} to see how to use GetResponderRecipe API.
503
508
  */
504
509
  getResponderRecipe(getResponderRecipeRequest: requests.GetResponderRecipeRequest): Promise<responses.GetResponderRecipeResponse>;
505
510
  /**
@@ -508,7 +513,7 @@ export declare class CloudGuardClient {
508
513
  * @param GetResponderRecipeResponderRuleRequest
509
514
  * @return GetResponderRecipeResponderRuleResponse
510
515
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetResponderRecipeResponderRule.ts.html |here} to see how to use GetResponderRecipeResponderRule API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetResponderRecipeResponderRule.ts.html |here} to see how to use GetResponderRecipeResponderRule API.
512
517
  */
513
518
  getResponderRecipeResponderRule(getResponderRecipeResponderRuleRequest: requests.GetResponderRecipeResponderRuleRequest): Promise<responses.GetResponderRecipeResponderRuleResponse>;
514
519
  /**
@@ -517,7 +522,7 @@ export declare class CloudGuardClient {
517
522
  * @param GetResponderRuleRequest
518
523
  * @return GetResponderRuleResponse
519
524
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetResponderRule.ts.html |here} to see how to use GetResponderRule API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetResponderRule.ts.html |here} to see how to use GetResponderRule API.
521
526
  */
522
527
  getResponderRule(getResponderRuleRequest: requests.GetResponderRuleRequest): Promise<responses.GetResponderRuleResponse>;
523
528
  /**
@@ -526,7 +531,7 @@ export declare class CloudGuardClient {
526
531
  * @param GetSecurityPolicyRequest
527
532
  * @return GetSecurityPolicyResponse
528
533
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetSecurityPolicy.ts.html |here} to see how to use GetSecurityPolicy API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetSecurityPolicy.ts.html |here} to see how to use GetSecurityPolicy API.
530
535
  */
531
536
  getSecurityPolicy(getSecurityPolicyRequest: requests.GetSecurityPolicyRequest): Promise<responses.GetSecurityPolicyResponse>;
532
537
  /**
@@ -535,7 +540,7 @@ export declare class CloudGuardClient {
535
540
  * @param GetSecurityRecipeRequest
536
541
  * @return GetSecurityRecipeResponse
537
542
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetSecurityRecipe.ts.html |here} to see how to use GetSecurityRecipe API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetSecurityRecipe.ts.html |here} to see how to use GetSecurityRecipe API.
539
544
  */
540
545
  getSecurityRecipe(getSecurityRecipeRequest: requests.GetSecurityRecipeRequest): Promise<responses.GetSecurityRecipeResponse>;
541
546
  /**
@@ -544,7 +549,7 @@ export declare class CloudGuardClient {
544
549
  * @param GetSecurityZoneRequest
545
550
  * @return GetSecurityZoneResponse
546
551
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetSecurityZone.ts.html |here} to see how to use GetSecurityZone API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetSecurityZone.ts.html |here} to see how to use GetSecurityZone API.
548
553
  */
549
554
  getSecurityZone(getSecurityZoneRequest: requests.GetSecurityZoneRequest): Promise<responses.GetSecurityZoneResponse>;
550
555
  /**
@@ -553,7 +558,7 @@ export declare class CloudGuardClient {
553
558
  * @param GetSightingRequest
554
559
  * @return GetSightingResponse
555
560
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetSighting.ts.html |here} to see how to use GetSighting API.
561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetSighting.ts.html |here} to see how to use GetSighting API.
557
562
  */
558
563
  getSighting(getSightingRequest: requests.GetSightingRequest): Promise<responses.GetSightingResponse>;
559
564
  /**
@@ -562,7 +567,7 @@ export declare class CloudGuardClient {
562
567
  * @param GetTargetRequest
563
568
  * @return GetTargetResponse
564
569
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetTarget.ts.html |here} to see how to use GetTarget API.
570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetTarget.ts.html |here} to see how to use GetTarget API.
566
571
  */
567
572
  getTarget(getTargetRequest: requests.GetTargetRequest): Promise<responses.GetTargetResponse>;
568
573
  /**
@@ -571,7 +576,7 @@ export declare class CloudGuardClient {
571
576
  * @param GetTargetDetectorRecipeRequest
572
577
  * @return GetTargetDetectorRecipeResponse
573
578
  * @throws OciError when an error occurs
574
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetTargetDetectorRecipe.ts.html |here} to see how to use GetTargetDetectorRecipe API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetTargetDetectorRecipe.ts.html |here} to see how to use GetTargetDetectorRecipe API.
575
580
  */
576
581
  getTargetDetectorRecipe(getTargetDetectorRecipeRequest: requests.GetTargetDetectorRecipeRequest): Promise<responses.GetTargetDetectorRecipeResponse>;
577
582
  /**
@@ -580,7 +585,7 @@ export declare class CloudGuardClient {
580
585
  * @param GetTargetDetectorRecipeDetectorRuleRequest
581
586
  * @return GetTargetDetectorRecipeDetectorRuleResponse
582
587
  * @throws OciError when an error occurs
583
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetTargetDetectorRecipeDetectorRule API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use GetTargetDetectorRecipeDetectorRule API.
584
589
  */
585
590
  getTargetDetectorRecipeDetectorRule(getTargetDetectorRecipeDetectorRuleRequest: requests.GetTargetDetectorRecipeDetectorRuleRequest): Promise<responses.GetTargetDetectorRecipeDetectorRuleResponse>;
586
591
  /**
@@ -589,7 +594,7 @@ export declare class CloudGuardClient {
589
594
  * @param GetTargetResponderRecipeRequest
590
595
  * @return GetTargetResponderRecipeResponse
591
596
  * @throws OciError when an error occurs
592
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetTargetResponderRecipe.ts.html |here} to see how to use GetTargetResponderRecipe API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetTargetResponderRecipe.ts.html |here} to see how to use GetTargetResponderRecipe API.
593
598
  */
594
599
  getTargetResponderRecipe(getTargetResponderRecipeRequest: requests.GetTargetResponderRecipeRequest): Promise<responses.GetTargetResponderRecipeResponse>;
595
600
  /**
@@ -598,7 +603,7 @@ export declare class CloudGuardClient {
598
603
  * @param GetTargetResponderRecipeResponderRuleRequest
599
604
  * @return GetTargetResponderRecipeResponderRuleResponse
600
605
  * @throws OciError when an error occurs
601
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetTargetResponderRecipeResponderRule.ts.html |here} to see how to use GetTargetResponderRecipeResponderRule API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetTargetResponderRecipeResponderRule.ts.html |here} to see how to use GetTargetResponderRecipeResponderRule API.
602
607
  */
603
608
  getTargetResponderRecipeResponderRule(getTargetResponderRecipeResponderRuleRequest: requests.GetTargetResponderRecipeResponderRuleRequest): Promise<responses.GetTargetResponderRecipeResponderRuleResponse>;
604
609
  /**
@@ -607,7 +612,7 @@ export declare class CloudGuardClient {
607
612
  * @param GetWorkRequestRequest
608
613
  * @return GetWorkRequestResponse
609
614
  * @throws OciError when an error occurs
610
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
611
616
  */
612
617
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
613
618
  /**
@@ -617,7 +622,7 @@ export declare class CloudGuardClient {
617
622
  * @param ListConditionMetadataTypesRequest
618
623
  * @return ListConditionMetadataTypesResponse
619
624
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListConditionMetadataTypes.ts.html |here} to see how to use ListConditionMetadataTypes API.
625
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListConditionMetadataTypes.ts.html |here} to see how to use ListConditionMetadataTypes API.
621
626
  */
622
627
  listConditionMetadataTypes(listConditionMetadataTypesRequest: requests.ListConditionMetadataTypesRequest): Promise<responses.ListConditionMetadataTypesResponse>;
623
628
  /**
@@ -627,7 +632,7 @@ export declare class CloudGuardClient {
627
632
  * @param ListDataMaskRulesRequest
628
633
  * @return ListDataMaskRulesResponse
629
634
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDataMaskRules.ts.html |here} to see how to use ListDataMaskRules API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDataMaskRules.ts.html |here} to see how to use ListDataMaskRules API.
631
636
  */
632
637
  listDataMaskRules(listDataMaskRulesRequest: requests.ListDataMaskRulesRequest): Promise<responses.ListDataMaskRulesResponse>;
633
638
  /**
@@ -637,7 +642,7 @@ export declare class CloudGuardClient {
637
642
  * @param ListDataSourceEventsRequest
638
643
  * @return ListDataSourceEventsResponse
639
644
  * @throws OciError when an error occurs
640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDataSourceEvents.ts.html |here} to see how to use ListDataSourceEvents API.
645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDataSourceEvents.ts.html |here} to see how to use ListDataSourceEvents API.
641
646
  */
642
647
  listDataSourceEvents(listDataSourceEventsRequest: requests.ListDataSourceEventsRequest): Promise<responses.ListDataSourceEventsResponse>;
643
648
  /**
@@ -661,7 +666,7 @@ export declare class CloudGuardClient {
661
666
  * @param ListDataSourcesRequest
662
667
  * @return ListDataSourcesResponse
663
668
  * @throws OciError when an error occurs
664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDataSources.ts.html |here} to see how to use ListDataSources API.
669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDataSources.ts.html |here} to see how to use ListDataSources API.
665
670
  */
666
671
  listDataSources(listDataSourcesRequest: requests.ListDataSourcesRequest): Promise<responses.ListDataSourcesResponse>;
667
672
  /**
@@ -671,7 +676,7 @@ export declare class CloudGuardClient {
671
676
  * @param ListDetectorRecipeDetectorRulesRequest
672
677
  * @return ListDetectorRecipeDetectorRulesResponse
673
678
  * @throws OciError when an error occurs
674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDetectorRecipeDetectorRules.ts.html |here} to see how to use ListDetectorRecipeDetectorRules API.
679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDetectorRecipeDetectorRules.ts.html |here} to see how to use ListDetectorRecipeDetectorRules API.
675
680
  */
676
681
  listDetectorRecipeDetectorRules(listDetectorRecipeDetectorRulesRequest: requests.ListDetectorRecipeDetectorRulesRequest): Promise<responses.ListDetectorRecipeDetectorRulesResponse>;
677
682
  /**
@@ -695,7 +700,7 @@ export declare class CloudGuardClient {
695
700
  * @param ListDetectorRecipesRequest
696
701
  * @return ListDetectorRecipesResponse
697
702
  * @throws OciError when an error occurs
698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDetectorRecipes.ts.html |here} to see how to use ListDetectorRecipes API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDetectorRecipes.ts.html |here} to see how to use ListDetectorRecipes API.
699
704
  */
700
705
  listDetectorRecipes(listDetectorRecipesRequest: requests.ListDetectorRecipesRequest): Promise<responses.ListDetectorRecipesResponse>;
701
706
  /**
@@ -705,7 +710,7 @@ export declare class CloudGuardClient {
705
710
  * @param ListDetectorRulesRequest
706
711
  * @return ListDetectorRulesResponse
707
712
  * @throws OciError when an error occurs
708
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDetectorRules.ts.html |here} to see how to use ListDetectorRules API.
713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDetectorRules.ts.html |here} to see how to use ListDetectorRules API.
709
714
  */
710
715
  listDetectorRules(listDetectorRulesRequest: requests.ListDetectorRulesRequest): Promise<responses.ListDetectorRulesResponse>;
711
716
  /**
@@ -715,7 +720,7 @@ export declare class CloudGuardClient {
715
720
  * @param ListDetectorsRequest
716
721
  * @return ListDetectorsResponse
717
722
  * @throws OciError when an error occurs
718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListDetectors.ts.html |here} to see how to use ListDetectors API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListDetectors.ts.html |here} to see how to use ListDetectors API.
719
724
  */
720
725
  listDetectors(listDetectorsRequest: requests.ListDetectorsRequest): Promise<responses.ListDetectorsResponse>;
721
726
  /**
@@ -725,7 +730,7 @@ export declare class CloudGuardClient {
725
730
  * @param ListImpactedResourcesRequest
726
731
  * @return ListImpactedResourcesResponse
727
732
  * @throws OciError when an error occurs
728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListImpactedResources.ts.html |here} to see how to use ListImpactedResources API.
733
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListImpactedResources.ts.html |here} to see how to use ListImpactedResources API.
729
734
  */
730
735
  listImpactedResources(listImpactedResourcesRequest: requests.ListImpactedResourcesRequest): Promise<responses.ListImpactedResourcesResponse>;
731
736
  /**
@@ -734,7 +739,7 @@ export declare class CloudGuardClient {
734
739
  * @param ListManagedListTypesRequest
735
740
  * @return ListManagedListTypesResponse
736
741
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListManagedListTypes.ts.html |here} to see how to use ListManagedListTypes API.
742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListManagedListTypes.ts.html |here} to see how to use ListManagedListTypes API.
738
743
  */
739
744
  listManagedListTypes(listManagedListTypesRequest: requests.ListManagedListTypesRequest): Promise<responses.ListManagedListTypesResponse>;
740
745
  /**
@@ -757,7 +762,7 @@ export declare class CloudGuardClient {
757
762
  * @param ListManagedListsRequest
758
763
  * @return ListManagedListsResponse
759
764
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListManagedLists.ts.html |here} to see how to use ListManagedLists API.
765
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListManagedLists.ts.html |here} to see how to use ListManagedLists API.
761
766
  */
762
767
  listManagedLists(listManagedListsRequest: requests.ListManagedListsRequest): Promise<responses.ListManagedListsResponse>;
763
768
  /**
@@ -767,7 +772,7 @@ export declare class CloudGuardClient {
767
772
  * @param ListPoliciesRequest
768
773
  * @return ListPoliciesResponse
769
774
  * @throws OciError when an error occurs
770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListPolicies.ts.html |here} to see how to use ListPolicies API.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListPolicies.ts.html |here} to see how to use ListPolicies API.
771
776
  */
772
777
  listPolicies(listPoliciesRequest: requests.ListPoliciesRequest): Promise<responses.ListPoliciesResponse>;
773
778
  /**
@@ -777,7 +782,7 @@ export declare class CloudGuardClient {
777
782
  * @param ListProblemEndpointsRequest
778
783
  * @return ListProblemEndpointsResponse
779
784
  * @throws OciError when an error occurs
780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListProblemEndpoints.ts.html |here} to see how to use ListProblemEndpoints API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListProblemEndpoints.ts.html |here} to see how to use ListProblemEndpoints API.
781
786
  */
782
787
  listProblemEndpoints(listProblemEndpointsRequest: requests.ListProblemEndpointsRequest): Promise<responses.ListProblemEndpointsResponse>;
783
788
  /**
@@ -787,7 +792,7 @@ export declare class CloudGuardClient {
787
792
  * @param ListProblemEntitiesRequest
788
793
  * @return ListProblemEntitiesResponse
789
794
  * @throws OciError when an error occurs
790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListProblemEntities.ts.html |here} to see how to use ListProblemEntities API.
795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListProblemEntities.ts.html |here} to see how to use ListProblemEntities API.
791
796
  */
792
797
  listProblemEntities(listProblemEntitiesRequest: requests.ListProblemEntitiesRequest): Promise<responses.ListProblemEntitiesResponse>;
793
798
  /**
@@ -797,7 +802,7 @@ export declare class CloudGuardClient {
797
802
  * @param ListProblemHistoriesRequest
798
803
  * @return ListProblemHistoriesResponse
799
804
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListProblemHistories.ts.html |here} to see how to use ListProblemHistories API.
805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListProblemHistories.ts.html |here} to see how to use ListProblemHistories API.
801
806
  */
802
807
  listProblemHistories(listProblemHistoriesRequest: requests.ListProblemHistoriesRequest): Promise<responses.ListProblemHistoriesResponse>;
803
808
  /**
@@ -821,7 +826,7 @@ export declare class CloudGuardClient {
821
826
  * @param ListProblemsRequest
822
827
  * @return ListProblemsResponse
823
828
  * @throws OciError when an error occurs
824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListProblems.ts.html |here} to see how to use ListProblems API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListProblems.ts.html |here} to see how to use ListProblems API.
825
830
  */
826
831
  listProblems(listProblemsRequest: requests.ListProblemsRequest): Promise<responses.ListProblemsResponse>;
827
832
  /**
@@ -831,7 +836,7 @@ export declare class CloudGuardClient {
831
836
  * @param ListRecommendationsRequest
832
837
  * @return ListRecommendationsResponse
833
838
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListRecommendations.ts.html |here} to see how to use ListRecommendations API.
835
840
  */
836
841
  listRecommendations(listRecommendationsRequest: requests.ListRecommendationsRequest): Promise<responses.ListRecommendationsResponse>;
837
842
  /**
@@ -840,7 +845,7 @@ export declare class CloudGuardClient {
840
845
  * @param ListResourceProfileEndpointsRequest
841
846
  * @return ListResourceProfileEndpointsResponse
842
847
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResourceProfileEndpoints.ts.html |here} to see how to use ListResourceProfileEndpoints API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResourceProfileEndpoints.ts.html |here} to see how to use ListResourceProfileEndpoints API.
844
849
  */
845
850
  listResourceProfileEndpoints(listResourceProfileEndpointsRequest: requests.ListResourceProfileEndpointsRequest): Promise<responses.ListResourceProfileEndpointsResponse>;
846
851
  /**
@@ -849,7 +854,7 @@ export declare class CloudGuardClient {
849
854
  * @param ListResourceProfileImpactedResourcesRequest
850
855
  * @return ListResourceProfileImpactedResourcesResponse
851
856
  * @throws OciError when an error occurs
852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResourceProfileImpactedResources.ts.html |here} to see how to use ListResourceProfileImpactedResources API.
857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResourceProfileImpactedResources.ts.html |here} to see how to use ListResourceProfileImpactedResources API.
853
858
  */
854
859
  listResourceProfileImpactedResources(listResourceProfileImpactedResourcesRequest: requests.ListResourceProfileImpactedResourcesRequest): Promise<responses.ListResourceProfileImpactedResourcesResponse>;
855
860
  /**
@@ -872,7 +877,7 @@ export declare class CloudGuardClient {
872
877
  * @param ListResourceProfilesRequest
873
878
  * @return ListResourceProfilesResponse
874
879
  * @throws OciError when an error occurs
875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResourceProfiles.ts.html |here} to see how to use ListResourceProfiles API.
880
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResourceProfiles.ts.html |here} to see how to use ListResourceProfiles API.
876
881
  */
877
882
  listResourceProfiles(listResourceProfilesRequest: requests.ListResourceProfilesRequest): Promise<responses.ListResourceProfilesResponse>;
878
883
  /**
@@ -882,7 +887,7 @@ export declare class CloudGuardClient {
882
887
  * @param ListResourceTypesRequest
883
888
  * @return ListResourceTypesResponse
884
889
  * @throws OciError when an error occurs
885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
890
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResourceTypes.ts.html |here} to see how to use ListResourceTypes API.
886
891
  */
887
892
  listResourceTypes(listResourceTypesRequest: requests.ListResourceTypesRequest): Promise<responses.ListResourceTypesResponse>;
888
893
  /**
@@ -892,7 +897,7 @@ export declare class CloudGuardClient {
892
897
  * @param ListResponderActivitiesRequest
893
898
  * @return ListResponderActivitiesResponse
894
899
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResponderActivities.ts.html |here} to see how to use ListResponderActivities API.
900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResponderActivities.ts.html |here} to see how to use ListResponderActivities API.
896
901
  */
897
902
  listResponderActivities(listResponderActivitiesRequest: requests.ListResponderActivitiesRequest): Promise<responses.ListResponderActivitiesResponse>;
898
903
  /**
@@ -902,7 +907,7 @@ export declare class CloudGuardClient {
902
907
  * @param ListResponderExecutionsRequest
903
908
  * @return ListResponderExecutionsResponse
904
909
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResponderExecutions.ts.html |here} to see how to use ListResponderExecutions API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResponderExecutions.ts.html |here} to see how to use ListResponderExecutions API.
906
911
  */
907
912
  listResponderExecutions(listResponderExecutionsRequest: requests.ListResponderExecutionsRequest): Promise<responses.ListResponderExecutionsResponse>;
908
913
  /**
@@ -912,7 +917,7 @@ export declare class CloudGuardClient {
912
917
  * @param ListResponderRecipeResponderRulesRequest
913
918
  * @return ListResponderRecipeResponderRulesResponse
914
919
  * @throws OciError when an error occurs
915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResponderRecipeResponderRules.ts.html |here} to see how to use ListResponderRecipeResponderRules API.
920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResponderRecipeResponderRules.ts.html |here} to see how to use ListResponderRecipeResponderRules API.
916
921
  */
917
922
  listResponderRecipeResponderRules(listResponderRecipeResponderRulesRequest: requests.ListResponderRecipeResponderRulesRequest): Promise<responses.ListResponderRecipeResponderRulesResponse>;
918
923
  /**
@@ -935,7 +940,7 @@ export declare class CloudGuardClient {
935
940
  * @param ListResponderRecipesRequest
936
941
  * @return ListResponderRecipesResponse
937
942
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResponderRecipes.ts.html |here} to see how to use ListResponderRecipes API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResponderRecipes.ts.html |here} to see how to use ListResponderRecipes API.
939
944
  */
940
945
  listResponderRecipes(listResponderRecipesRequest: requests.ListResponderRecipesRequest): Promise<responses.ListResponderRecipesResponse>;
941
946
  /**
@@ -945,7 +950,7 @@ export declare class CloudGuardClient {
945
950
  * @param ListResponderRulesRequest
946
951
  * @return ListResponderRulesResponse
947
952
  * @throws OciError when an error occurs
948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListResponderRules.ts.html |here} to see how to use ListResponderRules API.
953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListResponderRules.ts.html |here} to see how to use ListResponderRules API.
949
954
  */
950
955
  listResponderRules(listResponderRulesRequest: requests.ListResponderRulesRequest): Promise<responses.ListResponderRulesResponse>;
951
956
  /**
@@ -955,7 +960,7 @@ export declare class CloudGuardClient {
955
960
  * @param ListSecurityPoliciesRequest
956
961
  * @return ListSecurityPoliciesResponse
957
962
  * @throws OciError when an error occurs
958
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListSecurityPolicies.ts.html |here} to see how to use ListSecurityPolicies API.
963
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListSecurityPolicies.ts.html |here} to see how to use ListSecurityPolicies API.
959
964
  */
960
965
  listSecurityPolicies(listSecurityPoliciesRequest: requests.ListSecurityPoliciesRequest): Promise<responses.ListSecurityPoliciesResponse>;
961
966
  /**
@@ -965,7 +970,7 @@ export declare class CloudGuardClient {
965
970
  * @param ListSecurityRecipesRequest
966
971
  * @return ListSecurityRecipesResponse
967
972
  * @throws OciError when an error occurs
968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListSecurityRecipes.ts.html |here} to see how to use ListSecurityRecipes API.
973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListSecurityRecipes.ts.html |here} to see how to use ListSecurityRecipes API.
969
974
  */
970
975
  listSecurityRecipes(listSecurityRecipesRequest: requests.ListSecurityRecipesRequest): Promise<responses.ListSecurityRecipesResponse>;
971
976
  /**
@@ -975,7 +980,7 @@ export declare class CloudGuardClient {
975
980
  * @param ListSecurityZonesRequest
976
981
  * @return ListSecurityZonesResponse
977
982
  * @throws OciError when an error occurs
978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListSecurityZones.ts.html |here} to see how to use ListSecurityZones API.
983
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListSecurityZones.ts.html |here} to see how to use ListSecurityZones API.
979
984
  */
980
985
  listSecurityZones(listSecurityZonesRequest: requests.ListSecurityZonesRequest): Promise<responses.ListSecurityZonesResponse>;
981
986
  /**
@@ -984,7 +989,7 @@ export declare class CloudGuardClient {
984
989
  * @param ListSightingEndpointsRequest
985
990
  * @return ListSightingEndpointsResponse
986
991
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListSightingEndpoints.ts.html |here} to see how to use ListSightingEndpoints API.
992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListSightingEndpoints.ts.html |here} to see how to use ListSightingEndpoints API.
988
993
  */
989
994
  listSightingEndpoints(listSightingEndpointsRequest: requests.ListSightingEndpointsRequest): Promise<responses.ListSightingEndpointsResponse>;
990
995
  /**
@@ -993,7 +998,7 @@ export declare class CloudGuardClient {
993
998
  * @param ListSightingImpactedResourcesRequest
994
999
  * @return ListSightingImpactedResourcesResponse
995
1000
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListSightingImpactedResources.ts.html |here} to see how to use ListSightingImpactedResources API.
1001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListSightingImpactedResources.ts.html |here} to see how to use ListSightingImpactedResources API.
997
1002
  */
998
1003
  listSightingImpactedResources(listSightingImpactedResourcesRequest: requests.ListSightingImpactedResourcesRequest): Promise<responses.ListSightingImpactedResourcesResponse>;
999
1004
  /**
@@ -1015,7 +1020,7 @@ export declare class CloudGuardClient {
1015
1020
  * @param ListSightingsRequest
1016
1021
  * @return ListSightingsResponse
1017
1022
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListSightings.ts.html |here} to see how to use ListSightings API.
1023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListSightings.ts.html |here} to see how to use ListSightings API.
1019
1024
  */
1020
1025
  listSightings(listSightingsRequest: requests.ListSightingsRequest): Promise<responses.ListSightingsResponse>;
1021
1026
  /**
@@ -1025,7 +1030,7 @@ export declare class CloudGuardClient {
1025
1030
  * @param ListTacticsRequest
1026
1031
  * @return ListTacticsResponse
1027
1032
  * @throws OciError when an error occurs
1028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTactics.ts.html |here} to see how to use ListTactics API.
1033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTactics.ts.html |here} to see how to use ListTactics API.
1029
1034
  */
1030
1035
  listTactics(listTacticsRequest: requests.ListTacticsRequest): Promise<responses.ListTacticsResponse>;
1031
1036
  /**
@@ -1035,7 +1040,7 @@ export declare class CloudGuardClient {
1035
1040
  * @param ListTargetDetectorRecipeDetectorRulesRequest
1036
1041
  * @return ListTargetDetectorRecipeDetectorRulesResponse
1037
1042
  * @throws OciError when an error occurs
1038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTargetDetectorRecipeDetectorRules.ts.html |here} to see how to use ListTargetDetectorRecipeDetectorRules API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTargetDetectorRecipeDetectorRules.ts.html |here} to see how to use ListTargetDetectorRecipeDetectorRules API.
1039
1044
  */
1040
1045
  listTargetDetectorRecipeDetectorRules(listTargetDetectorRecipeDetectorRulesRequest: requests.ListTargetDetectorRecipeDetectorRulesRequest): Promise<responses.ListTargetDetectorRecipeDetectorRulesResponse>;
1041
1046
  /**
@@ -1044,7 +1049,7 @@ export declare class CloudGuardClient {
1044
1049
  * @param ListTargetDetectorRecipesRequest
1045
1050
  * @return ListTargetDetectorRecipesResponse
1046
1051
  * @throws OciError when an error occurs
1047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTargetDetectorRecipes.ts.html |here} to see how to use ListTargetDetectorRecipes API.
1052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTargetDetectorRecipes.ts.html |here} to see how to use ListTargetDetectorRecipes API.
1048
1053
  */
1049
1054
  listTargetDetectorRecipes(listTargetDetectorRecipesRequest: requests.ListTargetDetectorRecipesRequest): Promise<responses.ListTargetDetectorRecipesResponse>;
1050
1055
  /**
@@ -1054,7 +1059,7 @@ export declare class CloudGuardClient {
1054
1059
  * @param ListTargetResponderRecipeResponderRulesRequest
1055
1060
  * @return ListTargetResponderRecipeResponderRulesResponse
1056
1061
  * @throws OciError when an error occurs
1057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTargetResponderRecipeResponderRules.ts.html |here} to see how to use ListTargetResponderRecipeResponderRules API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTargetResponderRecipeResponderRules.ts.html |here} to see how to use ListTargetResponderRecipeResponderRules API.
1058
1063
  */
1059
1064
  listTargetResponderRecipeResponderRules(listTargetResponderRecipeResponderRulesRequest: requests.ListTargetResponderRecipeResponderRulesRequest): Promise<responses.ListTargetResponderRecipeResponderRulesResponse>;
1060
1065
  /**
@@ -1063,7 +1068,7 @@ export declare class CloudGuardClient {
1063
1068
  * @param ListTargetResponderRecipesRequest
1064
1069
  * @return ListTargetResponderRecipesResponse
1065
1070
  * @throws OciError when an error occurs
1066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTargetResponderRecipes.ts.html |here} to see how to use ListTargetResponderRecipes API.
1071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTargetResponderRecipes.ts.html |here} to see how to use ListTargetResponderRecipes API.
1067
1072
  */
1068
1073
  listTargetResponderRecipes(listTargetResponderRecipesRequest: requests.ListTargetResponderRecipesRequest): Promise<responses.ListTargetResponderRecipesResponse>;
1069
1074
  /**
@@ -1086,7 +1091,7 @@ export declare class CloudGuardClient {
1086
1091
  * @param ListTargetsRequest
1087
1092
  * @return ListTargetsResponse
1088
1093
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTargets.ts.html |here} to see how to use ListTargets API.
1094
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTargets.ts.html |here} to see how to use ListTargets API.
1090
1095
  */
1091
1096
  listTargets(listTargetsRequest: requests.ListTargetsRequest): Promise<responses.ListTargetsResponse>;
1092
1097
  /**
@@ -1096,7 +1101,7 @@ export declare class CloudGuardClient {
1096
1101
  * @param ListTechniquesRequest
1097
1102
  * @return ListTechniquesResponse
1098
1103
  * @throws OciError when an error occurs
1099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListTechniques.ts.html |here} to see how to use ListTechniques API.
1104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListTechniques.ts.html |here} to see how to use ListTechniques API.
1100
1105
  */
1101
1106
  listTechniques(listTechniquesRequest: requests.ListTechniquesRequest): Promise<responses.ListTechniquesResponse>;
1102
1107
  /**
@@ -1105,7 +1110,7 @@ export declare class CloudGuardClient {
1105
1110
  * @param ListWorkRequestErrorsRequest
1106
1111
  * @return ListWorkRequestErrorsResponse
1107
1112
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1109
1114
  */
1110
1115
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1111
1116
  /**
@@ -1114,7 +1119,7 @@ export declare class CloudGuardClient {
1114
1119
  * @param ListWorkRequestLogsRequest
1115
1120
  * @return ListWorkRequestLogsResponse
1116
1121
  * @throws OciError when an error occurs
1117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1118
1123
  */
1119
1124
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1120
1125
  /**
@@ -1123,7 +1128,7 @@ export declare class CloudGuardClient {
1123
1128
  * @param ListWorkRequestsRequest
1124
1129
  * @return ListWorkRequestsResponse
1125
1130
  * @throws OciError when an error occurs
1126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1127
1132
  */
1128
1133
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1129
1134
  /**
@@ -1132,7 +1137,7 @@ export declare class CloudGuardClient {
1132
1137
  * @param RemoveCompartmentRequest
1133
1138
  * @return RemoveCompartmentResponse
1134
1139
  * @throws OciError when an error occurs
1135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RemoveCompartment.ts.html |here} to see how to use RemoveCompartment API.
1140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RemoveCompartment.ts.html |here} to see how to use RemoveCompartment API.
1136
1141
  */
1137
1142
  removeCompartment(removeCompartmentRequest: requests.RemoveCompartmentRequest): Promise<responses.RemoveCompartmentResponse>;
1138
1143
  /**
@@ -1142,7 +1147,7 @@ export declare class CloudGuardClient {
1142
1147
  * @param RequestRiskScoresRequest
1143
1148
  * @return RequestRiskScoresResponse
1144
1149
  * @throws OciError when an error occurs
1145
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestRiskScores.ts.html |here} to see how to use RequestRiskScores API.
1150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestRiskScores.ts.html |here} to see how to use RequestRiskScores API.
1146
1151
  */
1147
1152
  requestRiskScores(requestRiskScoresRequest: requests.RequestRiskScoresRequest): Promise<responses.RequestRiskScoresResponse>;
1148
1153
  /**
@@ -1153,7 +1158,7 @@ export declare class CloudGuardClient {
1153
1158
  * @param RequestSecurityScoreSummarizedTrendRequest
1154
1159
  * @return RequestSecurityScoreSummarizedTrendResponse
1155
1160
  * @throws OciError when an error occurs
1156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSecurityScoreSummarizedTrend.ts.html |here} to see how to use RequestSecurityScoreSummarizedTrend API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSecurityScoreSummarizedTrend.ts.html |here} to see how to use RequestSecurityScoreSummarizedTrend API.
1157
1162
  */
1158
1163
  requestSecurityScoreSummarizedTrend(requestSecurityScoreSummarizedTrendRequest: requests.RequestSecurityScoreSummarizedTrendRequest): Promise<responses.RequestSecurityScoreSummarizedTrendResponse>;
1159
1164
  /**
@@ -1163,7 +1168,7 @@ export declare class CloudGuardClient {
1163
1168
  * @param RequestSecurityScoresRequest
1164
1169
  * @return RequestSecurityScoresResponse
1165
1170
  * @throws OciError when an error occurs
1166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSecurityScores.ts.html |here} to see how to use RequestSecurityScores API.
1171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSecurityScores.ts.html |here} to see how to use RequestSecurityScores API.
1167
1172
  */
1168
1173
  requestSecurityScores(requestSecurityScoresRequest: requests.RequestSecurityScoresRequest): Promise<responses.RequestSecurityScoresResponse>;
1169
1174
  /**
@@ -1187,7 +1192,7 @@ export declare class CloudGuardClient {
1187
1192
  * @param RequestSummarizedActivityProblemsRequest
1188
1193
  * @return RequestSummarizedActivityProblemsResponse
1189
1194
  * @throws OciError when an error occurs
1190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedActivityProblems.ts.html |here} to see how to use RequestSummarizedActivityProblems API.
1195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedActivityProblems.ts.html |here} to see how to use RequestSummarizedActivityProblems API.
1191
1196
  */
1192
1197
  requestSummarizedActivityProblems(requestSummarizedActivityProblemsRequest: requests.RequestSummarizedActivityProblemsRequest): Promise<responses.RequestSummarizedActivityProblemsResponse>;
1193
1198
  /**
@@ -1208,7 +1213,7 @@ export declare class CloudGuardClient {
1208
1213
  * @param RequestSummarizedProblemsRequest
1209
1214
  * @return RequestSummarizedProblemsResponse
1210
1215
  * @throws OciError when an error occurs
1211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedProblems.ts.html |here} to see how to use RequestSummarizedProblems API.
1216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedProblems.ts.html |here} to see how to use RequestSummarizedProblems API.
1212
1217
  */
1213
1218
  requestSummarizedProblems(requestSummarizedProblemsRequest: requests.RequestSummarizedProblemsRequest): Promise<responses.RequestSummarizedProblemsResponse>;
1214
1219
  /**
@@ -1229,7 +1234,7 @@ export declare class CloudGuardClient {
1229
1234
  * @param RequestSummarizedResponderExecutionsRequest
1230
1235
  * @return RequestSummarizedResponderExecutionsResponse
1231
1236
  * @throws OciError when an error occurs
1232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedResponderExecutions.ts.html |here} to see how to use RequestSummarizedResponderExecutions API.
1237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedResponderExecutions.ts.html |here} to see how to use RequestSummarizedResponderExecutions API.
1233
1238
  */
1234
1239
  requestSummarizedResponderExecutions(requestSummarizedResponderExecutionsRequest: requests.RequestSummarizedResponderExecutionsRequest): Promise<responses.RequestSummarizedResponderExecutionsResponse>;
1235
1240
  /**
@@ -1239,7 +1244,7 @@ export declare class CloudGuardClient {
1239
1244
  * @param RequestSummarizedRiskScoresRequest
1240
1245
  * @return RequestSummarizedRiskScoresResponse
1241
1246
  * @throws OciError when an error occurs
1242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedRiskScores.ts.html |here} to see how to use RequestSummarizedRiskScores API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedRiskScores.ts.html |here} to see how to use RequestSummarizedRiskScores API.
1243
1248
  */
1244
1249
  requestSummarizedRiskScores(requestSummarizedRiskScoresRequest: requests.RequestSummarizedRiskScoresRequest): Promise<responses.RequestSummarizedRiskScoresResponse>;
1245
1250
  /**
@@ -1249,7 +1254,7 @@ export declare class CloudGuardClient {
1249
1254
  * @param RequestSummarizedSecurityScoresRequest
1250
1255
  * @return RequestSummarizedSecurityScoresResponse
1251
1256
  * @throws OciError when an error occurs
1252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedSecurityScores.ts.html |here} to see how to use RequestSummarizedSecurityScores API.
1257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedSecurityScores.ts.html |here} to see how to use RequestSummarizedSecurityScores API.
1253
1258
  */
1254
1259
  requestSummarizedSecurityScores(requestSummarizedSecurityScoresRequest: requests.RequestSummarizedSecurityScoresRequest): Promise<responses.RequestSummarizedSecurityScoresResponse>;
1255
1260
  /**
@@ -1258,7 +1263,7 @@ export declare class CloudGuardClient {
1258
1263
  * @param RequestSummarizedTopTrendResourceProfileRiskScoresRequest
1259
1264
  * @return RequestSummarizedTopTrendResourceProfileRiskScoresResponse
1260
1265
  * @throws OciError when an error occurs
1261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedTopTrendResourceProfileRiskScores.ts.html |here} to see how to use RequestSummarizedTopTrendResourceProfileRiskScores API.
1266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedTopTrendResourceProfileRiskScores.ts.html |here} to see how to use RequestSummarizedTopTrendResourceProfileRiskScores API.
1262
1267
  */
1263
1268
  requestSummarizedTopTrendResourceProfileRiskScores(requestSummarizedTopTrendResourceProfileRiskScoresRequest: requests.RequestSummarizedTopTrendResourceProfileRiskScoresRequest): Promise<responses.RequestSummarizedTopTrendResourceProfileRiskScoresResponse>;
1264
1269
  /**
@@ -1279,7 +1284,7 @@ export declare class CloudGuardClient {
1279
1284
  * @param RequestSummarizedTrendProblemsRequest
1280
1285
  * @return RequestSummarizedTrendProblemsResponse
1281
1286
  * @throws OciError when an error occurs
1282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedTrendProblems.ts.html |here} to see how to use RequestSummarizedTrendProblems API.
1287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedTrendProblems.ts.html |here} to see how to use RequestSummarizedTrendProblems API.
1283
1288
  */
1284
1289
  requestSummarizedTrendProblems(requestSummarizedTrendProblemsRequest: requests.RequestSummarizedTrendProblemsRequest): Promise<responses.RequestSummarizedTrendProblemsResponse>;
1285
1290
  /**
@@ -1288,7 +1293,7 @@ export declare class CloudGuardClient {
1288
1293
  * @param RequestSummarizedTrendResourceRiskScoresRequest
1289
1294
  * @return RequestSummarizedTrendResourceRiskScoresResponse
1290
1295
  * @throws OciError when an error occurs
1291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedTrendResourceRiskScores.ts.html |here} to see how to use RequestSummarizedTrendResourceRiskScores API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedTrendResourceRiskScores.ts.html |here} to see how to use RequestSummarizedTrendResourceRiskScores API.
1292
1297
  */
1293
1298
  requestSummarizedTrendResourceRiskScores(requestSummarizedTrendResourceRiskScoresRequest: requests.RequestSummarizedTrendResourceRiskScoresRequest): Promise<responses.RequestSummarizedTrendResourceRiskScoresResponse>;
1294
1299
  /**
@@ -1309,7 +1314,7 @@ export declare class CloudGuardClient {
1309
1314
  * @param RequestSummarizedTrendResponderExecutionsRequest
1310
1315
  * @return RequestSummarizedTrendResponderExecutionsResponse
1311
1316
  * @throws OciError when an error occurs
1312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedTrendResponderExecutions.ts.html |here} to see how to use RequestSummarizedTrendResponderExecutions API.
1317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedTrendResponderExecutions.ts.html |here} to see how to use RequestSummarizedTrendResponderExecutions API.
1313
1318
  */
1314
1319
  requestSummarizedTrendResponderExecutions(requestSummarizedTrendResponderExecutionsRequest: requests.RequestSummarizedTrendResponderExecutionsRequest): Promise<responses.RequestSummarizedTrendResponderExecutionsResponse>;
1315
1320
  /**
@@ -1319,7 +1324,7 @@ export declare class CloudGuardClient {
1319
1324
  * @param RequestSummarizedTrendSecurityScoresRequest
1320
1325
  * @return RequestSummarizedTrendSecurityScoresResponse
1321
1326
  * @throws OciError when an error occurs
1322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/RequestSummarizedTrendSecurityScores.ts.html |here} to see how to use RequestSummarizedTrendSecurityScores API.
1327
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/RequestSummarizedTrendSecurityScores.ts.html |here} to see how to use RequestSummarizedTrendSecurityScores API.
1323
1328
  */
1324
1329
  requestSummarizedTrendSecurityScores(requestSummarizedTrendSecurityScoresRequest: requests.RequestSummarizedTrendSecurityScoresRequest): Promise<responses.RequestSummarizedTrendSecurityScoresResponse>;
1325
1330
  /**
@@ -1330,7 +1335,7 @@ export declare class CloudGuardClient {
1330
1335
  * @param SkipBulkResponderExecutionRequest
1331
1336
  * @return SkipBulkResponderExecutionResponse
1332
1337
  * @throws OciError when an error occurs
1333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/SkipBulkResponderExecution.ts.html |here} to see how to use SkipBulkResponderExecution API.
1338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/SkipBulkResponderExecution.ts.html |here} to see how to use SkipBulkResponderExecution API.
1334
1339
  */
1335
1340
  skipBulkResponderExecution(skipBulkResponderExecutionRequest: requests.SkipBulkResponderExecutionRequest): Promise<responses.SkipBulkResponderExecutionResponse>;
1336
1341
  /**
@@ -1339,7 +1344,7 @@ export declare class CloudGuardClient {
1339
1344
  * @param SkipResponderExecutionRequest
1340
1345
  * @return SkipResponderExecutionResponse
1341
1346
  * @throws OciError when an error occurs
1342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/SkipResponderExecution.ts.html |here} to see how to use SkipResponderExecution API.
1347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/SkipResponderExecution.ts.html |here} to see how to use SkipResponderExecution API.
1343
1348
  */
1344
1349
  skipResponderExecution(skipResponderExecutionRequest: requests.SkipResponderExecutionRequest): Promise<responses.SkipResponderExecutionResponse>;
1345
1350
  /**
@@ -1349,7 +1354,7 @@ export declare class CloudGuardClient {
1349
1354
  * @param TriggerResponderRequest
1350
1355
  * @return TriggerResponderResponse
1351
1356
  * @throws OciError when an error occurs
1352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/TriggerResponder.ts.html |here} to see how to use TriggerResponder API.
1357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/TriggerResponder.ts.html |here} to see how to use TriggerResponder API.
1353
1358
  */
1354
1359
  triggerResponder(triggerResponderRequest: requests.TriggerResponderRequest): Promise<responses.TriggerResponderResponse>;
1355
1360
  /**
@@ -1360,7 +1365,7 @@ export declare class CloudGuardClient {
1360
1365
  * @param UpdateBulkProblemStatusRequest
1361
1366
  * @return UpdateBulkProblemStatusResponse
1362
1367
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateBulkProblemStatus.ts.html |here} to see how to use UpdateBulkProblemStatus API.
1368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateBulkProblemStatus.ts.html |here} to see how to use UpdateBulkProblemStatus API.
1364
1369
  */
1365
1370
  updateBulkProblemStatus(updateBulkProblemStatusRequest: requests.UpdateBulkProblemStatusRequest): Promise<responses.UpdateBulkProblemStatusResponse>;
1366
1371
  /**
@@ -1370,7 +1375,7 @@ export declare class CloudGuardClient {
1370
1375
  * @param UpdateConfigurationRequest
1371
1376
  * @return UpdateConfigurationResponse
1372
1377
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
1374
1379
  */
1375
1380
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
1376
1381
  /**
@@ -1379,7 +1384,7 @@ export declare class CloudGuardClient {
1379
1384
  * @param UpdateDataMaskRuleRequest
1380
1385
  * @return UpdateDataMaskRuleResponse
1381
1386
  * @throws OciError when an error occurs
1382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateDataMaskRule.ts.html |here} to see how to use UpdateDataMaskRule API.
1387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateDataMaskRule.ts.html |here} to see how to use UpdateDataMaskRule API.
1383
1388
  */
1384
1389
  updateDataMaskRule(updateDataMaskRuleRequest: requests.UpdateDataMaskRuleRequest): Promise<responses.UpdateDataMaskRuleResponse>;
1385
1390
  /**
@@ -1388,7 +1393,7 @@ export declare class CloudGuardClient {
1388
1393
  * @param UpdateDataSourceRequest
1389
1394
  * @return UpdateDataSourceResponse
1390
1395
  * @throws OciError when an error occurs
1391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateDataSource.ts.html |here} to see how to use UpdateDataSource API.
1392
1397
  */
1393
1398
  updateDataSource(updateDataSourceRequest: requests.UpdateDataSourceRequest): Promise<responses.UpdateDataSourceResponse>;
1394
1399
  /**
@@ -1397,7 +1402,7 @@ export declare class CloudGuardClient {
1397
1402
  * @param UpdateDetectorRecipeRequest
1398
1403
  * @return UpdateDetectorRecipeResponse
1399
1404
  * @throws OciError when an error occurs
1400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateDetectorRecipe.ts.html |here} to see how to use UpdateDetectorRecipe API.
1405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateDetectorRecipe.ts.html |here} to see how to use UpdateDetectorRecipe API.
1401
1406
  */
1402
1407
  updateDetectorRecipe(updateDetectorRecipeRequest: requests.UpdateDetectorRecipeRequest): Promise<responses.UpdateDetectorRecipeResponse>;
1403
1408
  /**
@@ -1406,7 +1411,7 @@ export declare class CloudGuardClient {
1406
1411
  * @param UpdateDetectorRecipeDetectorRuleRequest
1407
1412
  * @return UpdateDetectorRecipeDetectorRuleResponse
1408
1413
  * @throws OciError when an error occurs
1409
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateDetectorRecipeDetectorRule API.
1414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateDetectorRecipeDetectorRule API.
1410
1415
  */
1411
1416
  updateDetectorRecipeDetectorRule(updateDetectorRecipeDetectorRuleRequest: requests.UpdateDetectorRecipeDetectorRuleRequest): Promise<responses.UpdateDetectorRecipeDetectorRuleResponse>;
1412
1417
  /**
@@ -1415,7 +1420,7 @@ export declare class CloudGuardClient {
1415
1420
  * @param UpdateManagedListRequest
1416
1421
  * @return UpdateManagedListResponse
1417
1422
  * @throws OciError when an error occurs
1418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateManagedList.ts.html |here} to see how to use UpdateManagedList API.
1423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateManagedList.ts.html |here} to see how to use UpdateManagedList API.
1419
1424
  */
1420
1425
  updateManagedList(updateManagedListRequest: requests.UpdateManagedListRequest): Promise<responses.UpdateManagedListResponse>;
1421
1426
  /**
@@ -1425,7 +1430,7 @@ export declare class CloudGuardClient {
1425
1430
  * @param UpdateProblemStatusRequest
1426
1431
  * @return UpdateProblemStatusResponse
1427
1432
  * @throws OciError when an error occurs
1428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateProblemStatus.ts.html |here} to see how to use UpdateProblemStatus API.
1433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateProblemStatus.ts.html |here} to see how to use UpdateProblemStatus API.
1429
1434
  */
1430
1435
  updateProblemStatus(updateProblemStatusRequest: requests.UpdateProblemStatusRequest): Promise<responses.UpdateProblemStatusResponse>;
1431
1436
  /**
@@ -1434,7 +1439,7 @@ export declare class CloudGuardClient {
1434
1439
  * @param UpdateResponderRecipeRequest
1435
1440
  * @return UpdateResponderRecipeResponse
1436
1441
  * @throws OciError when an error occurs
1437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateResponderRecipe.ts.html |here} to see how to use UpdateResponderRecipe API.
1442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateResponderRecipe.ts.html |here} to see how to use UpdateResponderRecipe API.
1438
1443
  */
1439
1444
  updateResponderRecipe(updateResponderRecipeRequest: requests.UpdateResponderRecipeRequest): Promise<responses.UpdateResponderRecipeResponse>;
1440
1445
  /**
@@ -1443,7 +1448,7 @@ export declare class CloudGuardClient {
1443
1448
  * @param UpdateResponderRecipeResponderRuleRequest
1444
1449
  * @return UpdateResponderRecipeResponderRuleResponse
1445
1450
  * @throws OciError when an error occurs
1446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateResponderRecipeResponderRule.ts.html |here} to see how to use UpdateResponderRecipeResponderRule API.
1451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateResponderRecipeResponderRule.ts.html |here} to see how to use UpdateResponderRecipeResponderRule API.
1447
1452
  */
1448
1453
  updateResponderRecipeResponderRule(updateResponderRecipeResponderRuleRequest: requests.UpdateResponderRecipeResponderRuleRequest): Promise<responses.UpdateResponderRecipeResponderRuleResponse>;
1449
1454
  /**
@@ -1452,7 +1457,7 @@ export declare class CloudGuardClient {
1452
1457
  * @param UpdateSecurityRecipeRequest
1453
1458
  * @return UpdateSecurityRecipeResponse
1454
1459
  * @throws OciError when an error occurs
1455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateSecurityRecipe.ts.html |here} to see how to use UpdateSecurityRecipe API.
1460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateSecurityRecipe.ts.html |here} to see how to use UpdateSecurityRecipe API.
1456
1461
  */
1457
1462
  updateSecurityRecipe(updateSecurityRecipeRequest: requests.UpdateSecurityRecipeRequest): Promise<responses.UpdateSecurityRecipeResponse>;
1458
1463
  /**
@@ -1461,7 +1466,7 @@ export declare class CloudGuardClient {
1461
1466
  * @param UpdateSecurityZoneRequest
1462
1467
  * @return UpdateSecurityZoneResponse
1463
1468
  * @throws OciError when an error occurs
1464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateSecurityZone.ts.html |here} to see how to use UpdateSecurityZone API.
1469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateSecurityZone.ts.html |here} to see how to use UpdateSecurityZone API.
1465
1470
  */
1466
1471
  updateSecurityZone(updateSecurityZoneRequest: requests.UpdateSecurityZoneRequest): Promise<responses.UpdateSecurityZoneResponse>;
1467
1472
  /**
@@ -1470,7 +1475,7 @@ export declare class CloudGuardClient {
1470
1475
  * @param UpdateTargetRequest
1471
1476
  * @return UpdateTargetResponse
1472
1477
  * @throws OciError when an error occurs
1473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateTarget.ts.html |here} to see how to use UpdateTarget API.
1478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateTarget.ts.html |here} to see how to use UpdateTarget API.
1474
1479
  */
1475
1480
  updateTarget(updateTargetRequest: requests.UpdateTargetRequest): Promise<responses.UpdateTargetResponse>;
1476
1481
  /**
@@ -1479,7 +1484,7 @@ export declare class CloudGuardClient {
1479
1484
  * @param UpdateTargetDetectorRecipeRequest
1480
1485
  * @return UpdateTargetDetectorRecipeResponse
1481
1486
  * @throws OciError when an error occurs
1482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateTargetDetectorRecipe.ts.html |here} to see how to use UpdateTargetDetectorRecipe API.
1487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateTargetDetectorRecipe.ts.html |here} to see how to use UpdateTargetDetectorRecipe API.
1483
1488
  */
1484
1489
  updateTargetDetectorRecipe(updateTargetDetectorRecipeRequest: requests.UpdateTargetDetectorRecipeRequest): Promise<responses.UpdateTargetDetectorRecipeResponse>;
1485
1490
  /**
@@ -1488,7 +1493,7 @@ export declare class CloudGuardClient {
1488
1493
  * @param UpdateTargetDetectorRecipeDetectorRuleRequest
1489
1494
  * @return UpdateTargetDetectorRecipeDetectorRuleResponse
1490
1495
  * @throws OciError when an error occurs
1491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateTargetDetectorRecipeDetectorRule API.
1496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateTargetDetectorRecipeDetectorRule.ts.html |here} to see how to use UpdateTargetDetectorRecipeDetectorRule API.
1492
1497
  */
1493
1498
  updateTargetDetectorRecipeDetectorRule(updateTargetDetectorRecipeDetectorRuleRequest: requests.UpdateTargetDetectorRecipeDetectorRuleRequest): Promise<responses.UpdateTargetDetectorRecipeDetectorRuleResponse>;
1494
1499
  /**
@@ -1497,7 +1502,7 @@ export declare class CloudGuardClient {
1497
1502
  * @param UpdateTargetResponderRecipeRequest
1498
1503
  * @return UpdateTargetResponderRecipeResponse
1499
1504
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateTargetResponderRecipe.ts.html |here} to see how to use UpdateTargetResponderRecipe API.
1505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateTargetResponderRecipe.ts.html |here} to see how to use UpdateTargetResponderRecipe API.
1501
1506
  */
1502
1507
  updateTargetResponderRecipe(updateTargetResponderRecipeRequest: requests.UpdateTargetResponderRecipeRequest): Promise<responses.UpdateTargetResponderRecipeResponse>;
1503
1508
  /**
@@ -1506,7 +1511,8 @@ export declare class CloudGuardClient {
1506
1511
  * @param UpdateTargetResponderRecipeResponderRuleRequest
1507
1512
  * @return UpdateTargetResponderRecipeResponderRuleResponse
1508
1513
  * @throws OciError when an error occurs
1509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/cloudguard/UpdateTargetResponderRecipeResponderRule.ts.html |here} to see how to use UpdateTargetResponderRecipeResponderRule API.
1514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/cloudguard/UpdateTargetResponderRecipeResponderRule.ts.html |here} to see how to use UpdateTargetResponderRecipeResponderRule API.
1510
1515
  */
1511
1516
  updateTargetResponderRecipeResponderRule(updateTargetResponderRecipeResponderRuleRequest: requests.UpdateTargetResponderRecipeResponderRuleRequest): Promise<responses.UpdateTargetResponderRecipeResponderRuleResponse>;
1512
1517
  }
1518
+ export {};