oci 2.111.0__py3-none-any.whl → 2.112.0__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 (325) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +18 -18
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +47 -47
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/__init__.py +1 -3
  35. oci/cims/incident_client.py +356 -93
  36. oci/cims/models/__init__.py +6 -0
  37. oci/cims/models/account_item.py +85 -0
  38. oci/cims/models/activity_item.py +112 -14
  39. oci/cims/models/category.py +5 -5
  40. oci/cims/models/contact.py +32 -1
  41. oci/cims/models/contextual_data.py +9 -9
  42. oci/cims/models/create_account_item_details.py +78 -0
  43. oci/cims/models/create_category_details.py +2 -4
  44. oci/cims/models/create_incident.py +13 -9
  45. oci/cims/models/create_issue_type_details.py +0 -2
  46. oci/cims/models/create_item_details.py +9 -7
  47. oci/cims/models/create_limit_item_details.py +3 -3
  48. oci/cims/models/create_resource_details.py +2 -289
  49. oci/cims/models/create_sub_category_details.py +3 -5
  50. oci/cims/models/create_tech_support_item_details.py +1 -3
  51. oci/cims/models/create_ticket_details.py +11 -13
  52. oci/cims/models/create_user_details.py +65 -36
  53. oci/cims/models/incident.py +10 -6
  54. oci/cims/models/incident_resource_type.py +66 -4
  55. oci/cims/models/incident_summary.py +9 -5
  56. oci/cims/models/incident_type.py +1 -1
  57. oci/cims/models/issue_type.py +33 -2
  58. oci/cims/models/item.py +8 -4
  59. oci/cims/models/limit_item.py +7 -7
  60. oci/cims/models/resource.py +2 -285
  61. oci/cims/models/service_categories.py +134 -0
  62. oci/cims/models/service_category.py +1 -1
  63. oci/cims/models/sub_category.py +5 -5
  64. oci/cims/models/tenancy_information.py +3 -3
  65. oci/cims/models/ticket.py +7 -3
  66. oci/cims/models/update_activity_item_details.py +8 -6
  67. oci/cims/models/update_incident.py +62 -2
  68. oci/cims/models/update_item_details.py +3 -5
  69. oci/cims/models/update_resource_details.py +0 -2
  70. oci/cims/models/update_ticket_details.py +0 -2
  71. oci/cims/models/user.py +79 -19
  72. oci/cims/user_client.py +1 -1
  73. oci/cloud_bridge/common_client.py +5 -5
  74. oci/cloud_bridge/discovery_client.py +14 -14
  75. oci/cloud_bridge/inventory_client.py +16 -16
  76. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  77. oci/cloud_guard/cloud_guard_client.py +133 -133
  78. oci/cloud_migrations/migration_client.py +43 -43
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +129 -24
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +90 -90
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/virtual_network_client.py +242 -242
  89. oci/dashboard_service/dashboard_client.py +6 -6
  90. oci/dashboard_service/dashboard_group_client.py +6 -6
  91. oci/data_catalog/data_catalog_client.py +424 -154
  92. oci/data_catalog/models/__init__.py +22 -0
  93. oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
  94. oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
  95. oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
  96. oci/data_catalog/models/asynchronous_export_result.py +196 -0
  97. oci/data_catalog/models/attribute.py +33 -0
  98. oci/data_catalog/models/attribute_summary.py +33 -0
  99. oci/data_catalog/models/create_job_definition_details.py +42 -3
  100. oci/data_catalog/models/create_job_details.py +2 -0
  101. oci/data_catalog/models/create_job_execution_details.py +11 -3
  102. oci/data_catalog/models/data_asset.py +33 -0
  103. oci/data_catalog/models/data_asset_summary.py +35 -2
  104. oci/data_catalog/models/entity.py +33 -0
  105. oci/data_catalog/models/entity_lineage.py +222 -0
  106. oci/data_catalog/models/entity_summary.py +33 -0
  107. oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
  108. oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
  109. oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
  110. oci/data_catalog/models/folder.py +33 -0
  111. oci/data_catalog/models/folder_summary.py +35 -2
  112. oci/data_catalog/models/job.py +44 -3
  113. oci/data_catalog/models/job_definition.py +42 -3
  114. oci/data_catalog/models/job_definition_summary.py +44 -5
  115. oci/data_catalog/models/job_execution.py +11 -3
  116. oci/data_catalog/models/job_execution_summary.py +11 -3
  117. oci/data_catalog/models/job_summary.py +44 -3
  118. oci/data_catalog/models/lineage_object.py +400 -0
  119. oci/data_catalog/models/lineage_relationship.py +134 -0
  120. oci/data_catalog/models/object_lineage.py +223 -0
  121. oci/data_catalog/models/object_lineage_request_details.py +190 -0
  122. oci/data_catalog/models/object_storage_object_reference.py +134 -0
  123. oci/data_catalog/models/update_job_definition_details.py +31 -0
  124. oci/data_catalog/models/update_job_details.py +2 -0
  125. oci/data_flow/data_flow_client.py +42 -42
  126. oci/data_integration/data_integration_client.py +163 -163
  127. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  128. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  129. oci/data_safe/data_safe_client.py +214 -214
  130. oci/data_science/data_science_client.py +85 -85
  131. oci/database/database_client.py +311 -311
  132. oci/database_management/db_management_client.py +182 -182
  133. oci/database_management/diagnosability_client.py +4 -4
  134. oci/database_management/sql_tuning_client.py +10 -10
  135. oci/database_migration/database_migration_client.py +41 -41
  136. oci/database_tools/database_tools_client.py +19 -19
  137. oci/devops/devops_client.py +89 -89
  138. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  139. oci/dns/dns_client.py +52 -52
  140. oci/dts/appliance_export_job_client.py +6 -6
  141. oci/dts/shipping_vendors_client.py +1 -1
  142. oci/dts/transfer_appliance_client.py +8 -8
  143. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  144. oci/dts/transfer_device_client.py +5 -5
  145. oci/dts/transfer_job_client.py +6 -6
  146. oci/dts/transfer_package_client.py +7 -7
  147. oci/em_warehouse/em_data_lake_client.py +13 -13
  148. oci/em_warehouse/em_warehouse_client.py +13 -13
  149. oci/email/email_client.py +25 -25
  150. oci/events/events_client.py +6 -6
  151. oci/file_storage/file_storage_client.py +50 -50
  152. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  153. oci/functions/functions_invoke_client.py +1 -1
  154. oci/functions/functions_management_client.py +16 -16
  155. oci/fusion_apps/data_masking_activity_client.py +3 -3
  156. oci/fusion_apps/fusion_applications_client.py +39 -39
  157. oci/fusion_apps/fusion_environment_client.py +15 -15
  158. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  159. oci/fusion_apps/refresh_activity_client.py +4 -4
  160. oci/fusion_apps/scheduled_activity_client.py +2 -2
  161. oci/fusion_apps/service_attachment_client.py +2 -2
  162. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  163. oci/golden_gate/golden_gate_client.py +57 -57
  164. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  165. oci/governance_rules_control_plane/work_request_client.py +5 -5
  166. oci/healthchecks/health_checks_client.py +17 -17
  167. oci/identity/identity_client.py +145 -145
  168. oci/identity_data_plane/dataplane_client.py +2 -2
  169. oci/identity_domains/identity_domains_client.py +190 -190
  170. oci/integration/integration_instance_client.py +15 -15
  171. oci/jms/java_management_service_client.py +56 -56
  172. oci/key_management/kms_crypto_client.py +6 -6
  173. oci/key_management/kms_management_client.py +21 -21
  174. oci/key_management/kms_vault_client.py +14 -14
  175. oci/license_manager/license_manager_client.py +18 -18
  176. oci/limits/limits_client.py +4 -4
  177. oci/limits/quotas_client.py +7 -7
  178. oci/load_balancer/load_balancer_client.py +61 -61
  179. oci/lockbox/lockbox_client.py +22 -22
  180. oci/log_analytics/log_analytics_client.py +192 -192
  181. oci/logging/logging_management_client.py +30 -30
  182. oci/loggingingestion/logging_client.py +1 -1
  183. oci/loggingsearch/log_search_client.py +1 -1
  184. oci/management_agent/management_agent_client.py +23 -23
  185. oci/management_dashboard/dashx_apis_client.py +14 -14
  186. oci/marketplace/account_client.py +2 -2
  187. oci/marketplace/marketplace_client.py +25 -25
  188. oci/media_services/media_services_client.py +48 -48
  189. oci/media_services/media_stream_client.py +2 -2
  190. oci/monitoring/monitoring_client.py +13 -13
  191. oci/mysql/channels_client.py +7 -7
  192. oci/mysql/db_backups_client.py +6 -6
  193. oci/mysql/db_system_client.py +17 -17
  194. oci/mysql/mysqlaas_client.py +7 -7
  195. oci/mysql/replicas_client.py +5 -5
  196. oci/mysql/work_requests_client.py +4 -4
  197. oci/network_firewall/network_firewall_client.py +17 -17
  198. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  199. oci/nosql/nosql_client.py +22 -22
  200. oci/object_storage/object_storage_client.py +50 -50
  201. oci/oce/oce_instance_client.py +10 -10
  202. oci/oci_control_center/occ_metrics_client.py +3 -3
  203. oci/ocvp/esxi_host_client.py +6 -6
  204. oci/ocvp/sddc_client.py +13 -13
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +56 -56
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +11 -11
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +9 -9
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +159 -159
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  231. oci/os_management_hub/managed_instance_client.py +22 -22
  232. oci/os_management_hub/managed_instance_group_client.py +22 -22
  233. oci/os_management_hub/management_station_client.py +8 -8
  234. oci/os_management_hub/onboarding_client.py +5 -5
  235. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  236. oci/os_management_hub/scheduled_job_client.py +6 -6
  237. oci/os_management_hub/software_source_client.py +22 -22
  238. oci/os_management_hub/work_request_client.py +4 -4
  239. oci/osp_gateway/address_rule_service_client.py +1 -1
  240. oci/osp_gateway/address_service_client.py +2 -2
  241. oci/osp_gateway/invoice_service_client.py +5 -5
  242. oci/osp_gateway/subscription_service_client.py +5 -5
  243. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  244. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  245. oci/osub_subscription/commitment_client.py +2 -2
  246. oci/osub_subscription/ratecard_client.py +1 -1
  247. oci/osub_subscription/subscription_client.py +1 -1
  248. oci/osub_usage/computed_usage_client.py +3 -3
  249. oci/queue/models/__init__.py +4 -0
  250. oci/queue/models/channel_collection.py +72 -0
  251. oci/queue/models/create_queue_details.py +50 -11
  252. oci/queue/models/delete_messages_details_entry.py +2 -2
  253. oci/queue/models/get_message.py +55 -12
  254. oci/queue/models/message_metadata.py +103 -0
  255. oci/queue/models/purge_queue_details.py +43 -8
  256. oci/queue/models/put_message.py +44 -5
  257. oci/queue/models/put_messages.py +3 -3
  258. oci/queue/models/put_messages_details_entry.py +29 -2
  259. oci/queue/models/queue.py +76 -21
  260. oci/queue/models/queue_stats.py +34 -3
  261. oci/queue/models/queue_summary.py +37 -17
  262. oci/queue/models/stats.py +2 -2
  263. oci/queue/models/update_messages_details.py +1 -1
  264. oci/queue/models/update_messages_details_entry.py +2 -2
  265. oci/queue/models/update_messages_result.py +2 -2
  266. oci/queue/models/update_messages_result_entry.py +12 -4
  267. oci/queue/models/update_queue_details.py +47 -8
  268. oci/queue/models/updated_message.py +12 -4
  269. oci/queue/models/work_request.py +6 -2
  270. oci/queue/models/work_request_error.py +6 -2
  271. oci/queue/models/work_request_log_entry.py +6 -2
  272. oci/queue/models/work_request_summary.py +8 -4
  273. oci/queue/queue_admin_client.py +67 -46
  274. oci/queue/queue_admin_client_composite_operations.py +4 -4
  275. oci/queue/queue_client.py +209 -36
  276. oci/recovery/database_recovery_client.py +23 -23
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
  321. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
  322. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
  325. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -151,7 +151,7 @@ class DataIntegrationClient(object):
