oci 2.154.3__py3-none-any.whl → 2.155.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 (606) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/addons/adk/tool/function_tool.py +1 -0
  4. oci/addons/adk/tool/tool.py +1 -0
  5. oci/adm/application_dependency_management_client.py +36 -36
  6. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  7. oci/ai_document/ai_service_document_client.py +140 -26
  8. oci/ai_document/models/__init__.py +50 -0
  9. oci/ai_document/models/analyze_document_result.py +62 -0
  10. oci/ai_document/models/bar_code.py +159 -0
  11. oci/ai_document/models/capabilities.py +70 -0
  12. oci/ai_document/models/capability.py +70 -0
  13. oci/ai_document/models/create_model_details.py +93 -0
  14. oci/ai_document/models/detected_document_type.py +35 -0
  15. oci/ai_document/models/document_classification_feature.py +36 -5
  16. oci/ai_document/models/document_classification_model_metrics.py +1 -1
  17. oci/ai_document/models/document_elements_extraction_feature.py +80 -0
  18. oci/ai_document/models/document_elements_sub_type.py +103 -0
  19. oci/ai_document/models/document_feature.py +13 -3
  20. oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
  21. oci/ai_document/models/document_language_classification_feature.py +1 -1
  22. oci/ai_document/models/document_table_extraction_feature.py +34 -3
  23. oci/ai_document/models/document_text_extraction_feature.py +65 -3
  24. oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
  25. oci/ai_document/models/field_value.py +64 -2
  26. oci/ai_document/models/general_processor_config.py +1 -1
  27. oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
  28. oci/ai_document/models/inline_document_content.py +33 -2
  29. oci/ai_document/models/inline_document_details.py +33 -2
  30. oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
  31. oci/ai_document/models/invoice_processor_config.py +107 -0
  32. oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
  33. oci/ai_document/models/kv_model_sub_type.py +121 -0
  34. oci/ai_document/models/model.py +116 -3
  35. oci/ai_document/models/model_metrics.py +43 -3
  36. oci/ai_document/models/model_sub_type.py +113 -0
  37. oci/ai_document/models/model_summary.py +31 -0
  38. oci/ai_document/models/model_type_info.py +101 -0
  39. oci/ai_document/models/normalization_fields.py +70 -0
  40. oci/ai_document/models/normalization_fields_map_value.py +70 -0
  41. oci/ai_document/models/object_location.py +33 -2
  42. oci/ai_document/models/object_storage_document_details.py +33 -2
  43. oci/ai_document/models/output_location.py +1 -1
  44. oci/ai_document/models/page.py +95 -2
  45. oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
  46. oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
  47. oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
  48. oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
  49. oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
  50. oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
  51. oci/ai_document/models/processor_config.py +11 -3
  52. oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
  53. oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
  54. oci/ai_document/models/selection_mark.py +144 -0
  55. oci/ai_document/models/signature.py +97 -0
  56. oci/ai_document/models/signature_sub_type_details.py +92 -0
  57. oci/ai_document/models/update_model_details.py +31 -0
  58. oci/ai_document/models/value_array.py +14 -0
  59. oci/ai_document/models/value_date.py +14 -0
  60. oci/ai_document/models/value_integer.py +14 -0
  61. oci/ai_document/models/value_number.py +14 -0
  62. oci/ai_document/models/value_phone_number.py +14 -0
  63. oci/ai_document/models/value_string.py +14 -0
  64. oci/ai_document/models/value_time.py +14 -0
  65. oci/ai_language/ai_service_language_client.py +44 -44
  66. oci/ai_speech/ai_service_speech_client.py +19 -19
  67. oci/ai_vision/ai_service_vision_client.py +28 -28
  68. oci/analytics/analytics_client.py +24 -24
  69. oci/announcements_service/announcement_client.py +5 -5
  70. oci/announcements_service/announcement_subscription_client.py +9 -9
  71. oci/announcements_service/announcements_preferences_client.py +4 -4
  72. oci/announcements_service/service_client.py +1 -1
  73. oci/apiaccesscontrol/api_metadata_client.py +6 -6
  74. oci/apiaccesscontrol/privileged_api_control_client.py +12 -12
  75. oci/apiaccesscontrol/privileged_api_requests_client.py +14 -14
  76. oci/apiaccesscontrol/privileged_api_work_request_client.py +10 -10
  77. oci/apigateway/api_gateway_client.py +21 -21
  78. oci/apigateway/deployment_client.py +6 -6
  79. oci/apigateway/gateway_client.py +6 -6
  80. oci/apigateway/subscribers_client.py +6 -6
  81. oci/apigateway/usage_plans_client.py +6 -6
  82. oci/apigateway/work_requests_client.py +5 -5
  83. oci/apm_config/config_client.py +12 -12
  84. oci/apm_control_plane/apm_domain_client.py +14 -14
  85. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  86. oci/apm_traces/__init__.py +3 -1
  87. oci/apm_traces/attributes_client.py +12 -12
  88. oci/apm_traces/models/__init__.py +25 -1
  89. oci/apm_traces/models/attribute.py +101 -0
  90. oci/apm_traces/models/attribute_metadata.py +149 -0
  91. oci/apm_traces/models/attribute_response.py +2 -2
  92. oci/apm_traces/models/attribute_update_response.py +2 -2
  93. oci/apm_traces/models/auto_activate_status.py +16 -0
  94. oci/apm_traces/models/auto_activate_toggle_status.py +16 -0
  95. oci/apm_traces/models/bulk_activate_attribute_detail.py +47 -8
  96. oci/apm_traces/models/bulk_de_activate_attribute_detail.py +7 -3
  97. oci/apm_traces/models/bulk_pin_attribute_detail.py +7 -3
  98. oci/apm_traces/models/bulk_unpin_attribute_detail.py +7 -3
  99. oci/apm_traces/models/bulk_update_attribute_detail.py +9 -5
  100. oci/apm_traces/models/bulk_update_attribute_notes_detail.py +7 -3
  101. oci/apm_traces/models/create_scheduled_query_details.py +471 -0
  102. oci/apm_traces/models/custom_metric.py +295 -0
  103. oci/apm_traces/models/log.py +475 -0
  104. oci/apm_traces/models/object_storage.py +132 -0
  105. oci/apm_traces/models/scheduled_query.py +666 -0
  106. oci/apm_traces/models/scheduled_query_collection.py +70 -0
  107. oci/apm_traces/models/scheduled_query_processing_config.py +120 -0
  108. oci/apm_traces/models/scheduled_query_summary.py +573 -0
  109. oci/apm_traces/models/streaming.py +70 -0
  110. oci/apm_traces/models/tag_metadata.py +2 -2
  111. oci/apm_traces/models/update_scheduled_query_details.py +471 -0
  112. oci/apm_traces/query_client.py +8 -6
  113. oci/apm_traces/scheduled_query_client.py +755 -0
  114. oci/apm_traces/scheduled_query_client_composite_operations.py +181 -0
  115. oci/apm_traces/trace_client.py +131 -6
  116. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  117. oci/artifacts/artifacts_client.py +32 -32
  118. oci/audit/audit_client.py +3 -3
  119. oci/autoscaling/auto_scaling_client.py +11 -11
  120. oci/bastion/bastion_client.py +15 -15
  121. oci/bds/bds_client.py +88 -88
  122. oci/blockchain/blockchain_platform_client.py +27 -27
  123. oci/budget/budget_client.py +10 -10
  124. oci/capacity_management/capacity_management_client.py +32 -32
  125. oci/capacity_management/demand_signal_client.py +13 -13
  126. oci/capacity_management/internal_demand_signal_client.py +12 -12
  127. oci/certificates/certificates_client.py +5 -5
  128. oci/certificates_management/certificates_management_client.py +32 -32
  129. oci/cims/incident_client.py +6 -6
  130. oci/cloud_bridge/common_client.py +5 -5
  131. oci/cloud_bridge/discovery_client.py +15 -15
  132. oci/cloud_bridge/inventory_client.py +16 -16
  133. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  134. oci/cloud_guard/cloud_guard_client.py +155 -155
  135. oci/cloud_migrations/migration_client.py +43 -43
  136. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  137. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  138. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  139. oci/compute_instance_agent/plugin_client.py +2 -2
  140. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  141. oci/container_engine/container_engine_client.py +46 -46
  142. oci/container_instances/container_instance_client.py +18 -18
  143. oci/core/blockstorage_client.py +60 -60
  144. oci/core/compute_client.py +125 -125
  145. oci/core/compute_management_client.py +32 -32
  146. oci/core/virtual_network_client.py +258 -258
  147. oci/dashboard_service/dashboard_client.py +6 -6
  148. oci/dashboard_service/dashboard_group_client.py +6 -6
  149. oci/data_catalog/data_catalog_client.py +149 -149
  150. oci/data_flow/data_flow_client.py +45 -45
  151. oci/data_integration/data_integration_client.py +163 -163
  152. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  153. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  154. oci/data_safe/data_safe_client.py +317 -317
  155. oci/data_science/data_science_client.py +145 -145
  156. oci/database/database_client.py +901 -421
  157. oci/database/database_client_composite_operations.py +123 -0
  158. oci/database/models/__init__.py +14 -0
  159. oci/database/models/autonomous_container_database.py +37 -0
  160. oci/database/models/autonomous_container_database_summary.py +37 -0
  161. oci/database/models/autonomous_database_software_image.py +37 -0
  162. oci/database/models/autonomous_database_software_image_summary.py +37 -0
  163. oci/database/models/autonomous_vm_cluster.py +37 -0
  164. oci/database/models/autonomous_vm_cluster_summary.py +37 -0
  165. oci/database/models/azure_encryption_key_details.py +80 -0
  166. oci/database/models/backup_destination.py +37 -0
  167. oci/database/models/backup_destination_summary.py +37 -0
  168. oci/database/models/change_cloud_autonomous_vm_cluster_subscription_details.py +105 -0
  169. oci/database/models/cloud_autonomous_vm_cluster.py +74 -2
  170. oci/database/models/cloud_autonomous_vm_cluster_summary.py +74 -2
  171. oci/database/models/cloud_vm_cluster.py +80 -2
  172. oci/database/models/cloud_vm_cluster_summary.py +80 -2
  173. oci/database/models/create_cloud_autonomous_vm_cluster_details.py +37 -2
  174. oci/database/models/database.py +37 -0
  175. oci/database/models/database_software_image.py +37 -0
  176. oci/database/models/database_software_image_summary.py +37 -0
  177. oci/database/models/database_summary.py +37 -0
  178. oci/database/models/db_home.py +37 -0
  179. oci/database/models/db_home_from_agent_resource_id.py +37 -0
  180. oci/database/models/db_home_summary.py +37 -0
  181. oci/database/models/db_node.py +37 -0
  182. oci/database/models/db_node_summary.py +37 -0
  183. oci/database/models/db_server.py +37 -0
  184. oci/database/models/db_server_summary.py +37 -0
  185. oci/database/models/db_system.py +37 -0
  186. oci/database/models/db_system_summary.py +37 -0
  187. oci/database/models/encryption_key_location_details.py +15 -5
  188. oci/database/models/exadata_infrastructure.py +37 -0
  189. oci/database/models/exadata_infrastructure_summary.py +37 -0
  190. oci/database/models/execution_action.py +39 -2
  191. oci/database/models/execution_action_summary.py +39 -2
  192. oci/database/models/execution_window.py +39 -2
  193. oci/database/models/execution_window_summary.py +39 -2
  194. oci/database/models/external_container_database.py +37 -0
  195. oci/database/models/external_container_database_summary.py +37 -0
  196. oci/database/models/external_database_base.py +37 -0
  197. oci/database/models/external_database_connector.py +37 -0
  198. oci/database/models/external_database_connector_summary.py +37 -0
  199. oci/database/models/external_hsm_encryption_details.py +1 -1
  200. oci/database/models/external_macs_connector.py +7 -0
  201. oci/database/models/external_macs_connector_summary.py +7 -0
  202. oci/database/models/external_non_container_database.py +37 -0
  203. oci/database/models/external_non_container_database_summary.py +37 -0
  204. oci/database/models/external_pluggable_database.py +37 -0
  205. oci/database/models/external_pluggable_database_summary.py +37 -0
  206. oci/database/models/identity_connector_details.py +113 -0
  207. oci/database/models/key_store.py +39 -2
  208. oci/database/models/key_store_summary.py +39 -2
  209. oci/database/models/maintenance_run.py +37 -0
  210. oci/database/models/maintenance_run_history.py +39 -2
  211. oci/database/models/maintenance_run_history_summary.py +39 -2
  212. oci/database/models/maintenance_run_summary.py +37 -0
  213. oci/database/models/oneoff_patch.py +39 -2
  214. oci/database/models/oneoff_patch_summary.py +39 -2
  215. oci/database/models/pluggable_database.py +37 -0
  216. oci/database/models/pluggable_database_summary.py +37 -0
  217. oci/database/models/register_cloud_vm_cluster_pkcs_details.py +86 -0
  218. oci/database/models/resource_pool_member_collection.py +70 -0
  219. oci/database/models/resource_pool_member_summary.py +74 -0
  220. oci/database/models/scheduling_policy.py +39 -2
  221. oci/database/models/scheduling_policy_summary.py +39 -2
  222. oci/database/models/scheduling_window.py +39 -2
  223. oci/database/models/scheduling_window_summary.py +39 -2
  224. oci/database/models/unregister_cloud_vm_cluster_pkcs_details.py +86 -0
  225. oci/database/models/vm_cluster.py +37 -0
  226. oci/database/models/vm_cluster_network.py +39 -2
  227. oci/database/models/vm_cluster_network_summary.py +39 -2
  228. oci/database/models/vm_cluster_summary.py +37 -0
  229. oci/database_management/db_management_client.py +229 -229
  230. oci/database_management/diagnosability_client.py +4 -4
  231. oci/database_management/managed_my_sql_databases_client.py +15 -15
  232. oci/database_management/perfhub_client.py +1 -1
  233. oci/database_management/sql_tuning_client.py +17 -17
  234. oci/database_migration/database_migration_client.py +155 -42
  235. oci/database_migration/database_migration_client_composite_operations.py +42 -0
  236. oci/database_migration/models/__init__.py +4 -0
  237. oci/database_migration/models/collect_traces_data.py +183 -0
  238. oci/database_migration/models/collect_traces_details.py +132 -0
  239. oci/database_migration/models/job.py +27 -0
  240. oci/database_tools/database_tools_client.py +23 -23
  241. oci/dblm/db_life_cycle_management_client.py +28 -28
  242. oci/dbmulticloud/__init__.py +28 -0
  243. oci/dbmulticloud/models/__init__.py +112 -0
  244. oci/dbmulticloud/models/arc_agent_nodes.py +218 -0
  245. oci/dbmulticloud/models/change_multi_cloud_resource_discovery_compartment_details.py +191 -0
  246. oci/dbmulticloud/models/change_oracle_db_azure_blob_container_compartment_details.py +187 -0
  247. oci/dbmulticloud/models/change_oracle_db_azure_blob_mount_compartment_details.py +187 -0
  248. oci/dbmulticloud/models/change_oracle_db_azure_connector_compartment_details.py +187 -0
  249. oci/dbmulticloud/models/change_oracle_db_azure_vault_association_compartment_details.py +191 -0
  250. oci/dbmulticloud/models/change_oracle_db_azure_vault_compartment_details.py +191 -0
  251. oci/dbmulticloud/models/create_multi_cloud_resource_discovery_details.py +253 -0
  252. oci/dbmulticloud/models/create_oracle_db_azure_blob_container_details.py +307 -0
  253. oci/dbmulticloud/models/create_oracle_db_azure_blob_mount_details.py +245 -0
  254. oci/dbmulticloud/models/create_oracle_db_azure_connector_details.py +431 -0
  255. oci/dbmulticloud/models/create_oracle_db_azure_vault_association_details.py +257 -0
  256. oci/dbmulticloud/models/create_oracle_db_azure_vault_details.py +377 -0
  257. oci/dbmulticloud/models/multi_cloud_resource_discovery.py +577 -0
  258. oci/dbmulticloud/models/multi_cloud_resource_discovery_summary.py +517 -0
  259. oci/dbmulticloud/models/multi_cloud_resource_discovery_summary_collection.py +70 -0
  260. oci/dbmulticloud/models/oracle_db_azure_blob_container.py +568 -0
  261. oci/dbmulticloud/models/oracle_db_azure_blob_container_summary.py +536 -0
  262. oci/dbmulticloud/models/oracle_db_azure_blob_container_summary_collection.py +70 -0
  263. oci/dbmulticloud/models/oracle_db_azure_blob_mount.py +537 -0
  264. oci/dbmulticloud/models/oracle_db_azure_blob_mount_summary.py +505 -0
  265. oci/dbmulticloud/models/oracle_db_azure_blob_mount_summary_collection.py +70 -0
  266. oci/dbmulticloud/models/oracle_db_azure_connector.py +739 -0
  267. oci/dbmulticloud/models/oracle_db_azure_connector_summary.py +660 -0
  268. oci/dbmulticloud/models/oracle_db_azure_connector_summary_collection.py +70 -0
  269. oci/dbmulticloud/models/oracle_db_azure_key.py +518 -0
  270. oci/dbmulticloud/models/oracle_db_azure_key_summary.py +486 -0
  271. oci/dbmulticloud/models/oracle_db_azure_key_summary_collection.py +70 -0
  272. oci/dbmulticloud/models/oracle_db_azure_vault.py +642 -0
  273. oci/dbmulticloud/models/oracle_db_azure_vault_association.py +553 -0
  274. oci/dbmulticloud/models/oracle_db_azure_vault_association_summary.py +521 -0
  275. oci/dbmulticloud/models/oracle_db_azure_vault_association_summary_collection.py +70 -0
  276. oci/dbmulticloud/models/oracle_db_azure_vault_summary.py +610 -0
  277. oci/dbmulticloud/models/oracle_db_azure_vault_summary_collection.py +70 -0
  278. oci/dbmulticloud/models/patch_oracle_db_azure_connector_details.py +187 -0
  279. oci/dbmulticloud/models/resources.py +229 -0
  280. oci/dbmulticloud/models/update_multi_cloud_resource_discovery_details.py +253 -0
  281. oci/dbmulticloud/models/update_oracle_db_azure_blob_container_details.py +307 -0
  282. oci/dbmulticloud/models/update_oracle_db_azure_blob_mount_details.py +245 -0
  283. oci/dbmulticloud/models/update_oracle_db_azure_connector_details.py +431 -0
  284. oci/dbmulticloud/models/update_oracle_db_azure_vault_association_details.py +257 -0
  285. oci/dbmulticloud/models/update_oracle_db_azure_vault_details.py +377 -0
  286. oci/dbmulticloud/models/work_request.py +496 -0
  287. oci/dbmulticloud/models/work_request_error.py +134 -0
  288. oci/dbmulticloud/models/work_request_error_collection.py +70 -0
  289. oci/dbmulticloud/models/work_request_log_entry.py +101 -0
  290. oci/dbmulticloud/models/work_request_log_entry_collection.py +70 -0
  291. oci/dbmulticloud/models/work_request_resource.py +232 -0
  292. oci/dbmulticloud/models/work_request_summary.py +496 -0
  293. oci/dbmulticloud/models/work_request_summary_collection.py +70 -0
  294. oci/dbmulticloud/multi_cloud_resource_discovery_client.py +883 -0
  295. oci/dbmulticloud/multi_cloud_resource_discovery_client_composite_operations.py +202 -0
  296. oci/dbmulticloud/oracle_db_azure_blob_container_client.py +864 -0
  297. oci/dbmulticloud/oracle_db_azure_blob_container_client_composite_operations.py +196 -0
  298. oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +865 -0
  299. oci/dbmulticloud/oracle_db_azure_blob_mount_client_composite_operations.py +196 -0
  300. oci/dbmulticloud/oracle_db_azure_connector_client.py +963 -0
  301. oci/dbmulticloud/oracle_db_azure_connector_client_composite_operations.py +239 -0
  302. oci/dbmulticloud/oracle_db_azure_key_client.py +419 -0
  303. oci/dbmulticloud/oracle_db_azure_key_client_composite_operations.py +26 -0
  304. oci/dbmulticloud/oracle_db_azure_vault_association_client.py +979 -0
  305. oci/dbmulticloud/oracle_db_azure_vault_association_client_composite_operations.py +235 -0
  306. oci/dbmulticloud/oracle_db_azure_vault_client.py +979 -0
  307. oci/dbmulticloud/oracle_db_azure_vault_client_composite_operations.py +235 -0
  308. oci/dbmulticloud/work_request_client.py +770 -0
  309. oci/dbmulticloud/work_request_client_composite_operations.py +26 -0
  310. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  311. oci/delegate_access_control/work_request_client.py +4 -4
  312. oci/demand_signal/occ_demand_signal_client.py +7 -7
  313. oci/desktops/desktop_service_client.py +21 -21
  314. oci/devops/devops_client.py +141 -141
  315. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  316. oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
  317. oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
  318. oci/distributed_database/distributed_db_service_client.py +19 -19
  319. oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
  320. oci/dns/dns_client.py +54 -54
  321. oci/dts/appliance_export_job_client.py +6 -6
  322. oci/dts/shipping_vendors_client.py +1 -1
  323. oci/dts/transfer_appliance_client.py +8 -8
  324. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  325. oci/dts/transfer_device_client.py +5 -5
  326. oci/dts/transfer_job_client.py +6 -6
  327. oci/dts/transfer_package_client.py +7 -7
  328. oci/em_warehouse/em_warehouse_client.py +13 -13
  329. oci/email/email_client.py +31 -31
  330. oci/email_data_plane/email_dp_client.py +1 -1
  331. oci/events/events_client.py +6 -6
  332. oci/file_storage/file_storage_client.py +74 -74
  333. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  334. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  335. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  336. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  337. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  338. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  339. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  340. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  341. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  342. oci/functions/functions_invoke_client.py +1 -1
  343. oci/functions/functions_management_client.py +16 -16
  344. oci/fusion_apps/fusion_applications_client.py +41 -41
  345. oci/generative_ai/generative_ai_client.py +22 -22
  346. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  347. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  348. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  349. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  350. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  351. oci/golden_gate/golden_gate_client.py +89 -89
  352. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  353. oci/governance_rules_control_plane/work_request_client.py +5 -5
  354. oci/healthchecks/health_checks_client.py +17 -17
  355. oci/identity/identity_client.py +145 -145
  356. oci/identity_data_plane/dataplane_client.py +2 -2
  357. oci/identity_domains/identity_domains_client.py +311 -311
  358. oci/integration/integration_instance_client.py +19 -19
  359. oci/jms/java_management_service_client.py +79 -79
  360. oci/jms_java_downloads/java_download_client.py +25 -25
  361. oci/key_management/ekm_client.py +5 -5
  362. oci/key_management/kms_crypto_client.py +6 -6
  363. oci/key_management/kms_hsm_cluster_client.py +12 -12
  364. oci/key_management/kms_management_client.py +21 -21
  365. oci/key_management/kms_vault_client.py +14 -14
  366. oci/license_manager/license_manager_client.py +18 -18
  367. oci/limits/limits_client.py +4 -4
  368. oci/limits/quotas_client.py +7 -7
  369. oci/load_balancer/load_balancer_client.py +61 -61
  370. oci/lockbox/lockbox_client.py +24 -24
  371. oci/log_analytics/log_analytics_client.py +200 -200
  372. oci/logging/logging_management_client.py +30 -30
  373. oci/loggingingestion/logging_client.py +1 -1
  374. oci/loggingsearch/log_search_client.py +1 -1
  375. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  376. oci/management_agent/management_agent_client.py +28 -28
  377. oci/management_dashboard/dashx_apis_client.py +18 -18
  378. oci/marketplace/account_client.py +2 -2
  379. oci/marketplace/marketplace_client.py +30 -30
  380. oci/marketplace_private_offer/attachment_client.py +5 -5
  381. oci/marketplace_private_offer/offer_client.py +6 -6
  382. oci/marketplace_publisher/attachment_client.py +5 -5
  383. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  384. oci/marketplace_publisher/offer_client.py +6 -6
  385. oci/media_services/media_services_client.py +60 -60
  386. oci/media_services/media_stream_client.py +2 -2
  387. oci/mngdmac/mac_device_client.py +3 -3
  388. oci/mngdmac/mac_order_client.py +11 -11
  389. oci/model_deployment/model_deployment_client.py +2 -2
  390. oci/monitoring/monitoring_client.py +18 -18
  391. oci/mysql/channels_client.py +7 -7
  392. oci/mysql/db_backups_client.py +8 -8
  393. oci/mysql/db_system_client.py +17 -17
  394. oci/mysql/models/__init__.py +2 -0
  395. oci/mysql/models/backup.py +29 -2
  396. oci/mysql/models/backup_summary.py +29 -2
  397. oci/mysql/models/copy_backup_details.py +29 -2
  398. oci/mysql/models/create_db_system_details.py +27 -0
  399. oci/mysql/models/db_system.py +27 -0
  400. oci/mysql/models/db_system_snapshot.py +27 -0
  401. oci/mysql/models/encrypt_data_details.py +117 -0
  402. oci/mysql/models/replica.py +27 -0
  403. oci/mysql/models/update_db_system_details.py +27 -0
  404. oci/mysql/mysqlaas_client.py +7 -7
  405. oci/mysql/replicas_client.py +5 -5
  406. oci/mysql/work_requests_client.py +4 -4
  407. oci/network_firewall/network_firewall_client.py +92 -92
  408. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  409. oci/nosql/nosql_client.py +27 -27
  410. oci/object_storage/object_storage_client.py +55 -55
  411. oci/oce/oce_instance_client.py +10 -10
  412. oci/oci_control_center/occ_metrics_client.py +3 -3
  413. oci/ocvp/cluster_client.py +5 -5
  414. oci/ocvp/esxi_host_client.py +8 -8
  415. oci/ocvp/sddc_client.py +14 -14
  416. oci/ocvp/work_request_client.py +4 -4
  417. oci/oda/management_client.py +59 -59
  418. oci/oda/oda_client.py +17 -17
  419. oci/oda/odapackage_client.py +7 -7
  420. oci/onesubscription/billing_schedule_client.py +1 -1
  421. oci/onesubscription/commitment_client.py +2 -2
  422. oci/onesubscription/computed_usage_client.py +3 -3
  423. oci/onesubscription/invoice_summary_client.py +2 -2
  424. oci/onesubscription/organization_subscription_client.py +1 -1
  425. oci/onesubscription/ratecard_client.py +1 -1
  426. oci/onesubscription/subscribed_service_client.py +2 -2
  427. oci/onesubscription/subscription_client.py +1 -1
  428. oci/ons/notification_control_plane_client.py +6 -6
  429. oci/ons/notification_data_plane_client.py +10 -10
  430. oci/opa/opa_instance_client.py +13 -13
  431. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  432. oci/opensearch/opensearch_cluster_client.py +17 -17
  433. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  434. oci/operator_access_control/access_requests_client.py +10 -10
  435. oci/operator_access_control/operator_actions_client.py +2 -2
  436. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  437. oci/operator_access_control/operator_control_client.py +6 -6
  438. oci/opsi/models/__init__.py +20 -0
  439. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  440. oci/opsi/models/autonomous_database_insight.py +1 -1
  441. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  442. oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
  443. oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
  444. oci/opsi/models/create_database_insight_details.py +11 -3
  445. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  446. oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
  447. oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
  448. oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
  449. oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
  450. oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
  451. oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
  452. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  453. oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
  454. oci/opsi/models/credential_by_iam.py +1 -1
  455. oci/opsi/models/credential_by_named_credentials.py +91 -0
  456. oci/opsi/models/credential_by_vault.py +1 -1
  457. oci/opsi/models/credential_details.py +14 -6
  458. oci/opsi/models/credentials_by_source.py +1 -1
  459. oci/opsi/models/database_configuration_summary.py +11 -3
  460. oci/opsi/models/database_insight.py +11 -3
  461. oci/opsi/models/database_insight_summary.py +11 -3
  462. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  463. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  464. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  465. oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
  466. oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
  467. oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
  468. oci/opsi/models/enable_database_insight_details.py +11 -3
  469. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  470. oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
  471. oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
  472. oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
  473. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
  474. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  475. oci/opsi/models/exadata_configuration_summary.py +7 -3
  476. oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
  477. oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
  478. oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
  479. oci/opsi/models/exadata_insight.py +7 -3
  480. oci/opsi/models/exadata_insight_summary.py +7 -3
  481. oci/opsi/models/exadata_member_collection.py +7 -3
  482. oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
  483. oci/opsi/models/external_mysql_database_insight.py +1 -1
  484. oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
  485. oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
  486. oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
  487. oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
  488. oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
  489. oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
  490. oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
  491. oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
  492. oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
  493. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  494. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  495. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  496. oci/opsi/models/mds_my_sql_database_insight.py +1 -1
  497. oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
  498. oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
  499. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  500. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  501. oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
  502. oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
  503. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  504. oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
  505. oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
  506. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  507. oci/opsi/models/update_database_insight_details.py +11 -3
  508. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  509. oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
  510. oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
  511. oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
  512. oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
  513. oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
  514. oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
  515. oci/opsi/models/vm_cluster_summary.py +64 -2
  516. oci/opsi/models/work_request.py +15 -3
  517. oci/opsi/operations_insights_client.py +580 -202
  518. oci/opsi/operations_insights_client_composite_operations.py +125 -0
  519. oci/optimizer/optimizer_client.py +26 -26
  520. oci/os_management/event_client.py +8 -8
  521. oci/os_management/os_management_client.py +69 -69
  522. oci/os_management_hub/event_client.py +8 -8
  523. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  524. oci/os_management_hub/managed_instance_client.py +33 -33
  525. oci/os_management_hub/managed_instance_group_client.py +26 -26
  526. oci/os_management_hub/management_station_client.py +10 -10
  527. oci/os_management_hub/onboarding_client.py +13 -13
  528. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  529. oci/os_management_hub/scheduled_job_client.py +7 -7
  530. oci/os_management_hub/software_source_client.py +33 -33
  531. oci/os_management_hub/work_request_client.py +5 -5
  532. oci/osp_gateway/address_rule_service_client.py +1 -1
  533. oci/osp_gateway/address_service_client.py +2 -2
  534. oci/osp_gateway/invoice_service_client.py +5 -5
  535. oci/osp_gateway/models/subscription.py +38 -3
  536. oci/osp_gateway/models/subscription_summary.py +38 -3
  537. oci/osp_gateway/subscription_service_client.py +5 -5
  538. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  539. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  540. oci/osub_subscription/commitment_client.py +2 -2
  541. oci/osub_subscription/ratecard_client.py +1 -1
  542. oci/osub_subscription/subscription_client.py +1 -1
  543. oci/osub_usage/computed_usage_client.py +3 -3
  544. oci/psql/postgresql_client.py +34 -34
  545. oci/queue/queue_admin_client.py +11 -11
  546. oci/queue/queue_client.py +8 -8
  547. oci/recovery/database_recovery_client.py +26 -26
  548. oci/redis/oci_cache_user_client.py +7 -7
  549. oci/redis/redis_cluster_client.py +15 -15
  550. oci/redis/redis_identity_client.py +1 -1
  551. oci/regions_definitions.py +9 -4
  552. oci/resource_manager/resource_manager_client.py +52 -52
  553. oci/resource_scheduler/schedule_client.py +14 -14
  554. oci/resource_search/resource_search_client.py +3 -3
  555. oci/rover/rover_bundle_client.py +8 -8
  556. oci/rover/rover_cluster_client.py +8 -8
  557. oci/rover/rover_entitlement_client.py +6 -6
  558. oci/rover/rover_node_client.py +15 -15
  559. oci/rover/shape_client.py +1 -1
  560. oci/rover/work_requests_client.py +5 -5
  561. oci/sch/connector_plugins_client.py +2 -2
  562. oci/sch/service_connector_client.py +12 -12
  563. oci/secrets/secrets_client.py +3 -3
  564. oci/security_attribute/security_attribute_client.py +18 -18
  565. oci/service_catalog/service_catalog_client.py +26 -26
  566. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  567. oci/service_mesh/service_mesh_client.py +48 -48
  568. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  569. oci/streaming/stream_admin_client.py +18 -18
  570. oci/streaming/stream_client.py +8 -8
  571. oci/tenant_manager_control_plane/domain_client.py +5 -5
  572. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  573. oci/tenant_manager_control_plane/governance_client.py +2 -2
  574. oci/tenant_manager_control_plane/link_client.py +3 -3
  575. oci/tenant_manager_control_plane/orders_client.py +2 -2
  576. oci/tenant_manager_control_plane/organization_client.py +10 -10
  577. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  578. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  579. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  580. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  581. oci/threat_intelligence/threatintel_client.py +5 -5
  582. oci/usage/resources_client.py +2 -2
  583. oci/usage/rewards_client.py +6 -6
  584. oci/usage/usagelimits_client.py +1 -1
  585. oci/usage_api/usageapi_client.py +33 -33
  586. oci/vault/vaults_client.py +13 -13
  587. oci/vbs_inst/vbs_instance_client.py +10 -10
  588. oci/version.py +1 -1
  589. oci/visual_builder/vb_instance_client.py +14 -14
  590. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  591. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  592. oci/waa/waa_client.py +13 -13
  593. oci/waa/work_request_client.py +4 -4
  594. oci/waas/redirect_client.py +6 -6
  595. oci/waas/waas_client.py +66 -66
  596. oci/waf/waf_client.py +24 -24
  597. oci/wlms/weblogic_management_service_client.py +41 -41
  598. oci/wlms/weblogic_management_service_configuration_client.py +2 -2
  599. oci/work_requests/work_request_client.py +4 -4
  600. oci/zpr/zpr_client.py +15 -15
  601. {oci-2.154.3.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
  602. {oci-2.154.3.dist-info → oci-2.155.1.dist-info}/RECORD +606 -479
  603. {oci-2.154.3.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
  604. {oci-2.154.3.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  605. {oci-2.154.3.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
  606. {oci-2.154.3.dist-info → oci-2.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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.154.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.155.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']
@@ -10126,7 +10126,7 @@ class DataCatalogClient(object):
10126
10126
  :rtype: :class:`~oci.response.Response`
10127
10127
 
10128
10128
  :example:
10129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.3/datacatalog/import_lineage.py.html>`__ to see an example of how to use import_lineage API.
10129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datacatalog/import_lineage.py.html>`__ to see an example of how to use import_lineage API.
10130
10130
  """
10131
10131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10132
10132
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -10265,7 +10265,7 @@ class DataCatalogClient(object):
10265
10265
  :rtype: :class:`~oci.response.Response`
10266
10266
 
10267
10267
  :example:
10268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_aggregated_physical_entities.py.html>`__ to see an example of how to use list_aggregated_physical_entities API.
10269
10269
  """
10270
10270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10271
10271
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -10459,7 +10459,7 @@ class DataCatalogClient(object):
10459
10459
  :rtype: :class:`~oci.response.Response`
10460
10460
 
10461
10461
  :example:
10462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_attribute_tags.py.html>`__ to see an example of how to use list_attribute_tags API.
10463
10463
  """
10464
10464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10465
10465
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -10709,7 +10709,7 @@ class DataCatalogClient(object):
10709
10709
  :rtype: :class:`~oci.response.Response`
10710
10710
 
10711
10711
  :example:
10712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_attributes.py.html>`__ to see an example of how to use list_attributes API.
10713
10713
  """
10714
10714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10715
10715
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -10914,7 +10914,7 @@ class DataCatalogClient(object):
10914
10914
  :rtype: :class:`~oci.response.Response`
10915
10915
 
10916
10916
  :example:
10917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_catalog_private_endpoints.py.html>`__ to see an example of how to use list_catalog_private_endpoints API.
10918
10918
  """
10919
10919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10920
10920
  required_arguments = ['compartmentId']
@@ -11064,7 +11064,7 @@ class DataCatalogClient(object):
11064
11064
  :rtype: :class:`~oci.response.Response`
11065
11065
 
11066
11066
  :example:
11067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_catalogs.py.html>`__ to see an example of how to use list_catalogs API.
11068
11068
  """
11069
11069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11070
11070
  required_arguments = ['compartmentId']
@@ -11254,7 +11254,7 @@ class DataCatalogClient(object):
11254
11254
  :rtype: :class:`~oci.response.Response`
11255
11255
 
11256
11256
  :example:
11257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_connections.py.html>`__ to see an example of how to use list_connections API.
11258
11258
  """
11259
11259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11260
11260
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -11481,7 +11481,7 @@ class DataCatalogClient(object):
11481
11481
  :rtype: :class:`~oci.response.Response`
11482
11482
 
11483
11483
  :example:
11484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_custom_properties.py.html>`__ to see an example of how to use list_custom_properties API.
11485
11485
  """
11486
11486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11487
11487
  required_arguments = ['catalogId', 'namespaceId']
@@ -11705,7 +11705,7 @@ class DataCatalogClient(object):
11705
11705
  :rtype: :class:`~oci.response.Response`
11706
11706
 
11707
11707
  :example:
11708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_data_asset_tags.py.html>`__ to see an example of how to use list_data_asset_tags API.
11709
11709
  """
11710
11710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11711
11711
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -11917,7 +11917,7 @@ class DataCatalogClient(object):
11917
11917
  :rtype: :class:`~oci.response.Response`
11918
11918
 
11919
11919
  :example:
11920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11921
11921
  """
11922
11922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11923
11923
  required_arguments = ['catalogId']
@@ -12116,7 +12116,7 @@ class DataCatalogClient(object):
12116
12116
  :rtype: :class:`~oci.response.Response`
12117
12117
 
12118
12118
  :example:
12119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_derived_logical_entities.py.html>`__ to see an example of how to use list_derived_logical_entities API.
12120
12120
  """
12121
12121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12122
12122
  required_arguments = ['catalogId', 'patternKey']
@@ -12352,7 +12352,7 @@ class DataCatalogClient(object):
12352
12352
  :rtype: :class:`~oci.response.Response`
12353
12353
 
12354
12354
  :example:
12355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_entities.py.html>`__ to see an example of how to use list_entities API.
12356
12356
  """
12357
12357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12358
12358
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -12594,7 +12594,7 @@ class DataCatalogClient(object):
12594
12594
  :rtype: :class:`~oci.response.Response`
12595
12595
 
12596
12596
  :example:
12597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_entity_tags.py.html>`__ to see an example of how to use list_entity_tags API.
12598
12598
  """
12599
12599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12600
12600
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -12800,7 +12800,7 @@ class DataCatalogClient(object):
12800
12800
  :rtype: :class:`~oci.response.Response`
12801
12801
 
12802
12802
  :example:
12803
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_folder_tags.py.html>`__ to see an example of how to use list_folder_tags API.
12804
12804
  """
12805
12805
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12806
12806
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -13039,7 +13039,7 @@ class DataCatalogClient(object):
13039
13039
  :rtype: :class:`~oci.response.Response`
13040
13040
 
13041
13041
  :example:
13042
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_folders.py.html>`__ to see an example of how to use list_folders API.
13043
13043
  """
13044
13044
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13045
13045
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -13270,7 +13270,7 @@ class DataCatalogClient(object):
13270
13270
  :rtype: :class:`~oci.response.Response`
13271
13271
 
13272
13272
  :example:
13273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_glossaries.py.html>`__ to see an example of how to use list_glossaries API.
13274
13274
  """
13275
13275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13276
13276
  required_arguments = ['catalogId']
@@ -13502,7 +13502,7 @@ class DataCatalogClient(object):
13502
13502
  :rtype: :class:`~oci.response.Response`
13503
13503
 
13504
13504
  :example:
13505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_job_definitions.py.html>`__ to see an example of how to use list_job_definitions API.
13506
13506
  """
13507
13507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13508
13508
  required_arguments = ['catalogId']
@@ -13773,7 +13773,7 @@ class DataCatalogClient(object):
13773
13773
  :rtype: :class:`~oci.response.Response`
13774
13774
 
13775
13775
  :example:
13776
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_job_executions.py.html>`__ to see an example of how to use list_job_executions API.
13777
13777
  """
13778
13778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13779
13779
  required_arguments = ['catalogId', 'jobKey']
@@ -14007,7 +14007,7 @@ class DataCatalogClient(object):
14007
14007
  :rtype: :class:`~oci.response.Response`
14008
14008
 
14009
14009
  :example:
14010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_job_logs.py.html>`__ to see an example of how to use list_job_logs API.
14011
14011
  """
14012
14012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14013
14013
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
@@ -14236,7 +14236,7 @@ class DataCatalogClient(object):
14236
14236
  :rtype: :class:`~oci.response.Response`
14237
14237
 
14238
14238
  :example:
14239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_job_metrics.py.html>`__ to see an example of how to use list_job_metrics API.
14240
14240
  """
14241
14241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14242
14242
  required_arguments = ['catalogId', 'jobKey', 'jobExecutionKey']
@@ -14494,7 +14494,7 @@ class DataCatalogClient(object):
14494
14494
  :rtype: :class:`~oci.response.Response`
14495
14495
 
14496
14496
  :example:
14497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
14498
14498
  """
14499
14499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14500
14500
  required_arguments = ['catalogId']
@@ -14711,7 +14711,7 @@ class DataCatalogClient(object):
14711
14711
  :rtype: :class:`~oci.response.Response`
14712
14712
 
14713
14713
  :example:
14714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_metastores.py.html>`__ to see an example of how to use list_metastores API.
14715
14715
  """
14716
14716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14717
14717
  required_arguments = ['compartmentId']
@@ -14887,7 +14887,7 @@ class DataCatalogClient(object):
14887
14887
  :rtype: :class:`~oci.response.Response`
14888
14888
 
14889
14889
  :example:
14890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
14891
14891
  """
14892
14892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14893
14893
  required_arguments = ['catalogId']
@@ -15094,7 +15094,7 @@ class DataCatalogClient(object):
15094
15094
  :rtype: :class:`~oci.response.Response`
15095
15095
 
15096
15096
  :example:
15097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_patterns.py.html>`__ to see an example of how to use list_patterns API.
15098
15098
  """
15099
15099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15100
15100
  required_arguments = ['catalogId']
@@ -15320,7 +15320,7 @@ class DataCatalogClient(object):
15320
15320
  :rtype: :class:`~oci.response.Response`
15321
15321
 
15322
15322
  :example:
15323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_rules.py.html>`__ to see an example of how to use list_rules API.
15324
15324
  """
15325
15325
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15326
15326
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -15533,7 +15533,7 @@ class DataCatalogClient(object):
15533
15533
  :rtype: :class:`~oci.response.Response`
15534
15534
 
15535
15535
  :example:
15536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_tags.py.html>`__ to see an example of how to use list_tags API.
15537
15537
  """
15538
15538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15539
15539
  required_arguments = ['catalogId']
@@ -15722,7 +15722,7 @@ class DataCatalogClient(object):
15722
15722
  :rtype: :class:`~oci.response.Response`
15723
15723
 
15724
15724
  :example:
15725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_term_relationships.py.html>`__ to see an example of how to use list_term_relationships API.
15726
15726
  """
15727
15727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15728
15728
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -15924,7 +15924,7 @@ class DataCatalogClient(object):
15924
15924
  :rtype: :class:`~oci.response.Response`
15925
15925
 
15926
15926
  :example:
15927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_terms.py.html>`__ to see an example of how to use list_terms API.
15928
15928
  """
15929
15929
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15930
15930
  required_arguments = ['catalogId', 'glossaryKey']
@@ -16133,7 +16133,7 @@ class DataCatalogClient(object):
16133
16133
  :rtype: :class:`~oci.response.Response`
16134
16134
 
16135
16135
  :example:
16136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_types.py.html>`__ to see an example of how to use list_types API.
16137
16137
  """
16138
16138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16139
16139
  required_arguments = ['catalogId']
@@ -16306,7 +16306,7 @@ class DataCatalogClient(object):
16306
16306
  :rtype: :class:`~oci.response.Response`
16307
16307
 
16308
16308
  :example:
16309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
16310
16310
  """
16311
16311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16312
16312
  required_arguments = ['workRequestId']
@@ -16448,7 +16448,7 @@ class DataCatalogClient(object):
16448
16448
  :rtype: :class:`~oci.response.Response`
16449
16449
 
16450
16450
  :example:
16451
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
16452
16452
  """
16453
16453
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16454
16454
  required_arguments = ['workRequestId']
@@ -16580,7 +16580,7 @@ class DataCatalogClient(object):
16580
16580
  :rtype: :class:`~oci.response.Response`
16581
16581
 
16582
16582
  :example:
16583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
16584
16584
  """
16585
16585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16586
16586
  required_arguments = ['compartmentId']
@@ -16693,7 +16693,7 @@ class DataCatalogClient(object):
16693
16693
  :rtype: :class:`~oci.response.Response`
16694
16694
 
16695
16695
  :example:
16696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/object_stats.py.html>`__ to see an example of how to use object_stats API.
16697
16697
  """
16698
16698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16699
16699
  required_arguments = ['catalogId']
@@ -16835,7 +16835,7 @@ class DataCatalogClient(object):
16835
16835
  :rtype: :class:`~oci.response.Response`
16836
16836
 
16837
16837
  :example:
16838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/parse_connection.py.html>`__ to see an example of how to use parse_connection API.
16839
16839
  """
16840
16840
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16841
16841
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -16956,7 +16956,7 @@ class DataCatalogClient(object):
16956
16956
  :rtype: :class:`~oci.response.Response`
16957
16957
 
16958
16958
  :example:
16959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/process_recommendation.py.html>`__ to see an example of how to use process_recommendation API.
16960
16960
  """
16961
16961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16962
16962
  required_arguments = ['catalogId']
@@ -17076,7 +17076,7 @@ class DataCatalogClient(object):
17076
17076
  :rtype: :class:`~oci.response.Response`
17077
17077
 
17078
17078
  :example:
17079
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/recommendations.py.html>`__ to see an example of how to use recommendations API.
17080
17080
  """
17081
17081
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17082
17082
  required_arguments = ['catalogId', 'recommendationType', 'sourceObjectKey', 'sourceObjectType']
@@ -17212,7 +17212,7 @@ class DataCatalogClient(object):
17212
17212
  :rtype: :class:`~oci.response.Response`
17213
17213
 
17214
17214
  :example:
17215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/remove_catalog_lock.py.html>`__ to see an example of how to use remove_catalog_lock API.
17216
17216
  """
17217
17217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17218
17218
  required_arguments = ['catalogId']
@@ -17321,7 +17321,7 @@ class DataCatalogClient(object):
17321
17321
  :rtype: :class:`~oci.response.Response`
17322
17322
 
17323
17323
  :example:
17324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/remove_catalog_private_endpoint_lock.py.html>`__ to see an example of how to use remove_catalog_private_endpoint_lock API.
17325
17325
  """
17326
17326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17327
17327
  required_arguments = ['catalogPrivateEndpointId']
@@ -17441,7 +17441,7 @@ class DataCatalogClient(object):
17441
17441
  :rtype: :class:`~oci.response.Response`
17442
17442
 
17443
17443
  :example:
17444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/remove_data_selector_patterns.py.html>`__ to see an example of how to use remove_data_selector_patterns API.
17445
17445
  """
17446
17446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17447
17447
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -17554,7 +17554,7 @@ class DataCatalogClient(object):
17554
17554
  :rtype: :class:`~oci.response.Response`
17555
17555
 
17556
17556
  :example:
17557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/remove_metastore_lock.py.html>`__ to see an example of how to use remove_metastore_lock API.
17558
17558
  """
17559
17559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17560
17560
  required_arguments = ['metastoreId']
@@ -17689,7 +17689,7 @@ class DataCatalogClient(object):
17689
17689
  :rtype: :class:`~oci.response.Response`
17690
17690
 
17691
17691
  :example:
17692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/search_criteria.py.html>`__ to see an example of how to use search_criteria API.
17693
17693
  """
17694
17694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17695
17695
  required_arguments = ['catalogId']
@@ -17844,7 +17844,7 @@ class DataCatalogClient(object):
17844
17844
  :rtype: :class:`~oci.response.Response`
17845
17845
 
17846
17846
  :example:
17847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/suggest_matches.py.html>`__ to see an example of how to use suggest_matches API.
17848
17848
  """
17849
17849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17850
17850
  required_arguments = ['catalogId', 'inputText']
@@ -17971,7 +17971,7 @@ class DataCatalogClient(object):
17971
17971
  :rtype: :class:`~oci.response.Response`
17972
17972
 
17973
17973
  :example:
17974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/synchronous_export_data_asset.py.html>`__ to see an example of how to use synchronous_export_data_asset API.
17975
17975
  """
17976
17976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17977
17977
  required_arguments = ['catalogId', 'dataAssetKey', 'exportType']
@@ -18100,7 +18100,7 @@ class DataCatalogClient(object):
18100
18100
  :rtype: :class:`~oci.response.Response`
18101
18101
 
18102
18102
  :example:
18103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/test_connection.py.html>`__ to see an example of how to use test_connection API.
18104
18104
  """
18105
18105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18106
18106
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -18222,7 +18222,7 @@ class DataCatalogClient(object):
18222
18222
  :rtype: :class:`~oci.response.Response`
18223
18223
 
18224
18224
  :example:
18225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_attribute.py.html>`__ to see an example of how to use update_attribute API.
18226
18226
  """
18227
18227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18228
18228
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey', 'attributeKey']
@@ -18338,7 +18338,7 @@ class DataCatalogClient(object):
18338
18338
  :rtype: :class:`~oci.response.Response`
18339
18339
 
18340
18340
  :example:
18341
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_catalog.py.html>`__ to see an example of how to use update_catalog API.
18342
18342
  """
18343
18343
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18344
18344
  required_arguments = ['catalogId']
@@ -18459,7 +18459,7 @@ class DataCatalogClient(object):
18459
18459
  :rtype: :class:`~oci.response.Response`
18460
18460
 
18461
18461
  :example:
18462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_catalog_private_endpoint.py.html>`__ to see an example of how to use update_catalog_private_endpoint API.
18463
18463
  """
18464
18464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18465
18465
  required_arguments = ['catalogPrivateEndpointId']
@@ -18581,7 +18581,7 @@ class DataCatalogClient(object):
18581
18581
  :rtype: :class:`~oci.response.Response`
18582
18582
 
18583
18583
  :example:
18584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_connection.py.html>`__ to see an example of how to use update_connection API.
18585
18585
  """
18586
18586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18587
18587
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -18699,7 +18699,7 @@ class DataCatalogClient(object):
18699
18699
  :rtype: :class:`~oci.response.Response`
18700
18700
 
18701
18701
  :example:
18702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_custom_property.py.html>`__ to see an example of how to use update_custom_property API.
18703
18703
  """
18704
18704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18705
18705
  required_arguments = ['catalogId', 'namespaceId', 'customPropertyKey']
@@ -18814,7 +18814,7 @@ class DataCatalogClient(object):
18814
18814
  :rtype: :class:`~oci.response.Response`
18815
18815
 
18816
18816
  :example:
18817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18818
18818
  """
18819
18819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18820
18820
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -18931,7 +18931,7 @@ class DataCatalogClient(object):
18931
18931
  :rtype: :class:`~oci.response.Response`
18932
18932
 
18933
18933
  :example:
18934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_entity.py.html>`__ to see an example of how to use update_entity API.
18935
18935
  """
18936
18936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18937
18937
  required_arguments = ['catalogId', 'dataAssetKey', 'entityKey']
@@ -19049,7 +19049,7 @@ class DataCatalogClient(object):
19049
19049
  :rtype: :class:`~oci.response.Response`
19050
19050
 
19051
19051
  :example:
19052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_folder.py.html>`__ to see an example of how to use update_folder API.
19053
19053
  """
19054
19054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19055
19055
  required_arguments = ['catalogId', 'dataAssetKey', 'folderKey']
@@ -19164,7 +19164,7 @@ class DataCatalogClient(object):
19164
19164
  :rtype: :class:`~oci.response.Response`
19165
19165
 
19166
19166
  :example:
19167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_glossary.py.html>`__ to see an example of how to use update_glossary API.
19168
19168
  """
19169
19169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19170
19170
  required_arguments = ['catalogId', 'glossaryKey']
@@ -19278,7 +19278,7 @@ class DataCatalogClient(object):
19278
19278
  :rtype: :class:`~oci.response.Response`
19279
19279
 
19280
19280
  :example:
19281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_job.py.html>`__ to see an example of how to use update_job API.
19282
19282
  """
19283
19283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19284
19284
  required_arguments = ['catalogId', 'jobKey']
@@ -19392,7 +19392,7 @@ class DataCatalogClient(object):
19392
19392
  :rtype: :class:`~oci.response.Response`
19393
19393
 
19394
19394
  :example:
19395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_job_definition.py.html>`__ to see an example of how to use update_job_definition API.
19396
19396
  """
19397
19397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19398
19398
  required_arguments = ['catalogId', 'jobDefinitionKey']
@@ -19506,7 +19506,7 @@ class DataCatalogClient(object):
19506
19506
  :rtype: :class:`~oci.response.Response`
19507
19507
 
19508
19508
  :example:
19509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_metastore.py.html>`__ to see an example of how to use update_metastore API.
19510
19510
  """
19511
19511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19512
19512
  required_arguments = ['metastoreId']
@@ -19627,7 +19627,7 @@ class DataCatalogClient(object):
19627
19627
  :rtype: :class:`~oci.response.Response`
19628
19628
 
19629
19629
  :example:
19630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_namespace.py.html>`__ to see an example of how to use update_namespace API.
19631
19631
  """
19632
19632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19633
19633
  required_arguments = ['catalogId', 'namespaceId']
@@ -19741,7 +19741,7 @@ class DataCatalogClient(object):
19741
19741
  :rtype: :class:`~oci.response.Response`
19742
19742
 
19743
19743
  :example:
19744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_pattern.py.html>`__ to see an example of how to use update_pattern API.
19745
19745
  """
19746
19746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19747
19747
  required_arguments = ['catalogId', 'patternKey']
@@ -19858,7 +19858,7 @@ class DataCatalogClient(object):
19858
19858
  :rtype: :class:`~oci.response.Response`
19859
19859
 
19860
19860
  :example:
19861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_term.py.html>`__ to see an example of how to use update_term API.
19862
19862
  """
19863
19863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19864
19864
  required_arguments = ['catalogId', 'glossaryKey', 'termKey']
@@ -19979,7 +19979,7 @@ class DataCatalogClient(object):
19979
19979
  :rtype: :class:`~oci.response.Response`
19980
19980
 
19981
19981
  :example:
19982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/update_term_relationship.py.html>`__ to see an example of how to use update_term_relationship API.
19983
19983
  """
19984
19984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19985
19985
  required_arguments = ['catalogId', 'glossaryKey', 'termKey', 'termRelationshipKey']
@@ -20105,7 +20105,7 @@ class DataCatalogClient(object):
20105
20105
  :rtype: :class:`~oci.response.Response`
20106
20106
 
20107
20107
  :example:
20108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/upload_credentials.py.html>`__ to see an example of how to use upload_credentials API.
20109
20109
  """
20110
20110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20111
20111
  required_arguments = ['catalogId', 'dataAssetKey', 'connectionKey']
@@ -20226,7 +20226,7 @@ class DataCatalogClient(object):
20226
20226
  :rtype: :class:`~oci.response.Response`
20227
20227
 
20228
20228
  :example:
20229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/users.py.html>`__ to see an example of how to use users API.
20230
20230
  """
20231
20231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20232
20232
  required_arguments = ['catalogId']
@@ -20365,7 +20365,7 @@ class DataCatalogClient(object):
20365
20365
  :rtype: :class:`~oci.response.Response`
20366
20366
 
20367
20367
  :example:
20368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/validate_connection.py.html>`__ to see an example of how to use validate_connection API.
20369
20369
  """
20370
20370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20371
20371
  required_arguments = ['catalogId', 'dataAssetKey']
@@ -20482,7 +20482,7 @@ class DataCatalogClient(object):
20482
20482
  :rtype: :class:`~oci.response.Response`
20483
20483
 
20484
20484
  :example:
20485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.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.155.1/datacatalog/validate_pattern.py.html>`__ to see an example of how to use validate_pattern API.
20486
20486
  """
20487
20487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20488
20488
  required_arguments = ['catalogId', 'patternKey']