oci 2.125.3__py3-none-any.whl → 2.126.1__py3-none-any.whl

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 (972) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +51 -51
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +19 -19
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +5496 -2653
  43. oci/cloud_guard/cloud_guard_client_composite_operations.py +307 -60
  44. oci/cloud_guard/models/__init__.py +74 -0
  45. oci/cloud_guard/models/absolute_time_start_policy.py +3 -3
  46. oci/cloud_guard/models/activity_problem_aggregation.py +4 -4
  47. oci/cloud_guard/models/activity_problem_aggregation_collection.py +3 -3
  48. oci/cloud_guard/models/add_compartment_details.py +1 -1
  49. oci/cloud_guard/models/adhoc_query.py +532 -0
  50. oci/cloud_guard/models/adhoc_query_collection.py +103 -0
  51. oci/cloud_guard/models/adhoc_query_details.py +103 -0
  52. oci/cloud_guard/models/adhoc_query_regional_details.py +294 -0
  53. oci/cloud_guard/models/adhoc_query_resource.py +134 -0
  54. oci/cloud_guard/models/adhoc_query_result_collection.py +72 -0
  55. oci/cloud_guard/models/adhoc_query_result_summary.py +407 -0
  56. oci/cloud_guard/models/adhoc_query_summary.py +532 -0
  57. oci/cloud_guard/models/all_targets_selected.py +1 -1
  58. oci/cloud_guard/models/attach_target_detector_recipe_details.py +5 -3
  59. oci/cloud_guard/models/attach_target_responder_recipe_details.py +5 -3
  60. oci/cloud_guard/models/candidate_responder_rule.py +7 -7
  61. oci/cloud_guard/models/change_data_source_compartment_details.py +3 -3
  62. oci/cloud_guard/models/change_detector_recipe_compartment_details.py +3 -3
  63. oci/cloud_guard/models/change_managed_list_compartment_details.py +3 -3
  64. oci/cloud_guard/models/change_responder_recipe_compartment_details.py +3 -3
  65. oci/cloud_guard/models/change_saved_query_compartment_details.py +72 -0
  66. oci/cloud_guard/models/change_security_policy_compartment_details.py +1 -1
  67. oci/cloud_guard/models/change_security_recipe_compartment_details.py +1 -1
  68. oci/cloud_guard/models/change_security_zone_compartment_details.py +1 -1
  69. oci/cloud_guard/models/composite_condition.py +5 -1
  70. oci/cloud_guard/models/condition.py +3 -3
  71. oci/cloud_guard/models/condition_group.py +3 -3
  72. oci/cloud_guard/models/condition_metadata_type.py +37 -6
  73. oci/cloud_guard/models/condition_metadata_type_collection.py +36 -5
  74. oci/cloud_guard/models/condition_metadata_type_summary.py +38 -7
  75. oci/cloud_guard/models/condition_operator.py +5 -5
  76. oci/cloud_guard/models/config_value.py +7 -7
  77. oci/cloud_guard/models/configuration.py +37 -6
  78. oci/cloud_guard/models/continuous_query_start_policy.py +3 -3
  79. oci/cloud_guard/models/create_adhoc_query_details.py +169 -0
  80. oci/cloud_guard/models/create_data_mask_rule_details.py +15 -15
  81. oci/cloud_guard/models/create_data_source_details.py +16 -12
  82. oci/cloud_guard/models/create_detector_recipe_details.py +16 -12
  83. oci/cloud_guard/models/create_detector_recipe_detector_rule_details.py +1 -1
  84. oci/cloud_guard/models/create_detector_rule_details.py +17 -17
  85. oci/cloud_guard/models/create_managed_list_details.py +11 -11
  86. oci/cloud_guard/models/create_responder_recipe_details.py +7 -7
  87. oci/cloud_guard/models/create_saved_query_details.py +235 -0
  88. oci/cloud_guard/models/create_security_policy_details.py +11 -11
  89. oci/cloud_guard/models/create_security_recipe_details.py +11 -7
  90. oci/cloud_guard/models/create_security_zone_details.py +5 -5
  91. oci/cloud_guard/models/create_target_details.py +13 -13
  92. oci/cloud_guard/models/create_target_detector_recipe_details.py +5 -5
  93. oci/cloud_guard/models/create_target_responder_recipe_details.py +6 -5
  94. oci/cloud_guard/models/create_wlp_agent_details.py +238 -0
  95. oci/cloud_guard/models/data_mask_rule.py +50 -19
  96. oci/cloud_guard/models/data_mask_rule_collection.py +36 -5
  97. oci/cloud_guard/models/data_mask_rule_summary.py +19 -19
  98. oci/cloud_guard/models/data_source.py +51 -16
  99. oci/cloud_guard/models/data_source_collection.py +36 -5
  100. oci/cloud_guard/models/data_source_details.py +13 -5
  101. oci/cloud_guard/models/data_source_event_collection.py +36 -5
  102. oci/cloud_guard/models/data_source_event_info.py +12 -6
  103. oci/cloud_guard/models/data_source_event_summary.py +7 -7
  104. oci/cloud_guard/models/data_source_mapping_info.py +5 -5
  105. oci/cloud_guard/models/data_source_summary.py +20 -16
  106. oci/cloud_guard/models/data_source_summary_details.py +14 -6
  107. oci/cloud_guard/models/detector.py +6 -6
  108. oci/cloud_guard/models/detector_collection.py +3 -3
  109. oci/cloud_guard/models/detector_configuration.py +73 -11
  110. oci/cloud_guard/models/detector_details.py +139 -15
  111. oci/cloud_guard/models/detector_recipe.py +81 -22
  112. oci/cloud_guard/models/detector_recipe_collection.py +36 -5
  113. oci/cloud_guard/models/detector_recipe_detector_rule.py +65 -30
  114. oci/cloud_guard/models/detector_recipe_detector_rule_collection.py +36 -5
  115. oci/cloud_guard/models/detector_recipe_detector_rule_summary.py +32 -28
  116. oci/cloud_guard/models/detector_recipe_summary.py +79 -20
  117. oci/cloud_guard/models/detector_rule.py +60 -25
  118. oci/cloud_guard/models/detector_rule_collection.py +3 -3
  119. oci/cloud_guard/models/detector_rule_summary.py +30 -26
  120. oci/cloud_guard/models/detector_summary.py +40 -9
  121. oci/cloud_guard/models/entities_mapping.py +5 -5
  122. oci/cloud_guard/models/entity_details.py +1 -1
  123. oci/cloud_guard/models/execute_responder_execution_details.py +3 -3
  124. oci/cloud_guard/models/geographical_location.py +5 -5
  125. oci/cloud_guard/models/impacted_resource_collection.py +36 -5
  126. oci/cloud_guard/models/impacted_resource_summary.py +17 -17
  127. oci/cloud_guard/models/insight_type_logging_query_details.py +1 -1
  128. oci/cloud_guard/models/instance_security_service_configuration.py +99 -0
  129. oci/cloud_guard/models/logging_event_info.py +18 -2
  130. oci/cloud_guard/models/logging_query_data_source_details.py +14 -14
  131. oci/cloud_guard/models/logging_query_data_source_summary_details.py +8 -8
  132. oci/cloud_guard/models/logging_query_details.py +3 -3
  133. oci/cloud_guard/models/managed_list.py +25 -25
  134. oci/cloud_guard/models/managed_list_collection.py +36 -5
  135. oci/cloud_guard/models/managed_list_summary.py +25 -25
  136. oci/cloud_guard/models/managed_list_type_collection.py +36 -5
  137. oci/cloud_guard/models/managed_list_type_summary.py +39 -8
  138. oci/cloud_guard/models/no_delay_start_policy.py +1 -1
  139. oci/cloud_guard/models/operator_summary.py +13 -13
  140. oci/cloud_guard/models/package_detail.py +227 -0
  141. oci/cloud_guard/models/policy_collection.py +34 -3
  142. oci/cloud_guard/models/political_location.py +7 -7
  143. oci/cloud_guard/models/problem.py +79 -44
  144. oci/cloud_guard/models/problem_aggregation.py +4 -4
  145. oci/cloud_guard/models/problem_aggregation_collection.py +3 -3
  146. oci/cloud_guard/models/problem_collection.py +36 -5
  147. oci/cloud_guard/models/problem_endpoint_collection.py +36 -5
  148. oci/cloud_guard/models/problem_endpoint_summary.py +18 -18
  149. oci/cloud_guard/models/problem_entity_collection.py +35 -4
  150. oci/cloud_guard/models/problem_entity_summary.py +7 -7
  151. oci/cloud_guard/models/problem_history_collection.py +36 -5
  152. oci/cloud_guard/models/problem_history_summary.py +48 -17
  153. oci/cloud_guard/models/problem_summary.py +69 -34
  154. oci/cloud_guard/models/problem_trend_aggregation.py +6 -6
  155. oci/cloud_guard/models/problem_trend_aggregation_collection.py +3 -3
  156. oci/cloud_guard/models/property_tuple.py +103 -0
  157. oci/cloud_guard/models/recommendation_summary.py +23 -23
  158. oci/cloud_guard/models/recommendation_summary_collection.py +36 -5
  159. oci/cloud_guard/models/region_status_detail.py +5 -5
  160. oci/cloud_guard/models/remove_compartment_details.py +1 -1
  161. oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.py +5 -5
  162. oci/cloud_guard/models/resource.py +616 -0
  163. oci/cloud_guard/models/resource_additional_details.py +72 -0
  164. oci/cloud_guard/models/resource_collection.py +72 -0
  165. oci/cloud_guard/models/resource_lock.py +185 -0
  166. oci/cloud_guard/models/resource_port_collection.py +72 -0
  167. oci/cloud_guard/models/resource_port_summary.py +247 -0
  168. oci/cloud_guard/models/resource_profile.py +60 -29
  169. oci/cloud_guard/models/resource_profile_collection.py +36 -5
  170. oci/cloud_guard/models/resource_profile_endpoint_collection.py +3 -3
  171. oci/cloud_guard/models/resource_profile_endpoint_summary.py +29 -29
  172. oci/cloud_guard/models/resource_profile_impacted_resource_collection.py +35 -4
  173. oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +19 -19
  174. oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.py +5 -5
  175. oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.py +3 -3
  176. oci/cloud_guard/models/resource_profile_summary.py +15 -15
  177. oci/cloud_guard/models/resource_risk_score_aggregation.py +6 -6
  178. oci/cloud_guard/models/resource_risk_score_aggregation_collection.py +9 -9
  179. oci/cloud_guard/models/resource_summary.py +527 -0
  180. oci/cloud_guard/models/resource_type_collection.py +36 -5
  181. oci/cloud_guard/models/resource_type_summary.py +38 -7
  182. oci/cloud_guard/models/resource_vulnerability.py +496 -0
  183. oci/cloud_guard/models/resource_vulnerability_collection.py +72 -0
  184. oci/cloud_guard/models/resource_vulnerability_summary.py +279 -0
  185. oci/cloud_guard/models/responder_activity_collection.py +3 -3
  186. oci/cloud_guard/models/responder_activity_summary.py +19 -19
  187. oci/cloud_guard/models/responder_configuration.py +7 -7
  188. oci/cloud_guard/models/responder_execution.py +58 -27
  189. oci/cloud_guard/models/responder_execution_aggregation.py +2 -2
  190. oci/cloud_guard/models/responder_execution_aggregation_collection.py +3 -3
  191. oci/cloud_guard/models/responder_execution_collection.py +37 -5
  192. oci/cloud_guard/models/responder_execution_summary.py +17 -17
  193. oci/cloud_guard/models/responder_execution_trend_aggregation.py +6 -6
  194. oci/cloud_guard/models/responder_execution_trend_aggregation_collection.py +3 -3
  195. oci/cloud_guard/models/responder_recipe.py +34 -19
  196. oci/cloud_guard/models/responder_recipe_collection.py +36 -5
  197. oci/cloud_guard/models/responder_recipe_responder_rule.py +70 -21
  198. oci/cloud_guard/models/responder_recipe_responder_rule_collection.py +3 -3
  199. oci/cloud_guard/models/responder_recipe_responder_rule_summary.py +19 -19
  200. oci/cloud_guard/models/responder_recipe_summary.py +19 -19
  201. oci/cloud_guard/models/responder_rule.py +58 -19
  202. oci/cloud_guard/models/responder_rule_collection.py +36 -5
  203. oci/cloud_guard/models/responder_rule_details.py +7 -7
  204. oci/cloud_guard/models/responder_rule_execution_details.py +3 -3
  205. oci/cloud_guard/models/responder_rule_summary.py +17 -17
  206. oci/cloud_guard/models/risk_score_aggregation.py +2 -2
  207. oci/cloud_guard/models/risk_score_aggregation_collection.py +3 -3
  208. oci/cloud_guard/models/rule_summary.py +7 -7
  209. oci/cloud_guard/models/saved_query.py +438 -0
  210. oci/cloud_guard/models/saved_query_collection.py +103 -0
  211. oci/cloud_guard/models/saved_query_summary.py +500 -0
  212. oci/cloud_guard/models/scheduled_query_data_source_obj_details.py +175 -0
  213. oci/cloud_guard/models/scheduled_query_data_source_summary_obj_details.py +175 -0
  214. oci/cloud_guard/models/scheduled_query_scope_detail.py +134 -0
  215. oci/cloud_guard/models/security_policy.py +45 -11
  216. oci/cloud_guard/models/security_policy_collection.py +36 -5
  217. oci/cloud_guard/models/security_policy_summary.py +16 -15
  218. oci/cloud_guard/models/security_recipe.py +13 -11
  219. oci/cloud_guard/models/security_recipe_collection.py +150 -5
  220. oci/cloud_guard/models/security_recipe_summary.py +9 -9
  221. oci/cloud_guard/models/security_score_aggregation.py +6 -6
  222. oci/cloud_guard/models/security_score_aggregation_collection.py +3 -3
  223. oci/cloud_guard/models/security_score_trend_aggregation.py +4 -4
  224. oci/cloud_guard/models/security_score_trend_aggregation_collection.py +3 -3
  225. oci/cloud_guard/models/security_zone.py +11 -9
  226. oci/cloud_guard/models/security_zone_collection.py +36 -5
  227. oci/cloud_guard/models/security_zone_summary.py +10 -9
  228. oci/cloud_guard/models/security_zone_target_details.py +7 -7
  229. oci/cloud_guard/models/service_configuration.py +101 -0
  230. oci/cloud_guard/models/service_type_summary.py +5 -5
  231. oci/cloud_guard/models/sighting.py +55 -24
  232. oci/cloud_guard/models/sighting_collection.py +36 -5
  233. oci/cloud_guard/models/sighting_endpoint_collection.py +3 -3
  234. oci/cloud_guard/models/sighting_endpoint_summary.py +25 -25
  235. oci/cloud_guard/models/sighting_impacted_resource_collection.py +36 -5
  236. oci/cloud_guard/models/sighting_impacted_resource_summary.py +13 -13
  237. oci/cloud_guard/models/sighting_summary.py +27 -27
  238. oci/cloud_guard/models/sighting_type.py +11 -11
  239. oci/cloud_guard/models/simple_condition.py +9 -9
  240. oci/cloud_guard/models/skip_bulk_responder_execution_details.py +3 -3
  241. oci/cloud_guard/models/tactic_collection.py +36 -5
  242. oci/cloud_guard/models/tactic_summary.py +3 -3
  243. oci/cloud_guard/models/target.py +23 -21
  244. oci/cloud_guard/models/target_collection.py +36 -5
  245. oci/cloud_guard/models/target_details.py +2 -2
  246. oci/cloud_guard/models/target_detector_details.py +13 -13
  247. oci/cloud_guard/models/target_detector_recipe.py +124 -22
  248. oci/cloud_guard/models/target_detector_recipe_collection.py +36 -5
  249. oci/cloud_guard/models/target_detector_recipe_detector_rule.py +92 -30
  250. oci/cloud_guard/models/target_detector_recipe_detector_rule_collection.py +36 -5
  251. oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.py +63 -28
  252. oci/cloud_guard/models/target_detector_recipe_summary.py +110 -20
  253. oci/cloud_guard/models/target_ids_selected.py +3 -3
  254. oci/cloud_guard/models/target_resource_types_selected.py +3 -3
  255. oci/cloud_guard/models/target_responder_recipe.py +63 -19
  256. oci/cloud_guard/models/target_responder_recipe_collection.py +36 -5
  257. oci/cloud_guard/models/target_responder_recipe_responder_rule.py +32 -19
  258. oci/cloud_guard/models/target_responder_recipe_responder_rule_collection.py +3 -3
  259. oci/cloud_guard/models/target_responder_recipe_responder_rule_summary.py +19 -19
  260. oci/cloud_guard/models/target_responder_recipe_summary.py +50 -19
  261. oci/cloud_guard/models/target_selected.py +3 -3
  262. oci/cloud_guard/models/target_summary.py +15 -15
  263. oci/cloud_guard/models/technique_collection.py +36 -5
  264. oci/cloud_guard/models/technique_summary.py +3 -3
  265. oci/cloud_guard/models/trigger_responder_details.py +5 -5
  266. oci/cloud_guard/models/update_bulk_problem_status_details.py +5 -5
  267. oci/cloud_guard/models/update_configuration_details.py +36 -5
  268. oci/cloud_guard/models/update_data_mask_rule_details.py +11 -11
  269. oci/cloud_guard/models/update_data_source_details.py +5 -5
  270. oci/cloud_guard/models/update_detector_recipe_details.py +7 -5
  271. oci/cloud_guard/models/update_detector_recipe_detector_rule.py +3 -3
  272. oci/cloud_guard/models/update_detector_recipe_detector_rule_details.py +1 -1
  273. oci/cloud_guard/models/update_detector_rule_details.py +17 -17
  274. oci/cloud_guard/models/update_managed_list_details.py +3 -3
  275. oci/cloud_guard/models/update_problem_status_details.py +3 -3
  276. oci/cloud_guard/models/update_responder_recipe_details.py +7 -7
  277. oci/cloud_guard/models/update_responder_recipe_responder_rule.py +3 -3
  278. oci/cloud_guard/models/update_responder_recipe_responder_rule_details.py +1 -1
  279. oci/cloud_guard/models/update_responder_rule_details.py +3 -3
  280. oci/cloud_guard/models/update_saved_query_details.py +204 -0
  281. oci/cloud_guard/models/update_security_policy_details.py +3 -3
  282. oci/cloud_guard/models/update_security_recipe_details.py +5 -5
  283. oci/cloud_guard/models/update_security_zone_details.py +5 -5
  284. oci/cloud_guard/models/update_target_details.py +7 -7
  285. oci/cloud_guard/models/update_target_detector_recipe.py +5 -5
  286. oci/cloud_guard/models/update_target_detector_recipe_details.py +7 -7
  287. oci/cloud_guard/models/update_target_detector_recipe_detector_rule_details.py +1 -1
  288. oci/cloud_guard/models/update_target_detector_rule_details.py +1 -1
  289. oci/cloud_guard/models/update_target_recipe_detector_rule_details.py +3 -3
  290. oci/cloud_guard/models/update_target_recipe_responder_rule_details.py +3 -3
  291. oci/cloud_guard/models/update_target_responder_recipe.py +5 -5
  292. oci/cloud_guard/models/update_target_responder_recipe_details.py +7 -3
  293. oci/cloud_guard/models/update_target_responder_recipe_responder_rule_details.py +1 -1
  294. oci/cloud_guard/models/update_target_responder_rule_details.py +8 -5
  295. oci/cloud_guard/models/update_wlp_agent_details.py +143 -0
  296. oci/cloud_guard/models/wlp_agent.py +469 -0
  297. oci/cloud_guard/models/wlp_agent_collection.py +103 -0
  298. oci/cloud_guard/models/wlp_agent_summary.py +406 -0
  299. oci/cloud_guard/models/work_request.py +54 -23
  300. oci/cloud_guard/models/work_request_error.py +8 -7
  301. oci/cloud_guard/models/work_request_error_collection.py +5 -3
  302. oci/cloud_guard/models/work_request_log_entry.py +4 -4
  303. oci/cloud_guard/models/work_request_log_entry_collection.py +38 -5
  304. oci/cloud_guard/models/work_request_resource.py +7 -7
  305. oci/cloud_guard/models/work_request_summary.py +15 -15
  306. oci/cloud_guard/models/work_request_summary_collection.py +36 -5
  307. oci/cloud_migrations/migration_client.py +43 -43
  308. oci/{application_migration → cluster_placement_groups}/__init__.py +4 -4
  309. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +1705 -0
  310. oci/cluster_placement_groups/cluster_placement_groups_cp_client_composite_operations.py +238 -0
  311. oci/cluster_placement_groups/models/__init__.py +46 -0
  312. oci/cluster_placement_groups/models/capabilities_collection.py +72 -0
  313. oci/cluster_placement_groups/models/capability_details.py +103 -0
  314. oci/{application_migration/models/change_compartment_details.py → cluster_placement_groups/models/change_cluster_placement_group_compartment_details.py} +11 -11
  315. oci/cluster_placement_groups/models/cluster_placement_group.py +568 -0
  316. oci/cluster_placement_groups/models/cluster_placement_group_collection.py +72 -0
  317. oci/cluster_placement_groups/models/cluster_placement_group_summary.py +447 -0
  318. oci/cluster_placement_groups/models/create_cluster_placement_group_details.py +332 -0
  319. oci/cluster_placement_groups/models/placement_instruction_details.py +115 -0
  320. oci/cluster_placement_groups/models/update_cluster_placement_group_details.py +138 -0
  321. oci/{application_migration → cluster_placement_groups}/models/work_request.py +100 -67
  322. oci/{application_migration → cluster_placement_groups}/models/work_request_error.py +14 -8
  323. oci/cluster_placement_groups/models/work_request_error_collection.py +72 -0
  324. oci/{application_migration → cluster_placement_groups}/models/work_request_log_entry.py +10 -6
  325. oci/cluster_placement_groups/models/work_request_log_entry_collection.py +72 -0
  326. oci/{application_migration → cluster_placement_groups}/models/work_request_resource.py +87 -50
  327. oci/{application_migration → cluster_placement_groups}/models/work_request_summary.py +128 -70
  328. oci/cluster_placement_groups/models/work_request_summary_collection.py +72 -0
  329. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  330. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  331. oci/compute_instance_agent/plugin_client.py +2 -2
  332. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  333. oci/container_engine/container_engine_client.py +44 -44
  334. oci/container_instances/container_instance_client.py +18 -18
  335. oci/core/blockstorage_client.py +65 -60
  336. oci/core/compute_client.py +101 -103
  337. oci/core/compute_client_composite_operations.py +1 -2
  338. oci/core/compute_management_client.py +32 -32
  339. oci/core/models/__init__.py +6 -0
  340. oci/core/models/boot_volume.py +31 -0
  341. oci/core/models/boot_volume_attachment.py +39 -0
  342. oci/core/models/capacity_reservation_instance_summary.py +31 -0
  343. oci/core/models/compute_cluster.py +1 -2
  344. oci/core/models/create_boot_volume_details.py +31 -0
  345. oci/core/models/create_compute_cluster_details.py +1 -2
  346. oci/core/models/create_drg_route_distribution_details.py +2 -2
  347. oci/core/models/create_image_details.py +2 -2
  348. oci/core/models/create_vnic_details.py +18 -18
  349. oci/core/models/create_volume_details.py +31 -0
  350. oci/core/models/create_volume_group_details.py +33 -2
  351. oci/core/models/instance.py +31 -0
  352. oci/core/models/instance_configuration_create_volume_details.py +31 -0
  353. oci/core/models/instance_configuration_launch_instance_details.py +31 -0
  354. oci/core/models/instance_reservation_config.py +33 -2
  355. oci/core/models/instance_reservation_config_details.py +33 -2
  356. oci/core/models/launch_instance_details.py +31 -0
  357. oci/core/models/network_security_group.py +7 -7
  358. oci/core/models/private_ip.py +1 -1
  359. oci/core/models/update_instance_details.py +27 -0
  360. oci/core/models/update_instance_source_details.py +128 -0
  361. oci/core/models/update_instance_source_via_boot_volume_details.py +88 -0
  362. oci/core/models/update_instance_source_via_image_details.py +150 -0
  363. oci/core/models/update_vnic_details.py +2 -2
  364. oci/core/models/volume.py +31 -0
  365. oci/core/virtual_network_client.py +258 -258
  366. oci/core/virtual_network_client_composite_operations.py +13 -13
  367. oci/dashboard_service/dashboard_client.py +6 -6
  368. oci/dashboard_service/dashboard_group_client.py +6 -6
  369. oci/data_catalog/data_catalog_client.py +272 -150
  370. oci/data_catalog/models/__init__.py +4 -0
  371. oci/data_catalog/models/import_lineage_details.py +72 -0
  372. oci/data_catalog/models/import_lineage_job_result.py +232 -0
  373. oci/data_flow/data_flow_client.py +42 -42
  374. oci/data_integration/data_integration_client.py +163 -163
  375. oci/data_integration/models/create_workspace_details.py +33 -2
  376. oci/data_integration/models/update_workspace_details.py +33 -2
  377. oci/data_integration/models/workspace.py +33 -2
  378. oci/data_integration/models/workspace_summary.py +33 -2
  379. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  380. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  381. oci/data_safe/data_safe_client.py +1181 -397
  382. oci/data_safe/data_safe_client_composite_operations.py +89 -0
  383. oci/data_safe/models/__init__.py +14 -0
  384. oci/data_safe/models/change_masking_policy_health_report_compartment_details.py +72 -0
  385. oci/data_safe/models/generate_health_report_details.py +261 -0
  386. oci/data_safe/models/masking_policy_health_report.py +434 -0
  387. oci/data_safe/models/masking_policy_health_report_collection.py +72 -0
  388. oci/data_safe/models/masking_policy_health_report_log_collection.py +72 -0
  389. oci/data_safe/models/masking_policy_health_report_log_summary.py +220 -0
  390. oci/data_safe/models/masking_policy_health_report_summary.py +371 -0
  391. oci/data_safe/models/work_request.py +7 -3
  392. oci/data_safe/models/work_request_summary.py +7 -3
  393. oci/data_science/data_science_client.py +91 -91
  394. oci/database/database_client.py +343 -337
  395. oci/database/models/autonomous_container_database.py +6 -6
  396. oci/database/models/autonomous_container_database_summary.py +6 -6
  397. oci/database/models/autonomous_database.py +10 -6
  398. oci/database/models/autonomous_database_summary.py +10 -6
  399. oci/database/models/cloud_vm_cluster.py +37 -2
  400. oci/database/models/cloud_vm_cluster_summary.py +37 -2
  401. oci/database/models/create_autonomous_container_database_details.py +6 -6
  402. oci/database/models/create_autonomous_database_base.py +8 -4
  403. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +2 -26
  404. oci/database/models/create_cross_region_disaster_recovery_details.py +2 -23
  405. oci/database/models/create_db_home_base.py +33 -2
  406. oci/database/models/create_db_home_with_db_system_id_details.py +7 -0
  407. oci/database/models/create_db_home_with_db_system_id_from_backup_details.py +7 -0
  408. oci/database/models/create_db_home_with_db_system_id_from_database_details.py +7 -0
  409. oci/database/models/create_db_home_with_vm_cluster_id_details.py +7 -0
  410. oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.py +7 -0
  411. oci/database/models/db_home.py +33 -2
  412. oci/database/models/db_home_from_agent_resource_id.py +33 -2
  413. oci/database/models/db_home_summary.py +33 -2
  414. oci/database/models/db_system.py +35 -0
  415. oci/database/models/db_system_summary.py +35 -0
  416. oci/database/models/update_autonomous_database_details.py +8 -4
  417. oci/database/models/update_details.py +37 -2
  418. oci/database/models/vm_cluster.py +37 -2
  419. oci/database/models/vm_cluster_summary.py +37 -2
  420. oci/database/models/vm_cluster_update_details.py +37 -2
  421. oci/database_management/db_management_client.py +1965 -494
  422. oci/database_management/db_management_client_composite_operations.py +528 -0
  423. oci/database_management/diagnosability_client.py +7 -7
  424. oci/database_management/managed_my_sql_databases_client.py +10 -10
  425. oci/database_management/models/__init__.py +54 -0
  426. oci/database_management/models/basic_database_connection_string_details.py +160 -0
  427. oci/database_management/models/child_database.py +45 -2
  428. oci/database_management/models/connector_details.py +123 -0
  429. oci/database_management/models/database_connection_details.py +95 -0
  430. oci/database_management/models/database_connection_string_details.py +103 -0
  431. oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +120 -0
  432. oci/database_management/models/database_diagnostics_and_management_feature_details.py +143 -0
  433. oci/database_management/models/database_feature_configuration.py +234 -0
  434. oci/database_management/models/database_feature_details.py +155 -0
  435. oci/database_management/models/db_management_private_endpoint.py +45 -2
  436. oci/database_management/models/db_management_private_endpoint_summary.py +45 -2
  437. oci/database_management/models/disable_database_management_feature_details.py +84 -0
  438. oci/database_management/models/disable_external_container_database_management_feature_details.py +84 -0
  439. oci/database_management/models/disable_external_non_container_database_management_feature_details.py +84 -0
  440. oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +84 -0
  441. oci/database_management/models/disable_pluggable_database_management_feature_details.py +84 -0
  442. oci/database_management/models/enable_database_management_feature_details.py +68 -0
  443. oci/database_management/models/enable_external_container_database_management_feature_details.py +68 -0
  444. oci/database_management/models/enable_external_non_container_database_management_feature_details.py +68 -0
  445. oci/database_management/models/enable_external_pluggable_database_management_feature_details.py +68 -0
  446. oci/database_management/models/enable_pluggable_database_management_feature_details.py +68 -0
  447. oci/database_management/models/external_asm.py +45 -2
  448. oci/database_management/models/external_asm_instance.py +45 -2
  449. oci/database_management/models/external_asm_instance_summary.py +45 -2
  450. oci/database_management/models/external_asm_summary.py +45 -2
  451. oci/database_management/models/external_cluster.py +45 -2
  452. oci/database_management/models/external_cluster_instance.py +45 -2
  453. oci/database_management/models/external_cluster_instance_summary.py +45 -2
  454. oci/database_management/models/external_cluster_summary.py +45 -2
  455. oci/database_management/models/external_connector_details.py +86 -0
  456. oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +105 -0
  457. oci/database_management/models/external_database_feature_details.py +128 -0
  458. oci/database_management/models/external_database_summary.py +45 -2
  459. oci/database_management/models/external_db_home.py +45 -2
  460. oci/database_management/models/external_db_home_summary.py +45 -2
  461. oci/database_management/models/external_db_node.py +45 -2
  462. oci/database_management/models/external_db_node_summary.py +45 -2
  463. oci/database_management/models/external_db_system.py +45 -2
  464. oci/database_management/models/external_db_system_connector_summary.py +45 -2
  465. oci/database_management/models/external_db_system_discovery.py +45 -2
  466. oci/database_management/models/external_db_system_discovery_summary.py +45 -2
  467. oci/database_management/models/external_db_system_macs_connector.py +45 -2
  468. oci/database_management/models/external_db_system_summary.py +45 -2
  469. oci/database_management/models/external_exadata_infrastructure.py +45 -2
  470. oci/database_management/models/external_exadata_infrastructure_summary.py +45 -2
  471. oci/database_management/models/external_exadata_storage_connector.py +45 -2
  472. oci/database_management/models/external_exadata_storage_connector_summary.py +45 -2
  473. oci/database_management/models/external_exadata_storage_grid.py +45 -2
  474. oci/database_management/models/external_exadata_storage_server.py +45 -2
  475. oci/database_management/models/external_exadata_storage_server_summary.py +45 -2
  476. oci/database_management/models/external_listener.py +45 -2
  477. oci/database_management/models/external_listener_summary.py +45 -2
  478. oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +58 -0
  479. oci/database_management/models/external_pluggable_database_feature_details.py +128 -0
  480. oci/database_management/models/heat_wave_cluster_usage_metrics.py +12 -12
  481. oci/database_management/models/heat_wave_fleet_metrics.py +2 -2
  482. oci/database_management/models/heat_wave_fleet_summary.py +5 -5
  483. oci/database_management/models/heat_wave_node.py +2 -2
  484. oci/database_management/models/job_summary.py +45 -2
  485. oci/database_management/models/load_sql_tuning_set_details.py +7 -3
  486. oci/database_management/models/macs_connector_details.py +86 -0
  487. oci/database_management/models/managed_database.py +45 -2
  488. oci/database_management/models/managed_database_group.py +45 -2
  489. oci/database_management/models/managed_database_group_summary.py +45 -2
  490. oci/database_management/models/managed_database_summary.py +45 -2
  491. oci/database_management/models/managed_my_sql_database.py +10 -10
  492. oci/database_management/models/modify_database_management_feature_details.py +68 -0
  493. oci/database_management/models/modify_pluggable_database_management_feature_details.py +68 -0
  494. oci/database_management/models/my_sql_database_usage_metrics.py +2 -2
  495. oci/database_management/models/my_sql_fleet_metric_definition.py +31 -0
  496. oci/database_management/models/named_credential.py +45 -2
  497. oci/database_management/models/named_credential_summary.py +45 -2
  498. oci/database_management/models/private_end_point_connector_details.py +86 -0
  499. oci/database_management/models/save_sql_tuning_set_as_details.py +7 -3
  500. oci/database_management/models/sql_job.py +45 -2
  501. oci/database_management/models/sql_plan_baseline.py +96 -0
  502. oci/database_management/models/sql_plan_baseline_summary.py +96 -0
  503. oci/database_management/models/sql_tuning_set.py +16 -0
  504. oci/database_management/models/work_request.py +39 -3
  505. oci/database_management/models/work_request_summary.py +39 -3
  506. oci/database_management/perfhub_client.py +4 -4
  507. oci/database_management/sql_tuning_client.py +20 -20
  508. oci/database_migration/database_migration_client.py +41 -41
  509. oci/database_tools/database_tools_client.py +23 -23
  510. oci/desktops/desktop_service_client.py +21 -21
  511. oci/devops/devops_client.py +89 -89
  512. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  513. oci/dns/dns_client.py +52 -52
  514. oci/dts/appliance_export_job_client.py +6 -6
  515. oci/dts/shipping_vendors_client.py +1 -1
  516. oci/dts/transfer_appliance_client.py +8 -8
  517. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  518. oci/dts/transfer_device_client.py +5 -5
  519. oci/dts/transfer_job_client.py +6 -6
  520. oci/dts/transfer_package_client.py +7 -7
  521. oci/em_warehouse/em_data_lake_client.py +13 -13
  522. oci/em_warehouse/em_warehouse_client.py +13 -13
  523. oci/email/email_client.py +26 -26
  524. oci/email_data_plane/email_dp_client.py +1 -1
  525. oci/events/events_client.py +6 -6
  526. oci/file_storage/file_storage_client.py +50 -50
  527. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  528. oci/functions/functions_invoke_client.py +1 -1
  529. oci/functions/functions_management_client.py +16 -16
  530. oci/fusion_apps/data_masking_activity_client.py +3 -3
  531. oci/fusion_apps/fusion_applications_client.py +39 -39
  532. oci/fusion_apps/fusion_environment_client.py +15 -15
  533. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  534. oci/fusion_apps/refresh_activity_client.py +4 -4
  535. oci/fusion_apps/scheduled_activity_client.py +2 -2
  536. oci/fusion_apps/service_attachment_client.py +2 -2
  537. oci/generative_ai/generative_ai_client.py +22 -22
  538. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  539. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  540. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  541. oci/golden_gate/golden_gate_client.py +61 -61
  542. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  543. oci/governance_rules_control_plane/work_request_client.py +5 -5
  544. oci/healthchecks/health_checks_client.py +17 -17
  545. oci/identity/identity_client.py +145 -145
  546. oci/identity_data_plane/dataplane_client.py +2 -2
  547. oci/identity_domains/identity_domains_client.py +300 -300
  548. oci/integration/integration_instance_client.py +15 -15
  549. oci/jms/java_management_service_client.py +66 -66
  550. oci/jms_java_downloads/java_download_client.py +25 -25
  551. oci/key_management/ekm_client.py +5 -5
  552. oci/key_management/kms_crypto_client.py +6 -6
  553. oci/key_management/kms_hsm_cluster_client.py +12 -12
  554. oci/key_management/kms_management_client.py +21 -21
  555. oci/key_management/kms_vault_client.py +14 -14
  556. oci/license_manager/license_manager_client.py +18 -18
  557. oci/limits/limits_client.py +4 -4
  558. oci/limits/quotas_client.py +7 -7
  559. oci/load_balancer/load_balancer_client.py +61 -61
  560. oci/lockbox/lockbox_client.py +191 -46
  561. oci/lockbox/models/__init__.py +2 -0
  562. oci/lockbox/models/access_request_ext.py +671 -0
  563. oci/lockbox/models/access_request_summary.py +101 -2
  564. oci/lockbox/models/approver_info.py +33 -2
  565. oci/log_analytics/log_analytics_client.py +193 -193
  566. oci/logging/logging_management_client.py +30 -30
  567. oci/loggingingestion/logging_client.py +1 -1
  568. oci/loggingsearch/log_search_client.py +1 -1
  569. oci/management_agent/management_agent_client.py +28 -28
  570. oci/management_dashboard/dashx_apis_client.py +14 -14
  571. oci/marketplace/account_client.py +2 -2
  572. oci/marketplace/marketplace_client.py +30 -30
  573. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  574. oci/media_services/media_services_client.py +60 -60
  575. oci/media_services/media_stream_client.py +2 -2
  576. oci/monitoring/monitoring_client.py +18 -18
  577. oci/mysql/channels_client.py +7 -7
  578. oci/mysql/db_backups_client.py +6 -6
  579. oci/mysql/db_system_client.py +17 -17
  580. oci/mysql/mysqlaas_client.py +7 -7
  581. oci/mysql/replicas_client.py +5 -5
  582. oci/mysql/work_requests_client.py +4 -4
  583. oci/network_firewall/network_firewall_client.py +80 -80
  584. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  585. oci/nosql/nosql_client.py +24 -24
  586. oci/object_storage/object_storage_client.py +50 -50
  587. oci/oce/oce_instance_client.py +10 -10
  588. oci/oci_control_center/occ_metrics_client.py +3 -3
  589. oci/ocvp/cluster_client.py +5 -5
  590. oci/ocvp/esxi_host_client.py +8 -8
  591. oci/ocvp/sddc_client.py +14 -14
  592. oci/ocvp/work_request_client.py +4 -4
  593. oci/oda/management_client.py +59 -59
  594. oci/oda/oda_client.py +17 -17
  595. oci/oda/odapackage_client.py +7 -7
  596. oci/onesubscription/billing_schedule_client.py +1 -1
  597. oci/onesubscription/commitment_client.py +2 -2
  598. oci/onesubscription/computed_usage_client.py +3 -3
  599. oci/onesubscription/invoice_summary_client.py +2 -2
  600. oci/onesubscription/organization_subscription_client.py +1 -1
  601. oci/onesubscription/ratecard_client.py +1 -1
  602. oci/onesubscription/subscribed_service_client.py +2 -2
  603. oci/onesubscription/subscription_client.py +1 -1
  604. oci/ons/notification_control_plane_client.py +6 -6
  605. oci/ons/notification_data_plane_client.py +10 -10
  606. oci/opa/opa_instance_client.py +13 -13
  607. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  608. oci/opensearch/opensearch_cluster_client.py +14 -14
  609. oci/operator_access_control/access_requests_client.py +10 -10
  610. oci/operator_access_control/operator_actions_client.py +2 -2
  611. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  612. oci/operator_access_control/operator_control_client.py +6 -6
  613. oci/opsi/operations_insights_client.py +175 -175
  614. oci/optimizer/optimizer_client.py +26 -26
  615. oci/os_management/event_client.py +8 -8
  616. oci/os_management/os_management_client.py +69 -69
  617. oci/os_management_hub/__init__.py +3 -1
  618. oci/os_management_hub/event_client.py +1115 -0
  619. oci/os_management_hub/event_client_composite_operations.py +163 -0
  620. oci/os_management_hub/lifecycle_environment_client.py +258 -46
  621. oci/os_management_hub/lifecycle_environment_client_composite_operations.py +16 -6
  622. oci/os_management_hub/managed_instance_client.py +1643 -380
  623. oci/os_management_hub/managed_instance_client_composite_operations.py +171 -13
  624. oci/os_management_hub/managed_instance_group_client.py +549 -165
  625. oci/os_management_hub/managed_instance_group_client_composite_operations.py +182 -22
  626. oci/os_management_hub/management_station_client.py +284 -30
  627. oci/os_management_hub/management_station_client_composite_operations.py +55 -6
  628. oci/os_management_hub/models/__init__.py +106 -0
  629. oci/os_management_hub/models/add_packages_to_software_source_details.py +72 -0
  630. oci/os_management_hub/models/agent_event.py +184 -0
  631. oci/os_management_hub/models/agent_event_data.py +166 -0
  632. oci/os_management_hub/models/attach_managed_instances_to_managed_instance_group_details.py +8 -4
  633. oci/os_management_hub/models/attach_profile_to_managed_instance_details.py +76 -0
  634. oci/os_management_hub/models/attach_software_sources_to_managed_instance_details.py +1 -1
  635. oci/os_management_hub/models/attach_software_sources_to_managed_instance_group_details.py +8 -4
  636. oci/os_management_hub/models/autonomous_settings.py +107 -0
  637. oci/os_management_hub/models/available_package_collection.py +1 -1
  638. oci/os_management_hub/models/available_package_summary.py +1 -1
  639. oci/os_management_hub/models/available_software_source_collection.py +2 -1
  640. oci/os_management_hub/models/available_software_source_summary.py +17 -7
  641. oci/os_management_hub/models/available_windows_update_collection.py +72 -0
  642. oci/os_management_hub/models/available_windows_update_summary.py +222 -0
  643. oci/os_management_hub/models/change_availability_of_software_sources_details.py +4 -4
  644. oci/os_management_hub/models/change_event_compartment_details.py +76 -0
  645. oci/os_management_hub/models/change_lifecycle_environment_compartment_details.py +76 -0
  646. oci/os_management_hub/models/change_managed_instance_group_compartment_details.py +78 -0
  647. oci/os_management_hub/models/change_management_station_compartment_details.py +76 -0
  648. oci/os_management_hub/models/change_profile_compartment_details.py +76 -0
  649. oci/os_management_hub/models/change_scheduled_job_compartment_details.py +76 -0
  650. oci/os_management_hub/models/change_software_source_compartment_details.py +76 -0
  651. oci/os_management_hub/models/create_custom_software_source_details.py +98 -5
  652. oci/os_management_hub/models/create_entitlement_details.py +9 -5
  653. oci/os_management_hub/models/create_group_profile_details.py +22 -4
  654. oci/os_management_hub/models/create_lifecycle_environment_details.py +108 -23
  655. oci/os_management_hub/models/create_lifecycle_profile_details.py +22 -4
  656. oci/os_management_hub/models/create_lifecycle_stage_details.py +5 -7
  657. oci/os_management_hub/models/create_managed_instance_group_details.py +181 -24
  658. oci/os_management_hub/models/create_management_station_details.py +13 -9
  659. oci/os_management_hub/models/create_mirror_configuration_details.py +9 -9
  660. oci/os_management_hub/models/create_profile_details.py +86 -12
  661. oci/os_management_hub/models/create_proxy_configuration_details.py +9 -9
  662. oci/os_management_hub/models/create_scheduled_job_details.py +192 -35
  663. oci/os_management_hub/models/create_software_source_details.py +18 -10
  664. oci/os_management_hub/models/create_software_source_profile_details.py +55 -13
  665. oci/os_management_hub/models/create_station_profile_details.py +48 -10
  666. oci/os_management_hub/models/create_vendor_software_source_details.py +121 -0
  667. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +96 -3
  668. oci/os_management_hub/models/custom_software_source.py +120 -10
  669. oci/os_management_hub/models/custom_software_source_filter.py +1 -1
  670. oci/os_management_hub/models/custom_software_source_summary.py +20 -5
  671. oci/os_management_hub/models/detach_managed_instances_from_managed_instance_group_details.py +8 -4
  672. oci/os_management_hub/models/detach_software_sources_from_managed_instance_details.py +1 -1
  673. oci/os_management_hub/models/detach_software_sources_from_managed_instance_group_details.py +8 -4
  674. oci/os_management_hub/models/disable_module_stream_on_managed_instance_details.py +1 -1
  675. oci/os_management_hub/models/disable_module_stream_on_managed_instance_group_details.py +39 -4
  676. oci/os_management_hub/models/enable_module_stream_on_managed_instance_details.py +1 -1
  677. oci/os_management_hub/models/enable_module_stream_on_managed_instance_group_details.py +39 -4
  678. oci/os_management_hub/models/entitlement_collection.py +3 -3
  679. oci/os_management_hub/models/entitlement_summary.py +9 -5
  680. oci/os_management_hub/models/erratum.py +60 -13
  681. oci/os_management_hub/models/erratum_collection.py +3 -3
  682. oci/os_management_hub/models/erratum_summary.py +60 -13
  683. oci/os_management_hub/models/event.py +714 -0
  684. oci/os_management_hub/models/event_collection.py +72 -0
  685. oci/os_management_hub/models/event_content.py +113 -0
  686. oci/os_management_hub/models/event_summary.py +573 -0
  687. oci/os_management_hub/models/exploit_attempt_additional_details.py +72 -0
  688. oci/os_management_hub/models/exploit_attempt_event.py +184 -0
  689. oci/os_management_hub/models/exploit_attempt_event_content.py +113 -0
  690. oci/os_management_hub/models/exploit_attempt_event_data.py +126 -0
  691. oci/os_management_hub/models/group_profile.py +26 -4
  692. oci/os_management_hub/models/id.py +9 -5
  693. oci/os_management_hub/models/install_all_windows_updates_on_managed_instances_in_compartment_details.py +165 -0
  694. oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_details.py +1 -1
  695. oci/os_management_hub/models/install_module_stream_profile_on_managed_instance_group_details.py +39 -4
  696. oci/os_management_hub/models/install_packages_on_managed_instance_details.py +1 -1
  697. oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +1 -1
  698. oci/os_management_hub/models/install_windows_updates_on_managed_instance_details.py +165 -0
  699. oci/os_management_hub/models/install_windows_updates_on_managed_instance_group_details.py +130 -0
  700. oci/os_management_hub/models/installed_package_collection.py +1 -1
  701. oci/os_management_hub/models/installed_package_summary.py +3 -5
  702. oci/os_management_hub/models/installed_windows_update_collection.py +72 -0
  703. oci/os_management_hub/models/installed_windows_update_summary.py +160 -0
  704. oci/os_management_hub/models/kernel_crash_event.py +184 -0
  705. oci/os_management_hub/models/kernel_event_additional_details.py +68 -0
  706. oci/os_management_hub/models/kernel_event_content.py +183 -0
  707. oci/os_management_hub/models/kernel_event_data.py +219 -0
  708. oci/os_management_hub/models/kernel_oops_event.py +184 -0
  709. oci/os_management_hub/models/ksplice_update_event.py +184 -0
  710. oci/os_management_hub/models/ksplice_update_event_data.py +162 -0
  711. oci/os_management_hub/models/lifecycle_environment.py +132 -29
  712. oci/os_management_hub/models/lifecycle_environment_collection.py +1 -1
  713. oci/os_management_hub/models/lifecycle_environment_details.py +7 -3
  714. oci/os_management_hub/models/lifecycle_environment_summary.py +125 -26
  715. oci/os_management_hub/models/lifecycle_profile.py +26 -4
  716. oci/os_management_hub/models/lifecycle_stage.py +131 -30
  717. oci/os_management_hub/models/lifecycle_stage_collection.py +1 -1
  718. oci/os_management_hub/models/lifecycle_stage_details.py +7 -3
  719. oci/os_management_hub/models/lifecycle_stage_summary.py +134 -33
  720. oci/os_management_hub/models/manage_module_streams_on_managed_instance_details.py +16 -8
  721. oci/os_management_hub/models/managed_instance.py +238 -70
  722. oci/os_management_hub/models/managed_instance_analytic_collection.py +3 -3
  723. oci/os_management_hub/models/managed_instance_analytic_summary.py +19 -3
  724. oci/os_management_hub/models/managed_instance_collection.py +1 -1
  725. oci/os_management_hub/models/managed_instance_details.py +7 -3
  726. oci/os_management_hub/models/managed_instance_erratum_summary.py +11 -13
  727. oci/os_management_hub/models/managed_instance_erratum_summary_collection.py +1 -1
  728. oci/os_management_hub/models/managed_instance_group.py +227 -27
  729. oci/os_management_hub/models/managed_instance_group_available_module_collection.py +3 -3
  730. oci/os_management_hub/models/managed_instance_group_available_module_summary.py +9 -5
  731. oci/os_management_hub/models/managed_instance_group_available_package_collection.py +1 -1
  732. oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -7
  733. oci/os_management_hub/models/managed_instance_group_collection.py +1 -1
  734. oci/os_management_hub/models/managed_instance_group_details.py +9 -5
  735. oci/os_management_hub/models/managed_instance_group_installed_package_collection.py +1 -1
  736. oci/os_management_hub/models/managed_instance_group_installed_package_summary.py +1 -1
  737. oci/os_management_hub/models/managed_instance_group_module_collection.py +1 -2
  738. oci/os_management_hub/models/managed_instance_group_module_summary.py +11 -7
  739. oci/os_management_hub/models/managed_instance_group_summary.py +210 -22
  740. oci/os_management_hub/models/managed_instance_module_collection.py +1 -2
  741. oci/os_management_hub/models/managed_instance_module_summary.py +7 -3
  742. oci/os_management_hub/models/managed_instance_summary.py +169 -32
  743. oci/os_management_hub/models/management_station.py +74 -27
  744. oci/os_management_hub/models/management_station_collection.py +3 -3
  745. oci/os_management_hub/models/management_station_details.py +13 -5
  746. oci/os_management_hub/models/management_station_event.py +184 -0
  747. oci/os_management_hub/models/management_station_event_data.py +166 -0
  748. oci/os_management_hub/models/management_station_summary.py +97 -26
  749. oci/os_management_hub/models/mirror_configuration.py +9 -9
  750. oci/os_management_hub/models/mirror_summary.py +23 -3
  751. oci/os_management_hub/models/mirror_sync_status.py +11 -11
  752. oci/os_management_hub/models/module_collection.py +3 -3
  753. oci/os_management_hub/models/module_stream.py +7 -3
  754. oci/os_management_hub/models/module_stream_collection.py +3 -3
  755. oci/os_management_hub/models/module_stream_details.py +38 -3
  756. oci/os_management_hub/models/module_stream_details_body.py +1 -1
  757. oci/os_management_hub/models/module_stream_profile.py +1 -1
  758. oci/os_management_hub/models/module_stream_profile_collection.py +3 -3
  759. oci/os_management_hub/models/module_stream_profile_details.py +38 -3
  760. oci/os_management_hub/models/module_stream_profile_details_body.py +1 -1
  761. oci/os_management_hub/models/module_stream_profile_filter.py +3 -3
  762. oci/os_management_hub/models/module_stream_profile_summary.py +3 -3
  763. oci/os_management_hub/models/module_stream_summary.py +7 -3
  764. oci/os_management_hub/models/module_summary.py +7 -3
  765. oci/os_management_hub/models/package_filter.py +3 -3
  766. oci/os_management_hub/models/package_group.py +9 -9
  767. oci/os_management_hub/models/package_group_collection.py +1 -1
  768. oci/os_management_hub/models/package_group_filter.py +3 -3
  769. oci/os_management_hub/models/package_group_summary.py +7 -7
  770. oci/os_management_hub/models/package_name_summary.py +7 -7
  771. oci/os_management_hub/models/package_summary.py +5 -5
  772. oci/os_management_hub/models/profile.py +189 -24
  773. oci/os_management_hub/models/profile_summary.py +157 -24
  774. oci/os_management_hub/models/promote_software_source_to_lifecycle_stage_details.py +1 -22
  775. oci/os_management_hub/models/proxy_configuration.py +9 -9
  776. oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_details.py +1 -1
  777. oci/os_management_hub/models/remove_module_stream_profile_from_managed_instance_group_details.py +39 -4
  778. oci/os_management_hub/models/remove_packages_from_managed_instance_details.py +1 -1
  779. oci/os_management_hub/models/remove_packages_from_managed_instance_group_details.py +1 -1
  780. oci/os_management_hub/models/scheduled_job.py +216 -39
  781. oci/os_management_hub/models/scheduled_job_collection.py +1 -1
  782. oci/os_management_hub/models/scheduled_job_operation.py +73 -8
  783. oci/os_management_hub/models/scheduled_job_summary.py +223 -48
  784. oci/os_management_hub/models/search_software_source_module_streams_details.py +7 -3
  785. oci/os_management_hub/models/search_software_source_modules_details.py +9 -5
  786. oci/os_management_hub/models/search_software_source_package_groups_details.py +9 -5
  787. oci/os_management_hub/models/software_package.py +80 -9
  788. oci/os_management_hub/models/software_package_collection.py +1 -1
  789. oci/os_management_hub/models/software_package_dependency.py +1 -1
  790. oci/os_management_hub/models/software_package_file.py +2 -4
  791. oci/os_management_hub/models/software_package_summary.py +74 -7
  792. oci/os_management_hub/models/software_packages_details.py +1 -1
  793. oci/os_management_hub/models/software_source.py +154 -32
  794. oci/os_management_hub/models/software_source_availability.py +76 -11
  795. oci/os_management_hub/models/software_source_collection.py +3 -3
  796. oci/os_management_hub/models/software_source_details.py +40 -5
  797. oci/os_management_hub/models/software_source_event.py +184 -0
  798. oci/os_management_hub/models/software_source_event_data.py +190 -0
  799. oci/os_management_hub/models/software_source_profile.py +26 -4
  800. oci/os_management_hub/models/software_source_summary.py +149 -33
  801. oci/os_management_hub/models/software_source_vendor_collection.py +3 -3
  802. oci/os_management_hub/models/software_source_vendor_summary.py +35 -11
  803. oci/os_management_hub/models/software_update_event.py +184 -0
  804. oci/os_management_hub/models/software_update_event_data.py +186 -0
  805. oci/os_management_hub/models/station_health.py +119 -0
  806. oci/os_management_hub/models/station_profile.py +26 -4
  807. oci/os_management_hub/models/switch_module_stream_on_managed_instance_details.py +38 -3
  808. oci/os_management_hub/models/switch_module_stream_on_managed_instance_group_details.py +165 -0
  809. oci/os_management_hub/models/system_details.py +326 -0
  810. oci/os_management_hub/models/updatable_autonomous_settings.py +72 -0
  811. oci/os_management_hub/models/updatable_package_collection.py +1 -1
  812. oci/os_management_hub/models/updatable_package_summary.py +7 -7
  813. oci/os_management_hub/models/update_all_packages_on_managed_instance_group_details.py +1 -1
  814. oci/os_management_hub/models/update_all_packages_on_managed_instances_in_compartment_details.py +9 -5
  815. oci/os_management_hub/models/update_custom_software_source_details.py +38 -7
  816. oci/os_management_hub/models/update_event_details.py +119 -0
  817. oci/os_management_hub/models/update_lifecycle_environment_details.py +5 -5
  818. oci/os_management_hub/models/update_lifecycle_stage_details.py +9 -5
  819. oci/os_management_hub/models/update_managed_instance_details.py +108 -7
  820. oci/os_management_hub/models/update_managed_instance_group_details.py +67 -5
  821. oci/os_management_hub/models/update_management_station_details.py +7 -7
  822. oci/os_management_hub/models/update_mirror_configuration_details.py +9 -9
  823. oci/os_management_hub/models/update_packages_on_managed_instance_details.py +3 -3
  824. oci/os_management_hub/models/update_profile_details.py +35 -4
  825. oci/os_management_hub/models/update_proxy_configuration_details.py +9 -9
  826. oci/os_management_hub/models/update_scheduled_job_details.py +74 -15
  827. oci/os_management_hub/models/update_software_source_details.py +15 -7
  828. oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
  829. oci/os_management_hub/models/update_versioned_custom_software_source_details.py +86 -0
  830. oci/os_management_hub/models/update_work_request_details.py +1 -1
  831. oci/os_management_hub/models/vendor_software_source.py +97 -9
  832. oci/os_management_hub/models/vendor_software_source_summary.py +59 -8
  833. oci/os_management_hub/models/versioned_custom_software_source.py +116 -8
  834. oci/os_management_hub/models/versioned_custom_software_source_summary.py +20 -5
  835. oci/os_management_hub/models/vmcore_details.py +103 -0
  836. oci/os_management_hub/models/windows_standalone_profile.py +168 -0
  837. oci/os_management_hub/models/windows_update.py +362 -0
  838. oci/os_management_hub/models/windows_update_collection.py +73 -0
  839. oci/os_management_hub/models/windows_update_summary.py +222 -0
  840. oci/os_management_hub/models/work_request.py +348 -40
  841. oci/os_management_hub/models/work_request_details.py +5 -5
  842. oci/os_management_hub/models/work_request_error.py +6 -2
  843. oci/os_management_hub/models/work_request_event_data_additional_details.py +111 -0
  844. oci/os_management_hub/models/work_request_log_entry.py +6 -2
  845. oci/os_management_hub/models/work_request_management_station_details.py +2 -2
  846. oci/os_management_hub/models/work_request_summary.py +147 -19
  847. oci/os_management_hub/models/work_request_summary_collection.py +2 -2
  848. oci/os_management_hub/onboarding_client.py +171 -25
  849. oci/os_management_hub/onboarding_client_composite_operations.py +7 -3
  850. oci/os_management_hub/reporting_managed_instance_client.py +217 -60
  851. oci/os_management_hub/scheduled_job_client.py +214 -38
  852. oci/os_management_hub/scheduled_job_client_composite_operations.py +8 -4
  853. oci/os_management_hub/software_source_client.py +971 -89
  854. oci/os_management_hub/software_source_client_composite_operations.py +50 -2
  855. oci/os_management_hub/work_request_client.py +61 -18
  856. oci/osp_gateway/address_rule_service_client.py +1 -1
  857. oci/osp_gateway/address_service_client.py +2 -2
  858. oci/osp_gateway/invoice_service_client.py +5 -5
  859. oci/osp_gateway/subscription_service_client.py +5 -5
  860. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  861. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  862. oci/osub_subscription/commitment_client.py +2 -2
  863. oci/osub_subscription/ratecard_client.py +1 -1
  864. oci/osub_subscription/subscription_client.py +1 -1
  865. oci/osub_usage/computed_usage_client.py +3 -3
  866. oci/psql/postgresql_client.py +33 -33
  867. oci/queue/queue_admin_client.py +11 -11
  868. oci/queue/queue_client.py +8 -8
  869. oci/recovery/database_recovery_client.py +298 -40
  870. oci/recovery/database_recovery_client_composite_operations.py +39 -0
  871. oci/recovery/models/__init__.py +2 -0
  872. oci/recovery/models/create_protection_policy_details.py +45 -0
  873. oci/recovery/models/create_recovery_service_subnet_details.py +72 -4
  874. oci/recovery/models/fetch_protected_database_configuration_details.py +7 -3
  875. oci/recovery/models/metrics.py +33 -2
  876. oci/recovery/models/metrics_summary.py +33 -2
  877. oci/recovery/models/protected_database.py +48 -13
  878. oci/recovery/models/protected_database_summary.py +44 -3
  879. oci/recovery/models/protection_policy.py +41 -18
  880. oci/recovery/models/protection_policy_summary.py +38 -3
  881. oci/recovery/models/recovery_service_subnet.py +78 -20
  882. oci/recovery/models/recovery_service_subnet_details.py +7 -3
  883. oci/recovery/models/recovery_service_subnet_summary.py +78 -20
  884. oci/recovery/models/schedule_protected_database_deletion_details.py +92 -0
  885. oci/recovery/models/update_protection_policy_details.py +45 -0
  886. oci/recovery/models/update_recovery_service_subnet_details.py +68 -0
  887. oci/recovery/models/work_request.py +7 -3
  888. oci/recovery/models/work_request_summary.py +7 -3
  889. oci/redis/redis_cluster_client.py +11 -11
  890. oci/resource_manager/resource_manager_client.py +52 -52
  891. oci/resource_search/resource_search_client.py +3 -3
  892. oci/rover/rover_bundle_client.py +8 -8
  893. oci/rover/rover_cluster_client.py +8 -8
  894. oci/rover/rover_entitlement_client.py +6 -6
  895. oci/rover/rover_node_client.py +15 -15
  896. oci/rover/shape_client.py +1 -1
  897. oci/rover/work_requests_client.py +5 -5
  898. oci/sch/connector_plugins_client.py +2 -2
  899. oci/sch/service_connector_client.py +12 -12
  900. oci/secrets/secrets_client.py +3 -3
  901. oci/service_catalog/service_catalog_client.py +26 -26
  902. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  903. oci/service_mesh/service_mesh_client.py +48 -48
  904. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  905. oci/streaming/stream_admin_client.py +18 -18
  906. oci/streaming/stream_client.py +8 -8
  907. oci/tenant_manager_control_plane/domain_client.py +5 -5
  908. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  909. oci/tenant_manager_control_plane/governance_client.py +2 -2
  910. oci/tenant_manager_control_plane/link_client.py +3 -3
  911. oci/tenant_manager_control_plane/orders_client.py +2 -2
  912. oci/tenant_manager_control_plane/organization_client.py +10 -10
  913. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  914. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  915. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  916. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  917. oci/threat_intelligence/threatintel_client.py +5 -5
  918. oci/usage/resources_client.py +2 -2
  919. oci/usage/rewards_client.py +6 -6
  920. oci/usage/usagelimits_client.py +1 -1
  921. oci/usage_api/usageapi_client.py +33 -33
  922. oci/vault/vaults_client.py +13 -13
  923. oci/vbs_inst/vbs_instance_client.py +10 -10
  924. oci/version.py +1 -1
  925. oci/visual_builder/vb_instance_client.py +13 -13
  926. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  927. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  928. oci/waa/waa_client.py +13 -13
  929. oci/waa/work_request_client.py +4 -4
  930. oci/waas/redirect_client.py +6 -6
  931. oci/waas/waas_client.py +66 -66
  932. oci/waf/waf_client.py +24 -24
  933. oci/work_requests/work_request_client.py +4 -4
  934. {oci-2.125.3.dist-info → oci-2.126.1.dist-info}/METADATA +1 -1
  935. {oci-2.125.3.dist-info → oci-2.126.1.dist-info}/RECORD +939 -825
  936. oci/application_migration/application_migration_client.py +0 -2489
  937. oci/application_migration/application_migration_client_composite_operations.py +0 -419
  938. oci/application_migration/models/__init__.py +0 -84
  939. oci/application_migration/models/authorization_details.py +0 -130
  940. oci/application_migration/models/configuration_field.py +0 -291
  941. oci/application_migration/models/create_migration_details.py +0 -464
  942. oci/application_migration/models/create_source_details.py +0 -272
  943. oci/application_migration/models/discovery_details.py +0 -141
  944. oci/application_migration/models/ics_discovery_details.py +0 -114
  945. oci/application_migration/models/import_manifest.py +0 -227
  946. oci/application_migration/models/import_source_details.py +0 -171
  947. oci/application_migration/models/internal_authorization_details.py +0 -113
  948. oci/application_migration/models/internal_source_details.py +0 -82
  949. oci/application_migration/models/jcs_discovery_details.py +0 -115
  950. oci/application_migration/models/migration.py +0 -731
  951. oci/application_migration/models/migration_summary.py +0 -572
  952. oci/application_migration/models/oac_discovery_details.py +0 -113
  953. oci/application_migration/models/occ_authorization_details.py +0 -113
  954. oci/application_migration/models/occ_source_details.py +0 -86
  955. oci/application_migration/models/ocic_authorization_details.py +0 -113
  956. oci/application_migration/models/ocic_authorization_token_details.py +0 -113
  957. oci/application_migration/models/ocic_source_details.py +0 -121
  958. oci/application_migration/models/oic_discovery_details.py +0 -114
  959. oci/application_migration/models/pcs_discovery_details.py +0 -114
  960. oci/application_migration/models/resource_field.py +0 -165
  961. oci/application_migration/models/soacs_discovery_details.py +0 -115
  962. oci/application_migration/models/source.py +0 -407
  963. oci/application_migration/models/source_application.py +0 -232
  964. oci/application_migration/models/source_application_summary.py +0 -233
  965. oci/application_migration/models/source_details.py +0 -137
  966. oci/application_migration/models/source_summary.py +0 -431
  967. oci/application_migration/models/update_migration_details.py +0 -309
  968. oci/application_migration/models/update_source_details.py +0 -232
  969. {oci-2.125.3.dist-info → oci-2.126.1.dist-info}/LICENSE.txt +0 -0
  970. {oci-2.125.3.dist-info → oci-2.126.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  971. {oci-2.125.3.dist-info → oci-2.126.1.dist-info}/WHEEL +0 -0
  972. {oci-2.125.3.dist-info → oci-2.126.1.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DataCatalogClient(object):
153
153
  :rtype: :class:`~oci.response.Response`
154
154
 
155
155
  :example:
156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/add_catalog_lock.py.html>`__ to see an example of how to use add_catalog_lock API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/add_catalog_lock.py.html>`__ to see an example of how to use add_catalog_lock API.
157
157
  """
158
158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
159
159
  required_arguments = ['catalogId']
@@ -262,7 +262,7 @@ class DataCatalogClient(object):
262
262
  :rtype: :class:`~oci.response.Response`
263
263
 
264
264
  :example:
265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/add_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use add_catalog_private_endpoint_lock API.
265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/add_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use add_catalog_private_endpoint_lock API.
266
266
  """
267
267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
268
268
  required_arguments = ['catalogPrivateEndpointId']
@@ -382,7 +382,7 @@ class DataCatalogClient(object):
382
382
  :rtype: :class:`~oci.response.Response`
383
383
 
384
384
  :example:
385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/add_data_selector_patterns.py.html>`__ to see an example of how to use add_data_selector_patterns API.
385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/add_data_selector_patterns.py.html>`__ to see an example of how to use add_data_selector_patterns API.
386
386
  """
387
387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
388
388
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -495,7 +495,7 @@ class DataCatalogClient(object):
495
495
  :rtype: :class:`~oci.response.Response`
496
496
 
497
497
  :example:
498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/add_metastore_lock.py.html>`__ to see an example of how to use add_metastore_lock API.
498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/add_metastore_lock.py.html>`__ to see an example of how to use add_metastore_lock API.
499
499
  """
500
500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
501
501
  required_arguments = ['metastoreId']
@@ -615,7 +615,7 @@ class DataCatalogClient(object):
615
615
  :rtype: :class:`~oci.response.Response`
616
616
 
617
617
  :example:
618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/associate_custom_property.py.html>`__ to see an example of how to use associate_custom_property API.
618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/associate_custom_property.py.html>`__ to see an example of how to use associate_custom_property API.
619
619
  """
620
620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
621
621
  required_arguments = ['catalogId', 'typeKey']
@@ -737,7 +737,7 @@ class DataCatalogClient(object):
737
737
  :rtype: :class:`~oci.response.Response`
738
738
 
739
739
  :example:
740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/asynchronous_export_data_asset.py.html>`__ to see an example of how to use asynchronous_export_data_asset API.
740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/asynchronous_export_data_asset.py.html>`__ to see an example of how to use asynchronous_export_data_asset API.
741
741
  """
742
742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
743
743
  required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
@@ -866,7 +866,7 @@ class DataCatalogClient(object):
866
866
  :rtype: :class:`~oci.response.Response`
867
867
 
868
868
  :example:
869
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/asynchronous_export_glossary.py.html>`__ to see an example of how to use asynchronous_export_glossary API.
869
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/asynchronous_export_glossary.py.html>`__ to see an example of how to use asynchronous_export_glossary API.
870
870
  """
871
871
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
872
872
  required_arguments = ['catalogId', 'glossaryKey']
@@ -988,7 +988,7 @@ class DataCatalogClient(object):
988
988
  :rtype: :class:`~oci.response.Response`
989
989
 
990
990
  :example:
991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/attach_catalog_private_endpoint.py.html>`__ to see an example of how to use attach_catalog_private_endpoint API.
991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/attach_catalog_private_endpoint.py.html>`__ to see an example of how to use attach_catalog_private_endpoint API.
992
992
  """
993
993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
994
994
  required_arguments = ['catalogId']
@@ -1110,7 +1110,7 @@ class DataCatalogClient(object):
1110
1110
  :rtype: :class:`~oci.response.Response`
1111
1111
 
1112
1112
  :example:
1113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/change_catalog_compartment.py.html>`__ to see an example of how to use change_catalog_compartment API.
1113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/change_catalog_compartment.py.html>`__ to see an example of how to use change_catalog_compartment API.
1114
1114
  """
1115
1115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1116
1116
  required_arguments = ['catalogId']
@@ -1229,7 +1229,7 @@ class DataCatalogClient(object):
1229
1229
  :rtype: :class:`~oci.response.Response`
1230
1230
 
1231
1231
  :example:
1232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/change_catalog_private_endpoint_compartment.py.html>`__ to see an example of how to use change_catalog_private_endpoint_compartment API.
1232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/change_catalog_private_endpoint_compartment.py.html>`__ to see an example of how to use change_catalog_private_endpoint_compartment API.
1233
1233
  """
1234
1234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1235
1235
  required_arguments = ['catalogPrivateEndpointId']
@@ -1348,7 +1348,7 @@ class DataCatalogClient(object):
1348
1348
  :rtype: :class:`~oci.response.Response`
1349
1349
 
1350
1350
  :example:
1351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/change_metastore_compartment.py.html>`__ to see an example of how to use change_metastore_compartment API.
1351
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/change_metastore_compartment.py.html>`__ to see an example of how to use change_metastore_compartment API.
1352
1352
  """
1353
1353
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1354
1354
  required_arguments = ['metastoreId']
@@ -1470,7 +1470,7 @@ class DataCatalogClient(object):
1470
1470
  :rtype: :class:`~oci.response.Response`
1471
1471
 
1472
1472
  :example:
1473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_attribute.py.html>`__ to see an example of how to use create_attribute API.
1473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_attribute.py.html>`__ to see an example of how to use create_attribute API.
1474
1474
  """
1475
1475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1476
1476
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -1592,7 +1592,7 @@ class DataCatalogClient(object):
1592
1592
  :rtype: :class:`~oci.response.Response`
1593
1593
 
1594
1594
  :example:
1595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_attribute_tag.py.html>`__ to see an example of how to use create_attribute_tag API.
1595
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_attribute_tag.py.html>`__ to see an example of how to use create_attribute_tag API.
1596
1596
  """
1597
1597
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1598
1598
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -1704,7 +1704,7 @@ class DataCatalogClient(object):
1704
1704
  :rtype: :class:`~oci.response.Response`
1705
1705
 
1706
1706
  :example:
1707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_catalog.py.html>`__ to see an example of how to use create_catalog API.
1707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_catalog.py.html>`__ to see an example of how to use create_catalog API.
1708
1708
  """
1709
1709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1710
1710
  required_arguments = []
@@ -1798,7 +1798,7 @@ class DataCatalogClient(object):
1798
1798
  :rtype: :class:`~oci.response.Response`
1799
1799
 
1800
1800
  :example:
1801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_catalog_private_endpoint.py.html>`__ to see an example of how to use create_catalog_private_endpoint API.
1801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_catalog_private_endpoint.py.html>`__ to see an example of how to use create_catalog_private_endpoint API.
1802
1802
  """
1803
1803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1804
1804
  required_arguments = []
@@ -1898,7 +1898,7 @@ class DataCatalogClient(object):
1898
1898
  :rtype: :class:`~oci.response.Response`
1899
1899
 
1900
1900
  :example:
1901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_connection.py.html>`__ to see an example of how to use create_connection API.
1901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_connection.py.html>`__ to see an example of how to use create_connection API.
1902
1902
  """
1903
1903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1904
1904
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -2013,7 +2013,7 @@ class DataCatalogClient(object):
2013
2013
  :rtype: :class:`~oci.response.Response`
2014
2014
 
2015
2015
  :example:
2016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_custom_property.py.html>`__ to see an example of how to use create_custom_property API.
2016
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_custom_property.py.html>`__ to see an example of how to use create_custom_property API.
2017
2017
  """
2018
2018
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2019
2019
  required_arguments = ['catalogId', 'namespaceId']
@@ -2125,7 +2125,7 @@ class DataCatalogClient(object):
2125
2125
  :rtype: :class:`~oci.response.Response`
2126
2126
 
2127
2127
  :example:
2128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
2128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
2129
2129
  """
2130
2130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2131
2131
  required_arguments = ['catalogId']
@@ -2239,7 +2239,7 @@ class DataCatalogClient(object):
2239
2239
  :rtype: :class:`~oci.response.Response`
2240
2240
 
2241
2241
  :example:
2242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_data_asset_tag.py.html>`__ to see an example of how to use create_data_asset_tag API.
2242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_data_asset_tag.py.html>`__ to see an example of how to use create_data_asset_tag API.
2243
2243
  """
2244
2244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2245
2245
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -2354,7 +2354,7 @@ class DataCatalogClient(object):
2354
2354
  :rtype: :class:`~oci.response.Response`
2355
2355
 
2356
2356
  :example:
2357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_entity.py.html>`__ to see an example of how to use create_entity API.
2357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_entity.py.html>`__ to see an example of how to use create_entity API.
2358
2358
  """
2359
2359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2360
2360
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -2472,7 +2472,7 @@ class DataCatalogClient(object):
2472
2472
  :rtype: :class:`~oci.response.Response`
2473
2473
 
2474
2474
  :example:
2475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_entity_tag.py.html>`__ to see an example of how to use create_entity_tag API.
2475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_entity_tag.py.html>`__ to see an example of how to use create_entity_tag API.
2476
2476
  """
2477
2477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2478
2478
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -2588,7 +2588,7 @@ class DataCatalogClient(object):
2588
2588
  :rtype: :class:`~oci.response.Response`
2589
2589
 
2590
2590
  :example:
2591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_folder.py.html>`__ to see an example of how to use create_folder API.
2591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_folder.py.html>`__ to see an example of how to use create_folder API.
2592
2592
  """
2593
2593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2594
2594
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -2706,7 +2706,7 @@ class DataCatalogClient(object):
2706
2706
  :rtype: :class:`~oci.response.Response`
2707
2707
 
2708
2708
  :example:
2709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_folder_tag.py.html>`__ to see an example of how to use create_folder_tag API.
2709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_folder_tag.py.html>`__ to see an example of how to use create_folder_tag API.
2710
2710
  """
2711
2711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2712
2712
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -2819,7 +2819,7 @@ class DataCatalogClient(object):
2819
2819
  :rtype: :class:`~oci.response.Response`
2820
2820
 
2821
2821
  :example:
2822
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_glossary.py.html>`__ to see an example of how to use create_glossary API.
2822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_glossary.py.html>`__ to see an example of how to use create_glossary API.
2823
2823
  """
2824
2824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2825
2825
  required_arguments = ['catalogId']
@@ -2930,7 +2930,7 @@ class DataCatalogClient(object):
2930
2930
  :rtype: :class:`~oci.response.Response`
2931
2931
 
2932
2932
  :example:
2933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_job.py.html>`__ to see an example of how to use create_job API.
2933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_job.py.html>`__ to see an example of how to use create_job API.
2934
2934
  """
2935
2935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2936
2936
  required_arguments = ['catalogId']
@@ -3041,7 +3041,7 @@ class DataCatalogClient(object):
3041
3041
  :rtype: :class:`~oci.response.Response`
3042
3042
 
3043
3043
  :example:
3044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_job_definition.py.html>`__ to see an example of how to use create_job_definition API.
3044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_job_definition.py.html>`__ to see an example of how to use create_job_definition API.
3045
3045
  """
3046
3046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3047
3047
  required_arguments = ['catalogId']
@@ -3155,7 +3155,7 @@ class DataCatalogClient(object):
3155
3155
  :rtype: :class:`~oci.response.Response`
3156
3156
 
3157
3157
  :example:
3158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_job_execution.py.html>`__ to see an example of how to use create_job_execution API.
3158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_job_execution.py.html>`__ to see an example of how to use create_job_execution API.
3159
3159
  """
3160
3160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3161
3161
  required_arguments = ['catalogId', 'jobKey']
@@ -3264,7 +3264,7 @@ class DataCatalogClient(object):
3264
3264
  :rtype: :class:`~oci.response.Response`
3265
3265
 
3266
3266
  :example:
3267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_metastore.py.html>`__ to see an example of how to use create_metastore API.
3267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_metastore.py.html>`__ to see an example of how to use create_metastore API.
3268
3268
  """
3269
3269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3270
3270
  required_arguments = []
@@ -3361,7 +3361,7 @@ class DataCatalogClient(object):
3361
3361
  :rtype: :class:`~oci.response.Response`
3362
3362
 
3363
3363
  :example:
3364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_namespace.py.html>`__ to see an example of how to use create_namespace API.
3364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_namespace.py.html>`__ to see an example of how to use create_namespace API.
3365
3365
  """
3366
3366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3367
3367
  required_arguments = ['catalogId']
@@ -3472,7 +3472,7 @@ class DataCatalogClient(object):
3472
3472
  :rtype: :class:`~oci.response.Response`
3473
3473
 
3474
3474
  :example:
3475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_pattern.py.html>`__ to see an example of how to use create_pattern API.
3475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_pattern.py.html>`__ to see an example of how to use create_pattern API.
3476
3476
  """
3477
3477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3478
3478
  required_arguments = ['catalogId']
@@ -3586,7 +3586,7 @@ class DataCatalogClient(object):
3586
3586
  :rtype: :class:`~oci.response.Response`
3587
3587
 
3588
3588
  :example:
3589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_term.py.html>`__ to see an example of how to use create_term API.
3589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_term.py.html>`__ to see an example of how to use create_term API.
3590
3590
  """
3591
3591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3592
3592
  required_arguments = ['catalogId', 'glossaryKey']
@@ -3704,7 +3704,7 @@ class DataCatalogClient(object):
3704
3704
  :rtype: :class:`~oci.response.Response`
3705
3705
 
3706
3706
  :example:
3707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/create_term_relationship.py.html>`__ to see an example of how to use create_term_relationship API.
3707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/create_term_relationship.py.html>`__ to see an example of how to use create_term_relationship API.
3708
3708
  """
3709
3709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3710
3710
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -3823,7 +3823,7 @@ class DataCatalogClient(object):
3823
3823
  :rtype: :class:`~oci.response.Response`
3824
3824
 
3825
3825
  :example:
3826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_attribute.py.html>`__ to see an example of how to use delete_attribute API.
3826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_attribute.py.html>`__ to see an example of how to use delete_attribute API.
3827
3827
  """
3828
3828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3829
3829
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -3941,7 +3941,7 @@ class DataCatalogClient(object):
3941
3941
  :rtype: :class:`~oci.response.Response`
3942
3942
 
3943
3943
  :example:
3944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_attribute_tag.py.html>`__ to see an example of how to use delete_attribute_tag API.
3944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_attribute_tag.py.html>`__ to see an example of how to use delete_attribute_tag API.
3945
3945
  """
3946
3946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3947
3947
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
@@ -4051,7 +4051,7 @@ class DataCatalogClient(object):
4051
4051
  :rtype: :class:`~oci.response.Response`
4052
4052
 
4053
4053
  :example:
4054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_catalog.py.html>`__ to see an example of how to use delete_catalog API.
4054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_catalog.py.html>`__ to see an example of how to use delete_catalog API.
4055
4055
  """
4056
4056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4057
4057
  required_arguments = ['catalogId']
@@ -4165,7 +4165,7 @@ class DataCatalogClient(object):
4165
4165
  :rtype: :class:`~oci.response.Response`
4166
4166
 
4167
4167
  :example:
4168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_catalog_private_endpoint.py.html>`__ to see an example of how to use delete_catalog_private_endpoint API.
4168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_catalog_private_endpoint.py.html>`__ to see an example of how to use delete_catalog_private_endpoint API.
4169
4169
  """
4170
4170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4171
4171
  required_arguments = ['catalogPrivateEndpointId']
@@ -4282,7 +4282,7 @@ class DataCatalogClient(object):
4282
4282
  :rtype: :class:`~oci.response.Response`
4283
4283
 
4284
4284
  :example:
4285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
4285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
4286
4286
  """
4287
4287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4288
4288
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -4393,7 +4393,7 @@ class DataCatalogClient(object):
4393
4393
  :rtype: :class:`~oci.response.Response`
4394
4394
 
4395
4395
  :example:
4396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_custom_property.py.html>`__ to see an example of how to use delete_custom_property API.
4396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_custom_property.py.html>`__ to see an example of how to use delete_custom_property API.
4397
4397
  """
4398
4398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4399
4399
  required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
@@ -4501,7 +4501,7 @@ class DataCatalogClient(object):
4501
4501
  :rtype: :class:`~oci.response.Response`
4502
4502
 
4503
4503
  :example:
4504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
4504
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
4505
4505
  """
4506
4506
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4507
4507
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -4611,7 +4611,7 @@ class DataCatalogClient(object):
4611
4611
  :rtype: :class:`~oci.response.Response`
4612
4612
 
4613
4613
  :example:
4614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_data_asset_tag.py.html>`__ to see an example of how to use delete_data_asset_tag API.
4614
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_data_asset_tag.py.html>`__ to see an example of how to use delete_data_asset_tag API.
4615
4615
  """
4616
4616
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4617
4617
  required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
@@ -4722,7 +4722,7 @@ class DataCatalogClient(object):
4722
4722
  :rtype: :class:`~oci.response.Response`
4723
4723
 
4724
4724
  :example:
4725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_entity.py.html>`__ to see an example of how to use delete_entity API.
4725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_entity.py.html>`__ to see an example of how to use delete_entity API.
4726
4726
  """
4727
4727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4728
4728
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -4836,7 +4836,7 @@ class DataCatalogClient(object):
4836
4836
  :rtype: :class:`~oci.response.Response`
4837
4837
 
4838
4838
  :example:
4839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_entity_tag.py.html>`__ to see an example of how to use delete_entity_tag API.
4839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_entity_tag.py.html>`__ to see an example of how to use delete_entity_tag API.
4840
4840
  """
4841
4841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4842
4842
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
@@ -4948,7 +4948,7 @@ class DataCatalogClient(object):
4948
4948
  :rtype: :class:`~oci.response.Response`
4949
4949
 
4950
4950
  :example:
4951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
4951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
4952
4952
  """
4953
4953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4954
4954
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -5062,7 +5062,7 @@ class DataCatalogClient(object):
5062
5062
  :rtype: :class:`~oci.response.Response`
5063
5063
 
5064
5064
  :example:
5065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_folder_tag.py.html>`__ to see an example of how to use delete_folder_tag API.
5065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_folder_tag.py.html>`__ to see an example of how to use delete_folder_tag API.
5066
5066
  """
5067
5067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5068
5068
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
@@ -5171,7 +5171,7 @@ class DataCatalogClient(object):
5171
5171
  :rtype: :class:`~oci.response.Response`
5172
5172
 
5173
5173
  :example:
5174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_glossary.py.html>`__ to see an example of how to use delete_glossary API.
5174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_glossary.py.html>`__ to see an example of how to use delete_glossary API.
5175
5175
  """
5176
5176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5177
5177
  required_arguments = ['catalogId', 'glossaryKey']
@@ -5278,7 +5278,7 @@ class DataCatalogClient(object):
5278
5278
  :rtype: :class:`~oci.response.Response`
5279
5279
 
5280
5280
  :example:
5281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_job.py.html>`__ to see an example of how to use delete_job API.
5281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_job.py.html>`__ to see an example of how to use delete_job API.
5282
5282
  """
5283
5283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5284
5284
  required_arguments = ['catalogId', 'jobKey']
@@ -5385,7 +5385,7 @@ class DataCatalogClient(object):
5385
5385
  :rtype: :class:`~oci.response.Response`
5386
5386
 
5387
5387
  :example:
5388
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_job_definition.py.html>`__ to see an example of how to use delete_job_definition API.
5388
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_job_definition.py.html>`__ to see an example of how to use delete_job_definition API.
5389
5389
  """
5390
5390
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5391
5391
  required_arguments = ['catalogId', 'jobDefinitionKey']
@@ -5492,7 +5492,7 @@ class DataCatalogClient(object):
5492
5492
  :rtype: :class:`~oci.response.Response`
5493
5493
 
5494
5494
  :example:
5495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_metastore.py.html>`__ to see an example of how to use delete_metastore API.
5495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_metastore.py.html>`__ to see an example of how to use delete_metastore API.
5496
5496
  """
5497
5497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5498
5498
  required_arguments = ['metastoreId']
@@ -5606,7 +5606,7 @@ class DataCatalogClient(object):
5606
5606
  :rtype: :class:`~oci.response.Response`
5607
5607
 
5608
5608
  :example:
5609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_namespace.py.html>`__ to see an example of how to use delete_namespace API.
5609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_namespace.py.html>`__ to see an example of how to use delete_namespace API.
5610
5610
  """
5611
5611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5612
5612
  required_arguments = ['catalogId', 'namespaceId']
@@ -5713,7 +5713,7 @@ class DataCatalogClient(object):
5713
5713
  :rtype: :class:`~oci.response.Response`
5714
5714
 
5715
5715
  :example:
5716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_pattern.py.html>`__ to see an example of how to use delete_pattern API.
5716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_pattern.py.html>`__ to see an example of how to use delete_pattern API.
5717
5717
  """
5718
5718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5719
5719
  required_arguments = ['catalogId', 'patternKey']
@@ -5823,7 +5823,7 @@ class DataCatalogClient(object):
5823
5823
  :rtype: :class:`~oci.response.Response`
5824
5824
 
5825
5825
  :example:
5826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_term.py.html>`__ to see an example of how to use delete_term API.
5826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_term.py.html>`__ to see an example of how to use delete_term API.
5827
5827
  """
5828
5828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5829
5829
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -5937,7 +5937,7 @@ class DataCatalogClient(object):
5937
5937
  :rtype: :class:`~oci.response.Response`
5938
5938
 
5939
5939
  :example:
5940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/delete_term_relationship.py.html>`__ to see an example of how to use delete_term_relationship API.
5940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/delete_term_relationship.py.html>`__ to see an example of how to use delete_term_relationship API.
5941
5941
  """
5942
5942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5943
5943
  required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
@@ -6049,7 +6049,7 @@ class DataCatalogClient(object):
6049
6049
  :rtype: :class:`~oci.response.Response`
6050
6050
 
6051
6051
  :example:
6052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/detach_catalog_private_endpoint.py.html>`__ to see an example of how to use detach_catalog_private_endpoint API.
6052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/detach_catalog_private_endpoint.py.html>`__ to see an example of how to use detach_catalog_private_endpoint API.
6053
6053
  """
6054
6054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6055
6055
  required_arguments = ['catalogId']
@@ -6175,7 +6175,7 @@ class DataCatalogClient(object):
6175
6175
  :rtype: :class:`~oci.response.Response`
6176
6176
 
6177
6177
  :example:
6178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/disassociate_custom_property.py.html>`__ to see an example of how to use disassociate_custom_property API.
6178
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/disassociate_custom_property.py.html>`__ to see an example of how to use disassociate_custom_property API.
6179
6179
  """
6180
6180
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6181
6181
  required_arguments = ['catalogId', 'typeKey']
@@ -6289,7 +6289,7 @@ class DataCatalogClient(object):
6289
6289
  :rtype: :class:`~oci.response.Response`
6290
6290
 
6291
6291
  :example:
6292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/expand_tree_for_glossary.py.html>`__ to see an example of how to use expand_tree_for_glossary API.
6292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/expand_tree_for_glossary.py.html>`__ to see an example of how to use expand_tree_for_glossary API.
6293
6293
  """
6294
6294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6295
6295
  required_arguments = ['catalogId', 'glossaryKey']
@@ -6404,7 +6404,7 @@ class DataCatalogClient(object):
6404
6404
  :rtype: :class:`~oci.response.Response`
6405
6405
 
6406
6406
  :example:
6407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/export_glossary.py.html>`__ to see an example of how to use export_glossary API.
6407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/export_glossary.py.html>`__ to see an example of how to use export_glossary API.
6408
6408
  """
6409
6409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6410
6410
  required_arguments = ['catalogId', 'glossaryKey']
@@ -6534,7 +6534,7 @@ class DataCatalogClient(object):
6534
6534
  :rtype: :class:`~oci.response.Response`
6535
6535
 
6536
6536
  :example:
6537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/fetch_entity_lineage.py.html>`__ to see an example of how to use fetch_entity_lineage API.
6537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/fetch_entity_lineage.py.html>`__ to see an example of how to use fetch_entity_lineage API.
6538
6538
  """
6539
6539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6540
6540
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -6665,7 +6665,7 @@ class DataCatalogClient(object):
6665
6665
  :rtype: :class:`~oci.response.Response`
6666
6666
 
6667
6667
  :example:
6668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_attribute.py.html>`__ to see an example of how to use get_attribute API.
6668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_attribute.py.html>`__ to see an example of how to use get_attribute API.
6669
6669
  """
6670
6670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6671
6671
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -6801,7 +6801,7 @@ class DataCatalogClient(object):
6801
6801
  :rtype: :class:`~oci.response.Response`
6802
6802
 
6803
6803
  :example:
6804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_attribute_tag.py.html>`__ to see an example of how to use get_attribute_tag API.
6804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_attribute_tag.py.html>`__ to see an example of how to use get_attribute_tag API.
6805
6805
  """
6806
6806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6807
6807
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey', 'tagKey']
@@ -6919,7 +6919,7 @@ class DataCatalogClient(object):
6919
6919
  :rtype: :class:`~oci.response.Response`
6920
6920
 
6921
6921
  :example:
6922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_catalog.py.html>`__ to see an example of how to use get_catalog API.
6922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_catalog.py.html>`__ to see an example of how to use get_catalog API.
6923
6923
  """
6924
6924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6925
6925
  required_arguments = ['catalogId']
@@ -7017,7 +7017,7 @@ class DataCatalogClient(object):
7017
7017
  :rtype: :class:`~oci.response.Response`
7018
7018
 
7019
7019
  :example:
7020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_catalog_private_endpoint.py.html>`__ to see an example of how to use get_catalog_private_endpoint API.
7020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_catalog_private_endpoint.py.html>`__ to see an example of how to use get_catalog_private_endpoint API.
7021
7021
  """
7022
7022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7023
7023
  required_arguments = ['catalogPrivateEndpointId']
@@ -7126,7 +7126,7 @@ class DataCatalogClient(object):
7126
7126
  :rtype: :class:`~oci.response.Response`
7127
7127
 
7128
7128
  :example:
7129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_connection.py.html>`__ to see an example of how to use get_connection API.
7129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_connection.py.html>`__ to see an example of how to use get_connection API.
7130
7130
  """
7131
7131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7132
7132
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -7253,7 +7253,7 @@ class DataCatalogClient(object):
7253
7253
  :rtype: :class:`~oci.response.Response`
7254
7254
 
7255
7255
  :example:
7256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_custom_property.py.html>`__ to see an example of how to use get_custom_property API.
7256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_custom_property.py.html>`__ to see an example of how to use get_custom_property API.
7257
7257
  """
7258
7258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7259
7259
  required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
@@ -7377,7 +7377,7 @@ class DataCatalogClient(object):
7377
7377
  :rtype: :class:`~oci.response.Response`
7378
7378
 
7379
7379
  :example:
7380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
7380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
7381
7381
  """
7382
7382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7383
7383
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -7503,7 +7503,7 @@ class DataCatalogClient(object):
7503
7503
  :rtype: :class:`~oci.response.Response`
7504
7504
 
7505
7505
  :example:
7506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_data_asset_tag.py.html>`__ to see an example of how to use get_data_asset_tag API.
7506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_data_asset_tag.py.html>`__ to see an example of how to use get_data_asset_tag API.
7507
7507
  """
7508
7508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7509
7509
  required_arguments = ['catalogId', 'dataAssetKey', 'tagKey']
@@ -7633,7 +7633,7 @@ class DataCatalogClient(object):
7633
7633
  :rtype: :class:`~oci.response.Response`
7634
7634
 
7635
7635
  :example:
7636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_entity.py.html>`__ to see an example of how to use get_entity API.
7636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_entity.py.html>`__ to see an example of how to use get_entity API.
7637
7637
  """
7638
7638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7639
7639
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -7765,7 +7765,7 @@ class DataCatalogClient(object):
7765
7765
  :rtype: :class:`~oci.response.Response`
7766
7766
 
7767
7767
  :example:
7768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_entity_tag.py.html>`__ to see an example of how to use get_entity_tag API.
7768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_entity_tag.py.html>`__ to see an example of how to use get_entity_tag API.
7769
7769
  """
7770
7770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7771
7771
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'tagKey']
@@ -7896,7 +7896,7 @@ class DataCatalogClient(object):
7896
7896
  :rtype: :class:`~oci.response.Response`
7897
7897
 
7898
7898
  :example:
7899
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_folder.py.html>`__ to see an example of how to use get_folder API.
7899
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_folder.py.html>`__ to see an example of how to use get_folder API.
7900
7900
  """
7901
7901
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7902
7902
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -8028,7 +8028,7 @@ class DataCatalogClient(object):
8028
8028
  :rtype: :class:`~oci.response.Response`
8029
8029
 
8030
8030
  :example:
8031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_folder_tag.py.html>`__ to see an example of how to use get_folder_tag API.
8031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_folder_tag.py.html>`__ to see an example of how to use get_folder_tag API.
8032
8032
  """
8033
8033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8034
8034
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey', 'tagKey']
@@ -8153,7 +8153,7 @@ class DataCatalogClient(object):
8153
8153
  :rtype: :class:`~oci.response.Response`
8154
8154
 
8155
8155
  :example:
8156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_glossary.py.html>`__ to see an example of how to use get_glossary API.
8156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_glossary.py.html>`__ to see an example of how to use get_glossary API.
8157
8157
  """
8158
8158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8159
8159
  required_arguments = ['catalogId', 'glossaryKey']
@@ -8276,7 +8276,7 @@ class DataCatalogClient(object):
8276
8276
  :rtype: :class:`~oci.response.Response`
8277
8277
 
8278
8278
  :example:
8279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_job.py.html>`__ to see an example of how to use get_job API.
8279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_job.py.html>`__ to see an example of how to use get_job API.
8280
8280
  """
8281
8281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8282
8282
  required_arguments = ['catalogId', 'jobKey']
@@ -8399,7 +8399,7 @@ class DataCatalogClient(object):
8399
8399
  :rtype: :class:`~oci.response.Response`
8400
8400
 
8401
8401
  :example:
8402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_job_definition.py.html>`__ to see an example of how to use get_job_definition API.
8402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_job_definition.py.html>`__ to see an example of how to use get_job_definition API.
8403
8403
  """
8404
8404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8405
8405
  required_arguments = ['catalogId', 'jobDefinitionKey']
@@ -8525,7 +8525,7 @@ class DataCatalogClient(object):
8525
8525
  :rtype: :class:`~oci.response.Response`
8526
8526
 
8527
8527
  :example:
8528
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
8528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_job_execution.py.html>`__ to see an example of how to use get_job_execution API.
8529
8529
  """
8530
8530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8531
8531
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
@@ -8655,7 +8655,7 @@ class DataCatalogClient(object):
8655
8655
  :rtype: :class:`~oci.response.Response`
8656
8656
 
8657
8657
  :example:
8658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_job_log.py.html>`__ to see an example of how to use get_job_log API.
8658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_job_log.py.html>`__ to see an example of how to use get_job_log API.
8659
8659
  """
8660
8660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8661
8661
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobLogKey']
@@ -8786,7 +8786,7 @@ class DataCatalogClient(object):
8786
8786
  :rtype: :class:`~oci.response.Response`
8787
8787
 
8788
8788
  :example:
8789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_job_metrics.py.html>`__ to see an example of how to use get_job_metrics API.
8789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_job_metrics.py.html>`__ to see an example of how to use get_job_metrics API.
8790
8790
  """
8791
8791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8792
8792
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey', 'jobMetricsKey']
@@ -8903,7 +8903,7 @@ class DataCatalogClient(object):
8903
8903
  :rtype: :class:`~oci.response.Response`
8904
8904
 
8905
8905
  :example:
8906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_metastore.py.html>`__ to see an example of how to use get_metastore API.
8906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_metastore.py.html>`__ to see an example of how to use get_metastore API.
8907
8907
  """
8908
8908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8909
8909
  required_arguments = ['metastoreId']
@@ -9009,7 +9009,7 @@ class DataCatalogClient(object):
9009
9009
  :rtype: :class:`~oci.response.Response`
9010
9010
 
9011
9011
  :example:
9012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
9012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
9013
9013
  """
9014
9014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9015
9015
  required_arguments = ['catalogId', 'namespaceId']
@@ -9132,7 +9132,7 @@ class DataCatalogClient(object):
9132
9132
  :rtype: :class:`~oci.response.Response`
9133
9133
 
9134
9134
  :example:
9135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_pattern.py.html>`__ to see an example of how to use get_pattern API.
9135
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_pattern.py.html>`__ to see an example of how to use get_pattern API.
9136
9136
  """
9137
9137
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9138
9138
  required_arguments = ['catalogId', 'patternKey']
@@ -9258,7 +9258,7 @@ class DataCatalogClient(object):
9258
9258
  :rtype: :class:`~oci.response.Response`
9259
9259
 
9260
9260
  :example:
9261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_term.py.html>`__ to see an example of how to use get_term API.
9261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_term.py.html>`__ to see an example of how to use get_term API.
9262
9262
  """
9263
9263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9264
9264
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -9388,7 +9388,7 @@ class DataCatalogClient(object):
9388
9388
  :rtype: :class:`~oci.response.Response`
9389
9389
 
9390
9390
  :example:
9391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_term_relationship.py.html>`__ to see an example of how to use get_term_relationship API.
9391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_term_relationship.py.html>`__ to see an example of how to use get_term_relationship API.
9392
9392
  """
9393
9393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9394
9394
  required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
@@ -9513,7 +9513,7 @@ class DataCatalogClient(object):
9513
9513
  :rtype: :class:`~oci.response.Response`
9514
9514
 
9515
9515
  :example:
9516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_type.py.html>`__ to see an example of how to use get_type API.
9516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_type.py.html>`__ to see an example of how to use get_type API.
9517
9517
  """
9518
9518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9519
9519
  required_arguments = ['catalogId', 'typeKey']
@@ -9628,7 +9628,7 @@ class DataCatalogClient(object):
9628
9628
  :rtype: :class:`~oci.response.Response`
9629
9629
 
9630
9630
  :example:
9631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
9631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
9632
9632
  """
9633
9633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9634
9634
  required_arguments = ['workRequestId']
@@ -9746,7 +9746,7 @@ class DataCatalogClient(object):
9746
9746
  :rtype: :class:`~oci.response.Response`
9747
9747
 
9748
9748
  :example:
9749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/import_connection.py.html>`__ to see an example of how to use import_connection API.
9749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/import_connection.py.html>`__ to see an example of how to use import_connection API.
9750
9750
  """
9751
9751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9752
9752
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -9871,7 +9871,7 @@ class DataCatalogClient(object):
9871
9871
  :rtype: :class:`~oci.response.Response`
9872
9872
 
9873
9873
  :example:
9874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/import_data_asset.py.html>`__ to see an example of how to use import_data_asset API.
9874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/import_data_asset.py.html>`__ to see an example of how to use import_data_asset API.
9875
9875
  """
9876
9876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9877
9877
  required_arguments = ['catalogId', 'dataAssetKey', 'importType']
@@ -10005,7 +10005,7 @@ class DataCatalogClient(object):
10005
10005
  :rtype: :class:`~oci.response.Response`
10006
10006
 
10007
10007
  :example:
10008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/import_glossary.py.html>`__ to see an example of how to use import_glossary API.
10008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/import_glossary.py.html>`__ to see an example of how to use import_glossary API.
10009
10009
  """
10010
10010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10011
10011
  required_arguments = ['catalogId', 'glossaryKey']
@@ -10086,6 +10086,123 @@ class DataCatalogClient(object):
10086
10086
  api_reference_link=api_reference_link,
10087
10087
  required_arguments=required_arguments)
10088
10088
 
10089
+ def import_lineage(self, catalog_id, data_asset_key, import_lineage_details, **kwargs):
10090
+ """
10091
+ Imports lineage metadata. Returns details about the job that performs the import.
10092
+
10093
+
10094
+ :param str catalog_id: (required)
10095
+ Unique catalog identifier.
10096
+
10097
+ :param str data_asset_key: (required)
10098
+ Unique data asset key.
10099
+
10100
+ :param oci.data_catalog.models.ImportLineageDetails import_lineage_details: (required)
10101
+ Details needed by the lineage import request.
10102
+
10103
+ :param str opc_retry_token: (optional)
10104
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
10105
+ server error without risk of executing that same action again. Retry tokens expire after 24
10106
+ hours, but can be invalidated before then due to conflicting operations. For example, if a resource
10107
+ has been deleted and purged from the system, then a retry of the original creation request
10108
+ might be rejected.
10109
+
10110
+ :param str opc_request_id: (optional)
10111
+ The client request ID for tracing.
10112
+
10113
+ :param obj retry_strategy: (optional)
10114
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
10115
+
10116
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
10117
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
10118
+
10119
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
10120
+
10121
+ :param bool allow_control_chars: (optional)
10122
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
10123
+ By default, the response will not allow control characters in strings
10124
+
10125
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_catalog.models.ImportLineageJobResult`
10126
+ :rtype: :class:`~oci.response.Response`
10127
+
10128
+ :example:
10129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/import_lineage.py.html>`__ to see an example of how to use import_lineage API.
10130
+ """
10131
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10132
+ required_arguments = ['catalogId', 'dataAssetKey']
10133
+ resource_path = "/catalogs/{catalogId}/dataAssets/{dataAssetKey}/actions/importLineage"
10134
+ method = "POST"
10135
+ operation_name = "import_lineage"
10136
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/ImportLineage"
10137
+
10138
+ # Don't accept unknown kwargs
10139
+ expected_kwargs = [
10140
+ "allow_control_chars",
10141
+ "retry_strategy",
10142
+ "opc_retry_token",
10143
+ "opc_request_id"
10144
+ ]
10145
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
10146
+ if extra_kwargs:
10147
+ raise ValueError(
10148
+ f"import_lineage got unknown kwargs: {extra_kwargs!r}")
10149
+
10150
+ path_params = {
10151
+ "catalogId": catalog_id,
10152
+ "dataAssetKey": data_asset_key
10153
+ }
10154
+
10155
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
10156
+
10157
+ for (k, v) in six.iteritems(path_params):
10158
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
10159
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
10160
+
10161
+ header_params = {
10162
+ "accept": "application/json",
10163
+ "content-type": "application/json",
10164
+ "opc-retry-token": kwargs.get("opc_retry_token", missing),
10165
+ "opc-request-id": kwargs.get("opc_request_id", missing)
10166
+ }
10167
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
10168
+
10169
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
10170
+ operation_retry_strategy=kwargs.get('retry_strategy'),
10171
+ client_retry_strategy=self.retry_strategy
10172
+ )
10173
+ if retry_strategy is None:
10174
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
10175
+
10176
+ if retry_strategy:
10177
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
10178
+ self.base_client.add_opc_retry_token_if_needed(header_params)
10179
+ self.base_client.add_opc_client_retries_header(header_params)
10180
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
10181
+ return retry_strategy.make_retrying_call(
10182
+ self.base_client.call_api,
10183
+ resource_path=resource_path,
10184
+ method=method,
10185
+ path_params=path_params,
10186
+ header_params=header_params,
10187
+ body=import_lineage_details,
10188
+ response_type="ImportLineageJobResult",
10189
+ allow_control_chars=kwargs.get('allow_control_chars'),
10190
+ operation_name=operation_name,
10191
+ api_reference_link=api_reference_link,
10192
+ required_arguments=required_arguments)
10193
+ else:
10194
+ return self.base_client.call_api(
10195
+ resource_path=resource_path,
10196
+ method=method,
10197
+ path_params=path_params,
10198
+ header_params=header_params,
10199
+ body=import_lineage_details,
10200
+ response_type="ImportLineageJobResult",
10201
+ allow_control_chars=kwargs.get('allow_control_chars'),
10202
+ operation_name=operation_name,
10203
+ api_reference_link=api_reference_link,
10204
+ required_arguments=required_arguments)
10205
+
10089
10206
  def list_aggregated_physical_entities(self, catalog_id, data_asset_key, entity_key, **kwargs):
10090
10207
  """
10091
10208
  List the physical entities aggregated by this logical entity.
@@ -10148,7 +10265,7 @@ class DataCatalogClient(object):
10148
10265
  :rtype: :class:`~oci.response.Response`
10149
10266
 
10150
10267
  :example:
10151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
10268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
10152
10269
  """
10153
10270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10154
10271
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -10342,7 +10459,7 @@ class DataCatalogClient(object):
10342
10459
  :rtype: :class:`~oci.response.Response`
10343
10460
 
10344
10461
  :example:
10345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
10462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
10346
10463
  """
10347
10464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10348
10465
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -10592,7 +10709,7 @@ class DataCatalogClient(object):
10592
10709
  :rtype: :class:`~oci.response.Response`
10593
10710
 
10594
10711
  :example:
10595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
10712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
10596
10713
  """
10597
10714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10598
10715
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -10797,7 +10914,7 @@ class DataCatalogClient(object):
10797
10914
  :rtype: :class:`~oci.response.Response`
10798
10915
 
10799
10916
  :example:
10800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
10917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
10801
10918
  """
10802
10919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10803
10920
  required_arguments = ['compartmentId']
@@ -10947,7 +11064,7 @@ class DataCatalogClient(object):
10947
11064
  :rtype: :class:`~oci.response.Response`
10948
11065
 
10949
11066
  :example:
10950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
11067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
10951
11068
  """
10952
11069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10953
11070
  required_arguments = ['compartmentId']
@@ -11137,7 +11254,7 @@ class DataCatalogClient(object):
11137
11254
  :rtype: :class:`~oci.response.Response`
11138
11255
 
11139
11256
  :example:
11140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
11257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
11141
11258
  """
11142
11259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11143
11260
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -11364,7 +11481,7 @@ class DataCatalogClient(object):
11364
11481
  :rtype: :class:`~oci.response.Response`
11365
11482
 
11366
11483
  :example:
11367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
11484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
11368
11485
  """
11369
11486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11370
11487
  required_arguments = ['catalogId', 'namespaceId']
@@ -11588,7 +11705,7 @@ class DataCatalogClient(object):
11588
11705
  :rtype: :class:`~oci.response.Response`
11589
11706
 
11590
11707
  :example:
11591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
11708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
11592
11709
  """
11593
11710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11594
11711
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -11800,7 +11917,7 @@ class DataCatalogClient(object):
11800
11917
  :rtype: :class:`~oci.response.Response`
11801
11918
 
11802
11919
  :example:
11803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11804
11921
  """
11805
11922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11806
11923
  required_arguments = ['catalogId']
@@ -11999,7 +12116,7 @@ class DataCatalogClient(object):
11999
12116
  :rtype: :class:`~oci.response.Response`
12000
12117
 
12001
12118
  :example:
12002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
12119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
12003
12120
  """
12004
12121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12005
12122
  required_arguments = ['catalogId', 'patternKey']
@@ -12216,6 +12333,9 @@ class DataCatalogClient(object):
12216
12333
  :param str opc_request_id: (optional)
12217
12334
  The client request ID for tracing.
12218
12335
 
12336
+ :param bool is_process: (optional)
12337
+ A filter to return only process entities.
12338
+
12219
12339
  :param obj retry_strategy: (optional)
12220
12340
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
12221
12341
 
@@ -12232,7 +12352,7 @@ class DataCatalogClient(object):
12232
12352
  :rtype: :class:`~oci.response.Response`
12233
12353
 
12234
12354
  :example:
12235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
12355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
12236
12356
  """
12237
12357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12238
12358
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -12270,7 +12390,8 @@ class DataCatalogClient(object):
12270
12390
  "sort_order",
12271
12391
  "limit",
12272
12392
  "page",
12273
- "opc_request_id"
12393
+ "opc_request_id",
12394
+ "is_process"
12274
12395
  ]
12275
12396
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
12276
12397
  if extra_kwargs:
@@ -12349,7 +12470,8 @@ class DataCatalogClient(object):
12349
12470
  "sortBy": kwargs.get("sort_by", missing),
12350
12471
  "sortOrder": kwargs.get("sort_order", missing),
12351
12472
  "limit": kwargs.get("limit", missing),
12352
- "page": kwargs.get("page", missing)
12473
+ "page": kwargs.get("page", missing),
12474
+ "isProcess": kwargs.get("is_process", missing)
12353
12475
  }
12354
12476
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
12355
12477
 
@@ -12472,7 +12594,7 @@ class DataCatalogClient(object):
12472
12594
  :rtype: :class:`~oci.response.Response`
12473
12595
 
12474
12596
  :example:
12475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
12597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
12476
12598
  """
12477
12599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12478
12600
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -12678,7 +12800,7 @@ class DataCatalogClient(object):
12678
12800
  :rtype: :class:`~oci.response.Response`
12679
12801
 
12680
12802
  :example:
12681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
12803
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
12682
12804
  """
12683
12805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12684
12806
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -12917,7 +13039,7 @@ class DataCatalogClient(object):
12917
13039
  :rtype: :class:`~oci.response.Response`
12918
13040
 
12919
13041
  :example:
12920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
13042
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
12921
13043
  """
12922
13044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12923
13045
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -13148,7 +13270,7 @@ class DataCatalogClient(object):
13148
13270
  :rtype: :class:`~oci.response.Response`
13149
13271
 
13150
13272
  :example:
13151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
13273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
13152
13274
  """
13153
13275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13154
13276
  required_arguments = ['catalogId']
@@ -13380,7 +13502,7 @@ class DataCatalogClient(object):
13380
13502
  :rtype: :class:`~oci.response.Response`
13381
13503
 
13382
13504
  :example:
13383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
13505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
13384
13506
  """
13385
13507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13386
13508
  required_arguments = ['catalogId']
@@ -13651,7 +13773,7 @@ class DataCatalogClient(object):
13651
13773
  :rtype: :class:`~oci.response.Response`
13652
13774
 
13653
13775
  :example:
13654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
13776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
13655
13777
  """
13656
13778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13657
13779
  required_arguments = ['catalogId', 'jobKey']
@@ -13885,7 +14007,7 @@ class DataCatalogClient(object):
13885
14007
  :rtype: :class:`~oci.response.Response`
13886
14008
 
13887
14009
  :example:
13888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
14010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
13889
14011
  """
13890
14012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13891
14013
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
@@ -14114,7 +14236,7 @@ class DataCatalogClient(object):
14114
14236
  :rtype: :class:`~oci.response.Response`
14115
14237
 
14116
14238
  :example:
14117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
14239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
14118
14240
  """
14119
14241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14120
14242
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
@@ -14372,7 +14494,7 @@ class DataCatalogClient(object):
14372
14494
  :rtype: :class:`~oci.response.Response`
14373
14495
 
14374
14496
  :example:
14375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14376
14498
  """
14377
14499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14378
14500
  required_arguments = ['catalogId']
@@ -14589,7 +14711,7 @@ class DataCatalogClient(object):
14589
14711
  :rtype: :class:`~oci.response.Response`
14590
14712
 
14591
14713
  :example:
14592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
14714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
14593
14715
  """
14594
14716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14595
14717
  required_arguments = ['compartmentId']
@@ -14765,7 +14887,7 @@ class DataCatalogClient(object):
14765
14887
  :rtype: :class:`~oci.response.Response`
14766
14888
 
14767
14889
  :example:
14768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
14890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
14769
14891
  """
14770
14892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14771
14893
  required_arguments = ['catalogId']
@@ -14972,7 +15094,7 @@ class DataCatalogClient(object):
14972
15094
  :rtype: :class:`~oci.response.Response`
14973
15095
 
14974
15096
  :example:
14975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
15097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
14976
15098
  """
14977
15099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14978
15100
  required_arguments = ['catalogId']
@@ -15198,7 +15320,7 @@ class DataCatalogClient(object):
15198
15320
  :rtype: :class:`~oci.response.Response`
15199
15321
 
15200
15322
  :example:
15201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
15323
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
15202
15324
  """
15203
15325
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15204
15326
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -15411,7 +15533,7 @@ class DataCatalogClient(object):
15411
15533
  :rtype: :class:`~oci.response.Response`
15412
15534
 
15413
15535
  :example:
15414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
15536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
15415
15537
  """
15416
15538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15417
15539
  required_arguments = ['catalogId']
@@ -15600,7 +15722,7 @@ class DataCatalogClient(object):
15600
15722
  :rtype: :class:`~oci.response.Response`
15601
15723
 
15602
15724
  :example:
15603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
15725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
15604
15726
  """
15605
15727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15606
15728
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -15802,7 +15924,7 @@ class DataCatalogClient(object):
15802
15924
  :rtype: :class:`~oci.response.Response`
15803
15925
 
15804
15926
  :example:
15805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
15927
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
15806
15928
  """
15807
15929
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15808
15930
  required_arguments = ['catalogId', 'glossaryKey']
@@ -16011,7 +16133,7 @@ class DataCatalogClient(object):
16011
16133
  :rtype: :class:`~oci.response.Response`
16012
16134
 
16013
16135
  :example:
16014
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
16136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
16015
16137
  """
16016
16138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16017
16139
  required_arguments = ['catalogId']
@@ -16184,7 +16306,7 @@ class DataCatalogClient(object):
16184
16306
  :rtype: :class:`~oci.response.Response`
16185
16307
 
16186
16308
  :example:
16187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
16309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
16188
16310
  """
16189
16311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16190
16312
  required_arguments = ['workRequestId']
@@ -16326,7 +16448,7 @@ class DataCatalogClient(object):
16326
16448
  :rtype: :class:`~oci.response.Response`
16327
16449
 
16328
16450
  :example:
16329
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
16451
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
16330
16452
  """
16331
16453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16332
16454
  required_arguments = ['workRequestId']
@@ -16458,7 +16580,7 @@ class DataCatalogClient(object):
16458
16580
  :rtype: :class:`~oci.response.Response`
16459
16581
 
16460
16582
  :example:
16461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
16583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
16462
16584
  """
16463
16585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16464
16586
  required_arguments = ['compartmentId']
@@ -16571,7 +16693,7 @@ class DataCatalogClient(object):
16571
16693
  :rtype: :class:`~oci.response.Response`
16572
16694
 
16573
16695
  :example:
16574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
16696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
16575
16697
  """
16576
16698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16577
16699
  required_arguments = ['catalogId']
@@ -16713,7 +16835,7 @@ class DataCatalogClient(object):
16713
16835
  :rtype: :class:`~oci.response.Response`
16714
16836
 
16715
16837
  :example:
16716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
16838
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
16717
16839
  """
16718
16840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16719
16841
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -16834,7 +16956,7 @@ class DataCatalogClient(object):
16834
16956
  :rtype: :class:`~oci.response.Response`
16835
16957
 
16836
16958
  :example:
16837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
16959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
16838
16960
  """
16839
16961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16840
16962
  required_arguments = ['catalogId']
@@ -16954,7 +17076,7 @@ class DataCatalogClient(object):
16954
17076
  :rtype: :class:`~oci.response.Response`
16955
17077
 
16956
17078
  :example:
16957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
17079
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
16958
17080
  """
16959
17081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16960
17082
  required_arguments = ['catalogId', 'recommendationType', 'sourceObjectKey', 'sourceObjectType']
@@ -17090,7 +17212,7 @@ class DataCatalogClient(object):
17090
17212
  :rtype: :class:`~oci.response.Response`
17091
17213
 
17092
17214
  :example:
17093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/remove_catalog_lock.py.html>`__ to see an example of how to use remove_catalog_lock API.
17215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/remove_catalog_lock.py.html>`__ to see an example of how to use remove_catalog_lock API.
17094
17216
  """
17095
17217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17096
17218
  required_arguments = ['catalogId']
@@ -17199,7 +17321,7 @@ class DataCatalogClient(object):
17199
17321
  :rtype: :class:`~oci.response.Response`
17200
17322
 
17201
17323
  :example:
17202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/remove_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use remove_catalog_private_endpoint_lock API.
17324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/remove_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use remove_catalog_private_endpoint_lock API.
17203
17325
  """
17204
17326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17205
17327
  required_arguments = ['catalogPrivateEndpointId']
@@ -17319,7 +17441,7 @@ class DataCatalogClient(object):
17319
17441
  :rtype: :class:`~oci.response.Response`
17320
17442
 
17321
17443
  :example:
17322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
17444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
17323
17445
  """
17324
17446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17325
17447
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -17432,7 +17554,7 @@ class DataCatalogClient(object):
17432
17554
  :rtype: :class:`~oci.response.Response`
17433
17555
 
17434
17556
  :example:
17435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/remove_metastore_lock.py.html>`__ to see an example of how to use remove_metastore_lock API.
17557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/remove_metastore_lock.py.html>`__ to see an example of how to use remove_metastore_lock API.
17436
17558
  """
17437
17559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17438
17560
  required_arguments = ['metastoreId']
@@ -17567,7 +17689,7 @@ class DataCatalogClient(object):
17567
17689
  :rtype: :class:`~oci.response.Response`
17568
17690
 
17569
17691
  :example:
17570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
17692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
17571
17693
  """
17572
17694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17573
17695
  required_arguments = ['catalogId']
@@ -17722,7 +17844,7 @@ class DataCatalogClient(object):
17722
17844
  :rtype: :class:`~oci.response.Response`
17723
17845
 
17724
17846
  :example:
17725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
17847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
17726
17848
  """
17727
17849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17728
17850
  required_arguments = ['catalogId', 'inputText']
@@ -17849,7 +17971,7 @@ class DataCatalogClient(object):
17849
17971
  :rtype: :class:`~oci.response.Response`
17850
17972
 
17851
17973
  :example:
17852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
17974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
17853
17975
  """
17854
17976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17855
17977
  required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
@@ -17978,7 +18100,7 @@ class DataCatalogClient(object):
17978
18100
  :rtype: :class:`~oci.response.Response`
17979
18101
 
17980
18102
  :example:
17981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
18103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
17982
18104
  """
17983
18105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17984
18106
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -18100,7 +18222,7 @@ class DataCatalogClient(object):
18100
18222
  :rtype: :class:`~oci.response.Response`
18101
18223
 
18102
18224
  :example:
18103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
18225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
18104
18226
  """
18105
18227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18106
18228
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -18216,7 +18338,7 @@ class DataCatalogClient(object):
18216
18338
  :rtype: :class:`~oci.response.Response`
18217
18339
 
18218
18340
  :example:
18219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
18341
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
18220
18342
  """
18221
18343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18222
18344
  required_arguments = ['catalogId']
@@ -18337,7 +18459,7 @@ class DataCatalogClient(object):
18337
18459
  :rtype: :class:`~oci.response.Response`
18338
18460
 
18339
18461
  :example:
18340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
18462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
18341
18463
  """
18342
18464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18343
18465
  required_arguments = ['catalogPrivateEndpointId']
@@ -18459,7 +18581,7 @@ class DataCatalogClient(object):
18459
18581
  :rtype: :class:`~oci.response.Response`
18460
18582
 
18461
18583
  :example:
18462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
18584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
18463
18585
  """
18464
18586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18465
18587
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -18577,7 +18699,7 @@ class DataCatalogClient(object):
18577
18699
  :rtype: :class:`~oci.response.Response`
18578
18700
 
18579
18701
  :example:
18580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
18702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
18581
18703
  """
18582
18704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18583
18705
  required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
@@ -18692,7 +18814,7 @@ class DataCatalogClient(object):
18692
18814
  :rtype: :class:`~oci.response.Response`
18693
18815
 
18694
18816
  :example:
18695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18696
18818
  """
18697
18819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18698
18820
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -18809,7 +18931,7 @@ class DataCatalogClient(object):
18809
18931
  :rtype: :class:`~oci.response.Response`
18810
18932
 
18811
18933
  :example:
18812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
18934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
18813
18935
  """
18814
18936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18815
18937
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -18927,7 +19049,7 @@ class DataCatalogClient(object):
18927
19049
  :rtype: :class:`~oci.response.Response`
18928
19050
 
18929
19051
  :example:
18930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
19052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
18931
19053
  """
18932
19054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18933
19055
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -19042,7 +19164,7 @@ class DataCatalogClient(object):
19042
19164
  :rtype: :class:`~oci.response.Response`
19043
19165
 
19044
19166
  :example:
19045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
19167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
19046
19168
  """
19047
19169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19048
19170
  required_arguments = ['catalogId', 'glossaryKey']
@@ -19156,7 +19278,7 @@ class DataCatalogClient(object):
19156
19278
  :rtype: :class:`~oci.response.Response`
19157
19279
 
19158
19280
  :example:
19159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
19281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
19160
19282
  """
19161
19283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19162
19284
  required_arguments = ['catalogId', 'jobKey']
@@ -19270,7 +19392,7 @@ class DataCatalogClient(object):
19270
19392
  :rtype: :class:`~oci.response.Response`
19271
19393
 
19272
19394
  :example:
19273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
19395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
19274
19396
  """
19275
19397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19276
19398
  required_arguments = ['catalogId', 'jobDefinitionKey']
@@ -19384,7 +19506,7 @@ class DataCatalogClient(object):
19384
19506
  :rtype: :class:`~oci.response.Response`
19385
19507
 
19386
19508
  :example:
19387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
19509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
19388
19510
  """
19389
19511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19390
19512
  required_arguments = ['metastoreId']
@@ -19505,7 +19627,7 @@ class DataCatalogClient(object):
19505
19627
  :rtype: :class:`~oci.response.Response`
19506
19628
 
19507
19629
  :example:
19508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
19630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
19509
19631
  """
19510
19632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19511
19633
  required_arguments = ['catalogId', 'namespaceId']
@@ -19619,7 +19741,7 @@ class DataCatalogClient(object):
19619
19741
  :rtype: :class:`~oci.response.Response`
19620
19742
 
19621
19743
  :example:
19622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
19744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
19623
19745
  """
19624
19746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19625
19747
  required_arguments = ['catalogId', 'patternKey']
@@ -19736,7 +19858,7 @@ class DataCatalogClient(object):
19736
19858
  :rtype: :class:`~oci.response.Response`
19737
19859
 
19738
19860
  :example:
19739
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
19861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
19740
19862
  """
19741
19863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19742
19864
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -19857,7 +19979,7 @@ class DataCatalogClient(object):
19857
19979
  :rtype: :class:`~oci.response.Response`
19858
19980
 
19859
19981
  :example:
19860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
19982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
19861
19983
  """
19862
19984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19863
19985
  required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
@@ -19983,7 +20105,7 @@ class DataCatalogClient(object):
19983
20105
  :rtype: :class:`~oci.response.Response`
19984
20106
 
19985
20107
  :example:
19986
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
20108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
19987
20109
  """
19988
20110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19989
20111
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -20104,7 +20226,7 @@ class DataCatalogClient(object):
20104
20226
  :rtype: :class:`~oci.response.Response`
20105
20227
 
20106
20228
  :example:
20107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/users.py.html>`__ to see an example of how to use users API.
20229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/users.py.html>`__ to see an example of how to use users API.
20108
20230
  """
20109
20231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20110
20232
  required_arguments = ['catalogId']
@@ -20243,7 +20365,7 @@ class DataCatalogClient(object):
20243
20365
  :rtype: :class:`~oci.response.Response`
20244
20366
 
20245
20367
  :example:
20246
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
20368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
20247
20369
  """
20248
20370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20249
20371
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -20360,7 +20482,7 @@ class DataCatalogClient(object):
20360
20482
  :rtype: :class:`~oci.response.Response`
20361
20483
 
20362
20484
  :example:
20363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
20485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
20364
20486
  """
20365
20487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20366
20488
  required_arguments = ['catalogId', 'patternKey']