151
151
  :rtype: :class:`~oci.response.Response`
152
152
 
153
153
  :example:
154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/change_compartment.py.html>`__ to see an example of how to use change_compartment API.
154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/change_compartment.py.html>`__ to see an example of how to use change_compartment API.
155
155
  """
156
156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
157
157
  required_arguments = ['workspaceId']
@@ -268,7 +268,7 @@ class DataIntegrationClient(object):
268
268
  :rtype: :class:`~oci.response.Response`
269
269
 
270
270
  :example:
271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/change_dis_application_compartment.py.html>`__ to see an example of how to use change_dis_application_compartment API.
271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/change_dis_application_compartment.py.html>`__ to see an example of how to use change_dis_application_compartment API.
272
272
  """
273
273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
274
274
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -378,7 +378,7 @@ class DataIntegrationClient(object):
378
378
  :rtype: :class:`~oci.response.Response`
379
379
 
380
380
  :example:
381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_application.py.html>`__ to see an example of how to use create_application API.
381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_application.py.html>`__ to see an example of how to use create_application API.
382
382
  """
383
383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
384
384
  required_arguments = ['workspaceId']
@@ -490,7 +490,7 @@ class DataIntegrationClient(object):
490
490
  :rtype: :class:`~oci.response.Response`
491
491
 
492
492
  :example:
493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_application_detailed_description.py.html>`__ to see an example of how to use create_application_detailed_description API.
493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_application_detailed_description.py.html>`__ to see an example of how to use create_application_detailed_description API.
494
494
  """
495
495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
496
496
  required_arguments = ['workspaceId', 'applicationKey']
@@ -600,7 +600,7 @@ class DataIntegrationClient(object):
600
600
  :rtype: :class:`~oci.response.Response`
601
601
 
602
602
  :example:
603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_connection.py.html>`__ to see an example of how to use create_connection API.
603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_connection.py.html>`__ to see an example of how to use create_connection API.
604
604
  """
605
605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
606
606
  required_arguments = ['workspaceId']
@@ -709,7 +709,7 @@ class DataIntegrationClient(object):
709
709
  :rtype: :class:`~oci.response.Response`
710
710
 
711
711
  :example:
712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_connection_validation.py.html>`__ to see an example of how to use create_connection_validation API.
712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_connection_validation.py.html>`__ to see an example of how to use create_connection_validation API.
713
713
  """
714
714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
715
715
  required_arguments = ['workspaceId']
@@ -818,7 +818,7 @@ class DataIntegrationClient(object):
818
818
  :rtype: :class:`~oci.response.Response`
819
819
 
820
820
  :example:
821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_copy_object_request.py.html>`__ to see an example of how to use create_copy_object_request API.
821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_copy_object_request.py.html>`__ to see an example of how to use create_copy_object_request API.
822
822
  """
823
823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
824
824
  required_arguments = ['workspaceId']
@@ -927,7 +927,7 @@ class DataIntegrationClient(object):
927
927
  :rtype: :class:`~oci.response.Response`
928
928
 
929
929
  :example:
930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
931
931
  """
932
932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
933
933
  required_arguments = ['workspaceId']
@@ -1036,7 +1036,7 @@ class DataIntegrationClient(object):
1036
1036
  :rtype: :class:`~oci.response.Response`
1037
1037
 
1038
1038
  :example:
1039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_data_flow.py.html>`__ to see an example of how to use create_data_flow API.
1039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_data_flow.py.html>`__ to see an example of how to use create_data_flow API.
1040
1040
  """
1041
1041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1042
1042
  required_arguments = ['workspaceId']
@@ -1145,7 +1145,7 @@ class DataIntegrationClient(object):
1145
1145
  :rtype: :class:`~oci.response.Response`
1146
1146
 
1147
1147
  :example:
1148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_data_flow_validation.py.html>`__ to see an example of how to use create_data_flow_validation API.
1148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_data_flow_validation.py.html>`__ to see an example of how to use create_data_flow_validation API.
1149
1149
  """
1150
1150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1151
1151
  required_arguments = ['workspaceId']
@@ -1254,7 +1254,7 @@ class DataIntegrationClient(object):
1254
1254
  :rtype: :class:`~oci.response.Response`
1255
1255
 
1256
1256
  :example:
1257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_dis_application.py.html>`__ to see an example of how to use create_dis_application API.
1257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_dis_application.py.html>`__ to see an example of how to use create_dis_application API.
1258
1258
  """
1259
1259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1260
1260
  required_arguments = ['workspaceId']
@@ -1366,7 +1366,7 @@ class DataIntegrationClient(object):
1366
1366
  :rtype: :class:`~oci.response.Response`
1367
1367
 
1368
1368
  :example:
1369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_dis_application_detailed_description.py.html>`__ to see an example of how to use create_dis_application_detailed_description API.
1369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_dis_application_detailed_description.py.html>`__ to see an example of how to use create_dis_application_detailed_description API.
1370
1370
  """
1371
1371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1372
1372
  required_arguments = ['workspaceId', 'applicationKey']
@@ -1487,7 +1487,7 @@ class DataIntegrationClient(object):
1487
1487
  :rtype: :class:`~oci.response.Response`
1488
1488
 
1489
1489
  :example:
1490
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_entity_shape.py.html>`__ to see an example of how to use create_entity_shape API.
1490
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_entity_shape.py.html>`__ to see an example of how to use create_entity_shape API.
1491
1491
  """
1492
1492
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1493
1493
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -1600,7 +1600,7 @@ class DataIntegrationClient(object):
1600
1600
  :rtype: :class:`~oci.response.Response`
1601
1601
 
1602
1602
  :example:
1603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_export_request.py.html>`__ to see an example of how to use create_export_request API.
1603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_export_request.py.html>`__ to see an example of how to use create_export_request API.
1604
1604
  """
1605
1605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1606
1606
  required_arguments = ['workspaceId']
@@ -1712,7 +1712,7 @@ class DataIntegrationClient(object):
1712
1712
  :rtype: :class:`~oci.response.Response`
1713
1713
 
1714
1714
  :example:
1715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_external_publication.py.html>`__ to see an example of how to use create_external_publication API.
1715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_external_publication.py.html>`__ to see an example of how to use create_external_publication API.
1716
1716
  """
1717
1717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1718
1718
  required_arguments = ['workspaceId', 'taskKey']
@@ -1825,7 +1825,7 @@ class DataIntegrationClient(object):
1825
1825
  :rtype: :class:`~oci.response.Response`
1826
1826
 
1827
1827
  :example:
1828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_external_publication_validation.py.html>`__ to see an example of how to use create_external_publication_validation API.
1828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_external_publication_validation.py.html>`__ to see an example of how to use create_external_publication_validation API.
1829
1829
  """
1830
1830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1831
1831
  required_arguments = ['workspaceId', 'taskKey']
@@ -1936,7 +1936,7 @@ class DataIntegrationClient(object):
1936
1936
  :rtype: :class:`~oci.response.Response`
1937
1937
 
1938
1938
  :example:
1939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_folder.py.html>`__ to see an example of how to use create_folder API.
1939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_folder.py.html>`__ to see an example of how to use create_folder API.
1940
1940
  """
1941
1941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1942
1942
  required_arguments = ['workspaceId']
@@ -2046,7 +2046,7 @@ class DataIntegrationClient(object):
2046
2046
  :rtype: :class:`~oci.response.Response`
2047
2047
 
2048
2048
  :example:
2049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_function_library.py.html>`__ to see an example of how to use create_function_library API.
2049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_function_library.py.html>`__ to see an example of how to use create_function_library API.
2050
2050
  """
2051
2051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2052
2052
  required_arguments = ['workspaceId']
@@ -2155,7 +2155,7 @@ class DataIntegrationClient(object):
2155
2155
  :rtype: :class:`~oci.response.Response`
2156
2156
 
2157
2157
  :example:
2158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_import_request.py.html>`__ to see an example of how to use create_import_request API.
2158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_import_request.py.html>`__ to see an example of how to use create_import_request API.
2159
2159
  """
2160
2160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2161
2161
  required_arguments = ['workspaceId']
@@ -2267,7 +2267,7 @@ class DataIntegrationClient(object):
2267
2267
  :rtype: :class:`~oci.response.Response`
2268
2268
 
2269
2269
  :example:
2270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_patch.py.html>`__ to see an example of how to use create_patch API.
2270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_patch.py.html>`__ to see an example of how to use create_patch API.
2271
2271
  """
