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.js CHANGED
@@ -48,6 +48,7 @@ const common = require("oci-common");
48
48
  const model = __importStar(require("./model"));
49
49
  const cloudguard_waiter_1 = require("./cloudguard-waiter");
50
50
  const oci_common_1 = require("oci-common");
51
+ const Breaker = require("opossum");
51
52
  // ===============================================
52
53
  // This file is autogenerated - Please do not edit
53
54
  // ===============================================
@@ -184,13 +185,21 @@ class CloudGuardClient {
184
185
  }
185
186
  throw Error("Waiters do not exist. Please create waiters.");
186
187
  }
188
+ /**
189
+ * Shutdown the circuit breaker used by the client when it is no longer needed
190
+ */
191
+ shutdownCircuitBreaker() {
192
+ if (this._circuitBreaker) {
193
+ this._circuitBreaker.shutdown();
194
+ }
195
+ }
187
196
  /**
188
197
  * 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.
189
198
  * This operation does not retry by default if the user has not defined a retry configuration.
190
199
  * @param AddCompartmentRequest
191
200
  * @return AddCompartmentResponse
192
201
  * @throws OciError when an error occurs
193
- * @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.
202
+ * @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.
194
203
  */
195
204
  addCompartment(addCompartmentRequest) {
196
205
  return __awaiter(this, void 0, void 0, function* () {
@@ -256,7 +265,7 @@ class CloudGuardClient {
256
265
  * @param CancelWorkRequestRequest
257
266
  * @return CancelWorkRequestResponse
258
267
  * @throws OciError when an error occurs
259
- * @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.
268
+ * @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.
260
269
  */
261
270
  cancelWorkRequest(cancelWorkRequestRequest) {
262
271
  return __awaiter(this, void 0, void 0, function* () {
@@ -311,7 +320,7 @@ class CloudGuardClient {
311
320
  * @param ChangeDataSourceCompartmentRequest
312
321
  * @return ChangeDataSourceCompartmentResponse
313
322
  * @throws OciError when an error occurs
314
- * @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.
323
+ * @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.
315
324
  */
316
325
  changeDataSourceCompartment(changeDataSourceCompartmentRequest) {
317
326
  return __awaiter(this, void 0, void 0, function* () {
@@ -373,7 +382,7 @@ class CloudGuardClient {
373
382
  * @param ChangeDetectorRecipeCompartmentRequest
374
383
  * @return ChangeDetectorRecipeCompartmentResponse
375
384
  * @throws OciError when an error occurs
376
- * @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.
385
+ * @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.
377
386
  */
378
387
  changeDetectorRecipeCompartment(changeDetectorRecipeCompartmentRequest) {
379
388
  return __awaiter(this, void 0, void 0, function* () {
@@ -430,7 +439,7 @@ class CloudGuardClient {
430
439
  * @param ChangeManagedListCompartmentRequest
431
440
  * @return ChangeManagedListCompartmentResponse
432
441
  * @throws OciError when an error occurs
433
- * @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.
442
+ * @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.
434
443
  */
435
444
  changeManagedListCompartment(changeManagedListCompartmentRequest) {
436
445
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +496,7 @@ class CloudGuardClient {
487
496
  * @param ChangeResponderRecipeCompartmentRequest
488
497
  * @return ChangeResponderRecipeCompartmentResponse
489
498
  * @throws OciError when an error occurs
490
- * @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.
499
+ * @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.
491
500
  */
492
501
  changeResponderRecipeCompartment(changeResponderRecipeCompartmentRequest) {
493
502
  return __awaiter(this, void 0, void 0, function* () {
@@ -544,7 +553,7 @@ class CloudGuardClient {
544
553
  * @param ChangeSecurityRecipeCompartmentRequest
545
554
  * @return ChangeSecurityRecipeCompartmentResponse
546
555
  * @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/ChangeSecurityRecipeCompartment.ts.html |here} to see how to use ChangeSecurityRecipeCompartment API.
556
+ * @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.
548
557
  */
549
558
  changeSecurityRecipeCompartment(changeSecurityRecipeCompartmentRequest) {
550
559
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +610,7 @@ class CloudGuardClient {
601
610
  * @param ChangeSecurityZoneCompartmentRequest
602
611
  * @return ChangeSecurityZoneCompartmentResponse
603
612
  * @throws OciError when an error occurs
604
- * @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.
613
+ * @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.
605
614
  */
606
615
  changeSecurityZoneCompartment(changeSecurityZoneCompartmentRequest) {
607
616
  return __awaiter(this, void 0, void 0, function* () {
@@ -659,7 +668,7 @@ class CloudGuardClient {
659
668
  * @param CreateDataMaskRuleRequest
660
669
  * @return CreateDataMaskRuleResponse
661
670
  * @throws OciError when an error occurs
662
- * @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.
671
+ * @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.
663
672
  */
664
673
  createDataMaskRule(createDataMaskRuleRequest) {
665
674
  return __awaiter(this, void 0, void 0, function* () {
@@ -723,7 +732,7 @@ class CloudGuardClient {
723
732
  * @param CreateDataSourceRequest
724
733
  * @return CreateDataSourceResponse
725
734
  * @throws OciError when an error occurs
726
- * @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.
735
+ * @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.
727
736
  */
728
737
  createDataSource(createDataSourceRequest) {
729
738
  return __awaiter(this, void 0, void 0, function* () {
@@ -783,7 +792,7 @@ class CloudGuardClient {
783
792
  * @param CreateDetectorRecipeRequest
784
793
  * @return CreateDetectorRecipeResponse
785
794
  * @throws OciError when an error occurs
786
- * @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.
795
+ * @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.
787
796
  */
788
797
  createDetectorRecipe(createDetectorRecipeRequest) {
789
798
  return __awaiter(this, void 0, void 0, function* () {
@@ -846,7 +855,7 @@ class CloudGuardClient {
846
855
  * @param CreateDetectorRecipeDetectorRuleRequest
847
856
  * @return CreateDetectorRecipeDetectorRuleResponse
848
857
  * @throws OciError when an error occurs
849
- * @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.
858
+ * @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.
850
859
  */
851
860
  createDetectorRecipeDetectorRule(createDetectorRecipeDetectorRuleRequest) {
852
861
  return __awaiter(this, void 0, void 0, function* () {
@@ -912,7 +921,7 @@ class CloudGuardClient {
912
921
  * @param CreateManagedListRequest
913
922
  * @return CreateManagedListResponse
914
923
  * @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/CreateManagedList.ts.html |here} to see how to use CreateManagedList API.
924
+ * @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.
916
925
  */
917
926
  createManagedList(createManagedListRequest) {
918
927
  return __awaiter(this, void 0, void 0, function* () {
@@ -976,7 +985,7 @@ class CloudGuardClient {
976
985
  * @param CreateResponderRecipeRequest
977
986
  * @return CreateResponderRecipeResponse
978
987
  * @throws OciError when an error occurs
979
- * @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.
988
+ * @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.
980
989
  */
981
990
  createResponderRecipe(createResponderRecipeRequest) {
982
991
  return __awaiter(this, void 0, void 0, function* () {
@@ -1040,7 +1049,7 @@ class CloudGuardClient {
1040
1049
  * @param CreateSecurityRecipeRequest
1041
1050
  * @return CreateSecurityRecipeResponse
1042
1051
  * @throws OciError when an error occurs
1043
- * @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.
1052
+ * @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.
1044
1053
  */
1045
1054
  createSecurityRecipe(createSecurityRecipeRequest) {
1046
1055
  return __awaiter(this, void 0, void 0, function* () {
@@ -1104,7 +1113,7 @@ class CloudGuardClient {
1104
1113
  * @param CreateSecurityZoneRequest
1105
1114
  * @return CreateSecurityZoneResponse
1106
1115
  * @throws OciError when an error occurs
1107
- * @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.
1116
+ * @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.
1108
1117
  */
1109
1118
  createSecurityZone(createSecurityZoneRequest) {
1110
1119
  return __awaiter(this, void 0, void 0, function* () {
@@ -1168,7 +1177,7 @@ class CloudGuardClient {
1168
1177
  * @param CreateTargetRequest
1169
1178
  * @return CreateTargetResponse
1170
1179
  * @throws OciError when an error occurs
1171
- * @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.
1180
+ * @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.
1172
1181
  */
1173
1182
  createTarget(createTargetRequest) {
1174
1183
  return __awaiter(this, void 0, void 0, function* () {
@@ -1232,7 +1241,7 @@ class CloudGuardClient {
1232
1241
  * @param CreateTargetDetectorRecipeRequest
1233
1242
  * @return CreateTargetDetectorRecipeResponse
1234
1243
  * @throws OciError when an error occurs
1235
- * @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.
1244
+ * @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.
1236
1245
  */
1237
1246
  createTargetDetectorRecipe(createTargetDetectorRecipeRequest) {
1238
1247
  return __awaiter(this, void 0, void 0, function* () {
@@ -1298,7 +1307,7 @@ class CloudGuardClient {
1298
1307
  * @param CreateTargetResponderRecipeRequest
1299
1308
  * @return CreateTargetResponderRecipeResponse
1300
1309
  * @throws OciError when an error occurs
1301
- * @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.
1310
+ * @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.
1302
1311
  */
1303
1312
  createTargetResponderRecipe(createTargetResponderRecipeRequest) {
1304
1313
  return __awaiter(this, void 0, void 0, function* () {
@@ -1363,7 +1372,7 @@ class CloudGuardClient {
1363
1372
  * @param DeleteDataMaskRuleRequest
1364
1373
  * @return DeleteDataMaskRuleResponse
1365
1374
  * @throws OciError when an error occurs
1366
- * @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.
1375
+ * @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.
1367
1376
  */
1368
1377
  deleteDataMaskRule(deleteDataMaskRuleRequest) {
1369
1378
  return __awaiter(this, void 0, void 0, function* () {
@@ -1418,7 +1427,7 @@ class CloudGuardClient {
1418
1427
  * @param DeleteDataSourceRequest
1419
1428
  * @return DeleteDataSourceResponse
1420
1429
  * @throws OciError when an error occurs
1421
- * @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.
1430
+ * @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.
1422
1431
  */
1423
1432
  deleteDataSource(deleteDataSourceRequest) {
1424
1433
  return __awaiter(this, void 0, void 0, function* () {
@@ -1479,7 +1488,7 @@ class CloudGuardClient {
1479
1488
  * @param DeleteDetectorRecipeRequest
1480
1489
  * @return DeleteDetectorRecipeResponse
1481
1490
  * @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/DeleteDetectorRecipe.ts.html |here} to see how to use DeleteDetectorRecipe API.
1491
+ * @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.
1483
1492
  */
1484
1493
  deleteDetectorRecipe(deleteDetectorRecipeRequest) {
1485
1494
  return __awaiter(this, void 0, void 0, function* () {
@@ -1535,7 +1544,7 @@ class CloudGuardClient {
1535
1544
  * @param DeleteDetectorRecipeDetectorRuleRequest
1536
1545
  * @return DeleteDetectorRecipeDetectorRuleResponse
1537
1546
  * @throws OciError when an error occurs
1538
- * @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.
1547
+ * @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.
1539
1548
  */
1540
1549
  deleteDetectorRecipeDetectorRule(deleteDetectorRecipeDetectorRuleRequest) {
1541
1550
  return __awaiter(this, void 0, void 0, function* () {
@@ -1591,7 +1600,7 @@ class CloudGuardClient {
1591
1600
  * @param DeleteDetectorRecipeDetectorRuleDataSourceRequest
1592
1601
  * @return DeleteDetectorRecipeDetectorRuleDataSourceResponse
1593
1602
  * @throws OciError when an error occurs
1594
- * @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.
1603
+ * @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.
1595
1604
  */
1596
1605
  deleteDetectorRecipeDetectorRuleDataSource(deleteDetectorRecipeDetectorRuleDataSourceRequest) {
1597
1606
  return __awaiter(this, void 0, void 0, function* () {
@@ -1648,7 +1657,7 @@ class CloudGuardClient {
1648
1657
  * @param DeleteManagedListRequest
1649
1658
  * @return DeleteManagedListResponse
1650
1659
  * @throws OciError when an error occurs
1651
- * @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.
1660
+ * @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.
1652
1661
  */
1653
1662
  deleteManagedList(deleteManagedListRequest) {
1654
1663
  return __awaiter(this, void 0, void 0, function* () {
@@ -1704,7 +1713,7 @@ class CloudGuardClient {
1704
1713
  * @param DeleteResponderRecipeRequest
1705
1714
  * @return DeleteResponderRecipeResponse
1706
1715
  * @throws OciError when an error occurs
1707
- * @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.
1716
+ * @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.
1708
1717
  */
1709
1718
  deleteResponderRecipe(deleteResponderRecipeRequest) {
1710
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1759,7 +1768,7 @@ class CloudGuardClient {
1759
1768
  * @param DeleteSecurityRecipeRequest
1760
1769
  * @return DeleteSecurityRecipeResponse
1761
1770
  * @throws OciError when an error occurs
1762
- * @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.
1771
+ * @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.
1763
1772
  */
1764
1773
  deleteSecurityRecipe(deleteSecurityRecipeRequest) {
1765
1774
  return __awaiter(this, void 0, void 0, function* () {
@@ -1814,7 +1823,7 @@ class CloudGuardClient {
1814
1823
  * @param DeleteSecurityZoneRequest
1815
1824
  * @return DeleteSecurityZoneResponse
1816
1825
  * @throws OciError when an error occurs
1817
- * @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.
1826
+ * @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.
1818
1827
  */
1819
1828
  deleteSecurityZone(deleteSecurityZoneRequest) {
1820
1829
  return __awaiter(this, void 0, void 0, function* () {
@@ -1869,7 +1878,7 @@ class CloudGuardClient {
1869
1878
  * @param DeleteTargetRequest
1870
1879
  * @return DeleteTargetResponse
1871
1880
  * @throws OciError when an error occurs
1872
- * @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.
1881
+ * @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.
1873
1882
  */
1874
1883
  deleteTarget(deleteTargetRequest) {
1875
1884
  return __awaiter(this, void 0, void 0, function* () {
@@ -1924,7 +1933,7 @@ class CloudGuardClient {
1924
1933
  * @param DeleteTargetDetectorRecipeRequest
1925
1934
  * @return DeleteTargetDetectorRecipeResponse
1926
1935
  * @throws OciError when an error occurs
1927
- * @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.
1936
+ * @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.
1928
1937
  */
1929
1938
  deleteTargetDetectorRecipe(deleteTargetDetectorRecipeRequest) {
1930
1939
  return __awaiter(this, void 0, void 0, function* () {
@@ -1980,7 +1989,7 @@ class CloudGuardClient {
1980
1989
  * @param DeleteTargetResponderRecipeRequest
1981
1990
  * @return DeleteTargetResponderRecipeResponse
1982
1991
  * @throws OciError when an error occurs
1983
- * @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.
1992
+ * @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.
1984
1993
  */
1985
1994
  deleteTargetResponderRecipe(deleteTargetResponderRecipeRequest) {
1986
1995
  return __awaiter(this, void 0, void 0, function* () {
@@ -2036,7 +2045,7 @@ class CloudGuardClient {
2036
2045
  * @param ExecuteResponderExecutionRequest
2037
2046
  * @return ExecuteResponderExecutionResponse
2038
2047
  * @throws OciError when an error occurs
2039
- * @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.
2048
+ * @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.
2040
2049
  */
2041
2050
  executeResponderExecution(executeResponderExecutionRequest) {
2042
2051
  return __awaiter(this, void 0, void 0, function* () {
@@ -2096,7 +2105,7 @@ class CloudGuardClient {
2096
2105
  * @param GetConditionMetadataTypeRequest
2097
2106
  * @return GetConditionMetadataTypeResponse
2098
2107
  * @throws OciError when an error occurs
2099
- * @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.
2108
+ * @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.
2100
2109
  */
2101
2110
  getConditionMetadataType(getConditionMetadataTypeRequest) {
2102
2111
  return __awaiter(this, void 0, void 0, function* () {
@@ -2162,7 +2171,7 @@ class CloudGuardClient {
2162
2171
  * @param GetConfigurationRequest
2163
2172
  * @return GetConfigurationResponse
2164
2173
  * @throws OciError when an error occurs
2165
- * @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.
2174
+ * @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.
2166
2175
  */
2167
2176
  getConfiguration(getConfigurationRequest) {
2168
2177
  return __awaiter(this, void 0, void 0, function* () {
@@ -2230,7 +2239,7 @@ class CloudGuardClient {
2230
2239
  * @param GetDataMaskRuleRequest
2231
2240
  * @return GetDataMaskRuleResponse
2232
2241
  * @throws OciError when an error occurs
2233
- * @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.
2242
+ * @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.
2234
2243
  */
2235
2244
  getDataMaskRule(getDataMaskRuleRequest) {
2236
2245
  return __awaiter(this, void 0, void 0, function* () {
@@ -2293,7 +2302,7 @@ class CloudGuardClient {
2293
2302
  * @param GetDataSourceRequest
2294
2303
  * @return GetDataSourceResponse
2295
2304
  * @throws OciError when an error occurs
2296
- * @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.
2305
+ * @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.
2297
2306
  */
2298
2307
  getDataSource(getDataSourceRequest) {
2299
2308
  return __awaiter(this, void 0, void 0, function* () {
@@ -2357,7 +2366,7 @@ class CloudGuardClient {
2357
2366
  * @param GetDetectorRequest
2358
2367
  * @return GetDetectorResponse
2359
2368
  * @throws OciError when an error occurs
2360
- * @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.
2369
+ * @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.
2361
2370
  */
2362
2371
  getDetector(getDetectorRequest) {
2363
2372
  return __awaiter(this, void 0, void 0, function* () {
@@ -2420,7 +2429,7 @@ class CloudGuardClient {
2420
2429
  * @param GetDetectorRecipeRequest
2421
2430
  * @return GetDetectorRecipeResponse
2422
2431
  * @throws OciError when an error occurs
2423
- * @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.
2432
+ * @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.
2424
2433
  */
2425
2434
  getDetectorRecipe(getDetectorRecipeRequest) {
2426
2435
  return __awaiter(this, void 0, void 0, function* () {
@@ -2483,7 +2492,7 @@ class CloudGuardClient {
2483
2492
  * @param GetDetectorRecipeDetectorRuleRequest
2484
2493
  * @return GetDetectorRecipeDetectorRuleResponse
2485
2494
  * @throws OciError when an error occurs
2486
- * @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.
2495
+ * @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.
2487
2496
  */
2488
2497
  getDetectorRecipeDetectorRule(getDetectorRecipeDetectorRuleRequest) {
2489
2498
  return __awaiter(this, void 0, void 0, function* () {
@@ -2548,7 +2557,7 @@ class CloudGuardClient {
2548
2557
  * @param GetDetectorRuleRequest
2549
2558
  * @return GetDetectorRuleResponse
2550
2559
  * @throws OciError when an error occurs
2551
- * @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.
2560
+ * @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.
2552
2561
  */
2553
2562
  getDetectorRule(getDetectorRuleRequest) {
2554
2563
  return __awaiter(this, void 0, void 0, function* () {
@@ -2617,7 +2626,7 @@ class CloudGuardClient {
2617
2626
  * @param GetManagedListRequest
2618
2627
  * @return GetManagedListResponse
2619
2628
  * @throws OciError when an error occurs
2620
- * @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.
2629
+ * @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.
2621
2630
  */
2622
2631
  getManagedList(getManagedListRequest) {
2623
2632
  return __awaiter(this, void 0, void 0, function* () {
@@ -2680,7 +2689,7 @@ class CloudGuardClient {
2680
2689
  * @param GetProblemRequest
2681
2690
  * @return GetProblemResponse
2682
2691
  * @throws OciError when an error occurs
2683
- * @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.
2692
+ * @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.
2684
2693
  */
2685
2694
  getProblem(getProblemRequest) {
2686
2695
  return __awaiter(this, void 0, void 0, function* () {
@@ -2743,7 +2752,7 @@ class CloudGuardClient {
2743
2752
  * @param GetResourceProfileRequest
2744
2753
  * @return GetResourceProfileResponse
2745
2754
  * @throws OciError when an error occurs
2746
- * @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.
2755
+ * @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.
2747
2756
  */
2748
2757
  getResourceProfile(getResourceProfileRequest) {
2749
2758
  return __awaiter(this, void 0, void 0, function* () {
@@ -2807,7 +2816,7 @@ class CloudGuardClient {
2807
2816
  * @param GetResponderExecutionRequest
2808
2817
  * @return GetResponderExecutionResponse
2809
2818
  * @throws OciError when an error occurs
2810
- * @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.
2819
+ * @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.
2811
2820
  */
2812
2821
  getResponderExecution(getResponderExecutionRequest) {
2813
2822
  return __awaiter(this, void 0, void 0, function* () {
@@ -2870,7 +2879,7 @@ class CloudGuardClient {
2870
2879
  * @param GetResponderRecipeRequest
2871
2880
  * @return GetResponderRecipeResponse
2872
2881
  * @throws OciError when an error occurs
2873
- * @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.
2882
+ * @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.
2874
2883
  */
2875
2884
  getResponderRecipe(getResponderRecipeRequest) {
2876
2885
  return __awaiter(this, void 0, void 0, function* () {
@@ -2933,7 +2942,7 @@ class CloudGuardClient {
2933
2942
  * @param GetResponderRecipeResponderRuleRequest
2934
2943
  * @return GetResponderRecipeResponderRuleResponse
2935
2944
  * @throws OciError when an error occurs
2936
- * @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.
2945
+ * @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.
2937
2946
  */
2938
2947
  getResponderRecipeResponderRule(getResponderRecipeResponderRuleRequest) {
2939
2948
  return __awaiter(this, void 0, void 0, function* () {
@@ -2997,7 +3006,7 @@ class CloudGuardClient {
2997
3006
  * @param GetResponderRuleRequest
2998
3007
  * @return GetResponderRuleResponse
2999
3008
  * @throws OciError when an error occurs
3000
- * @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.
3009
+ * @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.
3001
3010
  */
3002
3011
  getResponderRule(getResponderRuleRequest) {
3003
3012
  return __awaiter(this, void 0, void 0, function* () {
@@ -3060,7 +3069,7 @@ class CloudGuardClient {
3060
3069
  * @param GetSecurityPolicyRequest
3061
3070
  * @return GetSecurityPolicyResponse
3062
3071
  * @throws OciError when an error occurs
3063
- * @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.
3072
+ * @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.
3064
3073
  */
3065
3074
  getSecurityPolicy(getSecurityPolicyRequest) {
3066
3075
  return __awaiter(this, void 0, void 0, function* () {
@@ -3123,7 +3132,7 @@ class CloudGuardClient {
3123
3132
  * @param GetSecurityRecipeRequest
3124
3133
  * @return GetSecurityRecipeResponse
3125
3134
  * @throws OciError when an error occurs
3126
- * @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.
3135
+ * @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.
3127
3136
  */
3128
3137
  getSecurityRecipe(getSecurityRecipeRequest) {
3129
3138
  return __awaiter(this, void 0, void 0, function* () {
@@ -3186,7 +3195,7 @@ class CloudGuardClient {
3186
3195
  * @param GetSecurityZoneRequest
3187
3196
  * @return GetSecurityZoneResponse
3188
3197
  * @throws OciError when an error occurs
3189
- * @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.
3198
+ * @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.
3190
3199
  */
3191
3200
  getSecurityZone(getSecurityZoneRequest) {
3192
3201
  return __awaiter(this, void 0, void 0, function* () {
@@ -3249,7 +3258,7 @@ class CloudGuardClient {
3249
3258
  * @param GetSightingRequest
3250
3259
  * @return GetSightingResponse
3251
3260
  * @throws OciError when an error occurs
3252
- * @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.
3261
+ * @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.
3253
3262
  */
3254
3263
  getSighting(getSightingRequest) {
3255
3264
  return __awaiter(this, void 0, void 0, function* () {
@@ -3312,7 +3321,7 @@ class CloudGuardClient {
3312
3321
  * @param GetTargetRequest
3313
3322
  * @return GetTargetResponse
3314
3323
  * @throws OciError when an error occurs
3315
- * @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.
3324
+ * @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.
3316
3325
  */
3317
3326
  getTarget(getTargetRequest) {
3318
3327
  return __awaiter(this, void 0, void 0, function* () {
@@ -3375,7 +3384,7 @@ class CloudGuardClient {
3375
3384
  * @param GetTargetDetectorRecipeRequest
3376
3385
  * @return GetTargetDetectorRecipeResponse
3377
3386
  * @throws OciError when an error occurs
3378
- * @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.
3387
+ * @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.
3379
3388
  */
3380
3389
  getTargetDetectorRecipe(getTargetDetectorRecipeRequest) {
3381
3390
  return __awaiter(this, void 0, void 0, function* () {
@@ -3439,7 +3448,7 @@ class CloudGuardClient {
3439
3448
  * @param GetTargetDetectorRecipeDetectorRuleRequest
3440
3449
  * @return GetTargetDetectorRecipeDetectorRuleResponse
3441
3450
  * @throws OciError when an error occurs
3442
- * @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.
3451
+ * @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.
3443
3452
  */
3444
3453
  getTargetDetectorRecipeDetectorRule(getTargetDetectorRecipeDetectorRuleRequest) {
3445
3454
  return __awaiter(this, void 0, void 0, function* () {
@@ -3504,7 +3513,7 @@ class CloudGuardClient {
3504
3513
  * @param GetTargetResponderRecipeRequest
3505
3514
  * @return GetTargetResponderRecipeResponse
3506
3515
  * @throws OciError when an error occurs
3507
- * @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.
3516
+ * @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.
3508
3517
  */
3509
3518
  getTargetResponderRecipe(getTargetResponderRecipeRequest) {
3510
3519
  return __awaiter(this, void 0, void 0, function* () {
@@ -3568,7 +3577,7 @@ class CloudGuardClient {
3568
3577
  * @param GetTargetResponderRecipeResponderRuleRequest
3569
3578
  * @return GetTargetResponderRecipeResponderRuleResponse
3570
3579
  * @throws OciError when an error occurs
3571
- * @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.
3580
+ * @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.
3572
3581
  */
3573
3582
  getTargetResponderRecipeResponderRule(getTargetResponderRecipeResponderRuleRequest) {
3574
3583
  return __awaiter(this, void 0, void 0, function* () {
@@ -3633,7 +3642,7 @@ class CloudGuardClient {
3633
3642
  * @param GetWorkRequestRequest
3634
3643
  * @return GetWorkRequestResponse
3635
3644
  * @throws OciError when an error occurs
3636
- * @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.
3645
+ * @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.
3637
3646
  */
3638
3647
  getWorkRequest(getWorkRequestRequest) {
3639
3648
  return __awaiter(this, void 0, void 0, function* () {
@@ -3702,7 +3711,7 @@ class CloudGuardClient {
3702
3711
  * @param ListConditionMetadataTypesRequest
3703
3712
  * @return ListConditionMetadataTypesResponse
3704
3713
  * @throws OciError when an error occurs
3705
- * @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.
3714
+ * @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.
3706
3715
  */
3707
3716
  listConditionMetadataTypes(listConditionMetadataTypesRequest) {
3708
3717
  return __awaiter(this, void 0, void 0, function* () {
@@ -3771,7 +3780,7 @@ class CloudGuardClient {
3771
3780
  * @param ListDataMaskRulesRequest
3772
3781
  * @return ListDataMaskRulesResponse
3773
3782
  * @throws OciError when an error occurs
3774
- * @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.
3783
+ * @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.
3775
3784
  */
3776
3785
  listDataMaskRules(listDataMaskRulesRequest) {
3777
3786
  return __awaiter(this, void 0, void 0, function* () {
@@ -3846,7 +3855,7 @@ class CloudGuardClient {
3846
3855
  * @param ListDataSourceEventsRequest
3847
3856
  * @return ListDataSourceEventsResponse
3848
3857
  * @throws OciError when an error occurs
3849
- * @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.
3858
+ * @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.
3850
3859
  */
3851
3860
  listDataSourceEvents(listDataSourceEventsRequest) {
3852
3861
  return __awaiter(this, void 0, void 0, function* () {
@@ -3930,7 +3939,7 @@ class CloudGuardClient {
3930
3939
  * @param ListDataSourcesRequest
3931
3940
  * @return ListDataSourcesResponse
3932
3941
  * @throws OciError when an error occurs
3933
- * @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.
3942
+ * @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.
3934
3943
  */
3935
3944
  listDataSources(listDataSourcesRequest) {
3936
3945
  return __awaiter(this, void 0, void 0, function* () {
@@ -4004,7 +4013,7 @@ class CloudGuardClient {
4004
4013
  * @param ListDetectorRecipeDetectorRulesRequest
4005
4014
  * @return ListDetectorRecipeDetectorRulesResponse
4006
4015
  * @throws OciError when an error occurs
4007
- * @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.
4016
+ * @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.
4008
4017
  */
4009
4018
  listDetectorRecipeDetectorRules(listDetectorRecipeDetectorRulesRequest) {
4010
4019
  return __awaiter(this, void 0, void 0, function* () {
@@ -4090,7 +4099,7 @@ class CloudGuardClient {
4090
4099
  * @param ListDetectorRecipesRequest
4091
4100
  * @return ListDetectorRecipesResponse
4092
4101
  * @throws OciError when an error occurs
4093
- * @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.
4102
+ * @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.
4094
4103
  */
4095
4104
  listDetectorRecipes(listDetectorRecipesRequest) {
4096
4105
  return __awaiter(this, void 0, void 0, function* () {
@@ -4163,7 +4172,7 @@ class CloudGuardClient {
4163
4172
  * @param ListDetectorRulesRequest
4164
4173
  * @return ListDetectorRulesResponse
4165
4174
  * @throws OciError when an error occurs
4166
- * @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.
4175
+ * @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.
4167
4176
  */
4168
4177
  listDetectorRules(listDetectorRulesRequest) {
4169
4178
  return __awaiter(this, void 0, void 0, function* () {
@@ -4235,7 +4244,7 @@ class CloudGuardClient {
4235
4244
  * @param ListDetectorsRequest
4236
4245
  * @return ListDetectorsResponse
4237
4246
  * @throws OciError when an error occurs
4238
- * @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.
4247
+ * @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.
4239
4248
  */
4240
4249
  listDetectors(listDetectorsRequest) {
4241
4250
  return __awaiter(this, void 0, void 0, function* () {
@@ -4304,7 +4313,7 @@ class CloudGuardClient {
4304
4313
  * @param ListImpactedResourcesRequest
4305
4314
  * @return ListImpactedResourcesResponse
4306
4315
  * @throws OciError when an error occurs
4307
- * @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.
4316
+ * @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.
4308
4317
  */
4309
4318
  listImpactedResources(listImpactedResourcesRequest) {
4310
4319
  return __awaiter(this, void 0, void 0, function* () {
@@ -4372,7 +4381,7 @@ class CloudGuardClient {
4372
4381
  * @param ListManagedListTypesRequest
4373
4382
  * @return ListManagedListTypesResponse
4374
4383
  * @throws OciError when an error occurs
4375
- * @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.
4384
+ * @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.
4376
4385
  */
4377
4386
  listManagedListTypes(listManagedListTypesRequest) {
4378
4387
  return __awaiter(this, void 0, void 0, function* () {
@@ -4454,7 +4463,7 @@ class CloudGuardClient {
4454
4463
  * @param ListManagedListsRequest
4455
4464
  * @return ListManagedListsResponse
4456
4465
  * @throws OciError when an error occurs
4457
- * @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.
4466
+ * @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.
4458
4467
  */
4459
4468
  listManagedLists(listManagedListsRequest) {
4460
4469
  return __awaiter(this, void 0, void 0, function* () {
@@ -4528,7 +4537,7 @@ class CloudGuardClient {
4528
4537
  * @param ListPoliciesRequest
4529
4538
  * @return ListPoliciesResponse
4530
4539
  * @throws OciError when an error occurs
4531
- * @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.
4540
+ * @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.
4532
4541
  */
4533
4542
  listPolicies(listPoliciesRequest) {
4534
4543
  return __awaiter(this, void 0, void 0, function* () {
@@ -4596,7 +4605,7 @@ class CloudGuardClient {
4596
4605
  * @param ListProblemEndpointsRequest
4597
4606
  * @return ListProblemEndpointsResponse
4598
4607
  * @throws OciError when an error occurs
4599
- * @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.
4608
+ * @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.
4600
4609
  */
4601
4610
  listProblemEndpoints(listProblemEndpointsRequest) {
4602
4611
  return __awaiter(this, void 0, void 0, function* () {
@@ -4665,7 +4674,7 @@ class CloudGuardClient {
4665
4674
  * @param ListProblemEntitiesRequest
4666
4675
  * @return ListProblemEntitiesResponse
4667
4676
  * @throws OciError when an error occurs
4668
- * @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.
4677
+ * @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.
4669
4678
  */
4670
4679
  listProblemEntities(listProblemEntitiesRequest) {
4671
4680
  return __awaiter(this, void 0, void 0, function* () {
@@ -4734,7 +4743,7 @@ class CloudGuardClient {
4734
4743
  * @param ListProblemHistoriesRequest
4735
4744
  * @return ListProblemHistoriesResponse
4736
4745
  * @throws OciError when an error occurs
4737
- * @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.
4746
+ * @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.
4738
4747
  */
4739
4748
  listProblemHistories(listProblemHistoriesRequest) {
4740
4749
  return __awaiter(this, void 0, void 0, function* () {
@@ -4818,7 +4827,7 @@ class CloudGuardClient {
4818
4827
  * @param ListProblemsRequest
4819
4828
  * @return ListProblemsResponse
4820
4829
  * @throws OciError when an error occurs
4821
- * @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.
4830
+ * @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.
4822
4831
  */
4823
4832
  listProblems(listProblemsRequest) {
4824
4833
  return __awaiter(this, void 0, void 0, function* () {
@@ -4906,7 +4915,7 @@ class CloudGuardClient {
4906
4915
  * @param ListRecommendationsRequest
4907
4916
  * @return ListRecommendationsResponse
4908
4917
  * @throws OciError when an error occurs
4909
- * @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.
4918
+ * @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.
4910
4919
  */
4911
4920
  listRecommendations(listRecommendationsRequest) {
4912
4921
  return __awaiter(this, void 0, void 0, function* () {
@@ -4978,7 +4987,7 @@ class CloudGuardClient {
4978
4987
  * @param ListResourceProfileEndpointsRequest
4979
4988
  * @return ListResourceProfileEndpointsResponse
4980
4989
  * @throws OciError when an error occurs
4981
- * @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.
4990
+ * @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.
4982
4991
  */
4983
4992
  listResourceProfileEndpoints(listResourceProfileEndpointsRequest) {
4984
4993
  return __awaiter(this, void 0, void 0, function* () {
@@ -5046,7 +5055,7 @@ class CloudGuardClient {
5046
5055
  * @param ListResourceProfileImpactedResourcesRequest
5047
5056
  * @return ListResourceProfileImpactedResourcesResponse
5048
5057
  * @throws OciError when an error occurs
5049
- * @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.
5058
+ * @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.
5050
5059
  */
5051
5060
  listResourceProfileImpactedResources(listResourceProfileImpactedResourcesRequest) {
5052
5061
  return __awaiter(this, void 0, void 0, function* () {
@@ -5128,7 +5137,7 @@ class CloudGuardClient {
5128
5137
  * @param ListResourceProfilesRequest
5129
5138
  * @return ListResourceProfilesResponse
5130
5139
  * @throws OciError when an error occurs
5131
- * @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.
5140
+ * @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.
5132
5141
  */
5133
5142
  listResourceProfiles(listResourceProfilesRequest) {
5134
5143
  return __awaiter(this, void 0, void 0, function* () {
@@ -5207,7 +5216,7 @@ class CloudGuardClient {
5207
5216
  * @param ListResourceTypesRequest
5208
5217
  * @return ListResourceTypesResponse
5209
5218
  * @throws OciError when an error occurs
5210
- * @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.
5219
+ * @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.
5211
5220
  */
5212
5221
  listResourceTypes(listResourceTypesRequest) {
5213
5222
  return __awaiter(this, void 0, void 0, function* () {
@@ -5277,7 +5286,7 @@ class CloudGuardClient {
5277
5286
  * @param ListResponderActivitiesRequest
5278
5287
  * @return ListResponderActivitiesResponse
5279
5288
  * @throws OciError when an error occurs
5280
- * @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.
5289
+ * @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.
5281
5290
  */
5282
5291
  listResponderActivities(listResponderActivitiesRequest) {
5283
5292
  return __awaiter(this, void 0, void 0, function* () {
@@ -5346,7 +5355,7 @@ class CloudGuardClient {
5346
5355
  * @param ListResponderExecutionsRequest
5347
5356
  * @return ListResponderExecutionsResponse
5348
5357
  * @throws OciError when an error occurs
5349
- * @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.
5358
+ * @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.
5350
5359
  */
5351
5360
  listResponderExecutions(listResponderExecutionsRequest) {
5352
5361
  return __awaiter(this, void 0, void 0, function* () {
@@ -5426,7 +5435,7 @@ class CloudGuardClient {
5426
5435
  * @param ListResponderRecipeResponderRulesRequest
5427
5436
  * @return ListResponderRecipeResponderRulesResponse
5428
5437
  * @throws OciError when an error occurs
5429
- * @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.
5438
+ * @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.
5430
5439
  */
5431
5440
  listResponderRecipeResponderRules(listResponderRecipeResponderRulesRequest) {
5432
5441
  return __awaiter(this, void 0, void 0, function* () {
@@ -5511,7 +5520,7 @@ class CloudGuardClient {
5511
5520
  * @param ListResponderRecipesRequest
5512
5521
  * @return ListResponderRecipesResponse
5513
5522
  * @throws OciError when an error occurs
5514
- * @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.
5523
+ * @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.
5515
5524
  */
5516
5525
  listResponderRecipes(listResponderRecipesRequest) {
5517
5526
  return __awaiter(this, void 0, void 0, function* () {
@@ -5584,7 +5593,7 @@ class CloudGuardClient {
5584
5593
  * @param ListResponderRulesRequest
5585
5594
  * @return ListResponderRulesResponse
5586
5595
  * @throws OciError when an error occurs
5587
- * @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.
5596
+ * @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.
5588
5597
  */
5589
5598
  listResponderRules(listResponderRulesRequest) {
5590
5599
  return __awaiter(this, void 0, void 0, function* () {
@@ -5654,7 +5663,7 @@ class CloudGuardClient {
5654
5663
  * @param ListSecurityPoliciesRequest
5655
5664
  * @return ListSecurityPoliciesResponse
5656
5665
  * @throws OciError when an error occurs
5657
- * @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.
5666
+ * @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.
5658
5667
  */
5659
5668
  listSecurityPolicies(listSecurityPoliciesRequest) {
5660
5669
  return __awaiter(this, void 0, void 0, function* () {
@@ -5725,7 +5734,7 @@ class CloudGuardClient {
5725
5734
  * @param ListSecurityRecipesRequest
5726
5735
  * @return ListSecurityRecipesResponse
5727
5736
  * @throws OciError when an error occurs
5728
- * @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.
5737
+ * @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.
5729
5738
  */
5730
5739
  listSecurityRecipes(listSecurityRecipesRequest) {
5731
5740
  return __awaiter(this, void 0, void 0, function* () {
@@ -5796,7 +5805,7 @@ class CloudGuardClient {
5796
5805
  * @param ListSecurityZonesRequest
5797
5806
  * @return ListSecurityZonesResponse
5798
5807
  * @throws OciError when an error occurs
5799
- * @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.
5808
+ * @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.
5800
5809
  */
5801
5810
  listSecurityZones(listSecurityZonesRequest) {
5802
5811
  return __awaiter(this, void 0, void 0, function* () {
@@ -5868,7 +5877,7 @@ class CloudGuardClient {
5868
5877
  * @param ListSightingEndpointsRequest
5869
5878
  * @return ListSightingEndpointsResponse
5870
5879
  * @throws OciError when an error occurs
5871
- * @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.
5880
+ * @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.
5872
5881
  */
5873
5882
  listSightingEndpoints(listSightingEndpointsRequest) {
5874
5883
  return __awaiter(this, void 0, void 0, function* () {
@@ -5936,7 +5945,7 @@ class CloudGuardClient {
5936
5945
  * @param ListSightingImpactedResourcesRequest
5937
5946
  * @return ListSightingImpactedResourcesResponse
5938
5947
  * @throws OciError when an error occurs
5939
- * @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.
5948
+ * @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.
5940
5949
  */
5941
5950
  listSightingImpactedResources(listSightingImpactedResourcesRequest) {
5942
5951
  return __awaiter(this, void 0, void 0, function* () {
@@ -6017,7 +6026,7 @@ class CloudGuardClient {
6017
6026
  * @param ListSightingsRequest
6018
6027
  * @return ListSightingsResponse
6019
6028
  * @throws OciError when an error occurs
6020
- * @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.
6029
+ * @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.
6021
6030
  */
6022
6031
  listSightings(listSightingsRequest) {
6023
6032
  return __awaiter(this, void 0, void 0, function* () {
@@ -6091,7 +6100,7 @@ class CloudGuardClient {
6091
6100
  * @param ListTacticsRequest
6092
6101
  * @return ListTacticsResponse
6093
6102
  * @throws OciError when an error occurs
6094
- * @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.
6103
+ * @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.
6095
6104
  */
6096
6105
  listTactics(listTacticsRequest) {
6097
6106
  return __awaiter(this, void 0, void 0, function* () {
@@ -6160,7 +6169,7 @@ class CloudGuardClient {
6160
6169
  * @param ListTargetDetectorRecipeDetectorRulesRequest
6161
6170
  * @return ListTargetDetectorRecipeDetectorRulesResponse
6162
6171
  * @throws OciError when an error occurs
6163
- * @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.
6172
+ * @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.
6164
6173
  */
6165
6174
  listTargetDetectorRecipeDetectorRules(listTargetDetectorRecipeDetectorRulesRequest) {
6166
6175
  return __awaiter(this, void 0, void 0, function* () {
@@ -6232,7 +6241,7 @@ class CloudGuardClient {
6232
6241
  * @param ListTargetDetectorRecipesRequest
6233
6242
  * @return ListTargetDetectorRecipesResponse
6234
6243
  * @throws OciError when an error occurs
6235
- * @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.
6244
+ * @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.
6236
6245
  */
6237
6246
  listTargetDetectorRecipes(listTargetDetectorRecipesRequest) {
6238
6247
  return __awaiter(this, void 0, void 0, function* () {
@@ -6304,7 +6313,7 @@ class CloudGuardClient {
6304
6313
  * @param ListTargetResponderRecipeResponderRulesRequest
6305
6314
  * @return ListTargetResponderRecipeResponderRulesResponse
6306
6315
  * @throws OciError when an error occurs
6307
- * @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.
6316
+ * @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.
6308
6317
  */
6309
6318
  listTargetResponderRecipeResponderRules(listTargetResponderRecipeResponderRulesRequest) {
6310
6319
  return __awaiter(this, void 0, void 0, function* () {
@@ -6376,7 +6385,7 @@ class CloudGuardClient {
6376
6385
  * @param ListTargetResponderRecipesRequest
6377
6386
  * @return ListTargetResponderRecipesResponse
6378
6387
  * @throws OciError when an error occurs
6379
- * @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.
6388
+ * @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.
6380
6389
  */
6381
6390
  listTargetResponderRecipes(listTargetResponderRecipesRequest) {
6382
6391
  return __awaiter(this, void 0, void 0, function* () {
@@ -6461,7 +6470,7 @@ class CloudGuardClient {
6461
6470
  * @param ListTargetsRequest
6462
6471
  * @return ListTargetsResponse
6463
6472
  * @throws OciError when an error occurs
6464
- * @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.
6473
+ * @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.
6465
6474
  */
6466
6475
  listTargets(listTargetsRequest) {
6467
6476
  return __awaiter(this, void 0, void 0, function* () {
@@ -6534,7 +6543,7 @@ class CloudGuardClient {
6534
6543
  * @param ListTechniquesRequest
6535
6544
  * @return ListTechniquesResponse
6536
6545
  * @throws OciError when an error occurs
6537
- * @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.
6546
+ * @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.
6538
6547
  */
6539
6548
  listTechniques(listTechniquesRequest) {
6540
6549
  return __awaiter(this, void 0, void 0, function* () {
@@ -6603,7 +6612,7 @@ class CloudGuardClient {
6603
6612
  * @param ListWorkRequestErrorsRequest
6604
6613
  * @return ListWorkRequestErrorsResponse
6605
6614
  * @throws OciError when an error occurs
6606
- * @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.
6615
+ * @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.
6607
6616
  */
6608
6617
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
6609
6618
  return __awaiter(this, void 0, void 0, function* () {
@@ -6671,7 +6680,7 @@ class CloudGuardClient {
6671
6680
  * @param ListWorkRequestLogsRequest
6672
6681
  * @return ListWorkRequestLogsResponse
6673
6682
  * @throws OciError when an error occurs
6674
- * @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.
6683
+ * @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.
6675
6684
  */
6676
6685
  listWorkRequestLogs(listWorkRequestLogsRequest) {
6677
6686
  return __awaiter(this, void 0, void 0, function* () {
@@ -6739,7 +6748,7 @@ class CloudGuardClient {
6739
6748
  * @param ListWorkRequestsRequest
6740
6749
  * @return ListWorkRequestsResponse
6741
6750
  * @throws OciError when an error occurs
6742
- * @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.
6751
+ * @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.
6743
6752
  */
6744
6753
  listWorkRequests(listWorkRequestsRequest) {
6745
6754
  return __awaiter(this, void 0, void 0, function* () {
@@ -6808,7 +6817,7 @@ class CloudGuardClient {
6808
6817
  * @param RemoveCompartmentRequest
6809
6818
  * @return RemoveCompartmentResponse
6810
6819
  * @throws OciError when an error occurs
6811
- * @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.
6820
+ * @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.
6812
6821
  */
6813
6822
  removeCompartment(removeCompartmentRequest) {
6814
6823
  return __awaiter(this, void 0, void 0, function* () {
@@ -6875,7 +6884,7 @@ class CloudGuardClient {
6875
6884
  * @param RequestRiskScoresRequest
6876
6885
  * @return RequestRiskScoresResponse
6877
6886
  * @throws OciError when an error occurs
6878
- * @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.
6887
+ * @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.
6879
6888
  */
6880
6889
  requestRiskScores(requestRiskScoresRequest) {
6881
6890
  return __awaiter(this, void 0, void 0, function* () {
@@ -6942,7 +6951,7 @@ class CloudGuardClient {
6942
6951
  * @param RequestSecurityScoreSummarizedTrendRequest
6943
6952
  * @return RequestSecurityScoreSummarizedTrendResponse
6944
6953
  * @throws OciError when an error occurs
6945
- * @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.
6954
+ * @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.
6946
6955
  */
6947
6956
  requestSecurityScoreSummarizedTrend(requestSecurityScoreSummarizedTrendRequest) {
6948
6957
  return __awaiter(this, void 0, void 0, function* () {
@@ -7010,7 +7019,7 @@ class CloudGuardClient {
7010
7019
  * @param RequestSecurityScoresRequest
7011
7020
  * @return RequestSecurityScoresResponse
7012
7021
  * @throws OciError when an error occurs
7013
- * @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.
7022
+ * @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.
7014
7023
  */
7015
7024
  requestSecurityScores(requestSecurityScoresRequest) {
7016
7025
  return __awaiter(this, void 0, void 0, function* () {
@@ -7090,7 +7099,7 @@ class CloudGuardClient {
7090
7099
  * @param RequestSummarizedActivityProblemsRequest
7091
7100
  * @return RequestSummarizedActivityProblemsResponse
7092
7101
  * @throws OciError when an error occurs
7093
- * @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.
7102
+ * @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.
7094
7103
  */
7095
7104
  requestSummarizedActivityProblems(requestSummarizedActivityProblemsRequest) {
7096
7105
  return __awaiter(this, void 0, void 0, function* () {
@@ -7170,7 +7179,7 @@ class CloudGuardClient {
7170
7179
  * @param RequestSummarizedProblemsRequest
7171
7180
  * @return RequestSummarizedProblemsResponse
7172
7181
  * @throws OciError when an error occurs
7173
- * @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.
7182
+ * @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.
7174
7183
  */
7175
7184
  requestSummarizedProblems(requestSummarizedProblemsRequest) {
7176
7185
  return __awaiter(this, void 0, void 0, function* () {
@@ -7250,7 +7259,7 @@ class CloudGuardClient {
7250
7259
  * @param RequestSummarizedResponderExecutionsRequest
7251
7260
  * @return RequestSummarizedResponderExecutionsResponse
7252
7261
  * @throws OciError when an error occurs
7253
- * @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.
7262
+ * @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.
7254
7263
  */
7255
7264
  requestSummarizedResponderExecutions(requestSummarizedResponderExecutionsRequest) {
7256
7265
  return __awaiter(this, void 0, void 0, function* () {
@@ -7321,7 +7330,7 @@ class CloudGuardClient {
7321
7330
  * @param RequestSummarizedRiskScoresRequest
7322
7331
  * @return RequestSummarizedRiskScoresResponse
7323
7332
  * @throws OciError when an error occurs
7324
- * @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.
7333
+ * @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.
7325
7334
  */
7326
7335
  requestSummarizedRiskScores(requestSummarizedRiskScoresRequest) {
7327
7336
  return __awaiter(this, void 0, void 0, function* () {
@@ -7387,7 +7396,7 @@ class CloudGuardClient {
7387
7396
  * @param RequestSummarizedSecurityScoresRequest
7388
7397
  * @return RequestSummarizedSecurityScoresResponse
7389
7398
  * @throws OciError when an error occurs
7390
- * @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.
7399
+ * @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.
7391
7400
  */
7392
7401
  requestSummarizedSecurityScores(requestSummarizedSecurityScoresRequest) {
7393
7402
  return __awaiter(this, void 0, void 0, function* () {
@@ -7452,7 +7461,7 @@ class CloudGuardClient {
7452
7461
  * @param RequestSummarizedTopTrendResourceProfileRiskScoresRequest
7453
7462
  * @return RequestSummarizedTopTrendResourceProfileRiskScoresResponse
7454
7463
  * @throws OciError when an error occurs
7455
- * @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.
7464
+ * @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.
7456
7465
  */
7457
7466
  requestSummarizedTopTrendResourceProfileRiskScores(requestSummarizedTopTrendResourceProfileRiskScoresRequest) {
7458
7467
  return __awaiter(this, void 0, void 0, function* () {
@@ -7535,7 +7544,7 @@ class CloudGuardClient {
7535
7544
  * @param RequestSummarizedTrendProblemsRequest
7536
7545
  * @return RequestSummarizedTrendProblemsResponse
7537
7546
  * @throws OciError when an error occurs
7538
- * @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.
7547
+ * @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.
7539
7548
  */
7540
7549
  requestSummarizedTrendProblems(requestSummarizedTrendProblemsRequest) {
7541
7550
  return __awaiter(this, void 0, void 0, function* () {
@@ -7604,7 +7613,7 @@ class CloudGuardClient {
7604
7613
  * @param RequestSummarizedTrendResourceRiskScoresRequest
7605
7614
  * @return RequestSummarizedTrendResourceRiskScoresResponse
7606
7615
  * @throws OciError when an error occurs
7607
- * @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.
7616
+ * @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.
7608
7617
  */
7609
7618
  requestSummarizedTrendResourceRiskScores(requestSummarizedTrendResourceRiskScoresRequest) {
7610
7619
  return __awaiter(this, void 0, void 0, function* () {
@@ -7686,7 +7695,7 @@ class CloudGuardClient {
7686
7695
  * @param RequestSummarizedTrendResponderExecutionsRequest
7687
7696
  * @return RequestSummarizedTrendResponderExecutionsResponse
7688
7697
  * @throws OciError when an error occurs
7689
- * @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.
7698
+ * @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.
7690
7699
  */
7691
7700
  requestSummarizedTrendResponderExecutions(requestSummarizedTrendResponderExecutionsRequest) {
7692
7701
  return __awaiter(this, void 0, void 0, function* () {
@@ -7756,7 +7765,7 @@ class CloudGuardClient {
7756
7765
  * @param RequestSummarizedTrendSecurityScoresRequest
7757
7766
  * @return RequestSummarizedTrendSecurityScoresResponse
7758
7767
  * @throws OciError when an error occurs
7759
- * @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.
7768
+ * @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.
7760
7769
  */
7761
7770
  requestSummarizedTrendSecurityScores(requestSummarizedTrendSecurityScoresRequest) {
7762
7771
  return __awaiter(this, void 0, void 0, function* () {
@@ -7825,7 +7834,7 @@ class CloudGuardClient {
7825
7834
  * @param SkipBulkResponderExecutionRequest
7826
7835
  * @return SkipBulkResponderExecutionResponse
7827
7836
  * @throws OciError when an error occurs
7828
- * @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.
7837
+ * @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.
7829
7838
  */
7830
7839
  skipBulkResponderExecution(skipBulkResponderExecutionRequest) {
7831
7840
  return __awaiter(this, void 0, void 0, function* () {
@@ -7878,7 +7887,7 @@ class CloudGuardClient {
7878
7887
  * @param SkipResponderExecutionRequest
7879
7888
  * @return SkipResponderExecutionResponse
7880
7889
  * @throws OciError when an error occurs
7881
- * @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.
7890
+ * @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.
7882
7891
  */
7883
7892
  skipResponderExecution(skipResponderExecutionRequest) {
7884
7893
  return __awaiter(this, void 0, void 0, function* () {
@@ -7937,7 +7946,7 @@ class CloudGuardClient {
7937
7946
  * @param TriggerResponderRequest
7938
7947
  * @return TriggerResponderResponse
7939
7948
  * @throws OciError when an error occurs
7940
- * @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.
7949
+ * @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.
7941
7950
  */
7942
7951
  triggerResponder(triggerResponderRequest) {
7943
7952
  return __awaiter(this, void 0, void 0, function* () {
@@ -7996,7 +8005,7 @@ class CloudGuardClient {
7996
8005
  * @param UpdateBulkProblemStatusRequest
7997
8006
  * @return UpdateBulkProblemStatusResponse
7998
8007
  * @throws OciError when an error occurs
7999
- * @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.
8008
+ * @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.
8000
8009
  */
8001
8010
  updateBulkProblemStatus(updateBulkProblemStatusRequest) {
8002
8011
  return __awaiter(this, void 0, void 0, function* () {
@@ -8050,7 +8059,7 @@ class CloudGuardClient {
8050
8059
  * @param UpdateConfigurationRequest
8051
8060
  * @return UpdateConfigurationResponse
8052
8061
  * @throws OciError when an error occurs
8053
- * @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.
8062
+ * @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.
8054
8063
  */
8055
8064
  updateConfiguration(updateConfigurationRequest) {
8056
8065
  return __awaiter(this, void 0, void 0, function* () {
@@ -8116,7 +8125,7 @@ class CloudGuardClient {
8116
8125
  * @param UpdateDataMaskRuleRequest
8117
8126
  * @return UpdateDataMaskRuleResponse
8118
8127
  * @throws OciError when an error occurs
8119
- * @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.
8128
+ * @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.
8120
8129
  */
8121
8130
  updateDataMaskRule(updateDataMaskRuleRequest) {
8122
8131
  return __awaiter(this, void 0, void 0, function* () {
@@ -8181,7 +8190,7 @@ class CloudGuardClient {
8181
8190
  * @param UpdateDataSourceRequest
8182
8191
  * @return UpdateDataSourceResponse
8183
8192
  * @throws OciError when an error occurs
8184
- * @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.
8193
+ * @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.
8185
8194
  */
8186
8195
  updateDataSource(updateDataSourceRequest) {
8187
8196
  return __awaiter(this, void 0, void 0, function* () {
@@ -8243,7 +8252,7 @@ class CloudGuardClient {
8243
8252
  * @param UpdateDetectorRecipeRequest
8244
8253
  * @return UpdateDetectorRecipeResponse
8245
8254
  * @throws OciError when an error occurs
8246
- * @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.
8255
+ * @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.
8247
8256
  */
8248
8257
  updateDetectorRecipe(updateDetectorRecipeRequest) {
8249
8258
  return __awaiter(this, void 0, void 0, function* () {
@@ -8309,7 +8318,7 @@ class CloudGuardClient {
8309
8318
  * @param UpdateDetectorRecipeDetectorRuleRequest
8310
8319
  * @return UpdateDetectorRecipeDetectorRuleResponse
8311
8320
  * @throws OciError when an error occurs
8312
- * @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.
8321
+ * @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.
8313
8322
  */
8314
8323
  updateDetectorRecipeDetectorRule(updateDetectorRecipeDetectorRuleRequest) {
8315
8324
  return __awaiter(this, void 0, void 0, function* () {
@@ -8375,7 +8384,7 @@ class CloudGuardClient {
8375
8384
  * @param UpdateManagedListRequest
8376
8385
  * @return UpdateManagedListResponse
8377
8386
  * @throws OciError when an error occurs
8378
- * @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.
8387
+ * @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.
8379
8388
  */
8380
8389
  updateManagedList(updateManagedListRequest) {
8381
8390
  return __awaiter(this, void 0, void 0, function* () {
@@ -8442,7 +8451,7 @@ class CloudGuardClient {
8442
8451
  * @param UpdateProblemStatusRequest
8443
8452
  * @return UpdateProblemStatusResponse
8444
8453
  * @throws OciError when an error occurs
8445
- * @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.
8454
+ * @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.
8446
8455
  */
8447
8456
  updateProblemStatus(updateProblemStatusRequest) {
8448
8457
  return __awaiter(this, void 0, void 0, function* () {
@@ -8508,7 +8517,7 @@ class CloudGuardClient {
8508
8517
  * @param UpdateResponderRecipeRequest
8509
8518
  * @return UpdateResponderRecipeResponse
8510
8519
  * @throws OciError when an error occurs
8511
- * @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.
8520
+ * @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.
8512
8521
  */
8513
8522
  updateResponderRecipe(updateResponderRecipeRequest) {
8514
8523
  return __awaiter(this, void 0, void 0, function* () {
@@ -8573,7 +8582,7 @@ class CloudGuardClient {
8573
8582
  * @param UpdateResponderRecipeResponderRuleRequest
8574
8583
  * @return UpdateResponderRecipeResponderRuleResponse
8575
8584
  * @throws OciError when an error occurs
8576
- * @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.
8585
+ * @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.
8577
8586
  */
8578
8587
  updateResponderRecipeResponderRule(updateResponderRecipeResponderRuleRequest) {
8579
8588
  return __awaiter(this, void 0, void 0, function* () {
@@ -8639,7 +8648,7 @@ class CloudGuardClient {
8639
8648
  * @param UpdateSecurityRecipeRequest
8640
8649
  * @return UpdateSecurityRecipeResponse
8641
8650
  * @throws OciError when an error occurs
8642
- * @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.
8651
+ * @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.
8643
8652
  */
8644
8653
  updateSecurityRecipe(updateSecurityRecipeRequest) {
8645
8654
  return __awaiter(this, void 0, void 0, function* () {
@@ -8704,7 +8713,7 @@ class CloudGuardClient {
8704
8713
  * @param UpdateSecurityZoneRequest
8705
8714
  * @return UpdateSecurityZoneResponse
8706
8715
  * @throws OciError when an error occurs
8707
- * @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.
8716
+ * @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.
8708
8717
  */
8709
8718
  updateSecurityZone(updateSecurityZoneRequest) {
8710
8719
  return __awaiter(this, void 0, void 0, function* () {
@@ -8769,7 +8778,7 @@ class CloudGuardClient {
8769
8778
  * @param UpdateTargetRequest
8770
8779
  * @return UpdateTargetResponse
8771
8780
  * @throws OciError when an error occurs
8772
- * @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.
8781
+ * @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.
8773
8782
  */
8774
8783
  updateTarget(updateTargetRequest) {
8775
8784
  return __awaiter(this, void 0, void 0, function* () {
@@ -8834,7 +8843,7 @@ class CloudGuardClient {
8834
8843
  * @param UpdateTargetDetectorRecipeRequest
8835
8844
  * @return UpdateTargetDetectorRecipeResponse
8836
8845
  * @throws OciError when an error occurs
8837
- * @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.
8846
+ * @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.
8838
8847
  */
8839
8848
  updateTargetDetectorRecipe(updateTargetDetectorRecipeRequest) {
8840
8849
  return __awaiter(this, void 0, void 0, function* () {
@@ -8900,7 +8909,7 @@ class CloudGuardClient {
8900
8909
  * @param UpdateTargetDetectorRecipeDetectorRuleRequest
8901
8910
  * @return UpdateTargetDetectorRecipeDetectorRuleResponse
8902
8911
  * @throws OciError when an error occurs
8903
- * @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.
8912
+ * @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.
8904
8913
  */
8905
8914
  updateTargetDetectorRecipeDetectorRule(updateTargetDetectorRecipeDetectorRuleRequest) {
8906
8915
  return __awaiter(this, void 0, void 0, function* () {
@@ -8967,7 +8976,7 @@ class CloudGuardClient {
8967
8976
  * @param UpdateTargetResponderRecipeRequest
8968
8977
  * @return UpdateTargetResponderRecipeResponse
8969
8978
  * @throws OciError when an error occurs
8970
- * @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.
8979
+ * @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.
8971
8980
  */
8972
8981
  updateTargetResponderRecipe(updateTargetResponderRecipeRequest) {
8973
8982
  return __awaiter(this, void 0, void 0, function* () {
@@ -9033,7 +9042,7 @@ class CloudGuardClient {
9033
9042
  * @param UpdateTargetResponderRecipeResponderRuleRequest
9034
9043
  * @return UpdateTargetResponderRecipeResponderRuleResponse
9035
9044
  * @throws OciError when an error occurs
9036
- * @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.
9045
+ * @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.
9037
9046
  */
9038
9047
  updateTargetResponderRecipeResponderRule(updateTargetResponderRecipeResponderRuleRequest) {
9039
9048
  return __awaiter(this, void 0, void 0, function* () {