oci-cloudguard 2.36.0 → 2.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (837) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +280 -118
  4. package/lib/client.js +1205 -164
  5. package/lib/client.js.map +1 -1
  6. package/lib/cloudguard-waiter.d.ts +16 -1
  7. package/lib/cloudguard-waiter.js +24 -1
  8. package/lib/cloudguard-waiter.js.map +1 -1
  9. package/lib/model/absolute-time-start-policy.d.ts +31 -0
  10. package/lib/model/absolute-time-start-policy.js +57 -0
  11. package/lib/model/absolute-time-start-policy.js.map +1 -0
  12. package/lib/model/action-type.d.ts +35 -0
  13. package/lib/model/action-type.js +46 -0
  14. package/lib/model/action-type.js.map +1 -0
  15. package/lib/model/activity-problem-aggregation-collection.d.ts +1 -1
  16. package/lib/model/activity-problem-aggregation-collection.js +1 -1
  17. package/lib/model/activity-problem-aggregation.d.ts +1 -1
  18. package/lib/model/activity-problem-aggregation.js +1 -1
  19. package/lib/model/actor-type.d.ts +1 -1
  20. package/lib/model/actor-type.js +1 -1
  21. package/lib/model/add-compartment-details.d.ts +1 -1
  22. package/lib/model/add-compartment-details.js +1 -1
  23. package/lib/model/all-targets-selected.d.ts +1 -1
  24. package/lib/model/all-targets-selected.js +1 -1
  25. package/lib/model/attach-target-detector-recipe-details.d.ts +1 -1
  26. package/lib/model/attach-target-detector-recipe-details.js +1 -1
  27. package/lib/model/attach-target-responder-recipe-details.d.ts +1 -1
  28. package/lib/model/attach-target-responder-recipe-details.js +1 -1
  29. package/lib/model/candidate-responder-rule.d.ts +1 -1
  30. package/lib/model/candidate-responder-rule.js +1 -1
  31. package/lib/model/change-data-source-compartment-details.d.ts +28 -0
  32. package/lib/model/change-data-source-compartment-details.js +32 -0
  33. package/lib/model/change-data-source-compartment-details.js.map +1 -0
  34. package/lib/model/change-detector-recipe-compartment-details.d.ts +1 -1
  35. package/lib/model/change-detector-recipe-compartment-details.js +1 -1
  36. package/lib/model/change-managed-list-compartment-details.d.ts +1 -1
  37. package/lib/model/change-managed-list-compartment-details.js +1 -1
  38. package/lib/model/change-responder-recipe-compartment-details.d.ts +1 -1
  39. package/lib/model/change-responder-recipe-compartment-details.js +1 -1
  40. package/lib/model/change-security-policy-compartment-details.d.ts +1 -1
  41. package/lib/model/change-security-policy-compartment-details.js +1 -1
  42. package/lib/model/change-security-recipe-compartment-details.d.ts +1 -1
  43. package/lib/model/change-security-recipe-compartment-details.js +1 -1
  44. package/lib/model/change-security-zone-compartment-details.d.ts +1 -1
  45. package/lib/model/change-security-zone-compartment-details.js +1 -1
  46. package/lib/model/classification-status.d.ts +3 -3
  47. package/lib/model/classification-status.js +3 -3
  48. package/lib/model/classification-status.js.map +1 -1
  49. package/lib/model/cloud-guard-status.d.ts +1 -1
  50. package/lib/model/cloud-guard-status.js +1 -1
  51. package/lib/model/composite-condition.d.ts +1 -1
  52. package/lib/model/composite-condition.js +1 -1
  53. package/lib/model/condition-filter-type.d.ts +1 -1
  54. package/lib/model/condition-filter-type.js +1 -1
  55. package/lib/model/condition-group.d.ts +1 -1
  56. package/lib/model/condition-group.js +1 -1
  57. package/lib/model/condition-metadata-type-collection.d.ts +1 -1
  58. package/lib/model/condition-metadata-type-collection.js +1 -1
  59. package/lib/model/condition-metadata-type-summary.d.ts +1 -1
  60. package/lib/model/condition-metadata-type-summary.js +1 -1
  61. package/lib/model/condition-metadata-type.d.ts +1 -1
  62. package/lib/model/condition-metadata-type.js +1 -1
  63. package/lib/model/condition-operator-name.d.ts +1 -1
  64. package/lib/model/condition-operator-name.js +1 -1
  65. package/lib/model/condition-operator.d.ts +1 -1
  66. package/lib/model/condition-operator.js +1 -1
  67. package/lib/model/condition-type-enum.d.ts +1 -1
  68. package/lib/model/condition-type-enum.js +1 -1
  69. package/lib/model/condition-value-type.d.ts +1 -1
  70. package/lib/model/condition-value-type.js +1 -1
  71. package/lib/model/condition.d.ts +1 -1
  72. package/lib/model/condition.js +6 -3
  73. package/lib/model/condition.js.map +1 -1
  74. package/lib/model/confidence.d.ts +1 -1
  75. package/lib/model/confidence.js +1 -1
  76. package/lib/model/config-value.d.ts +1 -1
  77. package/lib/model/config-value.js +1 -1
  78. package/lib/model/configuration-list-item-type.d.ts +1 -1
  79. package/lib/model/configuration-list-item-type.js +1 -1
  80. package/lib/model/configuration.d.ts +1 -1
  81. package/lib/model/configuration.js +1 -1
  82. package/lib/model/continuous-query-start-policy.d.ts +25 -0
  83. package/lib/model/continuous-query-start-policy.js +75 -0
  84. package/lib/model/continuous-query-start-policy.js.map +1 -0
  85. package/lib/model/create-data-mask-rule-details.d.ts +1 -1
  86. package/lib/model/create-data-mask-rule-details.js +1 -1
  87. package/lib/model/create-data-source-details.d.ts +58 -0
  88. package/lib/model/create-data-source-details.js +60 -0
  89. package/lib/model/create-data-source-details.js.map +1 -0
  90. package/lib/model/create-detector-recipe-details.d.ts +6 -2
  91. package/lib/model/create-detector-recipe-details.js +1 -1
  92. package/lib/model/create-detector-recipe-details.js.map +1 -1
  93. package/lib/model/create-detector-recipe-detector-rule-details.d.ts +26 -0
  94. package/lib/model/create-detector-recipe-detector-rule-details.js +58 -0
  95. package/lib/model/create-detector-recipe-detector-rule-details.js.map +1 -0
  96. package/lib/model/create-detector-rule-details.d.ts +66 -0
  97. package/lib/model/create-detector-rule-details.js +78 -0
  98. package/lib/model/create-detector-rule-details.js.map +1 -0
  99. package/lib/model/create-managed-list-details.d.ts +1 -1
  100. package/lib/model/create-managed-list-details.js +1 -1
  101. package/lib/model/create-responder-recipe-details.d.ts +1 -1
  102. package/lib/model/create-responder-recipe-details.js +1 -1
  103. package/lib/model/create-security-policy-details.d.ts +1 -1
  104. package/lib/model/create-security-policy-details.js +1 -1
  105. package/lib/model/create-security-recipe-details.d.ts +1 -1
  106. package/lib/model/create-security-recipe-details.js +1 -1
  107. package/lib/model/create-security-zone-details.d.ts +1 -1
  108. package/lib/model/create-security-zone-details.js +1 -1
  109. package/lib/model/create-target-details.d.ts +2 -2
  110. package/lib/model/create-target-details.js +1 -1
  111. package/lib/model/create-target-detector-recipe-details.d.ts +1 -1
  112. package/lib/model/create-target-detector-recipe-details.js +1 -1
  113. package/lib/model/create-target-responder-recipe-details.d.ts +1 -1
  114. package/lib/model/create-target-responder-recipe-details.js +1 -1
  115. package/lib/model/data-mask-category.d.ts +1 -1
  116. package/lib/model/data-mask-category.js +1 -1
  117. package/lib/model/data-mask-rule-collection.d.ts +1 -1
  118. package/lib/model/data-mask-rule-collection.js +1 -1
  119. package/lib/model/data-mask-rule-status.d.ts +1 -1
  120. package/lib/model/data-mask-rule-status.js +1 -1
  121. package/lib/model/data-mask-rule-summary.d.ts +1 -1
  122. package/lib/model/data-mask-rule-summary.js +1 -1
  123. package/lib/model/data-mask-rule.d.ts +1 -1
  124. package/lib/model/data-mask-rule.js +1 -1
  125. package/lib/model/data-source-collection.d.ts +29 -0
  126. package/lib/model/data-source-collection.js +64 -0
  127. package/lib/model/data-source-collection.js.map +1 -0
  128. package/lib/model/data-source-details.d.ts +25 -0
  129. package/lib/model/data-source-details.js +71 -0
  130. package/lib/model/data-source-details.js.map +1 -0
  131. package/lib/model/data-source-event-collection.d.ts +29 -0
  132. package/lib/model/data-source-event-collection.js +64 -0
  133. package/lib/model/data-source-event-collection.js.map +1 -0
  134. package/lib/model/data-source-event-info-status.d.ts +31 -0
  135. package/lib/model/data-source-event-info-status.js +42 -0
  136. package/lib/model/data-source-event-info-status.js.map +1 -0
  137. package/lib/model/data-source-event-info.d.ts +25 -0
  138. package/lib/model/data-source-event-info.js +71 -0
  139. package/lib/model/data-source-event-info.js.map +1 -0
  140. package/lib/model/data-source-event-summary.d.ts +50 -0
  141. package/lib/model/data-source-event-summary.js +58 -0
  142. package/lib/model/data-source-event-summary.js.map +1 -0
  143. package/lib/model/data-source-feed-provider.d.ts +30 -0
  144. package/lib/model/data-source-feed-provider.js +41 -0
  145. package/lib/model/data-source-feed-provider.js.map +1 -0
  146. package/lib/model/data-source-mapping-info.d.ts +32 -0
  147. package/lib/model/data-source-mapping-info.js +32 -0
  148. package/lib/model/data-source-mapping-info.js.map +1 -0
  149. package/lib/model/data-source-status.d.ts +31 -0
  150. package/lib/model/data-source-status.js +42 -0
  151. package/lib/model/data-source-status.js.map +1 -0
  152. package/lib/model/data-source-summary-details.d.ts +25 -0
  153. package/lib/model/data-source-summary-details.js +71 -0
  154. package/lib/model/data-source-summary-details.js.map +1 -0
  155. package/lib/model/data-source-summary.d.ts +96 -0
  156. package/lib/model/data-source-summary.js +66 -0
  157. package/lib/model/data-source-summary.js.map +1 -0
  158. package/lib/model/data-source.d.ts +99 -0
  159. package/lib/model/data-source.js +80 -0
  160. package/lib/model/data-source.js.map +1 -0
  161. package/lib/model/detector-collection.d.ts +1 -1
  162. package/lib/model/detector-collection.js +1 -1
  163. package/lib/model/detector-configuration.d.ts +1 -1
  164. package/lib/model/detector-configuration.js +1 -1
  165. package/lib/model/detector-details.d.ts +1 -1
  166. package/lib/model/detector-details.js +1 -1
  167. package/lib/model/detector-enum.d.ts +2 -1
  168. package/lib/model/detector-enum.js +2 -1
  169. package/lib/model/detector-enum.js.map +1 -1
  170. package/lib/model/detector-recipe-collection.d.ts +1 -1
  171. package/lib/model/detector-recipe-collection.js +1 -1
  172. package/lib/model/detector-recipe-detector-rule-collection.d.ts +1 -1
  173. package/lib/model/detector-recipe-detector-rule-collection.js +1 -1
  174. package/lib/model/detector-recipe-detector-rule-summary.d.ts +9 -1
  175. package/lib/model/detector-recipe-detector-rule-summary.js +11 -1
  176. package/lib/model/detector-recipe-detector-rule-summary.js.map +1 -1
  177. package/lib/model/detector-recipe-detector-rule.d.ts +9 -1
  178. package/lib/model/detector-recipe-detector-rule.js +11 -1
  179. package/lib/model/detector-recipe-detector-rule.js.map +1 -1
  180. package/lib/model/detector-recipe-summary.d.ts +1 -1
  181. package/lib/model/detector-recipe-summary.js +1 -1
  182. package/lib/model/detector-recipe.d.ts +5 -1
  183. package/lib/model/detector-recipe.js +1 -1
  184. package/lib/model/detector-recipe.js.map +1 -1
  185. package/lib/model/detector-rule-collection.d.ts +1 -1
  186. package/lib/model/detector-rule-collection.js +1 -1
  187. package/lib/model/detector-rule-summary.d.ts +1 -1
  188. package/lib/model/detector-rule-summary.js +1 -1
  189. package/lib/model/detector-rule.d.ts +1 -1
  190. package/lib/model/detector-rule.js +1 -1
  191. package/lib/model/detector-summary.d.ts +1 -1
  192. package/lib/model/detector-summary.js +1 -1
  193. package/lib/model/detector.d.ts +1 -1
  194. package/lib/model/detector.js +1 -1
  195. package/lib/model/entities-mapping.d.ts +37 -0
  196. package/lib/model/entities-mapping.js +32 -0
  197. package/lib/model/entities-mapping.js.map +1 -0
  198. package/lib/model/entity-details.d.ts +36 -0
  199. package/lib/model/entity-details.js +32 -0
  200. package/lib/model/entity-details.js.map +1 -0
  201. package/lib/model/entity-type.d.ts +33 -0
  202. package/lib/model/entity-type.js +44 -0
  203. package/lib/model/entity-type.js.map +1 -0
  204. package/lib/model/event-status.d.ts +1 -1
  205. package/lib/model/event-status.js +1 -1
  206. package/lib/model/execute-responder-execution-details.d.ts +1 -1
  207. package/lib/model/execute-responder-execution-details.js +1 -1
  208. package/lib/model/feed-provider-type.d.ts +1 -1
  209. package/lib/model/feed-provider-type.js +1 -1
  210. package/lib/model/geographical-location.d.ts +1 -1
  211. package/lib/model/geographical-location.js +1 -1
  212. package/lib/model/impacted-resource-collection.d.ts +1 -1
  213. package/lib/model/impacted-resource-collection.js +1 -1
  214. package/lib/model/impacted-resource-summary.d.ts +1 -1
  215. package/lib/model/impacted-resource-summary.js +1 -1
  216. package/lib/model/index.d.ts +93 -1
  217. package/lib/model/index.js +99 -6
  218. package/lib/model/index.js.map +1 -1
  219. package/lib/model/insight-type-logging-query-details.d.ts +31 -0
  220. package/lib/model/insight-type-logging-query-details.js +57 -0
  221. package/lib/model/insight-type-logging-query-details.js.map +1 -0
  222. package/lib/model/lifecycle-state.d.ts +1 -1
  223. package/lib/model/lifecycle-state.js +1 -1
  224. package/lib/model/logging-event-info.d.ts +31 -0
  225. package/lib/model/logging-event-info.js +55 -0
  226. package/lib/model/logging-event-info.js.map +1 -0
  227. package/lib/model/logging-query-data-source-details.d.ts +57 -0
  228. package/lib/model/logging-query-data-source-details.js +71 -0
  229. package/lib/model/logging-query-data-source-details.js.map +1 -0
  230. package/lib/model/logging-query-data-source-summary-details.d.ts +39 -0
  231. package/lib/model/logging-query-data-source-summary-details.js +79 -0
  232. package/lib/model/logging-query-data-source-summary-details.js.map +1 -0
  233. package/lib/model/logging-query-details.d.ts +25 -0
  234. package/lib/model/logging-query-details.js +71 -0
  235. package/lib/model/logging-query-details.js.map +1 -0
  236. package/lib/model/logging-query-operator-type.d.ts +34 -0
  237. package/lib/model/logging-query-operator-type.js +45 -0
  238. package/lib/model/logging-query-operator-type.js.map +1 -0
  239. package/lib/model/logging-query-type.d.ts +30 -0
  240. package/lib/model/logging-query-type.js +41 -0
  241. package/lib/model/logging-query-type.js.map +1 -0
  242. package/lib/model/managed-list-collection.d.ts +1 -1
  243. package/lib/model/managed-list-collection.js +1 -1
  244. package/lib/model/managed-list-summary.d.ts +1 -1
  245. package/lib/model/managed-list-summary.js +1 -1
  246. package/lib/model/managed-list-type-collection.d.ts +1 -1
  247. package/lib/model/managed-list-type-collection.js +1 -1
  248. package/lib/model/managed-list-type-summary.d.ts +1 -1
  249. package/lib/model/managed-list-type-summary.js +1 -1
  250. package/lib/model/managed-list-type.d.ts +1 -1
  251. package/lib/model/managed-list-type.js +1 -1
  252. package/lib/model/managed-list.d.ts +1 -1
  253. package/lib/model/managed-list.js +1 -1
  254. package/lib/model/no-delay-start-policy.d.ts +27 -0
  255. package/lib/model/no-delay-start-policy.js +57 -0
  256. package/lib/model/no-delay-start-policy.js.map +1 -0
  257. package/lib/model/operation-status.d.ts +36 -0
  258. package/lib/model/operation-status.js +47 -0
  259. package/lib/model/operation-status.js.map +1 -0
  260. package/lib/model/operation-type.d.ts +33 -0
  261. package/lib/model/operation-type.js +44 -0
  262. package/lib/model/operation-type.js.map +1 -0
  263. package/lib/model/operator-summary.d.ts +1 -1
  264. package/lib/model/operator-summary.js +1 -1
  265. package/lib/model/operator-type.d.ts +1 -1
  266. package/lib/model/operator-type.js +1 -1
  267. package/lib/model/owner-type.d.ts +1 -1
  268. package/lib/model/owner-type.js +1 -1
  269. package/lib/model/policy-collection.d.ts +1 -1
  270. package/lib/model/policy-collection.js +1 -1
  271. package/lib/model/policy-summary.d.ts +1 -1
  272. package/lib/model/policy-summary.js +1 -1
  273. package/lib/model/political-location.d.ts +1 -1
  274. package/lib/model/political-location.js +1 -1
  275. package/lib/model/problem-aggregation-collection.d.ts +1 -1
  276. package/lib/model/problem-aggregation-collection.js +1 -1
  277. package/lib/model/problem-aggregation.d.ts +1 -1
  278. package/lib/model/problem-aggregation.js +1 -1
  279. package/lib/model/problem-category-enum.d.ts +1 -1
  280. package/lib/model/problem-category-enum.js +1 -1
  281. package/lib/model/problem-collection.d.ts +1 -1
  282. package/lib/model/problem-collection.js +1 -1
  283. package/lib/model/problem-dimension.d.ts +1 -1
  284. package/lib/model/problem-dimension.js +1 -1
  285. package/lib/model/problem-endpoint-collection.d.ts +1 -1
  286. package/lib/model/problem-endpoint-collection.js +1 -1
  287. package/lib/model/problem-endpoint-summary.d.ts +1 -1
  288. package/lib/model/problem-endpoint-summary.js +1 -1
  289. package/lib/model/problem-entity-collection.d.ts +29 -0
  290. package/lib/model/problem-entity-collection.js +64 -0
  291. package/lib/model/problem-entity-collection.js.map +1 -0
  292. package/lib/model/problem-entity-summary.d.ts +49 -0
  293. package/lib/model/problem-entity-summary.js +64 -0
  294. package/lib/model/problem-entity-summary.js.map +1 -0
  295. package/lib/model/problem-history-collection.d.ts +1 -1
  296. package/lib/model/problem-history-collection.js +1 -1
  297. package/lib/model/problem-history-summary.d.ts +1 -1
  298. package/lib/model/problem-history-summary.js +1 -1
  299. package/lib/model/problem-lifecycle-detail.d.ts +1 -1
  300. package/lib/model/problem-lifecycle-detail.js +1 -1
  301. package/lib/model/problem-lifecycle-state.d.ts +1 -1
  302. package/lib/model/problem-lifecycle-state.js +1 -1
  303. package/lib/model/problem-summary.d.ts +1 -1
  304. package/lib/model/problem-summary.js +1 -1
  305. package/lib/model/problem-trend-aggregation-collection.d.ts +1 -1
  306. package/lib/model/problem-trend-aggregation-collection.js +1 -1
  307. package/lib/model/problem-trend-aggregation.d.ts +1 -1
  308. package/lib/model/problem-trend-aggregation.js +1 -1
  309. package/lib/model/problem.d.ts +13 -1
  310. package/lib/model/problem.js +1 -1
  311. package/lib/model/problem.js.map +1 -1
  312. package/lib/model/query-replication-status.d.ts +32 -0
  313. package/lib/model/query-replication-status.js +43 -0
  314. package/lib/model/query-replication-status.js.map +1 -0
  315. package/lib/model/recommendation-lifecycle-detail.d.ts +1 -1
  316. package/lib/model/recommendation-lifecycle-detail.js +1 -1
  317. package/lib/model/recommendation-summary-collection.d.ts +1 -1
  318. package/lib/model/recommendation-summary-collection.js +1 -1
  319. package/lib/model/recommendation-summary.d.ts +1 -1
  320. package/lib/model/recommendation-summary.js +1 -1
  321. package/lib/model/recommendation-type.d.ts +1 -1
  322. package/lib/model/recommendation-type.js +1 -1
  323. package/lib/model/region-status-detail.d.ts +33 -0
  324. package/lib/model/region-status-detail.js +32 -0
  325. package/lib/model/region-status-detail.js.map +1 -0
  326. package/lib/model/remove-compartment-details.d.ts +2 -2
  327. package/lib/model/remove-compartment-details.js +1 -1
  328. package/lib/model/request-summarized-trend-resource-risk-scores-details.d.ts +1 -1
  329. package/lib/model/request-summarized-trend-resource-risk-scores-details.js +1 -1
  330. package/lib/model/resource-profile-collection.d.ts +1 -1
  331. package/lib/model/resource-profile-collection.js +1 -1
  332. package/lib/model/resource-profile-endpoint-collection.d.ts +1 -1
  333. package/lib/model/resource-profile-endpoint-collection.js +1 -1
  334. package/lib/model/resource-profile-endpoint-summary.d.ts +1 -1
  335. package/lib/model/resource-profile-endpoint-summary.js +1 -1
  336. package/lib/model/resource-profile-impacted-resource-collection.d.ts +1 -1
  337. package/lib/model/resource-profile-impacted-resource-collection.js +1 -1
  338. package/lib/model/resource-profile-impacted-resource-summary.d.ts +1 -1
  339. package/lib/model/resource-profile-impacted-resource-summary.js +1 -1
  340. package/lib/model/resource-profile-risk-score-aggregation-summary-collection.d.ts +1 -1
  341. package/lib/model/resource-profile-risk-score-aggregation-summary-collection.js +1 -1
  342. package/lib/model/resource-profile-risk-score-aggregation-summary.d.ts +1 -1
  343. package/lib/model/resource-profile-risk-score-aggregation-summary.js +1 -1
  344. package/lib/model/resource-profile-summary.d.ts +1 -1
  345. package/lib/model/resource-profile-summary.js +1 -1
  346. package/lib/model/resource-profile.d.ts +1 -1
  347. package/lib/model/resource-profile.js +1 -1
  348. package/lib/model/resource-risk-score-aggregation-collection.d.ts +1 -1
  349. package/lib/model/resource-risk-score-aggregation-collection.js +1 -1
  350. package/lib/model/resource-risk-score-aggregation.d.ts +1 -1
  351. package/lib/model/resource-risk-score-aggregation.js +1 -1
  352. package/lib/model/resource-risk-score-dimension.d.ts +1 -1
  353. package/lib/model/resource-risk-score-dimension.js +1 -1
  354. package/lib/model/resource-type-collection.d.ts +1 -1
  355. package/lib/model/resource-type-collection.js +1 -1
  356. package/lib/model/resource-type-summary.d.ts +1 -1
  357. package/lib/model/resource-type-summary.js +1 -1
  358. package/lib/model/responder-activity-collection.d.ts +1 -1
  359. package/lib/model/responder-activity-collection.js +1 -1
  360. package/lib/model/responder-activity-summary.d.ts +1 -1
  361. package/lib/model/responder-activity-summary.js +1 -1
  362. package/lib/model/responder-activity-type.d.ts +1 -1
  363. package/lib/model/responder-activity-type.js +1 -1
  364. package/lib/model/responder-configuration.d.ts +1 -1
  365. package/lib/model/responder-configuration.js +1 -1
  366. package/lib/model/responder-dimension.d.ts +1 -1
  367. package/lib/model/responder-dimension.js +1 -1
  368. package/lib/model/responder-execution-aggregation-collection.d.ts +1 -1
  369. package/lib/model/responder-execution-aggregation-collection.js +1 -1
  370. package/lib/model/responder-execution-aggregation.d.ts +1 -1
  371. package/lib/model/responder-execution-aggregation.js +1 -1
  372. package/lib/model/responder-execution-collection.d.ts +1 -1
  373. package/lib/model/responder-execution-collection.js +1 -1
  374. package/lib/model/responder-execution-modes.d.ts +1 -1
  375. package/lib/model/responder-execution-modes.js +1 -1
  376. package/lib/model/responder-execution-states.d.ts +1 -1
  377. package/lib/model/responder-execution-states.js +1 -1
  378. package/lib/model/responder-execution-status.d.ts +1 -1
  379. package/lib/model/responder-execution-status.js +1 -1
  380. package/lib/model/responder-execution-summary.d.ts +1 -1
  381. package/lib/model/responder-execution-summary.js +1 -1
  382. package/lib/model/responder-execution-trend-aggregation-collection.d.ts +1 -1
  383. package/lib/model/responder-execution-trend-aggregation-collection.js +1 -1
  384. package/lib/model/responder-execution-trend-aggregation.d.ts +1 -1
  385. package/lib/model/responder-execution-trend-aggregation.js +1 -1
  386. package/lib/model/responder-execution.d.ts +1 -1
  387. package/lib/model/responder-execution.js +1 -1
  388. package/lib/model/responder-mode-types.d.ts +1 -1
  389. package/lib/model/responder-mode-types.js +1 -1
  390. package/lib/model/responder-recipe-collection.d.ts +1 -1
  391. package/lib/model/responder-recipe-collection.js +1 -1
  392. package/lib/model/responder-recipe-responder-rule-collection.d.ts +1 -1
  393. package/lib/model/responder-recipe-responder-rule-collection.js +1 -1
  394. package/lib/model/responder-recipe-responder-rule-summary.d.ts +1 -1
  395. package/lib/model/responder-recipe-responder-rule-summary.js +1 -1
  396. package/lib/model/responder-recipe-responder-rule.d.ts +1 -1
  397. package/lib/model/responder-recipe-responder-rule.js +1 -1
  398. package/lib/model/responder-recipe-summary.d.ts +1 -1
  399. package/lib/model/responder-recipe-summary.js +1 -1
  400. package/lib/model/responder-recipe.d.ts +1 -1
  401. package/lib/model/responder-recipe.js +1 -1
  402. package/lib/model/responder-rule-collection.d.ts +1 -1
  403. package/lib/model/responder-rule-collection.js +1 -1
  404. package/lib/model/responder-rule-details.d.ts +1 -1
  405. package/lib/model/responder-rule-details.js +1 -1
  406. package/lib/model/responder-rule-execution-details.d.ts +1 -1
  407. package/lib/model/responder-rule-execution-details.js +1 -1
  408. package/lib/model/responder-rule-summary.d.ts +1 -1
  409. package/lib/model/responder-rule-summary.js +1 -1
  410. package/lib/model/responder-rule.d.ts +1 -1
  411. package/lib/model/responder-rule.js +1 -1
  412. package/lib/model/responder-type.d.ts +1 -1
  413. package/lib/model/responder-type.js +1 -1
  414. package/lib/model/risk-level.d.ts +1 -1
  415. package/lib/model/risk-level.js +1 -1
  416. package/lib/model/risk-score-aggregation-collection.d.ts +1 -1
  417. package/lib/model/risk-score-aggregation-collection.js +1 -1
  418. package/lib/model/risk-score-aggregation.d.ts +1 -1
  419. package/lib/model/risk-score-aggregation.js +1 -1
  420. package/lib/model/rule-summary.d.ts +1 -1
  421. package/lib/model/rule-summary.js +1 -1
  422. package/lib/model/security-policy-collection.d.ts +1 -1
  423. package/lib/model/security-policy-collection.js +1 -1
  424. package/lib/model/security-policy-summary.d.ts +1 -1
  425. package/lib/model/security-policy-summary.js +1 -1
  426. package/lib/model/security-policy.d.ts +1 -1
  427. package/lib/model/security-policy.js +1 -1
  428. package/lib/model/security-rating.d.ts +1 -1
  429. package/lib/model/security-rating.js +1 -1
  430. package/lib/model/security-recipe-collection.d.ts +1 -1
  431. package/lib/model/security-recipe-collection.js +1 -1
  432. package/lib/model/security-recipe-summary.d.ts +1 -1
  433. package/lib/model/security-recipe-summary.js +1 -1
  434. package/lib/model/security-recipe.d.ts +1 -1
  435. package/lib/model/security-recipe.js +1 -1
  436. package/lib/model/security-score-aggregation-collection.d.ts +1 -1
  437. package/lib/model/security-score-aggregation-collection.js +1 -1
  438. package/lib/model/security-score-aggregation.d.ts +1 -1
  439. package/lib/model/security-score-aggregation.js +1 -1
  440. package/lib/model/security-score-trend-aggregation-collection.d.ts +1 -1
  441. package/lib/model/security-score-trend-aggregation-collection.js +1 -1
  442. package/lib/model/security-score-trend-aggregation.d.ts +1 -1
  443. package/lib/model/security-score-trend-aggregation.js +1 -1
  444. package/lib/model/security-zone-collection.d.ts +1 -1
  445. package/lib/model/security-zone-collection.js +1 -1
  446. package/lib/model/security-zone-summary.d.ts +1 -1
  447. package/lib/model/security-zone-summary.js +1 -1
  448. package/lib/model/security-zone-target-details.d.ts +1 -1
  449. package/lib/model/security-zone-target-details.js +1 -1
  450. package/lib/model/security-zone.d.ts +1 -1
  451. package/lib/model/security-zone.js +1 -1
  452. package/lib/model/service-type-summary.d.ts +1 -1
  453. package/lib/model/service-type-summary.js +1 -1
  454. package/lib/model/severity.d.ts +1 -1
  455. package/lib/model/severity.js +1 -1
  456. package/lib/model/sighting-collection.d.ts +1 -1
  457. package/lib/model/sighting-collection.js +1 -1
  458. package/lib/model/sighting-endpoint-collection.d.ts +1 -1
  459. package/lib/model/sighting-endpoint-collection.js +1 -1
  460. package/lib/model/sighting-endpoint-summary.d.ts +1 -1
  461. package/lib/model/sighting-endpoint-summary.js +1 -1
  462. package/lib/model/sighting-impacted-resource-collection.d.ts +1 -1
  463. package/lib/model/sighting-impacted-resource-collection.js +1 -1
  464. package/lib/model/sighting-impacted-resource-summary.d.ts +1 -1
  465. package/lib/model/sighting-impacted-resource-summary.js +1 -1
  466. package/lib/model/sighting-summary.d.ts +1 -1
  467. package/lib/model/sighting-summary.js +1 -1
  468. package/lib/model/sighting-type.d.ts +1 -1
  469. package/lib/model/sighting-type.js +1 -1
  470. package/lib/model/sighting.d.ts +1 -1
  471. package/lib/model/sighting.js +1 -1
  472. package/lib/model/simple-condition.d.ts +1 -1
  473. package/lib/model/simple-condition.js +1 -1
  474. package/lib/model/skip-bulk-responder-execution-details.d.ts +1 -1
  475. package/lib/model/skip-bulk-responder-execution-details.js +1 -1
  476. package/lib/model/sort-orders.d.ts +1 -1
  477. package/lib/model/sort-orders.js +1 -1
  478. package/lib/model/tactic-collection.d.ts +1 -1
  479. package/lib/model/tactic-collection.js +1 -1
  480. package/lib/model/tactic-summary.d.ts +1 -1
  481. package/lib/model/tactic-summary.js +1 -1
  482. package/lib/model/target-collection.d.ts +1 -1
  483. package/lib/model/target-collection.js +1 -1
  484. package/lib/model/target-details.d.ts +1 -1
  485. package/lib/model/target-details.js +6 -3
  486. package/lib/model/target-details.js.map +1 -1
  487. package/lib/model/target-detector-details.d.ts +1 -1
  488. package/lib/model/target-detector-details.js +1 -1
  489. package/lib/model/target-detector-recipe-collection.d.ts +1 -1
  490. package/lib/model/target-detector-recipe-collection.js +1 -1
  491. package/lib/model/target-detector-recipe-detector-rule-collection.d.ts +1 -1
  492. package/lib/model/target-detector-recipe-detector-rule-collection.js +1 -1
  493. package/lib/model/target-detector-recipe-detector-rule-summary.d.ts +9 -1
  494. package/lib/model/target-detector-recipe-detector-rule-summary.js +11 -1
  495. package/lib/model/target-detector-recipe-detector-rule-summary.js.map +1 -1
  496. package/lib/model/target-detector-recipe-detector-rule.d.ts +9 -1
  497. package/lib/model/target-detector-recipe-detector-rule.js +12 -2
  498. package/lib/model/target-detector-recipe-detector-rule.js.map +1 -1
  499. package/lib/model/target-detector-recipe-summary.d.ts +1 -1
  500. package/lib/model/target-detector-recipe-summary.js +1 -1
  501. package/lib/model/target-detector-recipe.d.ts +1 -1
  502. package/lib/model/target-detector-recipe.js +1 -1
  503. package/lib/model/target-ids-selected.d.ts +1 -1
  504. package/lib/model/target-ids-selected.js +1 -1
  505. package/lib/model/target-resource-type.d.ts +1 -1
  506. package/lib/model/target-resource-type.js +1 -1
  507. package/lib/model/target-resource-types-selected.d.ts +1 -1
  508. package/lib/model/target-resource-types-selected.js +1 -1
  509. package/lib/model/target-responder-recipe-collection.d.ts +1 -1
  510. package/lib/model/target-responder-recipe-collection.js +1 -1
  511. package/lib/model/target-responder-recipe-responder-rule-collection.d.ts +1 -1
  512. package/lib/model/target-responder-recipe-responder-rule-collection.js +1 -1
  513. package/lib/model/target-responder-recipe-responder-rule-summary.d.ts +1 -1
  514. package/lib/model/target-responder-recipe-responder-rule-summary.js +1 -1
  515. package/lib/model/target-responder-recipe-responder-rule.d.ts +1 -1
  516. package/lib/model/target-responder-recipe-responder-rule.js +1 -1
  517. package/lib/model/target-responder-recipe-summary.d.ts +1 -1
  518. package/lib/model/target-responder-recipe-summary.js +1 -1
  519. package/lib/model/target-responder-recipe.d.ts +1 -1
  520. package/lib/model/target-responder-recipe.js +1 -1
  521. package/lib/model/target-selected.d.ts +1 -1
  522. package/lib/model/target-selected.js +6 -3
  523. package/lib/model/target-selected.js.map +1 -1
  524. package/lib/model/target-summary.d.ts +1 -1
  525. package/lib/model/target-summary.js +1 -1
  526. package/lib/model/target.d.ts +1 -1
  527. package/lib/model/target.js +1 -1
  528. package/lib/model/technique-collection.d.ts +1 -1
  529. package/lib/model/technique-collection.js +1 -1
  530. package/lib/model/technique-summary.d.ts +1 -1
  531. package/lib/model/technique-summary.js +1 -1
  532. package/lib/model/trigger-responder-details.d.ts +1 -1
  533. package/lib/model/trigger-responder-details.js +1 -1
  534. package/lib/model/update-bulk-problem-status-details.d.ts +1 -1
  535. package/lib/model/update-bulk-problem-status-details.js +1 -1
  536. package/lib/model/update-configuration-details.d.ts +1 -1
  537. package/lib/model/update-configuration-details.js +1 -1
  538. package/lib/model/update-data-mask-rule-details.d.ts +1 -1
  539. package/lib/model/update-data-mask-rule-details.js +1 -1
  540. package/lib/model/update-data-source-details.d.ts +54 -0
  541. package/lib/model/update-data-source-details.js +60 -0
  542. package/lib/model/update-data-source-details.js.map +1 -0
  543. package/lib/model/update-detector-recipe-details.d.ts +1 -1
  544. package/lib/model/update-detector-recipe-details.js +1 -1
  545. package/lib/model/update-detector-recipe-detector-rule-details.d.ts +1 -1
  546. package/lib/model/update-detector-recipe-detector-rule-details.js +1 -1
  547. package/lib/model/update-detector-recipe-detector-rule.d.ts +1 -1
  548. package/lib/model/update-detector-recipe-detector-rule.js +1 -1
  549. package/lib/model/update-detector-rule-details.d.ts +17 -1
  550. package/lib/model/update-detector-rule-details.js +12 -2
  551. package/lib/model/update-detector-rule-details.js.map +1 -1
  552. package/lib/model/update-managed-list-details.d.ts +1 -1
  553. package/lib/model/update-managed-list-details.js +1 -1
  554. package/lib/model/update-problem-status-details.d.ts +1 -1
  555. package/lib/model/update-problem-status-details.js +1 -1
  556. package/lib/model/update-responder-recipe-details.d.ts +1 -1
  557. package/lib/model/update-responder-recipe-details.js +1 -1
  558. package/lib/model/update-responder-recipe-responder-rule-details.d.ts +1 -1
  559. package/lib/model/update-responder-recipe-responder-rule-details.js +1 -1
  560. package/lib/model/update-responder-recipe-responder-rule.d.ts +1 -1
  561. package/lib/model/update-responder-recipe-responder-rule.js +1 -1
  562. package/lib/model/update-responder-rule-details.d.ts +1 -1
  563. package/lib/model/update-responder-rule-details.js +1 -1
  564. package/lib/model/update-security-policy-details.d.ts +1 -1
  565. package/lib/model/update-security-policy-details.js +1 -1
  566. package/lib/model/update-security-recipe-details.d.ts +1 -1
  567. package/lib/model/update-security-recipe-details.js +1 -1
  568. package/lib/model/update-security-zone-details.d.ts +1 -1
  569. package/lib/model/update-security-zone-details.js +1 -1
  570. package/lib/model/update-target-details.d.ts +2 -2
  571. package/lib/model/update-target-details.js +1 -1
  572. package/lib/model/update-target-detector-recipe-details.d.ts +1 -1
  573. package/lib/model/update-target-detector-recipe-details.js +1 -1
  574. package/lib/model/update-target-detector-recipe-detector-rule-details.d.ts +1 -1
  575. package/lib/model/update-target-detector-recipe-detector-rule-details.js +1 -1
  576. package/lib/model/update-target-detector-recipe.d.ts +1 -1
  577. package/lib/model/update-target-detector-recipe.js +1 -1
  578. package/lib/model/update-target-detector-rule-details.d.ts +1 -1
  579. package/lib/model/update-target-detector-rule-details.js +1 -1
  580. package/lib/model/update-target-recipe-detector-rule-details.d.ts +1 -1
  581. package/lib/model/update-target-recipe-detector-rule-details.js +1 -1
  582. package/lib/model/update-target-recipe-responder-rule-details.d.ts +1 -1
  583. package/lib/model/update-target-recipe-responder-rule-details.js +1 -1
  584. package/lib/model/update-target-responder-recipe-details.d.ts +1 -1
  585. package/lib/model/update-target-responder-recipe-details.js +1 -1
  586. package/lib/model/update-target-responder-recipe-responder-rule-details.d.ts +1 -1
  587. package/lib/model/update-target-responder-recipe-responder-rule-details.js +1 -1
  588. package/lib/model/update-target-responder-recipe.d.ts +1 -1
  589. package/lib/model/update-target-responder-recipe.js +1 -1
  590. package/lib/model/update-target-responder-rule-details.d.ts +1 -1
  591. package/lib/model/update-target-responder-rule-details.js +1 -1
  592. package/lib/model/work-request-error-collection.d.ts +29 -0
  593. package/lib/model/work-request-error-collection.js +64 -0
  594. package/lib/model/work-request-error-collection.js.map +1 -0
  595. package/lib/model/work-request-error.d.ts +38 -0
  596. package/lib/model/work-request-error.js +32 -0
  597. package/lib/model/work-request-error.js.map +1 -0
  598. package/lib/model/work-request-log-entry-collection.d.ts +29 -0
  599. package/lib/model/work-request-log-entry-collection.js +64 -0
  600. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  601. package/lib/model/work-request-log-entry.d.ts +32 -0
  602. package/lib/model/work-request-log-entry.js +32 -0
  603. package/lib/model/work-request-log-entry.js.map +1 -0
  604. package/lib/model/work-request-resource-metadata-key.d.ts +30 -0
  605. package/lib/model/work-request-resource-metadata-key.js +41 -0
  606. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  607. package/lib/model/work-request-resource.d.ts +51 -0
  608. package/lib/model/work-request-resource.js +32 -0
  609. package/lib/model/work-request-resource.js.map +1 -0
  610. package/lib/model/work-request-summary-collection.d.ts +29 -0
  611. package/lib/model/work-request-summary-collection.js +64 -0
  612. package/lib/model/work-request-summary-collection.js.map +1 -0
  613. package/lib/model/work-request-summary.d.ts +65 -0
  614. package/lib/model/work-request-summary.js +64 -0
  615. package/lib/model/work-request-summary.js.map +1 -0
  616. package/lib/model/work-request.d.ts +65 -0
  617. package/lib/model/work-request.js +64 -0
  618. package/lib/model/work-request.js.map +1 -0
  619. package/lib/request/add-compartment-request.d.ts +1 -1
  620. package/lib/request/cancel-work-request-request.d.ts +35 -0
  621. package/lib/request/cancel-work-request-request.js +15 -0
  622. package/lib/request/cancel-work-request-request.js.map +1 -0
  623. package/lib/request/change-data-source-compartment-request.d.ts +49 -0
  624. package/lib/request/change-data-source-compartment-request.js +15 -0
  625. package/lib/request/change-data-source-compartment-request.js.map +1 -0
  626. package/lib/request/change-detector-recipe-compartment-request.d.ts +1 -1
  627. package/lib/request/change-managed-list-compartment-request.d.ts +1 -1
  628. package/lib/request/change-responder-recipe-compartment-request.d.ts +1 -1
  629. package/lib/request/change-security-recipe-compartment-request.d.ts +1 -1
  630. package/lib/request/change-security-zone-compartment-request.d.ts +1 -1
  631. package/lib/request/create-data-mask-rule-request.d.ts +1 -1
  632. package/lib/request/create-data-source-request.d.ts +36 -0
  633. package/lib/request/create-data-source-request.js +15 -0
  634. package/lib/request/create-data-source-request.js.map +1 -0
  635. package/lib/request/create-detector-recipe-detector-rule-request.d.ts +40 -0
  636. package/lib/request/create-detector-recipe-detector-rule-request.js +15 -0
  637. package/lib/request/create-detector-recipe-detector-rule-request.js.map +1 -0
  638. package/lib/request/create-detector-recipe-request.d.ts +1 -1
  639. package/lib/request/create-managed-list-request.d.ts +1 -1
  640. package/lib/request/create-responder-recipe-request.d.ts +1 -1
  641. package/lib/request/create-security-recipe-request.d.ts +1 -1
  642. package/lib/request/create-security-zone-request.d.ts +1 -1
  643. package/lib/request/create-target-detector-recipe-request.d.ts +1 -1
  644. package/lib/request/create-target-request.d.ts +1 -1
  645. package/lib/request/create-target-responder-recipe-request.d.ts +1 -1
  646. package/lib/request/delete-data-mask-rule-request.d.ts +1 -1
  647. package/lib/request/delete-data-source-request.d.ts +44 -0
  648. package/lib/request/delete-data-source-request.js +15 -0
  649. package/lib/request/delete-data-source-request.js.map +1 -0
  650. package/lib/request/delete-detector-recipe-detector-rule-data-source-request.d.ts +43 -0
  651. package/lib/request/delete-detector-recipe-detector-rule-data-source-request.js +15 -0
  652. package/lib/request/delete-detector-recipe-detector-rule-data-source-request.js.map +1 -0
  653. package/lib/request/delete-detector-recipe-detector-rule-request.d.ts +39 -0
  654. package/lib/request/delete-detector-recipe-detector-rule-request.js +15 -0
  655. package/lib/request/delete-detector-recipe-detector-rule-request.js.map +1 -0
  656. package/lib/request/delete-detector-recipe-request.d.ts +1 -1
  657. package/lib/request/delete-managed-list-request.d.ts +1 -1
  658. package/lib/request/delete-responder-recipe-request.d.ts +1 -1
  659. package/lib/request/delete-security-recipe-request.d.ts +1 -1
  660. package/lib/request/delete-security-zone-request.d.ts +1 -1
  661. package/lib/request/delete-target-detector-recipe-request.d.ts +1 -1
  662. package/lib/request/delete-target-request.d.ts +1 -1
  663. package/lib/request/delete-target-responder-recipe-request.d.ts +1 -1
  664. package/lib/request/execute-responder-execution-request.d.ts +1 -1
  665. package/lib/request/get-condition-metadata-type-request.d.ts +1 -1
  666. package/lib/request/get-configuration-request.d.ts +1 -1
  667. package/lib/request/get-data-mask-rule-request.d.ts +1 -1
  668. package/lib/request/get-data-source-request.d.ts +26 -0
  669. package/lib/request/get-data-source-request.js +15 -0
  670. package/lib/request/get-data-source-request.js.map +1 -0
  671. package/lib/request/get-detector-recipe-detector-rule-request.d.ts +1 -1
  672. package/lib/request/get-detector-recipe-request.d.ts +1 -1
  673. package/lib/request/get-detector-request.d.ts +1 -1
  674. package/lib/request/get-detector-rule-request.d.ts +1 -1
  675. package/lib/request/get-managed-list-request.d.ts +1 -1
  676. package/lib/request/get-problem-request.d.ts +1 -1
  677. package/lib/request/get-resource-profile-request.d.ts +1 -1
  678. package/lib/request/get-responder-execution-request.d.ts +1 -1
  679. package/lib/request/get-responder-recipe-request.d.ts +1 -1
  680. package/lib/request/get-responder-recipe-responder-rule-request.d.ts +1 -1
  681. package/lib/request/get-responder-rule-request.d.ts +1 -1
  682. package/lib/request/get-security-policy-request.d.ts +1 -1
  683. package/lib/request/get-security-recipe-request.d.ts +1 -1
  684. package/lib/request/get-security-zone-request.d.ts +1 -1
  685. package/lib/request/get-sighting-request.d.ts +1 -1
  686. package/lib/request/get-target-detector-recipe-detector-rule-request.d.ts +1 -1
  687. package/lib/request/get-target-detector-recipe-request.d.ts +1 -1
  688. package/lib/request/get-target-request.d.ts +1 -1
  689. package/lib/request/get-target-responder-recipe-request.d.ts +1 -1
  690. package/lib/request/get-target-responder-recipe-responder-rule-request.d.ts +1 -1
  691. package/lib/request/get-work-request-request.d.ts +26 -0
  692. package/lib/request/get-work-request-request.js +15 -0
  693. package/lib/request/get-work-request-request.js.map +1 -0
  694. package/lib/request/index.d.ts +33 -1
  695. package/lib/request/index.js +14 -2
  696. package/lib/request/index.js.map +1 -1
  697. package/lib/request/list-condition-metadata-types-request.d.ts +1 -1
  698. package/lib/request/list-data-mask-rules-request.d.ts +1 -1
  699. package/lib/request/list-data-source-events-request.d.ts +53 -0
  700. package/lib/request/list-data-source-events-request.js +23 -0
  701. package/lib/request/list-data-source-events-request.js.map +1 -0
  702. package/lib/request/list-data-sources-request.d.ts +87 -0
  703. package/lib/request/list-data-sources-request.js +29 -0
  704. package/lib/request/list-data-sources-request.js.map +1 -0
  705. package/lib/request/list-detector-recipe-detector-rules-request.d.ts +1 -1
  706. package/lib/request/list-detector-recipes-request.d.ts +1 -1
  707. package/lib/request/list-detector-rules-request.d.ts +1 -1
  708. package/lib/request/list-detectors-request.d.ts +1 -1
  709. package/lib/request/list-impacted-resources-request.d.ts +1 -1
  710. package/lib/request/list-managed-list-types-request.d.ts +1 -1
  711. package/lib/request/list-managed-lists-request.d.ts +1 -1
  712. package/lib/request/list-policies-request.d.ts +1 -1
  713. package/lib/request/list-problem-endpoints-request.d.ts +1 -1
  714. package/lib/request/list-problem-entities-request.d.ts +49 -0
  715. package/lib/request/list-problem-entities-request.js +23 -0
  716. package/lib/request/list-problem-entities-request.js.map +1 -0
  717. package/lib/request/list-problem-histories-request.d.ts +1 -1
  718. package/lib/request/list-problems-request.d.ts +1 -1
  719. package/lib/request/list-recommendations-request.d.ts +1 -1
  720. package/lib/request/list-resource-profile-endpoints-request.d.ts +1 -1
  721. package/lib/request/list-resource-profile-impacted-resources-request.d.ts +1 -1
  722. package/lib/request/list-resource-profiles-request.d.ts +1 -1
  723. package/lib/request/list-resource-types-request.d.ts +1 -1
  724. package/lib/request/list-responder-activities-request.d.ts +1 -1
  725. package/lib/request/list-responder-executions-request.d.ts +1 -1
  726. package/lib/request/list-responder-recipe-responder-rules-request.d.ts +1 -1
  727. package/lib/request/list-responder-recipes-request.d.ts +1 -1
  728. package/lib/request/list-responder-rules-request.d.ts +1 -1
  729. package/lib/request/list-security-policies-request.d.ts +1 -1
  730. package/lib/request/list-security-recipes-request.d.ts +1 -1
  731. package/lib/request/list-security-zones-request.d.ts +1 -1
  732. package/lib/request/list-sighting-endpoints-request.d.ts +1 -1
  733. package/lib/request/list-sighting-impacted-resources-request.d.ts +1 -1
  734. package/lib/request/list-sightings-request.d.ts +1 -1
  735. package/lib/request/list-tactics-request.d.ts +1 -1
  736. package/lib/request/list-target-detector-recipe-detector-rules-request.d.ts +1 -1
  737. package/lib/request/list-target-detector-recipes-request.d.ts +1 -1
  738. package/lib/request/list-target-responder-recipe-responder-rules-request.d.ts +1 -1
  739. package/lib/request/list-target-responder-recipes-request.d.ts +1 -1
  740. package/lib/request/list-targets-request.d.ts +1 -1
  741. package/lib/request/list-techniques-request.d.ts +1 -1
  742. package/lib/request/list-work-request-errors-request.d.ts +48 -0
  743. package/lib/request/list-work-request-errors-request.js +23 -0
  744. package/lib/request/list-work-request-errors-request.js.map +1 -0
  745. package/lib/request/list-work-request-logs-request.d.ts +48 -0
  746. package/lib/request/list-work-request-logs-request.js +23 -0
  747. package/lib/request/list-work-request-logs-request.js.map +1 -0
  748. package/lib/request/list-work-requests-request.d.ts +56 -0
  749. package/lib/request/list-work-requests-request.js +23 -0
  750. package/lib/request/list-work-requests-request.js.map +1 -0
  751. package/lib/request/remove-compartment-request.d.ts +1 -1
  752. package/lib/request/request-risk-scores-request.d.ts +1 -1
  753. package/lib/request/request-security-score-summarized-trend-request.d.ts +1 -1
  754. package/lib/request/request-security-scores-request.d.ts +1 -1
  755. package/lib/request/request-summarized-activity-problems-request.d.ts +1 -1
  756. package/lib/request/request-summarized-problems-request.d.ts +1 -1
  757. package/lib/request/request-summarized-responder-executions-request.d.ts +1 -1
  758. package/lib/request/request-summarized-risk-scores-request.d.ts +1 -1
  759. package/lib/request/request-summarized-security-scores-request.d.ts +1 -1
  760. package/lib/request/request-summarized-top-trend-resource-profile-risk-scores-request.d.ts +1 -1
  761. package/lib/request/request-summarized-trend-problems-request.d.ts +1 -1
  762. package/lib/request/request-summarized-trend-resource-risk-scores-request.d.ts +1 -1
  763. package/lib/request/request-summarized-trend-responder-executions-request.d.ts +1 -1
  764. package/lib/request/request-summarized-trend-security-scores-request.d.ts +1 -1
  765. package/lib/request/skip-bulk-responder-execution-request.d.ts +1 -1
  766. package/lib/request/skip-responder-execution-request.d.ts +1 -1
  767. package/lib/request/trigger-responder-request.d.ts +1 -1
  768. package/lib/request/update-bulk-problem-status-request.d.ts +1 -1
  769. package/lib/request/update-configuration-request.d.ts +1 -1
  770. package/lib/request/update-data-mask-rule-request.d.ts +1 -1
  771. package/lib/request/update-data-source-request.d.ts +49 -0
  772. package/lib/request/update-data-source-request.js +15 -0
  773. package/lib/request/update-data-source-request.js.map +1 -0
  774. package/lib/request/update-detector-recipe-detector-rule-request.d.ts +1 -1
  775. package/lib/request/update-detector-recipe-request.d.ts +1 -1
  776. package/lib/request/update-managed-list-request.d.ts +1 -1
  777. package/lib/request/update-problem-status-request.d.ts +1 -1
  778. package/lib/request/update-responder-recipe-request.d.ts +1 -1
  779. package/lib/request/update-responder-recipe-responder-rule-request.d.ts +1 -1
  780. package/lib/request/update-security-recipe-request.d.ts +1 -1
  781. package/lib/request/update-security-zone-request.d.ts +1 -1
  782. package/lib/request/update-target-detector-recipe-detector-rule-request.d.ts +1 -1
  783. package/lib/request/update-target-detector-recipe-request.d.ts +1 -1
  784. package/lib/request/update-target-request.d.ts +1 -1
  785. package/lib/request/update-target-responder-recipe-request.d.ts +1 -1
  786. package/lib/request/update-target-responder-recipe-responder-rule-request.d.ts +1 -1
  787. package/lib/response/cancel-work-request-response.d.ts +20 -0
  788. package/lib/response/cancel-work-request-response.js +15 -0
  789. package/lib/response/cancel-work-request-response.js.map +1 -0
  790. package/lib/response/change-data-source-compartment-response.d.ts +25 -0
  791. package/lib/response/change-data-source-compartment-response.js +15 -0
  792. package/lib/response/change-data-source-compartment-response.js.map +1 -0
  793. package/lib/response/create-data-source-response.d.ts +25 -0
  794. package/lib/response/create-data-source-response.js +15 -0
  795. package/lib/response/create-data-source-response.js.map +1 -0
  796. package/lib/response/create-detector-recipe-detector-rule-response.d.ts +30 -0
  797. package/lib/response/create-detector-recipe-detector-rule-response.js +15 -0
  798. package/lib/response/create-detector-recipe-detector-rule-response.js.map +1 -0
  799. package/lib/response/delete-data-source-response.d.ts +25 -0
  800. package/lib/response/delete-data-source-response.js +15 -0
  801. package/lib/response/delete-data-source-response.js.map +1 -0
  802. package/lib/response/delete-detector-recipe-detector-rule-data-source-response.d.ts +20 -0
  803. package/lib/response/delete-detector-recipe-detector-rule-data-source-response.js +15 -0
  804. package/lib/response/delete-detector-recipe-detector-rule-data-source-response.js.map +1 -0
  805. package/lib/response/delete-detector-recipe-detector-rule-response.d.ts +20 -0
  806. package/lib/response/delete-detector-recipe-detector-rule-response.js +15 -0
  807. package/lib/response/delete-detector-recipe-detector-rule-response.js.map +1 -0
  808. package/lib/response/get-data-source-response.d.ts +30 -0
  809. package/lib/response/get-data-source-response.js +15 -0
  810. package/lib/response/get-data-source-response.js.map +1 -0
  811. package/lib/response/get-work-request-response.d.ts +34 -0
  812. package/lib/response/get-work-request-response.js +15 -0
  813. package/lib/response/get-work-request-response.js.map +1 -0
  814. package/lib/response/index.d.ts +33 -1
  815. package/lib/response/index.js +1 -1
  816. package/lib/response/list-data-source-events-response.d.ts +32 -0
  817. package/lib/response/list-data-source-events-response.js +15 -0
  818. package/lib/response/list-data-source-events-response.js.map +1 -0
  819. package/lib/response/list-data-sources-response.d.ts +32 -0
  820. package/lib/response/list-data-sources-response.js +15 -0
  821. package/lib/response/list-data-sources-response.js.map +1 -0
  822. package/lib/response/list-problem-entities-response.d.ts +32 -0
  823. package/lib/response/list-problem-entities-response.js +15 -0
  824. package/lib/response/list-problem-entities-response.js.map +1 -0
  825. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  826. package/lib/response/list-work-request-errors-response.js +15 -0
  827. package/lib/response/list-work-request-errors-response.js.map +1 -0
  828. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  829. package/lib/response/list-work-request-logs-response.js +15 -0
  830. package/lib/response/list-work-request-logs-response.js.map +1 -0
  831. package/lib/response/list-work-requests-response.d.ts +32 -0
  832. package/lib/response/list-work-requests-response.js +15 -0
  833. package/lib/response/list-work-requests-response.js.map +1 -0
  834. package/lib/response/update-data-source-response.d.ts +25 -0
  835. package/lib/response/update-data-source-response.js +15 -0
  836. package/lib/response/update-data-source-response.js.map +1 -0
  837. package/package.json +3 -3