2272
2272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2273
2273
  required_arguments = ['workspaceId', 'applicationKey']
@@ -2377,7 +2377,7 @@ class DataIntegrationClient(object):
2377
2377
  :rtype: :class:`~oci.response.Response`
2378
2378
 
2379
2379
  :example:
2380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
2380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
2381
2381
  """
2382
2382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2383
2383
  required_arguments = ['workspaceId']
@@ -2486,7 +2486,7 @@ class DataIntegrationClient(object):
2486
2486
  :rtype: :class:`~oci.response.Response`
2487
2487
 
2488
2488
  :example:
2489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_pipeline_validation.py.html>`__ to see an example of how to use create_pipeline_validation API.
2489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_pipeline_validation.py.html>`__ to see an example of how to use create_pipeline_validation API.
2490
2490
  """
2491
2491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2492
2492
  required_arguments = ['workspaceId']
@@ -2595,7 +2595,7 @@ class DataIntegrationClient(object):
2595
2595
  :rtype: :class:`~oci.response.Response`
2596
2596
 
2597
2597
  :example:
2598
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_project.py.html>`__ to see an example of how to use create_project API.
2598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_project.py.html>`__ to see an example of how to use create_project API.
2599
2599
  """
2600
2600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2601
2601
  required_arguments = ['workspaceId']
@@ -2707,7 +2707,7 @@ class DataIntegrationClient(object):
2707
2707
  :rtype: :class:`~oci.response.Response`
2708
2708
 
2709
2709
  :example:
2710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
2710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
2711
2711
  """
2712
2712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2713
2713
  required_arguments = ['workspaceId', 'applicationKey']
@@ -2817,7 +2817,7 @@ class DataIntegrationClient(object):
2817
2817
  :rtype: :class:`~oci.response.Response`
2818
2818
 
2819
2819
  :example:
2820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_task.py.html>`__ to see an example of how to use create_task API.
2820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_task.py.html>`__ to see an example of how to use create_task API.
2821
2821
  """
2822
2822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2823
2823
  required_arguments = ['workspaceId']
@@ -2929,7 +2929,7 @@ class DataIntegrationClient(object):
2929
2929
  :rtype: :class:`~oci.response.Response`
2930
2930
 
2931
2931
  :example:
2932
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_task_run.py.html>`__ to see an example of how to use create_task_run API.
2932
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_task_run.py.html>`__ to see an example of how to use create_task_run API.
2933
2933
  """
2934
2934
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2935
2935
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3042,7 +3042,7 @@ class DataIntegrationClient(object):
3042
3042
  :rtype: :class:`~oci.response.Response`
3043
3043
 
3044
3044
  :example:
3045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_task_schedule.py.html>`__ to see an example of how to use create_task_schedule API.
3045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_task_schedule.py.html>`__ to see an example of how to use create_task_schedule API.
3046
3046
  """
3047
3047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3048
3048
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3152,7 +3152,7 @@ class DataIntegrationClient(object):
3152
3152
  :rtype: :class:`~oci.response.Response`
3153
3153
 
3154
3154
  :example:
3155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_task_validation.py.html>`__ to see an example of how to use create_task_validation API.
3155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_task_validation.py.html>`__ to see an example of how to use create_task_validation API.
3156
3156
  """
3157
3157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3158
3158
  required_arguments = ['workspaceId']
@@ -3261,7 +3261,7 @@ class DataIntegrationClient(object):
3261
3261
  :rtype: :class:`~oci.response.Response`
3262
3262
 
3263
3263
  :example:
3264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_user_defined_function.py.html>`__ to see an example of how to use create_user_defined_function API.
3264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_user_defined_function.py.html>`__ to see an example of how to use create_user_defined_function API.
3265
3265
  """
3266
3266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3267
3267
  required_arguments = ['workspaceId']
@@ -3370,7 +3370,7 @@ class DataIntegrationClient(object):
3370
3370
  :rtype: :class:`~oci.response.Response`
3371
3371
 
3372
3372
  :example:
3373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_user_defined_function_validation.py.html>`__ to see an example of how to use create_user_defined_function_validation API.
3373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_user_defined_function_validation.py.html>`__ to see an example of how to use create_user_defined_function_validation API.
3374
3374
  """
3375
3375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3376
3376
  required_arguments = ['workspaceId']
@@ -3476,7 +3476,7 @@ class DataIntegrationClient(object):
3476
3476
  :rtype: :class:`~oci.response.Response`
3477
3477
 
3478
3478
  :example:
3479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/create_workspace.py.html>`__ to see an example of how to use create_workspace API.
3479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/create_workspace.py.html>`__ to see an example of how to use create_workspace API.
3480
3480
  """
3481
3481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3482
3482
  required_arguments = []
@@ -3573,7 +3573,7 @@ class DataIntegrationClient(object):
3573
3573
  :rtype: :class:`~oci.response.Response`
3574
3574
 
3575
3575
  :example:
3576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_application.py.html>`__ to see an example of how to use delete_application API.
3576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_application.py.html>`__ to see an example of how to use delete_application API.
3577
3577
  """
3578
3578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3579
3579
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3680,7 +3680,7 @@ class DataIntegrationClient(object):
3680
3680
  :rtype: :class:`~oci.response.Response`
3681
3681
 
3682
3682
  :example:
3683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_application_detailed_description.py.html>`__ to see an example of how to use delete_application_detailed_description API.
3683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_application_detailed_description.py.html>`__ to see an example of how to use delete_application_detailed_description API.
3684
3684
  """
3685
3685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3686
3686
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3787,7 +3787,7 @@ class DataIntegrationClient(object):
3787
3787
  :rtype: :class:`~oci.response.Response`
3788
3788
 
3789
3789
  :example:
3790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
3790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
3791
3791
  """
3792
3792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3793
3793
  required_arguments = ['workspaceId', 'connectionKey']
@@ -3894,7 +3894,7 @@ class DataIntegrationClient(object):
3894
3894
  :rtype: :class:`~oci.response.Response`
3895
3895
 
3896
3896
  :example:
3897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_connection_validation.py.html>`__ to see an example of how to use delete_connection_validation API.
3897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_connection_validation.py.html>`__ to see an example of how to use delete_connection_validation API.
3898
3898
  """
3899
3899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3900
3900
  required_arguments = ['workspaceId', 'connectionValidationKey']
@@ -4001,7 +4001,7 @@ class DataIntegrationClient(object):
4001
4001
  :rtype: :class:`~oci.response.Response`
4002
4002
 
4003
4003
  :example:
4004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_copy_object_request.py.html>`__ to see an example of how to use delete_copy_object_request API.
4004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_copy_object_request.py.html>`__ to see an example of how to use delete_copy_object_request API.
4005
4005
  """
4006
4006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4007
4007
  required_arguments = ['workspaceId', 'copyObjectRequestKey']
@@ -4108,7 +4108,7 @@ class DataIntegrationClient(object):
4108
4108
  :rtype: :class:`~oci.response.Response`
4109
4109
 
4110
4110
  :example:
4111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
4111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
4112
4112
  """
4113
4113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4114
4114
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -4215,7 +4215,7 @@ class DataIntegrationClient(object):
4215
4215
  :rtype: :class:`~oci.response.Response`
4216
4216
 
4217
4217
  :example:
4218
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_data_flow.py.html>`__ to see an example of how to use delete_data_flow API.
4218
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_data_flow.py.html>`__ to see an example of how to use delete_data_flow API.
4219
4219
  """
4220
4220
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4221
4221
  required_arguments = ['workspaceId', 'dataFlowKey']
@@ -4322,7 +4322,7 @@ class DataIntegrationClient(object):
4322
4322
  :rtype: :class:`~oci.response.Response`
4323
4323
 
4324
4324
  :example:
4325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_data_flow_validation.py.html>`__ to see an example of how to use delete_data_flow_validation API.
4325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_data_flow_validation.py.html>`__ to see an example of how to use delete_data_flow_validation API.
4326
4326
  """
4327
4327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4328
4328
  required_arguments = ['workspaceId', 'dataFlowValidationKey']
@@ -4429,7 +4429,7 @@ class DataIntegrationClient(object):
4429
4429
  :rtype: :class:`~oci.response.Response`
4430
4430
 
4431
4431
  :example:
4432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_dis_application.py.html>`__ to see an example of how to use delete_dis_application API.
4432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_dis_application.py.html>`__ to see an example of how to use delete_dis_application API.
4433
4433
  """
4434
4434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4435
4435
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -4536,7 +4536,7 @@ class DataIntegrationClient(object):
4536
4536
  :rtype: :class:`~oci.response.Response`
4537
4537
 
4538
4538
  :example:
4539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_dis_application_detailed_description.py.html>`__ to see an example of how to use delete_dis_application_detailed_description API.
4539
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_dis_application_detailed_description.py.html>`__ to see an example of how to use delete_dis_application_detailed_description API.
4540
4540
  """
4541
4541
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4542
4542
  required_arguments = ['workspaceId', 'applicationKey']
@@ -4643,7 +4643,7 @@ class DataIntegrationClient(object):
4643
4643
  :rtype: :class:`~oci.response.Response`
4644
4644
 
4645
4645
  :example:
4646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_export_request.py.html>`__ to see an example of how to use delete_export_request API.
4646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_export_request.py.html>`__ to see an example of how to use delete_export_request API.
4647
4647
  """
4648
4648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4649
4649
  required_arguments = ['workspaceId', 'exportRequestKey']
@@ -4753,7 +4753,7 @@ class DataIntegrationClient(object):
4753
4753
  :rtype: :class:`~oci.response.Response`
4754
4754
 
4755
4755
  :example:
4756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_external_publication.py.html>`__ to see an example of how to use delete_external_publication API.
4756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_external_publication.py.html>`__ to see an example of how to use delete_external_publication API.
4757
4757
  """
4758
4758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4759
4759
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
@@ -4864,7 +4864,7 @@ class DataIntegrationClient(object):
4864
4864
  :rtype: :class:`~oci.response.Response`
4865
4865
 
4866
4866
  :example:
4867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_external_publication_validation.py.html>`__ to see an example of how to use delete_external_publication_validation API.
4867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_external_publication_validation.py.html>`__ to see an example of how to use delete_external_publication_validation API.
4868
4868
  """
4869
4869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4870
4870
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationValidationKey']
@@ -4972,7 +4972,7 @@ class DataIntegrationClient(object):
4972
4972
  :rtype: :class:`~oci.response.Response`
4973
4973
 
4974
4974
  :example:
4975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
4975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
4976
4976
  """
4977
4977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4978
4978
  required_arguments = ['workspaceId', 'folderKey']
@@ -5079,7 +5079,7 @@ class DataIntegrationClient(object):
5079
5079
  :rtype: :class:`~oci.response.Response`
5080
5080
 
5081
5081
  :example:
5082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_function_library.py.html>`__ to see an example of how to use delete_function_library API.
5082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_function_library.py.html>`__ to see an example of how to use delete_function_library API.
5083
5083
  """
5084
5084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5085
5085
  required_arguments = ['workspaceId', 'functionLibraryKey']
@@ -5186,7 +5186,7 @@ class DataIntegrationClient(object):
5186
5186
  :rtype: :class:`~oci.response.Response`
5187
5187
 
5188
5188
  :example:
5189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_import_request.py.html>`__ to see an example of how to use delete_import_request API.
5189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_import_request.py.html>`__ to see an example of how to use delete_import_request API.
5190
5190
  """
5191
5191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5192
5192
  required_arguments = ['importRequestKey', 'workspaceId']
@@ -5296,7 +5296,7 @@ class DataIntegrationClient(object):
5296
5296
  :rtype: :class:`~oci.response.Response`
5297
5297
 
5298
5298
  :example:
5299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_patch.py.html>`__ to see an example of how to use delete_patch API.
5299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_patch.py.html>`__ to see an example of how to use delete_patch API.
5300
5300
  """
5301
5301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5302
5302
  required_arguments = ['workspaceId', 'applicationKey', 'patchKey']
@@ -5404,7 +5404,7 @@ class DataIntegrationClient(object):
5404
5404
  :rtype: :class:`~oci.response.Response`
5405
5405
 
5406
5406
  :example:
5407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5408
5408
  """
5409
5409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5410
5410
  required_arguments = ['workspaceId', 'pipelineKey']
@@ -5511,7 +5511,7 @@ class DataIntegrationClient(object):
5511
5511
  :rtype: :class:`~oci.response.Response`
5512
5512
 
5513
5513
  :example:
5514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_pipeline_validation.py.html>`__ to see an example of how to use delete_pipeline_validation API.
5514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_pipeline_validation.py.html>`__ to see an example of how to use delete_pipeline_validation API.
5515
5515
  """
5516
5516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5517
5517
  required_arguments = ['workspaceId', 'pipelineValidationKey']
@@ -5618,7 +5618,7 @@ class DataIntegrationClient(object):
5618
5618
  :rtype: :class:`~oci.response.Response`
5619
5619
 
5620
5620
  :example:
5621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_project.py.html>`__ to see an example of how to use delete_project API.
5621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_project.py.html>`__ to see an example of how to use delete_project API.
5622
5622
  """
5623
5623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5624
5624
  required_arguments = ['workspaceId', 'projectKey']
@@ -5728,7 +5728,7 @@ class DataIntegrationClient(object):
5728
5728
  :rtype: :class:`~oci.response.Response`
5729
5729
 
5730
5730
  :example:
5731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5732
5732
  """
5733
5733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5734
5734
  required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
@@ -5836,7 +5836,7 @@ class DataIntegrationClient(object):
5836
5836
  :rtype: :class:`~oci.response.Response`
5837
5837
 
5838
5838
  :example:
5839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_task.py.html>`__ to see an example of how to use delete_task API.
5839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_task.py.html>`__ to see an example of how to use delete_task API.
5840
5840
  """
5841
5841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5842
5842
  required_arguments = ['workspaceId', 'taskKey']
@@ -5946,7 +5946,7 @@ class DataIntegrationClient(object):
5946
5946
  :rtype: :class:`~oci.response.Response`
5947
5947
 
5948
5948
  :example:
5949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_task_run.py.html>`__ to see an example of how to use delete_task_run API.
5949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_task_run.py.html>`__ to see an example of how to use delete_task_run API.
5950
5950
  """
5951
5951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5952
5952
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -6057,7 +6057,7 @@ class DataIntegrationClient(object):
6057
6057
  :rtype: :class:`~oci.response.Response`
6058
6058
 
6059
6059
  :example:
6060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_task_schedule.py.html>`__ to see an example of how to use delete_task_schedule API.
6060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_task_schedule.py.html>`__ to see an example of how to use delete_task_schedule API.
6061
6061
  """
6062
6062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6063
6063
  required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
@@ -6165,7 +6165,7 @@ class DataIntegrationClient(object):
6165
6165
  :rtype: :class:`~oci.response.Response`
6166
6166
 
6167
6167
  :example:
6168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_task_validation.py.html>`__ to see an example of how to use delete_task_validation API.
6168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_task_validation.py.html>`__ to see an example of how to use delete_task_validation API.
6169
6169
  """
6170
6170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6171
6171
  required_arguments = ['workspaceId', 'taskValidationKey']
@@ -6272,7 +6272,7 @@ class DataIntegrationClient(object):
6272
6272
  :rtype: :class:`~oci.response.Response`
6273
6273
 
6274
6274
  :example:
6275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_user_defined_function.py.html>`__ to see an example of how to use delete_user_defined_function API.
6275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_user_defined_function.py.html>`__ to see an example of how to use delete_user_defined_function API.
6276
6276
  """
6277
6277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6278
6278
  required_arguments = ['workspaceId', 'userDefinedFunctionKey']
@@ -6379,7 +6379,7 @@ class DataIntegrationClient(object):
6379
6379
  :rtype: :class:`~oci.response.Response`
6380
6380
 
6381
6381
  :example:
6382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_user_defined_function_validation.py.html>`__ to see an example of how to use delete_user_defined_function_validation API.
6382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_user_defined_function_validation.py.html>`__ to see an example of how to use delete_user_defined_function_validation API.
6383
6383
  """
6384
6384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6385
6385
  required_arguments = ['workspaceId', 'userDefinedFunctionValidationKey']
@@ -6489,7 +6489,7 @@ class DataIntegrationClient(object):
6489
6489
  :rtype: :class:`~oci.response.Response`
6490
6490
 
6491
6491
  :example:
6492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/delete_workspace.py.html>`__ to see an example of how to use delete_workspace API.
6492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/delete_workspace.py.html>`__ to see an example of how to use delete_workspace API.
6493
6493
  """
6494
6494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6495
6495
  required_arguments = ['workspaceId']
@@ -6600,7 +6600,7 @@ class DataIntegrationClient(object):
6600
6600
  :rtype: :class:`~oci.response.Response`
6601
6601
 
6602
6602
  :example:
6603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_application.py.html>`__ to see an example of how to use get_application API.
6603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_application.py.html>`__ to see an example of how to use get_application API.
6604
6604
  """
6605
6605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6606
6606
  required_arguments = ['workspaceId', 'applicationKey']
@@ -6702,7 +6702,7 @@ class DataIntegrationClient(object):
6702
6702
  :rtype: :class:`~oci.response.Response`
6703
6703
 
6704
6704
  :example:
6705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_application_detailed_description.py.html>`__ to see an example of how to use get_application_detailed_description API.
6705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_application_detailed_description.py.html>`__ to see an example of how to use get_application_detailed_description API.
6706
6706
  """
6707
6707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6708
6708
  required_arguments = ['workspaceId', 'applicationKey']
@@ -6807,7 +6807,7 @@ class DataIntegrationClient(object):
6807
6807
  :rtype: :class:`~oci.response.Response`
6808
6808
 
6809
6809
  :example:
6810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_composite_state.py.html>`__ to see an example of how to use get_composite_state API.
6810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_composite_state.py.html>`__ to see an example of how to use get_composite_state API.
6811
6811
  """
6812
6812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6813
6813
  required_arguments = ['workspaceId', 'applicationKey', 'aggregatorKey']
@@ -6916,7 +6916,7 @@ class DataIntegrationClient(object):
6916
6916
  :rtype: :class:`~oci.response.Response`
6917
6917
 
6918
6918
  :example:
6919
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_connection.py.html>`__ to see an example of how to use get_connection API.
6919
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_connection.py.html>`__ to see an example of how to use get_connection API.
6920
6920
  """
6921
6921
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6922
6922
  required_arguments = ['workspaceId', 'connectionKey']
@@ -7018,7 +7018,7 @@ class DataIntegrationClient(object):
7018
7018
  :rtype: :class:`~oci.response.Response`
7019
7019
 
7020
7020
  :example:
7021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_connection_validation.py.html>`__ to see an example of how to use get_connection_validation API.
7021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_connection_validation.py.html>`__ to see an example of how to use get_connection_validation API.
7022
7022
  """
7023
7023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7024
7024
  required_arguments = ['workspaceId', 'connectionValidationKey']
@@ -7120,7 +7120,7 @@ class DataIntegrationClient(object):
7120
7120
  :rtype: :class:`~oci.response.Response`
7121
7121
 
7122
7122
  :example:
7123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_copy_object_request.py.html>`__ to see an example of how to use get_copy_object_request API.
7123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_copy_object_request.py.html>`__ to see an example of how to use get_copy_object_request API.
7124
7124
  """
7125
7125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7126
7126
  required_arguments = ['workspaceId', 'copyObjectRequestKey']
@@ -7223,7 +7223,7 @@ class DataIntegrationClient(object):
7223
7223
  :rtype: :class:`~oci.response.Response`
7224
7224
 
7225
7225
  :example:
7226
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_count_statistic.py.html>`__ to see an example of how to use get_count_statistic API.
7226
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_count_statistic.py.html>`__ to see an example of how to use get_count_statistic API.
7227
7227
  """
7228
7228
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7229
7229
  required_arguments = ['workspaceId', 'countStatisticKey']
@@ -7325,7 +7325,7 @@ class DataIntegrationClient(object):
7325
7325
  :rtype: :class:`~oci.response.Response`
7326
7326
 
7327
7327
  :example:
7328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
7328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
7329
7329
  """
7330
7330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7331
7331
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -7433,7 +7433,7 @@ class DataIntegrationClient(object):
7433
7433
  :rtype: :class:`~oci.response.Response`
7434
7434
 
7435
7435
  :example:
7436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_data_entity.py.html>`__ to see an example of how to use get_data_entity API.
7436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_data_entity.py.html>`__ to see an example of how to use get_data_entity API.
7437
7437
  """