@@ -0,0 +1,49 @@
1
+ /**
2
+ * Cloud Guard and Security Zones API
3
+ * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
+
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
+
7
+ * OpenAPI spec version: 20200131
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * The information about problem entities details of DataSource for a CloudGuard Problem.
19
+ */
20
+ export interface ProblemEntitySummary {
21
+ /**
22
+ * Data source problem entities region
23
+ */
24
+ "regions": Array<string>;
25
+ /**
26
+ * Data source problem entities first detected time
27
+ */
28
+ "timeFirstDetected": Date;
29
+ /**
30
+ * Attached problem id
31
+ */
32
+ "problemId": string;
33
+ /**
34
+ * Data source problem entities last detected time
35
+ */
36
+ "timeLastDetected": Date;
37
+ /**
38
+ * Log result query url for a data source query
39
+ */
40
+ "resultUrl"?: string;
41
+ /**
42
+ * List of event related to a DataSource
43
+ */
44
+ "entityDetails"?: Array<model.EntityDetails>;
45
+ }
46
+ export declare namespace ProblemEntitySummary {
47
+ function getJsonObj(obj: ProblemEntitySummary): object;
48
+ function getDeserializedJsonObj(obj: ProblemEntitySummary): object;
49
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Cloud Guard and Security Zones API
4
+ * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
+
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
+
8
+ * OpenAPI spec version: 20200131
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.ProblemEntitySummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var ProblemEntitySummary;
40
+ (function (ProblemEntitySummary) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "entityDetails": obj.entityDetails
44
+ ? obj.entityDetails.map(item => {
45
+ return model.EntityDetails.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ ProblemEntitySummary.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "entityDetails": obj.entityDetails
55
+ ? obj.entityDetails.map(item => {
56
+ return model.EntityDetails.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ ProblemEntitySummary.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ProblemEntitySummary = exports.ProblemEntitySummary || (exports.ProblemEntitySummary = {}));
64
+ //# sourceMappingURL=problem-entity-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"problem-entity-summary.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/problem-entity-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -120,6 +120,18 @@ export interface Problem {
120
120
  * User Comments
121
121
  */
122
122
  "comment"?: string;
123
+ /**
124
+ * Identifier of the impacted Resource
125
+ */
126
+ "impactedResourceId"?: string;
127
+ /**
128
+ * DisplayName of the impacted Resource
129
+ */
130
+ "impactedResourceName"?: string;
131
+ /**
132
+ * Type of the impacted Resource
133
+ */
134
+ "impactedResourceType"?: string;
123
135
  }
124
136
  export declare namespace Problem {
125
137
  function getJsonObj(obj: Problem): object;
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -1 +1 @@
1
- {"version":3,"file":"problem.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/problem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA+GH,IAAiB,OAAO,CAWvB;AAXD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAWvB"}
1
+ {"version":3,"file":"problem.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/problem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2HH,IAAiB,OAAO,CAWvB;AAXD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAWvB"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Cloud Guard and Security Zones API
3
+ * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
+
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
+
7
+ * OpenAPI spec version: 20200131
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ /**
17
+ * Possible types of query replication status.
18
+ **/
19
+ export declare enum QueryReplicationStatus {
20
+ Provisioning = "PROVISIONING",
21
+ Failed = "FAILED",
22
+ Succeeded = "SUCCEEDED",
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ UnknownValue = "UNKNOWN_VALUE"
28
+ }
29
+ export declare namespace QueryReplicationStatus {
30
+ function getJsonObj(obj: QueryReplicationStatus): QueryReplicationStatus;
31
+ function getDeserializedJsonObj(obj: QueryReplicationStatus): QueryReplicationStatus;
32
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ /**
3
+ * Cloud Guard and Security Zones API
4
+ * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
+
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
+
8
+ * OpenAPI spec version: 20200131
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.QueryReplicationStatus = void 0;
19
+ /**
20
+ * Possible types of query replication status.
21
+ **/
22
+ var QueryReplicationStatus;
23
+ (function (QueryReplicationStatus) {
24
+ QueryReplicationStatus["Provisioning"] = "PROVISIONING";
25
+ QueryReplicationStatus["Failed"] = "FAILED";
26
+ QueryReplicationStatus["Succeeded"] = "SUCCEEDED";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ QueryReplicationStatus["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(QueryReplicationStatus = exports.QueryReplicationStatus || (exports.QueryReplicationStatus = {}));
33
+ (function (QueryReplicationStatus) {
34
+ function getJsonObj(obj) {
35
+ return obj;
36
+ }
37
+ QueryReplicationStatus.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ return obj;
40
+ }
41
+ QueryReplicationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(QueryReplicationStatus = exports.QueryReplicationStatus || (exports.QueryReplicationStatus = {}));
43
+ //# sourceMappingURL=query-replication-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-replication-status.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/query-replication-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,sBAUX;AAVD,WAAY,sBAAsB;IAChC,uDAA6B,CAAA;IAC7B,2CAAiB,CAAA;IACjB,iDAAuB,CAAA;IAEvB;;;OAGG;IACH,wDAA8B,CAAA;AAChC,CAAC,EAVW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAUjC;AAED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6CAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAOtC"}
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Cloud Guard and Security Zones API
3
+ * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
+
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
+
7
+ * OpenAPI spec version: 20200131
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Status of Region query replication.
19
+ */
20
+ export interface RegionStatusDetail {
21
+ /**
22
+ * Data Source replication region.
23
+ */
24
+ "region": string;
25
+ /**
26
+ * Data Source replication region status.
27
+ */
28
+ "status": model.QueryReplicationStatus;
29
+ }
30
+ export declare namespace RegionStatusDetail {
31
+ function getJsonObj(obj: RegionStatusDetail): object;
32
+ function getDeserializedJsonObj(obj: RegionStatusDetail): object;
33
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Cloud Guard and Security Zones API
4
+ * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
+
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
+
8
+ * OpenAPI spec version: 20200131
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.RegionStatusDetail = void 0;
19
+ var RegionStatusDetail;
20
+ (function (RegionStatusDetail) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ RegionStatusDetail.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ RegionStatusDetail.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(RegionStatusDetail = exports.RegionStatusDetail || (exports.RegionStatusDetail = {}));
32
+ //# sourceMappingURL=region-status-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"region-status-detail.js","sourceRoot":"","sources":["../../../../../lib/cloudguard/lib/model/region-status-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -18,7 +18,7 @@
18
18
  */
19
19
  export interface RemoveCompartmentDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to be removed from the security zone.
21
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to be removed from SecurityZone.
22
22
  *
23
23
  */
24
24
  "compartmentId": string;
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Cloud Guard and Security Zones API
4
4
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
5
5
 
6
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
6
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
7
7
 
8
8
  * OpenAPI spec version: 20200131
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * Cloud Guard and Security Zones API
3
3
  * Use the Cloud Guard and Security Zones API to automate processes that you would otherwise perform through the Cloud Guard Console or the Security Zones Console. For more information on these services, see the [Cloud Guard](/iaas/cloud-guard/home.htm) and [Security Zones](/iaas/security-zone/home.htm) documentation.
4
4
 
5
- **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations in Cloud Guard from any region.
5
+ **Note:** For Cloud Guard, you can perform Create, Update, and Delete operations only from the reporting region of your Cloud Guard tenancy. You can perform Read operations from any region.
6
6
 
7
7
  * OpenAPI spec version: 20200131
8
8
  *