7438
7438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7439
7439
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName', 'dataEntityKey']
@@ -7540,7 +7540,7 @@ class DataIntegrationClient(object):
7540
7540
  :rtype: :class:`~oci.response.Response`
7541
7541
 
7542
7542
  :example:
7543
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_data_flow.py.html>`__ to see an example of how to use get_data_flow API.
7543
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_data_flow.py.html>`__ to see an example of how to use get_data_flow API.
7544
7544
  """
7545
7545
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7546
7546
  required_arguments = ['workspaceId', 'dataFlowKey']
@@ -7650,7 +7650,7 @@ class DataIntegrationClient(object):
7650
7650
  :rtype: :class:`~oci.response.Response`
7651
7651
 
7652
7652
  :example:
7653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_data_flow_validation.py.html>`__ to see an example of how to use get_data_flow_validation API.
7653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_data_flow_validation.py.html>`__ to see an example of how to use get_data_flow_validation API.
7654
7654
  """
7655
7655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7656
7656
  required_arguments = ['workspaceId', 'dataFlowValidationKey']
@@ -7755,7 +7755,7 @@ class DataIntegrationClient(object):
7755
7755
  :rtype: :class:`~oci.response.Response`
7756
7756
 
7757
7757
  :example:
7758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_dependent_object.py.html>`__ to see an example of how to use get_dependent_object API.
7758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_dependent_object.py.html>`__ to see an example of how to use get_dependent_object API.
7759
7759
  """
7760
7760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7761
7761
  required_arguments = ['workspaceId', 'applicationKey', 'dependentObjectKey']
@@ -7858,7 +7858,7 @@ class DataIntegrationClient(object):
7858
7858
  :rtype: :class:`~oci.response.Response`
7859
7859
 
7860
7860
  :example:
7861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_dis_application.py.html>`__ to see an example of how to use get_dis_application API.
7861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_dis_application.py.html>`__ to see an example of how to use get_dis_application API.
7862
7862
  """
7863
7863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7864
7864
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -7960,7 +7960,7 @@ class DataIntegrationClient(object):
7960
7960
  :rtype: :class:`~oci.response.Response`
7961
7961
 
7962
7962
  :example:
7963
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_dis_application_detailed_description.py.html>`__ to see an example of how to use get_dis_application_detailed_description API.
7963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_dis_application_detailed_description.py.html>`__ to see an example of how to use get_dis_application_detailed_description API.
7964
7964
  """
7965
7965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7966
7966
  required_arguments = ['workspaceId', 'applicationKey']
@@ -8062,7 +8062,7 @@ class DataIntegrationClient(object):
8062
8062
  :rtype: :class:`~oci.response.Response`
8063
8063
 
8064
8064
  :example:
8065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_export_request.py.html>`__ to see an example of how to use get_export_request API.
8065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_export_request.py.html>`__ to see an example of how to use get_export_request API.
8066
8066
  """
8067
8067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8068
8068
  required_arguments = ['workspaceId', 'exportRequestKey']
@@ -8167,7 +8167,7 @@ class DataIntegrationClient(object):
8167
8167
  :rtype: :class:`~oci.response.Response`
8168
8168
 
8169
8169
  :example:
8170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_external_publication.py.html>`__ to see an example of how to use get_external_publication API.
8170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_external_publication.py.html>`__ to see an example of how to use get_external_publication API.
8171
8171
  """
8172
8172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8173
8173
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
@@ -8273,7 +8273,7 @@ class DataIntegrationClient(object):
8273
8273
  :rtype: :class:`~oci.response.Response`
8274
8274
 
8275
8275
  :example:
8276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_external_publication_validation.py.html>`__ to see an example of how to use get_external_publication_validation API.
8276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_external_publication_validation.py.html>`__ to see an example of how to use get_external_publication_validation API.
8277
8277
  """
8278
8278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8279
8279
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationValidationKey']
@@ -8381,7 +8381,7 @@ class DataIntegrationClient(object):
8381
8381
  :rtype: :class:`~oci.response.Response`
8382
8382
 
8383
8383
  :example:
8384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_folder.py.html>`__ to see an example of how to use get_folder API.
8384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_folder.py.html>`__ to see an example of how to use get_folder API.
8385
8385
  """
8386
8386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8387
8387
  required_arguments = ['workspaceId', 'folderKey']
@@ -8504,7 +8504,7 @@ class DataIntegrationClient(object):
8504
8504
  :rtype: :class:`~oci.response.Response`
8505
8505
 
8506
8506
  :example:
8507
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_function_library.py.html>`__ to see an example of how to use get_function_library API.
8507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_function_library.py.html>`__ to see an example of how to use get_function_library API.
8508
8508
  """
8509
8509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8510
8510
  required_arguments = ['workspaceId', 'functionLibraryKey']
@@ -8632,7 +8632,7 @@ class DataIntegrationClient(object):
8632
8632
  :rtype: :class:`~oci.response.Response`
8633
8633
 
8634
8634
  :example:
8635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_import_request.py.html>`__ to see an example of how to use get_import_request API.
8635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_import_request.py.html>`__ to see an example of how to use get_import_request API.
8636
8636
  """
8637
8637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8638
8638
  required_arguments = ['workspaceId', 'importRequestKey']
@@ -8747,7 +8747,7 @@ class DataIntegrationClient(object):
8747
8747
  :rtype: :class:`~oci.response.Response`
8748
8748
 
8749
8749
  :example:
8750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_patch.py.html>`__ to see an example of how to use get_patch API.
8750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_patch.py.html>`__ to see an example of how to use get_patch API.
8751
8751
  """
8752
8752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8753
8753
  required_arguments = ['workspaceId', 'applicationKey', 'patchKey']
@@ -8853,7 +8853,7 @@ class DataIntegrationClient(object):
8853
8853
  :rtype: :class:`~oci.response.Response`
8854
8854
 
8855
8855
  :example:
8856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
8856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
8857
8857
  """
8858
8858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8859
8859
  required_arguments = ['workspaceId', 'pipelineKey']
@@ -8963,7 +8963,7 @@ class DataIntegrationClient(object):
8963
8963
  :rtype: :class:`~oci.response.Response`
8964
8964
 
8965
8965
  :example:
8966
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_pipeline_validation.py.html>`__ to see an example of how to use get_pipeline_validation API.
8966
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_pipeline_validation.py.html>`__ to see an example of how to use get_pipeline_validation API.
8967
8967
  """
8968
8968
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8969
8969
  required_arguments = ['workspaceId', 'pipelineValidationKey']
@@ -9070,7 +9070,7 @@ class DataIntegrationClient(object):
9070
9070
  :rtype: :class:`~oci.response.Response`
9071
9071
 
9072
9072
  :example:
9073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_project.py.html>`__ to see an example of how to use get_project API.
9073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_project.py.html>`__ to see an example of how to use get_project API.
9074
9074
  """
9075
9075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9076
9076
  required_arguments = ['workspaceId', 'projectKey']
@@ -9194,7 +9194,7 @@ class DataIntegrationClient(object):
9194
9194
  :rtype: :class:`~oci.response.Response`
9195
9195
 
9196
9196
  :example:
9197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_published_object.py.html>`__ to see an example of how to use get_published_object API.
9197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_published_object.py.html>`__ to see an example of how to use get_published_object API.
9198
9198
  """
9199
9199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9200
9200
  required_arguments = ['workspaceId', 'applicationKey', 'publishedObjectKey']
@@ -9308,7 +9308,7 @@ class DataIntegrationClient(object):
9308
9308
  :rtype: :class:`~oci.response.Response`
9309
9309
 
9310
9310
  :example:
9311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_reference.py.html>`__ to see an example of how to use get_reference API.
9311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_reference.py.html>`__ to see an example of how to use get_reference API.
9312
9312
  """
9313
9313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9314
9314
  required_arguments = ['workspaceId', 'applicationKey', 'referenceKey']
@@ -9417,7 +9417,7 @@ class DataIntegrationClient(object):
9417
9417
  :rtype: :class:`~oci.response.Response`
9418
9418
 
9419
9419
  :example:
9420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_runtime_operator.py.html>`__ to see an example of how to use get_runtime_operator API.
9420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_runtime_operator.py.html>`__ to see an example of how to use get_runtime_operator API.
9421
9421
  """
9422
9422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9423
9423
  required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey', 'runtimeOperatorKey']
@@ -9527,7 +9527,7 @@ class DataIntegrationClient(object):
9527
9527
  :rtype: :class:`~oci.response.Response`
9528
9528
 
9529
9529
  :example:
9530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_runtime_pipeline.py.html>`__ to see an example of how to use get_runtime_pipeline API.
9530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_runtime_pipeline.py.html>`__ to see an example of how to use get_runtime_pipeline API.
9531
9531
  """
9532
9532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9533
9533
  required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey']
@@ -9641,7 +9641,7 @@ class DataIntegrationClient(object):
9641
9641
  :rtype: :class:`~oci.response.Response`
9642
9642
 
9643
9643
  :example:
9644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
9644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
9645
9645
  """
9646
9646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9647
9647
  required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
@@ -9747,7 +9747,7 @@ class DataIntegrationClient(object):
9747
9747
  :rtype: :class:`~oci.response.Response`
9748
9748
 
9749
9749
  :example:
9750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_schema.py.html>`__ to see an example of how to use get_schema API.
9750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_schema.py.html>`__ to see an example of how to use get_schema API.
9751
9751
  """
9752
9752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9753
9753
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -9853,7 +9853,7 @@ class DataIntegrationClient(object):
9853
9853
  :rtype: :class:`~oci.response.Response`
9854
9854
 
9855
9855
  :example:
9856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_task.py.html>`__ to see an example of how to use get_task API.
9856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_task.py.html>`__ to see an example of how to use get_task API.
9857
9857
  """
9858
9858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9859
9859
  required_arguments = ['workspaceId', 'taskKey']
@@ -9966,7 +9966,7 @@ class DataIntegrationClient(object):
9966
9966
  :rtype: :class:`~oci.response.Response`
9967
9967
 
9968
9968
  :example:
9969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_task_run.py.html>`__ to see an example of how to use get_task_run API.
9969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_task_run.py.html>`__ to see an example of how to use get_task_run API.
9970
9970
  """
9971
9971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9972
9972
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -10072,7 +10072,7 @@ class DataIntegrationClient(object):
10072
10072
  :rtype: :class:`~oci.response.Response`
10073
10073
 
10074
10074
  :example:
10075
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_task_schedule.py.html>`__ to see an example of how to use get_task_schedule API.
10075
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_task_schedule.py.html>`__ to see an example of how to use get_task_schedule API.
10076
10076
  """
10077
10077
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10078
10078
  required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
@@ -10175,7 +10175,7 @@ class DataIntegrationClient(object):
10175
10175
  :rtype: :class:`~oci.response.Response`
10176
10176
 
10177
10177
  :example:
10178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_task_validation.py.html>`__ to see an example of how to use get_task_validation API.
10178
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_task_validation.py.html>`__ to see an example of how to use get_task_validation API.
10179
10179
  """
10180
10180
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10181
10181
  required_arguments = ['workspaceId', 'taskValidationKey']
@@ -10277,7 +10277,7 @@ class DataIntegrationClient(object):
10277
10277
  :rtype: :class:`~oci.response.Response`
10278
10278
 
10279
10279
  :example:
10280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_template.py.html>`__ to see an example of how to use get_template API.
10280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_template.py.html>`__ to see an example of how to use get_template API.
10281
10281
  """
10282
10282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10283
10283
  required_arguments = ['workspaceId', 'templateId']
@@ -10379,7 +10379,7 @@ class DataIntegrationClient(object):
10379
10379
  :rtype: :class:`~oci.response.Response`
10380
10380
 
10381
10381
  :example:
10382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_user_defined_function.py.html>`__ to see an example of how to use get_user_defined_function API.
10382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_user_defined_function.py.html>`__ to see an example of how to use get_user_defined_function API.
10383
10383
  """
10384
10384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10385
10385
  required_arguments = ['workspaceId', 'userDefinedFunctionKey']
@@ -10481,7 +10481,7 @@ class DataIntegrationClient(object):
10481
10481
  :rtype: :class:`~oci.response.Response`
10482
10482
 
10483
10483
  :example:
10484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_user_defined_function_validation.py.html>`__ to see an example of how to use get_user_defined_function_validation API.
10484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_user_defined_function_validation.py.html>`__ to see an example of how to use get_user_defined_function_validation API.
10485
10485
  """
10486
10486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10487
10487
  required_arguments = ['workspaceId', 'userDefinedFunctionValidationKey']
@@ -10580,7 +10580,7 @@ class DataIntegrationClient(object):
10580
10580
  :rtype: :class:`~oci.response.Response`
10581
10581
 
10582
10582
  :example:
10583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
10583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
10584
10584
  """
10585
10585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10586
10586
  required_arguments = ['workRequestId']
@@ -10678,7 +10678,7 @@ class DataIntegrationClient(object):
10678
10678
  :rtype: :class:`~oci.response.Response`
10679
10679
 
10680
10680
  :example:
10681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/get_workspace.py.html>`__ to see an example of how to use get_workspace API.
10681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/get_workspace.py.html>`__ to see an example of how to use get_workspace API.
10682
10682
  """
10683
10683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10684
10684
  required_arguments = ['workspaceId']
@@ -10808,7 +10808,7 @@ class DataIntegrationClient(object):
10808
10808
  :rtype: :class:`~oci.response.Response`
10809
10809
 
10810
10810
  :example:
10811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_applications.py.html>`__ to see an example of how to use list_applications API.
10811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_applications.py.html>`__ to see an example of how to use list_applications API.
10812
10812
  """
10813
10813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10814
10814
  required_arguments = ['workspaceId']
@@ -10974,7 +10974,7 @@ class DataIntegrationClient(object):
10974
10974
  :rtype: :class:`~oci.response.Response`
10975
10975
 
10976
10976
  :example:
10977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_connection_validations.py.html>`__ to see an example of how to use list_connection_validations API.
10977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_connection_validations.py.html>`__ to see an example of how to use list_connection_validations API.
10978
10978
  """
10979
10979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10980
10980
  required_arguments = ['workspaceId']
@@ -11140,7 +11140,7 @@ class DataIntegrationClient(object):
11140
11140
  :rtype: :class:`~oci.response.Response`
11141
11141
 
11142
11142
  :example:
11143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_connections.py.html>`__ to see an example of how to use list_connections API.
11143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_connections.py.html>`__ to see an example of how to use list_connections API.
11144
11144
  """
11145
11145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11146
11146
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -11312,7 +11312,7 @@ class DataIntegrationClient(object):
11312
11312
  :rtype: :class:`~oci.response.Response`
11313
11313
 
11314
11314
  :example:
11315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_copy_object_requests.py.html>`__ to see an example of how to use list_copy_object_requests API.
11315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_copy_object_requests.py.html>`__ to see an example of how to use list_copy_object_requests API.
11316
11316
  """
11317
11317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11318
11318
  required_arguments = ['workspaceId']
@@ -11491,7 +11491,7 @@ class DataIntegrationClient(object):
11491
11491
  :rtype: :class:`~oci.response.Response`
11492
11492
 
11493
11493
  :example:
11494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11495
11495
  """
11496
11496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11497
11497
  required_arguments = ['workspaceId']
@@ -11667,7 +11667,7 @@ class DataIntegrationClient(object):
11667
11667
  :rtype: :class:`~oci.response.Response`
11668
11668
 
11669
11669
  :example:
11670
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_data_entities.py.html>`__ to see an example of how to use list_data_entities API.
11670
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_data_entities.py.html>`__ to see an example of how to use list_data_entities API.
11671
11671
  """
11672
11672
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11673
11673
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -11839,7 +11839,7 @@ class DataIntegrationClient(object):
11839
11839
  :rtype: :class:`~oci.response.Response`
11840
11840
 
11841
11841
  :example:
11842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_data_flow_validations.py.html>`__ to see an example of how to use list_data_flow_validations API.
11842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_data_flow_validations.py.html>`__ to see an example of how to use list_data_flow_validations API.
11843
11843
  """
11844
11844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11845
11845
  required_arguments = ['workspaceId']
@@ -12005,7 +12005,7 @@ class DataIntegrationClient(object):
12005
12005
  :rtype: :class:`~oci.response.Response`
12006
12006
 
12007
12007
  :example:
12008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_data_flows.py.html>`__ to see an example of how to use list_data_flows API.
12008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_data_flows.py.html>`__ to see an example of how to use list_data_flows API.
12009
12009
  """
12010
12010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12011
12011
  required_arguments = ['workspaceId']
@@ -12184,7 +12184,7 @@ class DataIntegrationClient(object):
12184
12184
  :rtype: :class:`~oci.response.Response`
12185
12185
 
12186
12186
  :example:
12187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_dependent_objects.py.html>`__ to see an example of how to use list_dependent_objects API.
12187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_dependent_objects.py.html>`__ to see an example of how to use list_dependent_objects API.
12188
12188
  """
12189
12189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12190
12190
  required_arguments = ['workspaceId', 'applicationKey']
@@ -12364,7 +12364,7 @@ class DataIntegrationClient(object):
12364
12364
  :rtype: :class:`~oci.response.Response`
12365
12365
 
12366
12366
  :example:
12367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_dis_application_task_run_lineages.py.html>`__ to see an example of how to use list_dis_application_task_run_lineages API.
12367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_dis_application_task_run_lineages.py.html>`__ to see an example of how to use list_dis_application_task_run_lineages API.
12368
12368
  """
12369
12369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12370
12370
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -12538,7 +12538,7 @@ class DataIntegrationClient(object):
12538
12538
  :rtype: :class:`~oci.response.Response`
12539
12539
 
12540
12540
  :example:
12541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_dis_applications.py.html>`__ to see an example of how to use list_dis_applications API.
12541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_dis_applications.py.html>`__ to see an example of how to use list_dis_applications API.
12542
12542
  """
12543
12543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12544
12544
  required_arguments = ['workspaceId', 'compartmentId']
@@ -12712,7 +12712,7 @@ class DataIntegrationClient(object):
12712
12712
  :rtype: :class:`~oci.response.Response`
12713
12713
 
12714
12714
  :example:
12715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_export_requests.py.html>`__ to see an example of how to use list_export_requests API.
12715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_export_requests.py.html>`__ to see an example of how to use list_export_requests API.
12716
12716
  """
12717
12717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12718
12718
  required_arguments = ['workspaceId']
@@ -12894,7 +12894,7 @@ class DataIntegrationClient(object):
12894
12894
  :rtype: :class:`~oci.response.Response`
12895
12895
 
12896
12896
  :example:
12897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_external_publication_validations.py.html>`__ to see an example of how to use list_external_publication_validations API.
12897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_external_publication_validations.py.html>`__ to see an example of how to use list_external_publication_validations API.
12898
12898
  """
12899
12899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12900
12900
  required_arguments = ['workspaceId', 'taskKey']
@@ -13056,7 +13056,7 @@ class DataIntegrationClient(object):
13056
13056
  :rtype: :class:`~oci.response.Response`
13057
13057
 
13058
13058
  :example:
13059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_external_publications.py.html>`__ to see an example of how to use list_external_publications API.
13059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_external_publications.py.html>`__ to see an example of how to use list_external_publications API.
13060
13060
  """
13061
13061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13062
13062
  required_arguments = ['workspaceId', 'taskKey']
@@ -13222,7 +13222,7 @@ class DataIntegrationClient(object):
13222
13222
  :rtype: :class:`~oci.response.Response`
13223
13223
 
13224
13224
  :example:
13225
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_folders.py.html>`__ to see an example of how to use list_folders API.
13225
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_folders.py.html>`__ to see an example of how to use list_folders API.
13226
13226
  """
13227
13227
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13228
13228
  required_arguments = ['workspaceId']
@@ -13390,7 +13390,7 @@ class DataIntegrationClient(object):
13390
13390
  :rtype: :class:`~oci.response.Response`
13391
13391
 
13392
13392
  :example:
13393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_function_libraries.py.html>`__ to see an example of how to use list_function_libraries API.
13393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_function_libraries.py.html>`__ to see an example of how to use list_function_libraries API.
13394
13394
  """
13395
13395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13396
13396
  required_arguments = ['workspaceId']
@@ -13563,7 +13563,7 @@ class DataIntegrationClient(object):
13563
13563
  :rtype: :class:`~oci.response.Response`
13564
13564
 
13565
13565
  :example:
13566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_import_requests.py.html>`__ to see an example of how to use list_import_requests API.
13566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_import_requests.py.html>`__ to see an example of how to use list_import_requests API.
13567
13567
  """
13568
13568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13569
13569
  required_arguments = ['workspaceId']
@@ -13745,7 +13745,7 @@ class DataIntegrationClient(object):
13745
13745
  :rtype: :class:`~oci.response.Response`
13746
13746
 
13747
13747
  :example:
13748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_patch_changes.py.html>`__ to see an example of how to use list_patch_changes API.
13748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_patch_changes.py.html>`__ to see an example of how to use list_patch_changes API.
13749
13749
  """
13750
13750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13751
13751
  required_arguments = ['workspaceId', 'applicationKey']
@@ -13910,7 +13910,7 @@ class DataIntegrationClient(object):
13910
13910
  :rtype: :class:`~oci.response.Response`
13911
13911
 
13912
13912
  :example:
13913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_patches.py.html>`__ to see an example of how to use list_patches API.
13913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_patches.py.html>`__ to see an example of how to use list_patches API.
13914
13914
  """
13915
13915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13916
13916
  required_arguments = ['workspaceId', 'applicationKey']
@@ -14075,7 +14075,7 @@ class DataIntegrationClient(object):
14075
14075
  :rtype: :class:`~oci.response.Response`
14076
14076
 
14077
14077
  :example:
14078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_pipeline_validations.py.html>`__ to see an example of how to use list_pipeline_validations API.
14078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_pipeline_validations.py.html>`__ to see an example of how to use list_pipeline_validations API.
14079
14079
  """
14080
14080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14081
14081
  required_arguments = ['workspaceId']
@@ -14241,7 +14241,7 @@ class DataIntegrationClient(object):
14241
14241
  :rtype: :class:`~oci.response.Response`
14242
14242
 
14243
14243
  :example:
14244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
14244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
14245
14245
  """
14246
14246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14247
14247
  required_arguments = ['workspaceId']
@@ -14407,7 +14407,7 @@ class DataIntegrationClient(object):
14407
14407
  :rtype: :class:`~oci.response.Response`
14408
14408
 
14409
14409
  :example:
14410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_projects.py.html>`__ to see an example of how to use list_projects API.
14410
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_projects.py.html>`__ to see an example of how to use list_projects API.
14411
14411
  """
14412
14412
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14413
14413
  required_arguments = ['workspaceId']
@@ -14589,7 +14589,7 @@ class DataIntegrationClient(object):
14589
14589
  :rtype: :class:`~oci.response.Response`
14590
14590
 
14591
14591
  :example:
14592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_published_objects.py.html>`__ to see an example of how to use list_published_objects API.
14592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_published_objects.py.html>`__ to see an example of how to use list_published_objects API.
14593
14593
  """
14594
14594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14595
14595
  required_arguments = ['workspaceId', 'applicationKey']
@@ -14756,7 +14756,7 @@ class DataIntegrationClient(object):
14756
14756
  :rtype: :class:`~oci.response.Response`
14757
14757
 
14758
14758
  :example:
14759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_references.py.html>`__ to see an example of how to use list_references API.
14759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_references.py.html>`__ to see an example of how to use list_references API.
14760
14760
  """
14761
14761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14762
14762
  required_arguments = ['workspaceId', 'applicationKey']
@@ -14926,7 +14926,7 @@ class DataIntegrationClient(object):
14926
14926
  :rtype: :class:`~oci.response.Response`
14927
14927
 
14928
14928
  :example:
14929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_runtime_operators.py.html>`__ to see an example of how to use list_runtime_operators API.
14929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_runtime_operators.py.html>`__ to see an example of how to use list_runtime_operators API.
14930
14930
  """
14931
14931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14932
14932
  required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey']
@@ -15108,7 +15108,7 @@ class DataIntegrationClient(object):
15108
15108
  :rtype: :class:`~oci.response.Response`
15109
15109
 
15110
15110
  :example:
15111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_runtime_pipelines.py.html>`__ to see an example of how to use list_runtime_pipelines API.
15111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_runtime_pipelines.py.html>`__ to see an example of how to use list_runtime_pipelines API.
15112
15112
  """
15113
15113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15114
15114
  required_arguments = ['workspaceId', 'applicationKey']
@@ -15284,7 +15284,7 @@ class DataIntegrationClient(object):
15284
15284
  :rtype: :class:`~oci.response.Response`
15285
15285
 
15286
15286
  :example:
15287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
15287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
15288
15288
  """
15289
15289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15290
15290
  required_arguments = ['workspaceId', 'applicationKey']
@@ -15457,7 +15457,7 @@ class DataIntegrationClient(object):
15457
15457
  :rtype: :class:`~oci.response.Response`
15458
15458
 
15459
15459
  :example:
15460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
15460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
15461
15461
  """
15462
15462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15463
15463
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -15634,7 +15634,7 @@ class DataIntegrationClient(object):
15634
15634
  :rtype: :class:`~oci.response.Response`
15635
15635
 
15636
15636
  :example:
15637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_task_run_lineages.py.html>`__ to see an example of how to use list_task_run_lineages API.
15637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_task_run_lineages.py.html>`__ to see an example of how to use list_task_run_lineages API.
15638
15638
  """
15639
15639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15640
15640
  required_arguments = ['workspaceId', 'applicationKey']
@@ -15799,7 +15799,7 @@ class DataIntegrationClient(object):
15799
15799
  :rtype: :class:`~oci.response.Response`
15800
15800
 
15801
15801
  :example:
15802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_task_run_logs.py.html>`__ to see an example of how to use list_task_run_logs API.
15802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_task_run_logs.py.html>`__ to see an example of how to use list_task_run_logs API.
15803
15803
  """
15804
15804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15805
15805
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -15974,7 +15974,7 @@ class DataIntegrationClient(object):
15974
15974
  :rtype: :class:`~oci.response.Response`
15975
15975
 
15976
15976
  :example:
15977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_task_runs.py.html>`__ to see an example of how to use list_task_runs API.
15977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_task_runs.py.html>`__ to see an example of how to use list_task_runs API.
15978
15978
  """
15979
15979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15980
15980
  required_arguments = ['workspaceId', 'applicationKey']
@@ -16155,7 +16155,7 @@ class DataIntegrationClient(object):
16155
16155
  :rtype: :class:`~oci.response.Response`
16156
16156
 
16157
16157
  :example:
16158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_task_schedules.py.html>`__ to see an example of how to use list_task_schedules API.
16158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_task_schedules.py.html>`__ to see an example of how to use list_task_schedules API.
16159
16159
  """
16160
16160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16161
16161
  required_arguments = ['workspaceId', 'applicationKey']
@@ -16324,7 +16324,7 @@ class DataIntegrationClient(object):
16324
16324
  :rtype: :class:`~oci.response.Response`
16325
16325
 
16326
16326
  :example:
16327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_task_validations.py.html>`__ to see an example of how to use list_task_validations API.
16327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_task_validations.py.html>`__ to see an example of how to use list_task_validations API.
16328
16328
  """
16329
16329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16330
16330
  required_arguments = ['workspaceId']
@@ -16496,7 +16496,7 @@ class DataIntegrationClient(object):
16496
16496
  :rtype: :class:`~oci.response.Response`
16497
16497
 
16498
16498
  :example:
16499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_tasks.py.html>`__ to see an example of how to use list_tasks API.
16499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_tasks.py.html>`__ to see an example of how to use list_tasks API.
16500
16500
  """
16501
16501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16502
16502
  required_arguments = ['workspaceId']
@@ -16663,7 +16663,7 @@ class DataIntegrationClient(object):
16663
16663
  :rtype: :class:`~oci.response.Response`
16664
16664
 
16665
16665
  :example:
16666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_templates.py.html>`__ to see an example of how to use list_templates API.
16666
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_templates.py.html>`__ to see an example of how to use list_templates API.
16667
16667
  """
16668
16668
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16669
16669
  required_arguments = ['workspaceId']
@@ -16827,7 +16827,7 @@ class DataIntegrationClient(object):
16827
16827
  :rtype: :class:`~oci.response.Response`
16828
16828
 
16829
16829
  :example:
16830
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_user_defined_function_validations.py.html>`__ to see an example of how to use list_user_defined_function_validations API.
16830
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_user_defined_function_validations.py.html>`__ to see an example of how to use list_user_defined_function_validations API.
16831
16831
  """
16832
16832
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16833
16833
  required_arguments = ['workspaceId']
@@ -16993,7 +16993,7 @@ class DataIntegrationClient(object):
16993
16993
  :rtype: :class:`~oci.response.Response`
16994
16994
 
16995
16995
  :example:
16996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_user_defined_functions.py.html>`__ to see an example of how to use list_user_defined_functions API.
16996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_user_defined_functions.py.html>`__ to see an example of how to use list_user_defined_functions API.
16997
16997
  """
16998
16998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16999
16999
  required_arguments = ['workspaceId']
@@ -17147,7 +17147,7 @@ class DataIntegrationClient(object):
17147
17147
  :rtype: :class:`~oci.response.Response`
17148
17148
 
17149
17149
  :example:
17150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17151
17151
  """
17152
17152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17153
17153
  required_arguments = ['workRequestId']
@@ -17293,7 +17293,7 @@ class DataIntegrationClient(object):
17293
17293
  :rtype: :class:`~oci.response.Response`
17294
17294
 
17295
17295
  :example:
17296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17297
17297
  """
17298
17298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17299
17299
  required_arguments = ['workRequestId']
@@ -17447,7 +17447,7 @@ class DataIntegrationClient(object):
17447
17447
  :rtype: :class:`~oci.response.Response`
17448
17448
 
17449
17449
  :example:
17450
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17450
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17451
17451
  """
17452
17452
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17453
17453
  required_arguments = ['compartmentId']
@@ -17601,7 +17601,7 @@ class DataIntegrationClient(object):
17601
17601
  :rtype: :class:`~oci.response.Response`
17602
17602
 
17603
17603
  :example:
17604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/list_workspaces.py.html>`__ to see an example of how to use list_workspaces API.
17604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/list_workspaces.py.html>`__ to see an example of how to use list_workspaces API.
17605
17605
  """
17606
17606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17607
17607
  required_arguments = ['compartmentId']
@@ -17735,7 +17735,7 @@ class DataIntegrationClient(object):
17735
17735
  :rtype: :class:`~oci.response.Response`
17736
17736
 
17737
17737
  :example:
17738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/start_workspace.py.html>`__ to see an example of how to use start_workspace API.
17738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/start_workspace.py.html>`__ to see an example of how to use start_workspace API.
17739
17739
  """
17740
17740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17741
17741
  required_arguments = ['workspaceId']
@@ -17850,7 +17850,7 @@ class DataIntegrationClient(object):
17850
17850
  :rtype: :class:`~oci.response.Response`
17851
17851
 
17852
17852
  :example:
17853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/stop_workspace.py.html>`__ to see an example of how to use stop_workspace API.
17853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/stop_workspace.py.html>`__ to see an example of how to use stop_workspace API.
17854
17854
  """
17855
17855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17856
17856
  required_arguments = ['workspaceId']
@@ -17972,7 +17972,7 @@ class DataIntegrationClient(object):
17972
17972
  :rtype: :class:`~oci.response.Response`
17973
17973
 
17974
17974
  :example:
17975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_application.py.html>`__ to see an example of how to use update_application API.
17975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_application.py.html>`__ to see an example of how to use update_application API.
17976
17976
  """
17977
17977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17978
17978
  required_arguments = ['workspaceId', 'applicationKey']
@@ -18086,7 +18086,7 @@ class DataIntegrationClient(object):
18086
18086
  :rtype: :class:`~oci.response.Response`
18087
18087
 
18088
18088
  :example:
18089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_application_detailed_description.py.html>`__ to see an example of how to use update_application_detailed_description API.
18089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_application_detailed_description.py.html>`__ to see an example of how to use update_application_detailed_description API.
18090
18090
  """
18091
18091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18092
18092
  required_arguments = ['workspaceId', 'applicationKey']
@@ -18200,7 +18200,7 @@ class DataIntegrationClient(object):
18200
18200
  :rtype: :class:`~oci.response.Response`
18201
18201
 
18202
18202
  :example:
18203
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_connection.py.html>`__ to see an example of how to use update_connection API.
18203
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_connection.py.html>`__ to see an example of how to use update_connection API.
18204
18204
  """
18205
18205
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18206
18206
  required_arguments = ['workspaceId', 'connectionKey']
@@ -18314,7 +18314,7 @@ class DataIntegrationClient(object):
18314
18314
  :rtype: :class:`~oci.response.Response`
18315
18315
 
18316
18316
  :example:
18317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_copy_object_request.py.html>`__ to see an example of how to use update_copy_object_request API.
18317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_copy_object_request.py.html>`__ to see an example of how to use update_copy_object_request API.
18318
18318
  """
18319
18319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18320
18320
  required_arguments = ['workspaceId', 'copyObjectRequestKey']
@@ -18428,7 +18428,7 @@ class DataIntegrationClient(object):
18428
18428
  :rtype: :class:`~oci.response.Response`
18429
18429
 
18430
18430
  :example:
18431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18432
18432
  """
18433
18433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18434
18434
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -18542,7 +18542,7 @@ class DataIntegrationClient(object):
18542
18542
  :rtype: :class:`~oci.response.Response`
18543
18543
 
18544
18544
  :example:
18545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_data_flow.py.html>`__ to see an example of how to use update_data_flow API.
18545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_data_flow.py.html>`__ to see an example of how to use update_data_flow API.
18546
18546
  """
18547
18547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18548
18548
  required_arguments = ['workspaceId', 'dataFlowKey']
@@ -18656,7 +18656,7 @@ class DataIntegrationClient(object):
18656
18656
  :rtype: :class:`~oci.response.Response`
18657
18657
 
18658
18658
  :example:
18659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_dis_application.py.html>`__ to see an example of how to use update_dis_application API.
18659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_dis_application.py.html>`__ to see an example of how to use update_dis_application API.
18660
18660
  """
18661
18661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18662
18662
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -18770,7 +18770,7 @@ class DataIntegrationClient(object):
18770
18770
  :rtype: :class:`~oci.response.Response`
18771
18771
 
18772
18772
  :example:
18773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_dis_application_detailed_description.py.html>`__ to see an example of how to use update_dis_application_detailed_description API.
18773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_dis_application_detailed_description.py.html>`__ to see an example of how to use update_dis_application_detailed_description API.
18774
18774
  """
18775
18775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18776
18776
  required_arguments = ['workspaceId', 'applicationKey']
@@ -18884,7 +18884,7 @@ class DataIntegrationClient(object):
18884
18884
  :rtype: :class:`~oci.response.Response`
18885
18885
 
18886
18886
  :example:
18887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_export_request.py.html>`__ to see an example of how to use update_export_request API.
18887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_export_request.py.html>`__ to see an example of how to use update_export_request API.
18888
18888
  """
18889
18889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18890
18890
  required_arguments = ['workspaceId', 'exportRequestKey']
@@ -19001,7 +19001,7 @@ class DataIntegrationClient(object):
19001
19001
  :rtype: :class:`~oci.response.Response`
19002
19002
 
19003
19003
  :example:
19004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_external_publication.py.html>`__ to see an example of how to use update_external_publication API.
19004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_external_publication.py.html>`__ to see an example of how to use update_external_publication API.
19005
19005
  """
19006
19006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19007
19007
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
@@ -19116,7 +19116,7 @@ class DataIntegrationClient(object):
19116
19116
  :rtype: :class:`~oci.response.Response`
19117
19117
 
19118
19118
  :example:
19119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_folder.py.html>`__ to see an example of how to use update_folder API.
19119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_folder.py.html>`__ to see an example of how to use update_folder API.
19120
19120
  """
19121
19121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19122
19122
  required_arguments = ['workspaceId', 'folderKey']
@@ -19230,7 +19230,7 @@ class DataIntegrationClient(object):
19230
19230
  :rtype: :class:`~oci.response.Response`
19231
19231
 
19232
19232
  :example:
19233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_function_library.py.html>`__ to see an example of how to use update_function_library API.
19233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_function_library.py.html>`__ to see an example of how to use update_function_library API.
19234
19234
  """
19235
19235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19236
19236
  required_arguments = ['workspaceId', 'functionLibraryKey']
@@ -19344,7 +19344,7 @@ class DataIntegrationClient(object):
19344
19344
  :rtype: :class:`~oci.response.Response`
19345
19345
 
19346
19346
  :example:
19347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_import_request.py.html>`__ to see an example of how to use update_import_request API.
19347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_import_request.py.html>`__ to see an example of how to use update_import_request API.
19348
19348
  """
19349
19349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19350
19350
  required_arguments = ['workspaceId', 'importRequestKey']
@@ -19458,7 +19458,7 @@ class DataIntegrationClient(object):
19458
19458
  :rtype: :class:`~oci.response.Response`
19459
19459
 
19460
19460
  :example:
19461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
19461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
19462
19462
  """
19463
19463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19464
19464
  required_arguments = ['workspaceId', 'pipelineKey']
@@ -19572,7 +19572,7 @@ class DataIntegrationClient(object):
19572
19572
  :rtype: :class:`~oci.response.Response`
19573
19573
 
19574
19574
  :example:
19575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_project.py.html>`__ to see an example of how to use update_project API.
19575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_project.py.html>`__ to see an example of how to use update_project API.
19576
19576
  """
19577
19577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19578
19578
  required_arguments = ['workspaceId', 'projectKey']
@@ -19692,7 +19692,7 @@ class DataIntegrationClient(object):
19692
19692
  :rtype: :class:`~oci.response.Response`
19693
19693
 
19694
19694
  :example:
19695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_reference.py.html>`__ to see an example of how to use update_reference API.
19695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_reference.py.html>`__ to see an example of how to use update_reference API.
19696
19696
  """
19697
19697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19698
19698
  required_arguments = ['workspaceId', 'applicationKey', 'referenceKey']
@@ -19813,7 +19813,7 @@ class DataIntegrationClient(object):
19813
19813
  :rtype: :class:`~oci.response.Response`
19814
19814
 
19815
19815
  :example:
19816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
19816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
19817
19817
  """
19818
19818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19819
19819
  required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
@@ -19928,7 +19928,7 @@ class DataIntegrationClient(object):
19928
19928
  :rtype: :class:`~oci.response.Response`
19929
19929
 
19930
19930
  :example:
19931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_task.py.html>`__ to see an example of how to use update_task API.
19931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_task.py.html>`__ to see an example of how to use update_task API.
19932
19932
  """
19933
19933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19934
19934
  required_arguments = ['workspaceId', 'taskKey']
@@ -20045,7 +20045,7 @@ class DataIntegrationClient(object):
20045
20045
  :rtype: :class:`~oci.response.Response`
20046
20046
 
20047
20047
  :example:
20048
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_task_run.py.html>`__ to see an example of how to use update_task_run API.
20048
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_task_run.py.html>`__ to see an example of how to use update_task_run API.
20049
20049
  """
20050
20050
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20051
20051
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -20163,7 +20163,7 @@ class DataIntegrationClient(object):
20163
20163
  :rtype: :class:`~oci.response.Response`
20164
20164
 
20165
20165
  :example:
20166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_task_schedule.py.html>`__ to see an example of how to use update_task_schedule API.
20166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_task_schedule.py.html>`__ to see an example of how to use update_task_schedule API.
20167
20167
  """
20168
20168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20169
20169
  required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
@@ -20278,7 +20278,7 @@ class DataIntegrationClient(object):
20278
20278
  :rtype: :class:`~oci.response.Response`
20279
20279
 
20280
20280
  :example:
20281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_user_defined_function.py.html>`__ to see an example of how to use update_user_defined_function API.
20281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_user_defined_function.py.html>`__ to see an example of how to use update_user_defined_function API.
20282
20282
  """
20283
20283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20284
20284
  required_arguments = ['workspaceId', 'userDefinedFunctionKey']
@@ -20389,7 +20389,7 @@ class DataIntegrationClient(object):
20389
20389
  :rtype: :class:`~oci.response.Response`
20390
20390
 
20391
20391
  :example:
20392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/dataintegration/update_workspace.py.html>`__ to see an example of how to use update_workspace API.
20392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/dataintegration/update_workspace.py.html>`__ to see an example of how to use update_workspace API.
20393
20393
  """
20394
20394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20395
20395
  required_arguments = ['workspaceId']