oci 2.155.0__py3-none-any.whl → 2.155.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (430) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +140 -26
  5. oci/ai_document/models/__init__.py +50 -0
  6. oci/ai_document/models/analyze_document_result.py +62 -0
  7. oci/ai_document/models/bar_code.py +159 -0
  8. oci/ai_document/models/capabilities.py +70 -0
  9. oci/ai_document/models/capability.py +70 -0
  10. oci/ai_document/models/create_model_details.py +93 -0
  11. oci/ai_document/models/detected_document_type.py +35 -0
  12. oci/ai_document/models/document_classification_feature.py +36 -5
  13. oci/ai_document/models/document_classification_model_metrics.py +1 -1
  14. oci/ai_document/models/document_elements_extraction_feature.py +80 -0
  15. oci/ai_document/models/document_elements_sub_type.py +103 -0
  16. oci/ai_document/models/document_feature.py +13 -3
  17. oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
  18. oci/ai_document/models/document_language_classification_feature.py +1 -1
  19. oci/ai_document/models/document_table_extraction_feature.py +34 -3
  20. oci/ai_document/models/document_text_extraction_feature.py +65 -3
  21. oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
  22. oci/ai_document/models/field_value.py +64 -2
  23. oci/ai_document/models/general_processor_config.py +1 -1
  24. oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
  25. oci/ai_document/models/inline_document_content.py +33 -2
  26. oci/ai_document/models/inline_document_details.py +33 -2
  27. oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
  28. oci/ai_document/models/invoice_processor_config.py +107 -0
  29. oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
  30. oci/ai_document/models/kv_model_sub_type.py +121 -0
  31. oci/ai_document/models/model.py +116 -3
  32. oci/ai_document/models/model_metrics.py +43 -3
  33. oci/ai_document/models/model_sub_type.py +113 -0
  34. oci/ai_document/models/model_summary.py +31 -0
  35. oci/ai_document/models/model_type_info.py +101 -0
  36. oci/ai_document/models/normalization_fields.py +70 -0
  37. oci/ai_document/models/normalization_fields_map_value.py +70 -0
  38. oci/ai_document/models/object_location.py +33 -2
  39. oci/ai_document/models/object_storage_document_details.py +33 -2
  40. oci/ai_document/models/output_location.py +1 -1
  41. oci/ai_document/models/page.py +95 -2
  42. oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
  43. oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
  44. oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
  45. oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
  46. oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
  47. oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
  48. oci/ai_document/models/processor_config.py +11 -3
  49. oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
  50. oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
  51. oci/ai_document/models/selection_mark.py +144 -0
  52. oci/ai_document/models/signature.py +97 -0
  53. oci/ai_document/models/signature_sub_type_details.py +92 -0
  54. oci/ai_document/models/update_model_details.py +31 -0
  55. oci/ai_document/models/value_array.py +14 -0
  56. oci/ai_document/models/value_date.py +14 -0
  57. oci/ai_document/models/value_integer.py +14 -0
  58. oci/ai_document/models/value_number.py +14 -0
  59. oci/ai_document/models/value_phone_number.py +14 -0
  60. oci/ai_document/models/value_string.py +14 -0
  61. oci/ai_document/models/value_time.py +14 -0
  62. oci/ai_language/ai_service_language_client.py +44 -44
  63. oci/ai_speech/ai_service_speech_client.py +19 -19
  64. oci/ai_vision/ai_service_vision_client.py +28 -28
  65. oci/analytics/analytics_client.py +24 -24
  66. oci/announcements_service/announcement_client.py +5 -5
  67. oci/announcements_service/announcement_subscription_client.py +9 -9
  68. oci/announcements_service/announcements_preferences_client.py +4 -4
  69. oci/announcements_service/service_client.py +1 -1
  70. oci/apiaccesscontrol/api_metadata_client.py +3 -3
  71. oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
  72. oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
  73. oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
  74. oci/apigateway/api_gateway_client.py +21 -21
  75. oci/apigateway/deployment_client.py +6 -6
  76. oci/apigateway/gateway_client.py +6 -6
  77. oci/apigateway/subscribers_client.py +6 -6
  78. oci/apigateway/usage_plans_client.py +6 -6
  79. oci/apigateway/work_requests_client.py +5 -5
  80. oci/apm_config/config_client.py +12 -12
  81. oci/apm_control_plane/apm_domain_client.py +14 -14
  82. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  83. oci/apm_traces/attributes_client.py +8 -8
  84. oci/apm_traces/query_client.py +2 -2
  85. oci/apm_traces/scheduled_query_client.py +5 -5
  86. oci/apm_traces/trace_client.py +5 -5
  87. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  88. oci/artifacts/artifacts_client.py +32 -32
  89. oci/audit/audit_client.py +3 -3
  90. oci/autoscaling/auto_scaling_client.py +11 -11
  91. oci/bastion/bastion_client.py +15 -15
  92. oci/bds/bds_client.py +88 -88
  93. oci/blockchain/blockchain_platform_client.py +27 -27
  94. oci/budget/budget_client.py +10 -10
  95. oci/capacity_management/capacity_management_client.py +32 -32
  96. oci/capacity_management/demand_signal_client.py +13 -13
  97. oci/capacity_management/internal_demand_signal_client.py +12 -12
  98. oci/certificates/certificates_client.py +5 -5
  99. oci/certificates_management/certificates_management_client.py +32 -32
  100. oci/cims/incident_client.py +6 -6
  101. oci/cloud_bridge/common_client.py +5 -5
  102. oci/cloud_bridge/discovery_client.py +15 -15
  103. oci/cloud_bridge/inventory_client.py +16 -16
  104. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  105. oci/cloud_guard/cloud_guard_client.py +155 -155
  106. oci/cloud_migrations/migration_client.py +43 -43
  107. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  108. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  109. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  110. oci/compute_instance_agent/plugin_client.py +2 -2
  111. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  112. oci/container_engine/container_engine_client.py +46 -46
  113. oci/container_instances/container_instance_client.py +18 -18
  114. oci/core/blockstorage_client.py +60 -60
  115. oci/core/compute_client.py +125 -125
  116. oci/core/compute_management_client.py +32 -32
  117. oci/core/virtual_network_client.py +258 -258
  118. oci/dashboard_service/dashboard_client.py +6 -6
  119. oci/dashboard_service/dashboard_group_client.py +6 -6
  120. oci/data_catalog/data_catalog_client.py +149 -149
  121. oci/data_flow/data_flow_client.py +45 -45
  122. oci/data_integration/data_integration_client.py +163 -163
  123. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  124. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  125. oci/data_safe/data_safe_client.py +317 -317
  126. oci/data_science/data_science_client.py +145 -145
  127. oci/database/database_client.py +421 -421
  128. oci/database_management/db_management_client.py +229 -229
  129. oci/database_management/diagnosability_client.py +4 -4
  130. oci/database_management/managed_my_sql_databases_client.py +15 -15
  131. oci/database_management/perfhub_client.py +1 -1
  132. oci/database_management/sql_tuning_client.py +17 -17
  133. oci/database_migration/database_migration_client.py +43 -43
  134. oci/database_tools/database_tools_client.py +23 -23
  135. oci/dblm/db_life_cycle_management_client.py +28 -28
  136. oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
  137. oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
  138. oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
  139. oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
  140. oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
  141. oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
  142. oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
  143. oci/dbmulticloud/work_request_client.py +5 -5
  144. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  145. oci/delegate_access_control/work_request_client.py +4 -4
  146. oci/demand_signal/occ_demand_signal_client.py +7 -7
  147. oci/desktops/desktop_service_client.py +21 -21
  148. oci/devops/devops_client.py +141 -141
  149. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  150. oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
  151. oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
  152. oci/distributed_database/distributed_db_service_client.py +19 -19
  153. oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
  154. oci/dns/dns_client.py +54 -54
  155. oci/dts/appliance_export_job_client.py +6 -6
  156. oci/dts/shipping_vendors_client.py +1 -1
  157. oci/dts/transfer_appliance_client.py +8 -8
  158. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  159. oci/dts/transfer_device_client.py +5 -5
  160. oci/dts/transfer_job_client.py +6 -6
  161. oci/dts/transfer_package_client.py +7 -7
  162. oci/em_warehouse/em_warehouse_client.py +13 -13
  163. oci/email/email_client.py +31 -31
  164. oci/email_data_plane/email_dp_client.py +1 -1
  165. oci/events/events_client.py +6 -6
  166. oci/file_storage/file_storage_client.py +74 -74
  167. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  168. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  169. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  170. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  171. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  172. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  173. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  174. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  175. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  176. oci/functions/functions_invoke_client.py +1 -1
  177. oci/functions/functions_management_client.py +16 -16
  178. oci/fusion_apps/fusion_applications_client.py +41 -41
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  181. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  182. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  183. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  184. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  185. oci/golden_gate/golden_gate_client.py +89 -89
  186. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  187. oci/governance_rules_control_plane/work_request_client.py +5 -5
  188. oci/healthchecks/health_checks_client.py +17 -17
  189. oci/identity/identity_client.py +145 -145
  190. oci/identity_data_plane/dataplane_client.py +2 -2
  191. oci/identity_domains/identity_domains_client.py +311 -311
  192. oci/integration/integration_instance_client.py +19 -19
  193. oci/jms/java_management_service_client.py +79 -79
  194. oci/jms_java_downloads/java_download_client.py +25 -25
  195. oci/key_management/ekm_client.py +5 -5
  196. oci/key_management/kms_crypto_client.py +6 -6
  197. oci/key_management/kms_hsm_cluster_client.py +12 -12
  198. oci/key_management/kms_management_client.py +21 -21
  199. oci/key_management/kms_vault_client.py +14 -14
  200. oci/license_manager/license_manager_client.py +18 -18
  201. oci/limits/limits_client.py +4 -4
  202. oci/limits/quotas_client.py +7 -7
  203. oci/load_balancer/load_balancer_client.py +61 -61
  204. oci/lockbox/lockbox_client.py +24 -24
  205. oci/log_analytics/log_analytics_client.py +200 -200
  206. oci/logging/logging_management_client.py +30 -30
  207. oci/loggingingestion/logging_client.py +1 -1
  208. oci/loggingsearch/log_search_client.py +1 -1
  209. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  210. oci/management_agent/management_agent_client.py +28 -28
  211. oci/management_dashboard/dashx_apis_client.py +18 -18
  212. oci/marketplace/account_client.py +2 -2
  213. oci/marketplace/marketplace_client.py +30 -30
  214. oci/marketplace_private_offer/attachment_client.py +5 -5
  215. oci/marketplace_private_offer/offer_client.py +6 -6
  216. oci/marketplace_publisher/attachment_client.py +5 -5
  217. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  218. oci/marketplace_publisher/offer_client.py +6 -6
  219. oci/media_services/media_services_client.py +60 -60
  220. oci/media_services/media_stream_client.py +2 -2
  221. oci/mngdmac/mac_device_client.py +3 -3
  222. oci/mngdmac/mac_order_client.py +11 -11
  223. oci/model_deployment/model_deployment_client.py +2 -2
  224. oci/monitoring/monitoring_client.py +18 -18
  225. oci/mysql/channels_client.py +7 -7
  226. oci/mysql/db_backups_client.py +8 -8
  227. oci/mysql/db_system_client.py +17 -17
  228. oci/mysql/mysqlaas_client.py +7 -7
  229. oci/mysql/replicas_client.py +5 -5
  230. oci/mysql/work_requests_client.py +4 -4
  231. oci/network_firewall/network_firewall_client.py +92 -92
  232. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  233. oci/nosql/nosql_client.py +27 -27
  234. oci/object_storage/object_storage_client.py +55 -55
  235. oci/oce/oce_instance_client.py +10 -10
  236. oci/oci_control_center/occ_metrics_client.py +3 -3
  237. oci/ocvp/cluster_client.py +5 -5
  238. oci/ocvp/esxi_host_client.py +8 -8
  239. oci/ocvp/sddc_client.py +14 -14
  240. oci/ocvp/work_request_client.py +4 -4
  241. oci/oda/management_client.py +59 -59
  242. oci/oda/oda_client.py +17 -17
  243. oci/oda/odapackage_client.py +7 -7
  244. oci/onesubscription/billing_schedule_client.py +1 -1
  245. oci/onesubscription/commitment_client.py +2 -2
  246. oci/onesubscription/computed_usage_client.py +3 -3
  247. oci/onesubscription/invoice_summary_client.py +2 -2
  248. oci/onesubscription/organization_subscription_client.py +1 -1
  249. oci/onesubscription/ratecard_client.py +1 -1
  250. oci/onesubscription/subscribed_service_client.py +2 -2
  251. oci/onesubscription/subscription_client.py +1 -1
  252. oci/ons/notification_control_plane_client.py +6 -6
  253. oci/ons/notification_data_plane_client.py +10 -10
  254. oci/opa/opa_instance_client.py +13 -13
  255. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  256. oci/opensearch/opensearch_cluster_client.py +17 -17
  257. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  258. oci/operator_access_control/access_requests_client.py +10 -10
  259. oci/operator_access_control/operator_actions_client.py +2 -2
  260. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  261. oci/operator_access_control/operator_control_client.py +6 -6
  262. oci/opsi/models/__init__.py +20 -0
  263. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  264. oci/opsi/models/autonomous_database_insight.py +1 -1
  265. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  266. oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
  267. oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
  268. oci/opsi/models/create_database_insight_details.py +11 -3
  269. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  270. oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
  271. oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
  272. oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
  273. oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
  274. oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
  275. oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
  276. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  277. oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
  278. oci/opsi/models/credential_by_iam.py +1 -1
  279. oci/opsi/models/credential_by_named_credentials.py +91 -0
  280. oci/opsi/models/credential_by_vault.py +1 -1
  281. oci/opsi/models/credential_details.py +14 -6
  282. oci/opsi/models/credentials_by_source.py +1 -1
  283. oci/opsi/models/database_configuration_summary.py +11 -3
  284. oci/opsi/models/database_insight.py +11 -3
  285. oci/opsi/models/database_insight_summary.py +11 -3
  286. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  287. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  288. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  289. oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
  290. oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
  291. oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
  292. oci/opsi/models/enable_database_insight_details.py +11 -3
  293. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  294. oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
  295. oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
  296. oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
  297. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
  298. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  299. oci/opsi/models/exadata_configuration_summary.py +7 -3
  300. oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
  301. oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
  302. oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
  303. oci/opsi/models/exadata_insight.py +7 -3
  304. oci/opsi/models/exadata_insight_summary.py +7 -3
  305. oci/opsi/models/exadata_member_collection.py +7 -3
  306. oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
  307. oci/opsi/models/external_mysql_database_insight.py +1 -1
  308. oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
  309. oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
  310. oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
  311. oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
  312. oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
  313. oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
  314. oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
  315. oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
  316. oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
  317. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  318. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  319. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  320. oci/opsi/models/mds_my_sql_database_insight.py +1 -1
  321. oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
  322. oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
  323. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  324. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  325. oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
  326. oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
  327. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  328. oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
  329. oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
  330. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  331. oci/opsi/models/update_database_insight_details.py +11 -3
  332. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  333. oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
  334. oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
  335. oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
  336. oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
  337. oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
  338. oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
  339. oci/opsi/models/vm_cluster_summary.py +64 -2
  340. oci/opsi/models/work_request.py +15 -3
  341. oci/opsi/operations_insights_client.py +580 -202
  342. oci/opsi/operations_insights_client_composite_operations.py +125 -0
  343. oci/optimizer/optimizer_client.py +26 -26
  344. oci/os_management/event_client.py +8 -8
  345. oci/os_management/os_management_client.py +69 -69
  346. oci/os_management_hub/event_client.py +8 -8
  347. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  348. oci/os_management_hub/managed_instance_client.py +33 -33
  349. oci/os_management_hub/managed_instance_group_client.py +26 -26
  350. oci/os_management_hub/management_station_client.py +10 -10
  351. oci/os_management_hub/onboarding_client.py +13 -13
  352. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  353. oci/os_management_hub/scheduled_job_client.py +7 -7
  354. oci/os_management_hub/software_source_client.py +33 -33
  355. oci/os_management_hub/work_request_client.py +5 -5
  356. oci/osp_gateway/address_rule_service_client.py +1 -1
  357. oci/osp_gateway/address_service_client.py +2 -2
  358. oci/osp_gateway/invoice_service_client.py +5 -5
  359. oci/osp_gateway/models/subscription.py +38 -3
  360. oci/osp_gateway/models/subscription_summary.py +38 -3
  361. oci/osp_gateway/subscription_service_client.py +5 -5
  362. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  363. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  364. oci/osub_subscription/commitment_client.py +2 -2
  365. oci/osub_subscription/ratecard_client.py +1 -1
  366. oci/osub_subscription/subscription_client.py +1 -1
  367. oci/osub_usage/computed_usage_client.py +3 -3
  368. oci/psql/postgresql_client.py +34 -34
  369. oci/queue/queue_admin_client.py +11 -11
  370. oci/queue/queue_client.py +8 -8
  371. oci/recovery/database_recovery_client.py +26 -26
  372. oci/redis/oci_cache_user_client.py +7 -7
  373. oci/redis/redis_cluster_client.py +15 -15
  374. oci/redis/redis_identity_client.py +1 -1
  375. oci/regions_definitions.py +9 -4
  376. oci/resource_manager/resource_manager_client.py +52 -52
  377. oci/resource_scheduler/schedule_client.py +14 -14
  378. oci/resource_search/resource_search_client.py +3 -3
  379. oci/rover/rover_bundle_client.py +8 -8
  380. oci/rover/rover_cluster_client.py +8 -8
  381. oci/rover/rover_entitlement_client.py +6 -6
  382. oci/rover/rover_node_client.py +15 -15
  383. oci/rover/shape_client.py +1 -1
  384. oci/rover/work_requests_client.py +5 -5
  385. oci/sch/connector_plugins_client.py +2 -2
  386. oci/sch/service_connector_client.py +12 -12
  387. oci/secrets/secrets_client.py +3 -3
  388. oci/security_attribute/security_attribute_client.py +18 -18
  389. oci/service_catalog/service_catalog_client.py +26 -26
  390. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  391. oci/service_mesh/service_mesh_client.py +48 -48
  392. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  393. oci/streaming/stream_admin_client.py +18 -18
  394. oci/streaming/stream_client.py +8 -8
  395. oci/tenant_manager_control_plane/domain_client.py +5 -5
  396. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  397. oci/tenant_manager_control_plane/governance_client.py +2 -2
  398. oci/tenant_manager_control_plane/link_client.py +3 -3
  399. oci/tenant_manager_control_plane/orders_client.py +2 -2
  400. oci/tenant_manager_control_plane/organization_client.py +10 -10
  401. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  402. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  403. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  404. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  405. oci/threat_intelligence/threatintel_client.py +5 -5
  406. oci/usage/resources_client.py +2 -2
  407. oci/usage/rewards_client.py +6 -6
  408. oci/usage/usagelimits_client.py +1 -1
  409. oci/usage_api/usageapi_client.py +33 -33
  410. oci/vault/vaults_client.py +13 -13
  411. oci/vbs_inst/vbs_instance_client.py +10 -10
  412. oci/version.py +1 -1
  413. oci/visual_builder/vb_instance_client.py +14 -14
  414. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  415. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  416. oci/waa/waa_client.py +13 -13
  417. oci/waa/work_request_client.py +4 -4
  418. oci/waas/redirect_client.py +6 -6
  419. oci/waas/waas_client.py +66 -66
  420. oci/waf/waf_client.py +24 -24
  421. oci/wlms/weblogic_management_service_client.py +41 -41
  422. oci/wlms/weblogic_management_service_configuration_client.py +2 -2
  423. oci/work_requests/work_request_client.py +4 -4
  424. oci/zpr/zpr_client.py +15 -15
  425. {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
  426. {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
  427. {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
  428. {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  429. {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
  430. {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/top_level.txt +0 -0
@@ -156,7 +156,7 @@ class DataIntegrationClient(object):
156
156
  :rtype: :class:`~oci.response.Response`
157
157
 
158
158
  :example:
159
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/change_compartment.py.html>`__ to see an example of how to use change_compartment API.
159
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/change_compartment.py.html>`__ to see an example of how to use change_compartment API.
160
160
  """
161
161
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
162
162
  required_arguments = ['workspaceId']
@@ -273,7 +273,7 @@ class DataIntegrationClient(object):
273
273
  :rtype: :class:`~oci.response.Response`
274
274
 
275
275
  :example:
276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/change_dis_application_compartment.py.html>`__ to see an example of how to use change_dis_application_compartment API.
276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/change_dis_application_compartment.py.html>`__ to see an example of how to use change_dis_application_compartment API.
277
277
  """
278
278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
279
279
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -383,7 +383,7 @@ class DataIntegrationClient(object):
383
383
  :rtype: :class:`~oci.response.Response`
384
384
 
385
385
  :example:
386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_application.py.html>`__ to see an example of how to use create_application API.
386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_application.py.html>`__ to see an example of how to use create_application API.
387
387
  """
388
388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
389
389
  required_arguments = ['workspaceId']
@@ -495,7 +495,7 @@ class DataIntegrationClient(object):
495
495
  :rtype: :class:`~oci.response.Response`
496
496
 
497
497
  :example:
498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_application_detailed_description.py.html>`__ to see an example of how to use create_application_detailed_description API.
498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_application_detailed_description.py.html>`__ to see an example of how to use create_application_detailed_description API.
499
499
  """
500
500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
501
501
  required_arguments = ['workspaceId', 'applicationKey']
@@ -605,7 +605,7 @@ class DataIntegrationClient(object):
605
605
  :rtype: :class:`~oci.response.Response`
606
606
 
607
607
  :example:
608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_connection.py.html>`__ to see an example of how to use create_connection API.
608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_connection.py.html>`__ to see an example of how to use create_connection API.
609
609
  """
610
610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
611
611
  required_arguments = ['workspaceId']
@@ -714,7 +714,7 @@ class DataIntegrationClient(object):
714
714
  :rtype: :class:`~oci.response.Response`
715
715
 
716
716
  :example:
717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_connection_validation.py.html>`__ to see an example of how to use create_connection_validation API.
717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_connection_validation.py.html>`__ to see an example of how to use create_connection_validation API.
718
718
  """
719
719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
720
720
  required_arguments = ['workspaceId']
@@ -823,7 +823,7 @@ class DataIntegrationClient(object):
823
823
  :rtype: :class:`~oci.response.Response`
824
824
 
825
825
  :example:
826
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_copy_object_request.py.html>`__ to see an example of how to use create_copy_object_request API.
826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_copy_object_request.py.html>`__ to see an example of how to use create_copy_object_request API.
827
827
  """
828
828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
829
829
  required_arguments = ['workspaceId']
@@ -932,7 +932,7 @@ class DataIntegrationClient(object):
932
932
  :rtype: :class:`~oci.response.Response`
933
933
 
934
934
  :example:
935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_data_asset.py.html>`__ to see an example of how to use create_data_asset API.
936
936
  """
937
937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
938
938
  required_arguments = ['workspaceId']
@@ -1041,7 +1041,7 @@ class DataIntegrationClient(object):
1041
1041
  :rtype: :class:`~oci.response.Response`
1042
1042
 
1043
1043
  :example:
1044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_data_flow.py.html>`__ to see an example of how to use create_data_flow API.
1044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_data_flow.py.html>`__ to see an example of how to use create_data_flow API.
1045
1045
  """
1046
1046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1047
1047
  required_arguments = ['workspaceId']
@@ -1150,7 +1150,7 @@ class DataIntegrationClient(object):
1150
1150
  :rtype: :class:`~oci.response.Response`
1151
1151
 
1152
1152
  :example:
1153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_data_flow_validation.py.html>`__ to see an example of how to use create_data_flow_validation API.
1153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_data_flow_validation.py.html>`__ to see an example of how to use create_data_flow_validation API.
1154
1154
  """
1155
1155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1156
1156
  required_arguments = ['workspaceId']
@@ -1259,7 +1259,7 @@ class DataIntegrationClient(object):
1259
1259
  :rtype: :class:`~oci.response.Response`
1260
1260
 
1261
1261
  :example:
1262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_dis_application.py.html>`__ to see an example of how to use create_dis_application API.
1262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_dis_application.py.html>`__ to see an example of how to use create_dis_application API.
1263
1263
  """
1264
1264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1265
1265
  required_arguments = ['workspaceId']
@@ -1371,7 +1371,7 @@ class DataIntegrationClient(object):
1371
1371
  :rtype: :class:`~oci.response.Response`
1372
1372
 
1373
1373
  :example:
1374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_dis_application_detailed_description.py.html>`__ to see an example of how to use create_dis_application_detailed_description API.
1374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_dis_application_detailed_description.py.html>`__ to see an example of how to use create_dis_application_detailed_description API.
1375
1375
  """
1376
1376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1377
1377
  required_arguments = ['workspaceId', 'applicationKey']
@@ -1492,7 +1492,7 @@ class DataIntegrationClient(object):
1492
1492
  :rtype: :class:`~oci.response.Response`
1493
1493
 
1494
1494
  :example:
1495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_entity_shape.py.html>`__ to see an example of how to use create_entity_shape API.
1495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_entity_shape.py.html>`__ to see an example of how to use create_entity_shape API.
1496
1496
  """
1497
1497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1498
1498
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -1605,7 +1605,7 @@ class DataIntegrationClient(object):
1605
1605
  :rtype: :class:`~oci.response.Response`
1606
1606
 
1607
1607
  :example:
1608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_export_request.py.html>`__ to see an example of how to use create_export_request API.
1608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_export_request.py.html>`__ to see an example of how to use create_export_request API.
1609
1609
  """
1610
1610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1611
1611
  required_arguments = ['workspaceId']
@@ -1717,7 +1717,7 @@ class DataIntegrationClient(object):
1717
1717
  :rtype: :class:`~oci.response.Response`
1718
1718
 
1719
1719
  :example:
1720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_external_publication.py.html>`__ to see an example of how to use create_external_publication API.
1720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_external_publication.py.html>`__ to see an example of how to use create_external_publication API.
1721
1721
  """
1722
1722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1723
1723
  required_arguments = ['workspaceId', 'taskKey']
@@ -1830,7 +1830,7 @@ class DataIntegrationClient(object):
1830
1830
  :rtype: :class:`~oci.response.Response`
1831
1831
 
1832
1832
  :example:
1833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_external_publication_validation.py.html>`__ to see an example of how to use create_external_publication_validation API.
1833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_external_publication_validation.py.html>`__ to see an example of how to use create_external_publication_validation API.
1834
1834
  """
1835
1835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1836
1836
  required_arguments = ['workspaceId', 'taskKey']
@@ -1941,7 +1941,7 @@ class DataIntegrationClient(object):
1941
1941
  :rtype: :class:`~oci.response.Response`
1942
1942
 
1943
1943
  :example:
1944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_folder.py.html>`__ to see an example of how to use create_folder API.
1944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_folder.py.html>`__ to see an example of how to use create_folder API.
1945
1945
  """
1946
1946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1947
1947
  required_arguments = ['workspaceId']
@@ -2051,7 +2051,7 @@ class DataIntegrationClient(object):
2051
2051
  :rtype: :class:`~oci.response.Response`
2052
2052
 
2053
2053
  :example:
2054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_function_library.py.html>`__ to see an example of how to use create_function_library API.
2054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_function_library.py.html>`__ to see an example of how to use create_function_library API.
2055
2055
  """
2056
2056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2057
2057
  required_arguments = ['workspaceId']
@@ -2160,7 +2160,7 @@ class DataIntegrationClient(object):
2160
2160
  :rtype: :class:`~oci.response.Response`
2161
2161
 
2162
2162
  :example:
2163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_import_request.py.html>`__ to see an example of how to use create_import_request API.
2163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_import_request.py.html>`__ to see an example of how to use create_import_request API.
2164
2164
  """
2165
2165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2166
2166
  required_arguments = ['workspaceId']
@@ -2272,7 +2272,7 @@ class DataIntegrationClient(object):
2272
2272
  :rtype: :class:`~oci.response.Response`
2273
2273
 
2274
2274
  :example:
2275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_patch.py.html>`__ to see an example of how to use create_patch API.
2275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_patch.py.html>`__ to see an example of how to use create_patch API.
2276
2276
  """
2277
2277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2278
2278
  required_arguments = ['workspaceId', 'applicationKey']
@@ -2382,7 +2382,7 @@ class DataIntegrationClient(object):
2382
2382
  :rtype: :class:`~oci.response.Response`
2383
2383
 
2384
2384
  :example:
2385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
2385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
2386
2386
  """
2387
2387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2388
2388
  required_arguments = ['workspaceId']
@@ -2491,7 +2491,7 @@ class DataIntegrationClient(object):
2491
2491
  :rtype: :class:`~oci.response.Response`
2492
2492
 
2493
2493
  :example:
2494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_pipeline_validation.py.html>`__ to see an example of how to use create_pipeline_validation API.
2494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_pipeline_validation.py.html>`__ to see an example of how to use create_pipeline_validation API.
2495
2495
  """
2496
2496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2497
2497
  required_arguments = ['workspaceId']
@@ -2600,7 +2600,7 @@ class DataIntegrationClient(object):
2600
2600
  :rtype: :class:`~oci.response.Response`
2601
2601
 
2602
2602
  :example:
2603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_project.py.html>`__ to see an example of how to use create_project API.
2603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_project.py.html>`__ to see an example of how to use create_project API.
2604
2604
  """
2605
2605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2606
2606
  required_arguments = ['workspaceId']
@@ -2712,7 +2712,7 @@ class DataIntegrationClient(object):
2712
2712
  :rtype: :class:`~oci.response.Response`
2713
2713
 
2714
2714
  :example:
2715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
2715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
2716
2716
  """
2717
2717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2718
2718
  required_arguments = ['workspaceId', 'applicationKey']
@@ -2822,7 +2822,7 @@ class DataIntegrationClient(object):
2822
2822
  :rtype: :class:`~oci.response.Response`
2823
2823
 
2824
2824
  :example:
2825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_task.py.html>`__ to see an example of how to use create_task API.
2825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_task.py.html>`__ to see an example of how to use create_task API.
2826
2826
  """
2827
2827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2828
2828
  required_arguments = ['workspaceId']
@@ -2934,7 +2934,7 @@ class DataIntegrationClient(object):
2934
2934
  :rtype: :class:`~oci.response.Response`
2935
2935
 
2936
2936
  :example:
2937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_task_run.py.html>`__ to see an example of how to use create_task_run API.
2937
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_task_run.py.html>`__ to see an example of how to use create_task_run API.
2938
2938
  """
2939
2939
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2940
2940
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3047,7 +3047,7 @@ class DataIntegrationClient(object):
3047
3047
  :rtype: :class:`~oci.response.Response`
3048
3048
 
3049
3049
  :example:
3050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_task_schedule.py.html>`__ to see an example of how to use create_task_schedule API.
3050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_task_schedule.py.html>`__ to see an example of how to use create_task_schedule API.
3051
3051
  """
3052
3052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3053
3053
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3157,7 +3157,7 @@ class DataIntegrationClient(object):
3157
3157
  :rtype: :class:`~oci.response.Response`
3158
3158
 
3159
3159
  :example:
3160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_task_validation.py.html>`__ to see an example of how to use create_task_validation API.
3160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_task_validation.py.html>`__ to see an example of how to use create_task_validation API.
3161
3161
  """
3162
3162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3163
3163
  required_arguments = ['workspaceId']
@@ -3266,7 +3266,7 @@ class DataIntegrationClient(object):
3266
3266
  :rtype: :class:`~oci.response.Response`
3267
3267
 
3268
3268
  :example:
3269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_user_defined_function.py.html>`__ to see an example of how to use create_user_defined_function API.
3269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_user_defined_function.py.html>`__ to see an example of how to use create_user_defined_function API.
3270
3270
  """
3271
3271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3272
3272
  required_arguments = ['workspaceId']
@@ -3375,7 +3375,7 @@ class DataIntegrationClient(object):
3375
3375
  :rtype: :class:`~oci.response.Response`
3376
3376
 
3377
3377
  :example:
3378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_user_defined_function_validation.py.html>`__ to see an example of how to use create_user_defined_function_validation API.
3378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_user_defined_function_validation.py.html>`__ to see an example of how to use create_user_defined_function_validation API.
3379
3379
  """
3380
3380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3381
3381
  required_arguments = ['workspaceId']
@@ -3481,7 +3481,7 @@ class DataIntegrationClient(object):
3481
3481
  :rtype: :class:`~oci.response.Response`
3482
3482
 
3483
3483
  :example:
3484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/create_workspace.py.html>`__ to see an example of how to use create_workspace API.
3484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/create_workspace.py.html>`__ to see an example of how to use create_workspace API.
3485
3485
  """
3486
3486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3487
3487
  required_arguments = []
@@ -3578,7 +3578,7 @@ class DataIntegrationClient(object):
3578
3578
  :rtype: :class:`~oci.response.Response`
3579
3579
 
3580
3580
  :example:
3581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_application.py.html>`__ to see an example of how to use delete_application API.
3581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_application.py.html>`__ to see an example of how to use delete_application API.
3582
3582
  """
3583
3583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3584
3584
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3685,7 +3685,7 @@ class DataIntegrationClient(object):
3685
3685
  :rtype: :class:`~oci.response.Response`
3686
3686
 
3687
3687
  :example:
3688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_application_detailed_description.py.html>`__ to see an example of how to use delete_application_detailed_description API.
3688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_application_detailed_description.py.html>`__ to see an example of how to use delete_application_detailed_description API.
3689
3689
  """
3690
3690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3691
3691
  required_arguments = ['workspaceId', 'applicationKey']
@@ -3792,7 +3792,7 @@ class DataIntegrationClient(object):
3792
3792
  :rtype: :class:`~oci.response.Response`
3793
3793
 
3794
3794
  :example:
3795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
3795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
3796
3796
  """
3797
3797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3798
3798
  required_arguments = ['workspaceId', 'connectionKey']
@@ -3899,7 +3899,7 @@ class DataIntegrationClient(object):
3899
3899
  :rtype: :class:`~oci.response.Response`
3900
3900
 
3901
3901
  :example:
3902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_connection_validation.py.html>`__ to see an example of how to use delete_connection_validation API.
3902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_connection_validation.py.html>`__ to see an example of how to use delete_connection_validation API.
3903
3903
  """
3904
3904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3905
3905
  required_arguments = ['workspaceId', 'connectionValidationKey']
@@ -4006,7 +4006,7 @@ class DataIntegrationClient(object):
4006
4006
  :rtype: :class:`~oci.response.Response`
4007
4007
 
4008
4008
  :example:
4009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_copy_object_request.py.html>`__ to see an example of how to use delete_copy_object_request API.
4009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_copy_object_request.py.html>`__ to see an example of how to use delete_copy_object_request API.
4010
4010
  """
4011
4011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4012
4012
  required_arguments = ['workspaceId', 'copyObjectRequestKey']
@@ -4113,7 +4113,7 @@ class DataIntegrationClient(object):
4113
4113
  :rtype: :class:`~oci.response.Response`
4114
4114
 
4115
4115
  :example:
4116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
4116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_data_asset.py.html>`__ to see an example of how to use delete_data_asset API.
4117
4117
  """
4118
4118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4119
4119
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -4220,7 +4220,7 @@ class DataIntegrationClient(object):
4220
4220
  :rtype: :class:`~oci.response.Response`
4221
4221
 
4222
4222
  :example:
4223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_data_flow.py.html>`__ to see an example of how to use delete_data_flow API.
4223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_data_flow.py.html>`__ to see an example of how to use delete_data_flow API.
4224
4224
  """
4225
4225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4226
4226
  required_arguments = ['workspaceId', 'dataFlowKey']
@@ -4327,7 +4327,7 @@ class DataIntegrationClient(object):
4327
4327
  :rtype: :class:`~oci.response.Response`
4328
4328
 
4329
4329
  :example:
4330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_data_flow_validation.py.html>`__ to see an example of how to use delete_data_flow_validation API.
4330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_data_flow_validation.py.html>`__ to see an example of how to use delete_data_flow_validation API.
4331
4331
  """
4332
4332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4333
4333
  required_arguments = ['workspaceId', 'dataFlowValidationKey']
@@ -4434,7 +4434,7 @@ class DataIntegrationClient(object):
4434
4434
  :rtype: :class:`~oci.response.Response`
4435
4435
 
4436
4436
  :example:
4437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_dis_application.py.html>`__ to see an example of how to use delete_dis_application API.
4437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_dis_application.py.html>`__ to see an example of how to use delete_dis_application API.
4438
4438
  """
4439
4439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4440
4440
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -4541,7 +4541,7 @@ class DataIntegrationClient(object):
4541
4541
  :rtype: :class:`~oci.response.Response`
4542
4542
 
4543
4543
  :example:
4544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_dis_application_detailed_description.py.html>`__ to see an example of how to use delete_dis_application_detailed_description API.
4544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_dis_application_detailed_description.py.html>`__ to see an example of how to use delete_dis_application_detailed_description API.
4545
4545
  """
4546
4546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4547
4547
  required_arguments = ['workspaceId', 'applicationKey']
@@ -4648,7 +4648,7 @@ class DataIntegrationClient(object):
4648
4648
  :rtype: :class:`~oci.response.Response`
4649
4649
 
4650
4650
  :example:
4651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_export_request.py.html>`__ to see an example of how to use delete_export_request API.
4651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_export_request.py.html>`__ to see an example of how to use delete_export_request API.
4652
4652
  """
4653
4653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4654
4654
  required_arguments = ['workspaceId', 'exportRequestKey']
@@ -4758,7 +4758,7 @@ class DataIntegrationClient(object):
4758
4758
  :rtype: :class:`~oci.response.Response`
4759
4759
 
4760
4760
  :example:
4761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_external_publication.py.html>`__ to see an example of how to use delete_external_publication API.
4761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_external_publication.py.html>`__ to see an example of how to use delete_external_publication API.
4762
4762
  """
4763
4763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4764
4764
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
@@ -4869,7 +4869,7 @@ class DataIntegrationClient(object):
4869
4869
  :rtype: :class:`~oci.response.Response`
4870
4870
 
4871
4871
  :example:
4872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_external_publication_validation.py.html>`__ to see an example of how to use delete_external_publication_validation API.
4872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_external_publication_validation.py.html>`__ to see an example of how to use delete_external_publication_validation API.
4873
4873
  """
4874
4874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4875
4875
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationValidationKey']
@@ -4977,7 +4977,7 @@ class DataIntegrationClient(object):
4977
4977
  :rtype: :class:`~oci.response.Response`
4978
4978
 
4979
4979
  :example:
4980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
4980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_folder.py.html>`__ to see an example of how to use delete_folder API.
4981
4981
  """
4982
4982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4983
4983
  required_arguments = ['workspaceId', 'folderKey']
@@ -5084,7 +5084,7 @@ class DataIntegrationClient(object):
5084
5084
  :rtype: :class:`~oci.response.Response`
5085
5085
 
5086
5086
  :example:
5087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_function_library.py.html>`__ to see an example of how to use delete_function_library API.
5087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_function_library.py.html>`__ to see an example of how to use delete_function_library API.
5088
5088
  """
5089
5089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5090
5090
  required_arguments = ['workspaceId', 'functionLibraryKey']
@@ -5191,7 +5191,7 @@ class DataIntegrationClient(object):
5191
5191
  :rtype: :class:`~oci.response.Response`
5192
5192
 
5193
5193
  :example:
5194
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_import_request.py.html>`__ to see an example of how to use delete_import_request API.
5194
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_import_request.py.html>`__ to see an example of how to use delete_import_request API.
5195
5195
  """
5196
5196
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5197
5197
  required_arguments = ['importRequestKey', 'workspaceId']
@@ -5301,7 +5301,7 @@ class DataIntegrationClient(object):
5301
5301
  :rtype: :class:`~oci.response.Response`
5302
5302
 
5303
5303
  :example:
5304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_patch.py.html>`__ to see an example of how to use delete_patch API.
5304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_patch.py.html>`__ to see an example of how to use delete_patch API.
5305
5305
  """
5306
5306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5307
5307
  required_arguments = ['workspaceId', 'applicationKey', 'patchKey']
@@ -5409,7 +5409,7 @@ class DataIntegrationClient(object):
5409
5409
  :rtype: :class:`~oci.response.Response`
5410
5410
 
5411
5411
  :example:
5412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
5413
5413
  """
5414
5414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5415
5415
  required_arguments = ['workspaceId', 'pipelineKey']
@@ -5516,7 +5516,7 @@ class DataIntegrationClient(object):
5516
5516
  :rtype: :class:`~oci.response.Response`
5517
5517
 
5518
5518
  :example:
5519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_pipeline_validation.py.html>`__ to see an example of how to use delete_pipeline_validation API.
5519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_pipeline_validation.py.html>`__ to see an example of how to use delete_pipeline_validation API.
5520
5520
  """
5521
5521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5522
5522
  required_arguments = ['workspaceId', 'pipelineValidationKey']
@@ -5623,7 +5623,7 @@ class DataIntegrationClient(object):
5623
5623
  :rtype: :class:`~oci.response.Response`
5624
5624
 
5625
5625
  :example:
5626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_project.py.html>`__ to see an example of how to use delete_project API.
5626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_project.py.html>`__ to see an example of how to use delete_project API.
5627
5627
  """
5628
5628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5629
5629
  required_arguments = ['workspaceId', 'projectKey']
@@ -5733,7 +5733,7 @@ class DataIntegrationClient(object):
5733
5733
  :rtype: :class:`~oci.response.Response`
5734
5734
 
5735
5735
  :example:
5736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
5737
5737
  """
5738
5738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5739
5739
  required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
@@ -5841,7 +5841,7 @@ class DataIntegrationClient(object):
5841
5841
  :rtype: :class:`~oci.response.Response`
5842
5842
 
5843
5843
  :example:
5844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_task.py.html>`__ to see an example of how to use delete_task API.
5844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_task.py.html>`__ to see an example of how to use delete_task API.
5845
5845
  """
5846
5846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5847
5847
  required_arguments = ['workspaceId', 'taskKey']
@@ -5951,7 +5951,7 @@ class DataIntegrationClient(object):
5951
5951
  :rtype: :class:`~oci.response.Response`
5952
5952
 
5953
5953
  :example:
5954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_task_run.py.html>`__ to see an example of how to use delete_task_run API.
5954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_task_run.py.html>`__ to see an example of how to use delete_task_run API.
5955
5955
  """
5956
5956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5957
5957
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -6062,7 +6062,7 @@ class DataIntegrationClient(object):
6062
6062
  :rtype: :class:`~oci.response.Response`
6063
6063
 
6064
6064
  :example:
6065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_task_schedule.py.html>`__ to see an example of how to use delete_task_schedule API.
6065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_task_schedule.py.html>`__ to see an example of how to use delete_task_schedule API.
6066
6066
  """
6067
6067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6068
6068
  required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
@@ -6170,7 +6170,7 @@ class DataIntegrationClient(object):
6170
6170
  :rtype: :class:`~oci.response.Response`
6171
6171
 
6172
6172
  :example:
6173
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_task_validation.py.html>`__ to see an example of how to use delete_task_validation API.
6173
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_task_validation.py.html>`__ to see an example of how to use delete_task_validation API.
6174
6174
  """
6175
6175
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6176
6176
  required_arguments = ['workspaceId', 'taskValidationKey']
@@ -6277,7 +6277,7 @@ class DataIntegrationClient(object):
6277
6277
  :rtype: :class:`~oci.response.Response`
6278
6278
 
6279
6279
  :example:
6280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_user_defined_function.py.html>`__ to see an example of how to use delete_user_defined_function API.
6280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_user_defined_function.py.html>`__ to see an example of how to use delete_user_defined_function API.
6281
6281
  """
6282
6282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6283
6283
  required_arguments = ['workspaceId', 'userDefinedFunctionKey']
@@ -6384,7 +6384,7 @@ class DataIntegrationClient(object):
6384
6384
  :rtype: :class:`~oci.response.Response`
6385
6385
 
6386
6386
  :example:
6387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_user_defined_function_validation.py.html>`__ to see an example of how to use delete_user_defined_function_validation API.
6387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_user_defined_function_validation.py.html>`__ to see an example of how to use delete_user_defined_function_validation API.
6388
6388
  """
6389
6389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6390
6390
  required_arguments = ['workspaceId', 'userDefinedFunctionValidationKey']
@@ -6494,7 +6494,7 @@ class DataIntegrationClient(object):
6494
6494
  :rtype: :class:`~oci.response.Response`
6495
6495
 
6496
6496
  :example:
6497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/delete_workspace.py.html>`__ to see an example of how to use delete_workspace API.
6497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/delete_workspace.py.html>`__ to see an example of how to use delete_workspace API.
6498
6498
  """
6499
6499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6500
6500
  required_arguments = ['workspaceId']
@@ -6605,7 +6605,7 @@ class DataIntegrationClient(object):
6605
6605
  :rtype: :class:`~oci.response.Response`
6606
6606
 
6607
6607
  :example:
6608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_application.py.html>`__ to see an example of how to use get_application API.
6608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_application.py.html>`__ to see an example of how to use get_application API.
6609
6609
  """
6610
6610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6611
6611
  required_arguments = ['workspaceId', 'applicationKey']
@@ -6707,7 +6707,7 @@ class DataIntegrationClient(object):
6707
6707
  :rtype: :class:`~oci.response.Response`
6708
6708
 
6709
6709
  :example:
6710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_application_detailed_description.py.html>`__ to see an example of how to use get_application_detailed_description API.
6710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_application_detailed_description.py.html>`__ to see an example of how to use get_application_detailed_description API.
6711
6711
  """
6712
6712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6713
6713
  required_arguments = ['workspaceId', 'applicationKey']
@@ -6812,7 +6812,7 @@ class DataIntegrationClient(object):
6812
6812
  :rtype: :class:`~oci.response.Response`
6813
6813
 
6814
6814
  :example:
6815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_composite_state.py.html>`__ to see an example of how to use get_composite_state API.
6815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_composite_state.py.html>`__ to see an example of how to use get_composite_state API.
6816
6816
  """
6817
6817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6818
6818
  required_arguments = ['workspaceId', 'applicationKey', 'aggregatorKey']
@@ -6921,7 +6921,7 @@ class DataIntegrationClient(object):
6921
6921
  :rtype: :class:`~oci.response.Response`
6922
6922
 
6923
6923
  :example:
6924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_connection.py.html>`__ to see an example of how to use get_connection API.
6924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_connection.py.html>`__ to see an example of how to use get_connection API.
6925
6925
  """
6926
6926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6927
6927
  required_arguments = ['workspaceId', 'connectionKey']
@@ -7023,7 +7023,7 @@ class DataIntegrationClient(object):
7023
7023
  :rtype: :class:`~oci.response.Response`
7024
7024
 
7025
7025
  :example:
7026
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_connection_validation.py.html>`__ to see an example of how to use get_connection_validation API.
7026
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_connection_validation.py.html>`__ to see an example of how to use get_connection_validation API.
7027
7027
  """
7028
7028
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7029
7029
  required_arguments = ['workspaceId', 'connectionValidationKey']
@@ -7125,7 +7125,7 @@ class DataIntegrationClient(object):
7125
7125
  :rtype: :class:`~oci.response.Response`
7126
7126
 
7127
7127
  :example:
7128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_copy_object_request.py.html>`__ to see an example of how to use get_copy_object_request API.
7128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_copy_object_request.py.html>`__ to see an example of how to use get_copy_object_request API.
7129
7129
  """
7130
7130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7131
7131
  required_arguments = ['workspaceId', 'copyObjectRequestKey']
@@ -7228,7 +7228,7 @@ class DataIntegrationClient(object):
7228
7228
  :rtype: :class:`~oci.response.Response`
7229
7229
 
7230
7230
  :example:
7231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_count_statistic.py.html>`__ to see an example of how to use get_count_statistic API.
7231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_count_statistic.py.html>`__ to see an example of how to use get_count_statistic API.
7232
7232
  """
7233
7233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7234
7234
  required_arguments = ['workspaceId', 'countStatisticKey']
@@ -7330,7 +7330,7 @@ class DataIntegrationClient(object):
7330
7330
  :rtype: :class:`~oci.response.Response`
7331
7331
 
7332
7332
  :example:
7333
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
7333
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_data_asset.py.html>`__ to see an example of how to use get_data_asset API.
7334
7334
  """
7335
7335
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7336
7336
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -7438,7 +7438,7 @@ class DataIntegrationClient(object):
7438
7438
  :rtype: :class:`~oci.response.Response`
7439
7439
 
7440
7440
  :example:
7441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_data_entity.py.html>`__ to see an example of how to use get_data_entity API.
7441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_data_entity.py.html>`__ to see an example of how to use get_data_entity API.
7442
7442
  """
7443
7443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7444
7444
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName', 'dataEntityKey']
@@ -7545,7 +7545,7 @@ class DataIntegrationClient(object):
7545
7545
  :rtype: :class:`~oci.response.Response`
7546
7546
 
7547
7547
  :example:
7548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_data_flow.py.html>`__ to see an example of how to use get_data_flow API.
7548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_data_flow.py.html>`__ to see an example of how to use get_data_flow API.
7549
7549
  """
7550
7550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7551
7551
  required_arguments = ['workspaceId', 'dataFlowKey']
@@ -7655,7 +7655,7 @@ class DataIntegrationClient(object):
7655
7655
  :rtype: :class:`~oci.response.Response`
7656
7656
 
7657
7657
  :example:
7658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_data_flow_validation.py.html>`__ to see an example of how to use get_data_flow_validation API.
7658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_data_flow_validation.py.html>`__ to see an example of how to use get_data_flow_validation API.
7659
7659
  """
7660
7660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7661
7661
  required_arguments = ['workspaceId', 'dataFlowValidationKey']
@@ -7760,7 +7760,7 @@ class DataIntegrationClient(object):
7760
7760
  :rtype: :class:`~oci.response.Response`
7761
7761
 
7762
7762
  :example:
7763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_dependent_object.py.html>`__ to see an example of how to use get_dependent_object API.
7763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_dependent_object.py.html>`__ to see an example of how to use get_dependent_object API.
7764
7764
  """
7765
7765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7766
7766
  required_arguments = ['workspaceId', 'applicationKey', 'dependentObjectKey']
@@ -7863,7 +7863,7 @@ class DataIntegrationClient(object):
7863
7863
  :rtype: :class:`~oci.response.Response`
7864
7864
 
7865
7865
  :example:
7866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_dis_application.py.html>`__ to see an example of how to use get_dis_application API.
7866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_dis_application.py.html>`__ to see an example of how to use get_dis_application API.
7867
7867
  """
7868
7868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7869
7869
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -7965,7 +7965,7 @@ class DataIntegrationClient(object):
7965
7965
  :rtype: :class:`~oci.response.Response`
7966
7966
 
7967
7967
  :example:
7968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_dis_application_detailed_description.py.html>`__ to see an example of how to use get_dis_application_detailed_description API.
7968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_dis_application_detailed_description.py.html>`__ to see an example of how to use get_dis_application_detailed_description API.
7969
7969
  """
7970
7970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7971
7971
  required_arguments = ['workspaceId', 'applicationKey']
@@ -8067,7 +8067,7 @@ class DataIntegrationClient(object):
8067
8067
  :rtype: :class:`~oci.response.Response`
8068
8068
 
8069
8069
  :example:
8070
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_export_request.py.html>`__ to see an example of how to use get_export_request API.
8070
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_export_request.py.html>`__ to see an example of how to use get_export_request API.
8071
8071
  """
8072
8072
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8073
8073
  required_arguments = ['workspaceId', 'exportRequestKey']
@@ -8172,7 +8172,7 @@ class DataIntegrationClient(object):
8172
8172
  :rtype: :class:`~oci.response.Response`
8173
8173
 
8174
8174
  :example:
8175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_external_publication.py.html>`__ to see an example of how to use get_external_publication API.
8175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_external_publication.py.html>`__ to see an example of how to use get_external_publication API.
8176
8176
  """
8177
8177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8178
8178
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
@@ -8278,7 +8278,7 @@ class DataIntegrationClient(object):
8278
8278
  :rtype: :class:`~oci.response.Response`
8279
8279
 
8280
8280
  :example:
8281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_external_publication_validation.py.html>`__ to see an example of how to use get_external_publication_validation API.
8281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_external_publication_validation.py.html>`__ to see an example of how to use get_external_publication_validation API.
8282
8282
  """
8283
8283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8284
8284
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationValidationKey']
@@ -8386,7 +8386,7 @@ class DataIntegrationClient(object):
8386
8386
  :rtype: :class:`~oci.response.Response`
8387
8387
 
8388
8388
  :example:
8389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_folder.py.html>`__ to see an example of how to use get_folder API.
8389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_folder.py.html>`__ to see an example of how to use get_folder API.
8390
8390
  """
8391
8391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8392
8392
  required_arguments = ['workspaceId', 'folderKey']
@@ -8509,7 +8509,7 @@ class DataIntegrationClient(object):
8509
8509
  :rtype: :class:`~oci.response.Response`
8510
8510
 
8511
8511
  :example:
8512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_function_library.py.html>`__ to see an example of how to use get_function_library API.
8512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_function_library.py.html>`__ to see an example of how to use get_function_library API.
8513
8513
  """
8514
8514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8515
8515
  required_arguments = ['workspaceId', 'functionLibraryKey']
@@ -8637,7 +8637,7 @@ class DataIntegrationClient(object):
8637
8637
  :rtype: :class:`~oci.response.Response`
8638
8638
 
8639
8639
  :example:
8640
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_import_request.py.html>`__ to see an example of how to use get_import_request API.
8640
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_import_request.py.html>`__ to see an example of how to use get_import_request API.
8641
8641
  """
8642
8642
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8643
8643
  required_arguments = ['workspaceId', 'importRequestKey']
@@ -8752,7 +8752,7 @@ class DataIntegrationClient(object):
8752
8752
  :rtype: :class:`~oci.response.Response`
8753
8753
 
8754
8754
  :example:
8755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_patch.py.html>`__ to see an example of how to use get_patch API.
8755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_patch.py.html>`__ to see an example of how to use get_patch API.
8756
8756
  """
8757
8757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8758
8758
  required_arguments = ['workspaceId', 'applicationKey', 'patchKey']
@@ -8858,7 +8858,7 @@ class DataIntegrationClient(object):
8858
8858
  :rtype: :class:`~oci.response.Response`
8859
8859
 
8860
8860
  :example:
8861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
8861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
8862
8862
  """
8863
8863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8864
8864
  required_arguments = ['workspaceId', 'pipelineKey']
@@ -8968,7 +8968,7 @@ class DataIntegrationClient(object):
8968
8968
  :rtype: :class:`~oci.response.Response`
8969
8969
 
8970
8970
  :example:
8971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_pipeline_validation.py.html>`__ to see an example of how to use get_pipeline_validation API.
8971
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_pipeline_validation.py.html>`__ to see an example of how to use get_pipeline_validation API.
8972
8972
  """
8973
8973
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8974
8974
  required_arguments = ['workspaceId', 'pipelineValidationKey']
@@ -9075,7 +9075,7 @@ class DataIntegrationClient(object):
9075
9075
  :rtype: :class:`~oci.response.Response`
9076
9076
 
9077
9077
  :example:
9078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_project.py.html>`__ to see an example of how to use get_project API.
9078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_project.py.html>`__ to see an example of how to use get_project API.
9079
9079
  """
9080
9080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9081
9081
  required_arguments = ['workspaceId', 'projectKey']
@@ -9199,7 +9199,7 @@ class DataIntegrationClient(object):
9199
9199
  :rtype: :class:`~oci.response.Response`
9200
9200
 
9201
9201
  :example:
9202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_published_object.py.html>`__ to see an example of how to use get_published_object API.
9202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_published_object.py.html>`__ to see an example of how to use get_published_object API.
9203
9203
  """
9204
9204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9205
9205
  required_arguments = ['workspaceId', 'applicationKey', 'publishedObjectKey']
@@ -9313,7 +9313,7 @@ class DataIntegrationClient(object):
9313
9313
  :rtype: :class:`~oci.response.Response`
9314
9314
 
9315
9315
  :example:
9316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_reference.py.html>`__ to see an example of how to use get_reference API.
9316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_reference.py.html>`__ to see an example of how to use get_reference API.
9317
9317
  """
9318
9318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9319
9319
  required_arguments = ['workspaceId', 'applicationKey', 'referenceKey']
@@ -9422,7 +9422,7 @@ class DataIntegrationClient(object):
9422
9422
  :rtype: :class:`~oci.response.Response`
9423
9423
 
9424
9424
  :example:
9425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_runtime_operator.py.html>`__ to see an example of how to use get_runtime_operator API.
9425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_runtime_operator.py.html>`__ to see an example of how to use get_runtime_operator API.
9426
9426
  """
9427
9427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9428
9428
  required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey', 'runtimeOperatorKey']
@@ -9532,7 +9532,7 @@ class DataIntegrationClient(object):
9532
9532
  :rtype: :class:`~oci.response.Response`
9533
9533
 
9534
9534
  :example:
9535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_runtime_pipeline.py.html>`__ to see an example of how to use get_runtime_pipeline API.
9535
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_runtime_pipeline.py.html>`__ to see an example of how to use get_runtime_pipeline API.
9536
9536
  """
9537
9537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9538
9538
  required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey']
@@ -9646,7 +9646,7 @@ class DataIntegrationClient(object):
9646
9646
  :rtype: :class:`~oci.response.Response`
9647
9647
 
9648
9648
  :example:
9649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
9649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
9650
9650
  """
9651
9651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9652
9652
  required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
@@ -9752,7 +9752,7 @@ class DataIntegrationClient(object):
9752
9752
  :rtype: :class:`~oci.response.Response`
9753
9753
 
9754
9754
  :example:
9755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_schema.py.html>`__ to see an example of how to use get_schema API.
9755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_schema.py.html>`__ to see an example of how to use get_schema API.
9756
9756
  """
9757
9757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9758
9758
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -9858,7 +9858,7 @@ class DataIntegrationClient(object):
9858
9858
  :rtype: :class:`~oci.response.Response`
9859
9859
 
9860
9860
  :example:
9861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_task.py.html>`__ to see an example of how to use get_task API.
9861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_task.py.html>`__ to see an example of how to use get_task API.
9862
9862
  """
9863
9863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9864
9864
  required_arguments = ['workspaceId', 'taskKey']
@@ -9971,7 +9971,7 @@ class DataIntegrationClient(object):
9971
9971
  :rtype: :class:`~oci.response.Response`
9972
9972
 
9973
9973
  :example:
9974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_task_run.py.html>`__ to see an example of how to use get_task_run API.
9974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_task_run.py.html>`__ to see an example of how to use get_task_run API.
9975
9975
  """
9976
9976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9977
9977
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -10077,7 +10077,7 @@ class DataIntegrationClient(object):
10077
10077
  :rtype: :class:`~oci.response.Response`
10078
10078
 
10079
10079
  :example:
10080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_task_schedule.py.html>`__ to see an example of how to use get_task_schedule API.
10080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_task_schedule.py.html>`__ to see an example of how to use get_task_schedule API.
10081
10081
  """
10082
10082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10083
10083
  required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
@@ -10180,7 +10180,7 @@ class DataIntegrationClient(object):
10180
10180
  :rtype: :class:`~oci.response.Response`
10181
10181
 
10182
10182
  :example:
10183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_task_validation.py.html>`__ to see an example of how to use get_task_validation API.
10183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_task_validation.py.html>`__ to see an example of how to use get_task_validation API.
10184
10184
  """
10185
10185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10186
10186
  required_arguments = ['workspaceId', 'taskValidationKey']
@@ -10282,7 +10282,7 @@ class DataIntegrationClient(object):
10282
10282
  :rtype: :class:`~oci.response.Response`
10283
10283
 
10284
10284
  :example:
10285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_template.py.html>`__ to see an example of how to use get_template API.
10285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_template.py.html>`__ to see an example of how to use get_template API.
10286
10286
  """
10287
10287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10288
10288
  required_arguments = ['workspaceId', 'templateId']
@@ -10384,7 +10384,7 @@ class DataIntegrationClient(object):
10384
10384
  :rtype: :class:`~oci.response.Response`
10385
10385
 
10386
10386
  :example:
10387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_user_defined_function.py.html>`__ to see an example of how to use get_user_defined_function API.
10387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_user_defined_function.py.html>`__ to see an example of how to use get_user_defined_function API.
10388
10388
  """
10389
10389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10390
10390
  required_arguments = ['workspaceId', 'userDefinedFunctionKey']
@@ -10486,7 +10486,7 @@ class DataIntegrationClient(object):
10486
10486
  :rtype: :class:`~oci.response.Response`
10487
10487
 
10488
10488
  :example:
10489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_user_defined_function_validation.py.html>`__ to see an example of how to use get_user_defined_function_validation API.
10489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_user_defined_function_validation.py.html>`__ to see an example of how to use get_user_defined_function_validation API.
10490
10490
  """
10491
10491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10492
10492
  required_arguments = ['workspaceId', 'userDefinedFunctionValidationKey']
@@ -10585,7 +10585,7 @@ class DataIntegrationClient(object):
10585
10585
  :rtype: :class:`~oci.response.Response`
10586
10586
 
10587
10587
  :example:
10588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
10588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
10589
10589
  """
10590
10590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10591
10591
  required_arguments = ['workRequestId']
@@ -10683,7 +10683,7 @@ class DataIntegrationClient(object):
10683
10683
  :rtype: :class:`~oci.response.Response`
10684
10684
 
10685
10685
  :example:
10686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/get_workspace.py.html>`__ to see an example of how to use get_workspace API.
10686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/get_workspace.py.html>`__ to see an example of how to use get_workspace API.
10687
10687
  """
10688
10688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10689
10689
  required_arguments = ['workspaceId']
@@ -10813,7 +10813,7 @@ class DataIntegrationClient(object):
10813
10813
  :rtype: :class:`~oci.response.Response`
10814
10814
 
10815
10815
  :example:
10816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_applications.py.html>`__ to see an example of how to use list_applications API.
10816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_applications.py.html>`__ to see an example of how to use list_applications API.
10817
10817
  """
10818
10818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10819
10819
  required_arguments = ['workspaceId']
@@ -10979,7 +10979,7 @@ class DataIntegrationClient(object):
10979
10979
  :rtype: :class:`~oci.response.Response`
10980
10980
 
10981
10981
  :example:
10982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_connection_validations.py.html>`__ to see an example of how to use list_connection_validations API.
10982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_connection_validations.py.html>`__ to see an example of how to use list_connection_validations API.
10983
10983
  """
10984
10984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10985
10985
  required_arguments = ['workspaceId']
@@ -11145,7 +11145,7 @@ class DataIntegrationClient(object):
11145
11145
  :rtype: :class:`~oci.response.Response`
11146
11146
 
11147
11147
  :example:
11148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_connections.py.html>`__ to see an example of how to use list_connections API.
11148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_connections.py.html>`__ to see an example of how to use list_connections API.
11149
11149
  """
11150
11150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11151
11151
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -11317,7 +11317,7 @@ class DataIntegrationClient(object):
11317
11317
  :rtype: :class:`~oci.response.Response`
11318
11318
 
11319
11319
  :example:
11320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_copy_object_requests.py.html>`__ to see an example of how to use list_copy_object_requests API.
11320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_copy_object_requests.py.html>`__ to see an example of how to use list_copy_object_requests API.
11321
11321
  """
11322
11322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11323
11323
  required_arguments = ['workspaceId']
@@ -11496,7 +11496,7 @@ class DataIntegrationClient(object):
11496
11496
  :rtype: :class:`~oci.response.Response`
11497
11497
 
11498
11498
  :example:
11499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_data_assets.py.html>`__ to see an example of how to use list_data_assets API.
11500
11500
  """
11501
11501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11502
11502
  required_arguments = ['workspaceId']
@@ -11672,7 +11672,7 @@ class DataIntegrationClient(object):
11672
11672
  :rtype: :class:`~oci.response.Response`
11673
11673
 
11674
11674
  :example:
11675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_data_entities.py.html>`__ to see an example of how to use list_data_entities API.
11675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_data_entities.py.html>`__ to see an example of how to use list_data_entities API.
11676
11676
  """
11677
11677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11678
11678
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -11844,7 +11844,7 @@ class DataIntegrationClient(object):
11844
11844
  :rtype: :class:`~oci.response.Response`
11845
11845
 
11846
11846
  :example:
11847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_data_flow_validations.py.html>`__ to see an example of how to use list_data_flow_validations API.
11847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_data_flow_validations.py.html>`__ to see an example of how to use list_data_flow_validations API.
11848
11848
  """
11849
11849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11850
11850
  required_arguments = ['workspaceId']
@@ -12010,7 +12010,7 @@ class DataIntegrationClient(object):
12010
12010
  :rtype: :class:`~oci.response.Response`
12011
12011
 
12012
12012
  :example:
12013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_data_flows.py.html>`__ to see an example of how to use list_data_flows API.
12013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_data_flows.py.html>`__ to see an example of how to use list_data_flows API.
12014
12014
  """
12015
12015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12016
12016
  required_arguments = ['workspaceId']
@@ -12189,7 +12189,7 @@ class DataIntegrationClient(object):
12189
12189
  :rtype: :class:`~oci.response.Response`
12190
12190
 
12191
12191
  :example:
12192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_dependent_objects.py.html>`__ to see an example of how to use list_dependent_objects API.
12192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_dependent_objects.py.html>`__ to see an example of how to use list_dependent_objects API.
12193
12193
  """
12194
12194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12195
12195
  required_arguments = ['workspaceId', 'applicationKey']
@@ -12369,7 +12369,7 @@ class DataIntegrationClient(object):
12369
12369
  :rtype: :class:`~oci.response.Response`
12370
12370
 
12371
12371
  :example:
12372
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.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.
12372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_dis_application_task_run_lineages.py.html>`__ to see an example of how to use list_dis_application_task_run_lineages API.
12373
12373
  """
12374
12374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12375
12375
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -12543,7 +12543,7 @@ class DataIntegrationClient(object):
12543
12543
  :rtype: :class:`~oci.response.Response`
12544
12544
 
12545
12545
  :example:
12546
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_dis_applications.py.html>`__ to see an example of how to use list_dis_applications API.
12546
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_dis_applications.py.html>`__ to see an example of how to use list_dis_applications API.
12547
12547
  """
12548
12548
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12549
12549
  required_arguments = ['workspaceId', 'compartmentId']
@@ -12717,7 +12717,7 @@ class DataIntegrationClient(object):
12717
12717
  :rtype: :class:`~oci.response.Response`
12718
12718
 
12719
12719
  :example:
12720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_export_requests.py.html>`__ to see an example of how to use list_export_requests API.
12720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_export_requests.py.html>`__ to see an example of how to use list_export_requests API.
12721
12721
  """
12722
12722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12723
12723
  required_arguments = ['workspaceId']
@@ -12899,7 +12899,7 @@ class DataIntegrationClient(object):
12899
12899
  :rtype: :class:`~oci.response.Response`
12900
12900
 
12901
12901
  :example:
12902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_external_publication_validations.py.html>`__ to see an example of how to use list_external_publication_validations API.
12902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_external_publication_validations.py.html>`__ to see an example of how to use list_external_publication_validations API.
12903
12903
  """
12904
12904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12905
12905
  required_arguments = ['workspaceId', 'taskKey']
@@ -13061,7 +13061,7 @@ class DataIntegrationClient(object):
13061
13061
  :rtype: :class:`~oci.response.Response`
13062
13062
 
13063
13063
  :example:
13064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_external_publications.py.html>`__ to see an example of how to use list_external_publications API.
13064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_external_publications.py.html>`__ to see an example of how to use list_external_publications API.
13065
13065
  """
13066
13066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13067
13067
  required_arguments = ['workspaceId', 'taskKey']
@@ -13227,7 +13227,7 @@ class DataIntegrationClient(object):
13227
13227
  :rtype: :class:`~oci.response.Response`
13228
13228
 
13229
13229
  :example:
13230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_folders.py.html>`__ to see an example of how to use list_folders API.
13230
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_folders.py.html>`__ to see an example of how to use list_folders API.
13231
13231
  """
13232
13232
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13233
13233
  required_arguments = ['workspaceId']
@@ -13395,7 +13395,7 @@ class DataIntegrationClient(object):
13395
13395
  :rtype: :class:`~oci.response.Response`
13396
13396
 
13397
13397
  :example:
13398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_function_libraries.py.html>`__ to see an example of how to use list_function_libraries API.
13398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_function_libraries.py.html>`__ to see an example of how to use list_function_libraries API.
13399
13399
  """
13400
13400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13401
13401
  required_arguments = ['workspaceId']
@@ -13568,7 +13568,7 @@ class DataIntegrationClient(object):
13568
13568
  :rtype: :class:`~oci.response.Response`
13569
13569
 
13570
13570
  :example:
13571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_import_requests.py.html>`__ to see an example of how to use list_import_requests API.
13571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_import_requests.py.html>`__ to see an example of how to use list_import_requests API.
13572
13572
  """
13573
13573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13574
13574
  required_arguments = ['workspaceId']
@@ -13750,7 +13750,7 @@ class DataIntegrationClient(object):
13750
13750
  :rtype: :class:`~oci.response.Response`
13751
13751
 
13752
13752
  :example:
13753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_patch_changes.py.html>`__ to see an example of how to use list_patch_changes API.
13753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_patch_changes.py.html>`__ to see an example of how to use list_patch_changes API.
13754
13754
  """
13755
13755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13756
13756
  required_arguments = ['workspaceId', 'applicationKey']
@@ -13915,7 +13915,7 @@ class DataIntegrationClient(object):
13915
13915
  :rtype: :class:`~oci.response.Response`
13916
13916
 
13917
13917
  :example:
13918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_patches.py.html>`__ to see an example of how to use list_patches API.
13918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_patches.py.html>`__ to see an example of how to use list_patches API.
13919
13919
  """
13920
13920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13921
13921
  required_arguments = ['workspaceId', 'applicationKey']
@@ -14080,7 +14080,7 @@ class DataIntegrationClient(object):
14080
14080
  :rtype: :class:`~oci.response.Response`
14081
14081
 
14082
14082
  :example:
14083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_pipeline_validations.py.html>`__ to see an example of how to use list_pipeline_validations API.
14083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_pipeline_validations.py.html>`__ to see an example of how to use list_pipeline_validations API.
14084
14084
  """
14085
14085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14086
14086
  required_arguments = ['workspaceId']
@@ -14246,7 +14246,7 @@ class DataIntegrationClient(object):
14246
14246
  :rtype: :class:`~oci.response.Response`
14247
14247
 
14248
14248
  :example:
14249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
14249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
14250
14250
  """
14251
14251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14252
14252
  required_arguments = ['workspaceId']
@@ -14412,7 +14412,7 @@ class DataIntegrationClient(object):
14412
14412
  :rtype: :class:`~oci.response.Response`
14413
14413
 
14414
14414
  :example:
14415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_projects.py.html>`__ to see an example of how to use list_projects API.
14415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_projects.py.html>`__ to see an example of how to use list_projects API.
14416
14416
  """
14417
14417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14418
14418
  required_arguments = ['workspaceId']
@@ -14594,7 +14594,7 @@ class DataIntegrationClient(object):
14594
14594
  :rtype: :class:`~oci.response.Response`
14595
14595
 
14596
14596
  :example:
14597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_published_objects.py.html>`__ to see an example of how to use list_published_objects API.
14597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_published_objects.py.html>`__ to see an example of how to use list_published_objects API.
14598
14598
  """
14599
14599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14600
14600
  required_arguments = ['workspaceId', 'applicationKey']
@@ -14761,7 +14761,7 @@ class DataIntegrationClient(object):
14761
14761
  :rtype: :class:`~oci.response.Response`
14762
14762
 
14763
14763
  :example:
14764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_references.py.html>`__ to see an example of how to use list_references API.
14764
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_references.py.html>`__ to see an example of how to use list_references API.
14765
14765
  """
14766
14766
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14767
14767
  required_arguments = ['workspaceId', 'applicationKey']
@@ -14931,7 +14931,7 @@ class DataIntegrationClient(object):
14931
14931
  :rtype: :class:`~oci.response.Response`
14932
14932
 
14933
14933
  :example:
14934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_runtime_operators.py.html>`__ to see an example of how to use list_runtime_operators API.
14934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_runtime_operators.py.html>`__ to see an example of how to use list_runtime_operators API.
14935
14935
  """
14936
14936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14937
14937
  required_arguments = ['workspaceId', 'applicationKey', 'runtimePipelineKey']
@@ -15113,7 +15113,7 @@ class DataIntegrationClient(object):
15113
15113
  :rtype: :class:`~oci.response.Response`
15114
15114
 
15115
15115
  :example:
15116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_runtime_pipelines.py.html>`__ to see an example of how to use list_runtime_pipelines API.
15116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_runtime_pipelines.py.html>`__ to see an example of how to use list_runtime_pipelines API.
15117
15117
  """
15118
15118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15119
15119
  required_arguments = ['workspaceId', 'applicationKey']
@@ -15289,7 +15289,7 @@ class DataIntegrationClient(object):
15289
15289
  :rtype: :class:`~oci.response.Response`
15290
15290
 
15291
15291
  :example:
15292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
15292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
15293
15293
  """
15294
15294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15295
15295
  required_arguments = ['workspaceId', 'applicationKey']
@@ -15462,7 +15462,7 @@ class DataIntegrationClient(object):
15462
15462
  :rtype: :class:`~oci.response.Response`
15463
15463
 
15464
15464
  :example:
15465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
15465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
15466
15466
  """
15467
15467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15468
15468
  required_arguments = ['workspaceId', 'connectionKey', 'schemaResourceName']
@@ -15639,7 +15639,7 @@ class DataIntegrationClient(object):
15639
15639
  :rtype: :class:`~oci.response.Response`
15640
15640
 
15641
15641
  :example:
15642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_task_run_lineages.py.html>`__ to see an example of how to use list_task_run_lineages API.
15642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_task_run_lineages.py.html>`__ to see an example of how to use list_task_run_lineages API.
15643
15643
  """
15644
15644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15645
15645
  required_arguments = ['workspaceId', 'applicationKey']
@@ -15804,7 +15804,7 @@ class DataIntegrationClient(object):
15804
15804
  :rtype: :class:`~oci.response.Response`
15805
15805
 
15806
15806
  :example:
15807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_task_run_logs.py.html>`__ to see an example of how to use list_task_run_logs API.
15807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_task_run_logs.py.html>`__ to see an example of how to use list_task_run_logs API.
15808
15808
  """
15809
15809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15810
15810
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -15979,7 +15979,7 @@ class DataIntegrationClient(object):
15979
15979
  :rtype: :class:`~oci.response.Response`
15980
15980
 
15981
15981
  :example:
15982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_task_runs.py.html>`__ to see an example of how to use list_task_runs API.
15982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_task_runs.py.html>`__ to see an example of how to use list_task_runs API.
15983
15983
  """
15984
15984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15985
15985
  required_arguments = ['workspaceId', 'applicationKey']
@@ -16160,7 +16160,7 @@ class DataIntegrationClient(object):
16160
16160
  :rtype: :class:`~oci.response.Response`
16161
16161
 
16162
16162
  :example:
16163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_task_schedules.py.html>`__ to see an example of how to use list_task_schedules API.
16163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_task_schedules.py.html>`__ to see an example of how to use list_task_schedules API.
16164
16164
  """
16165
16165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16166
16166
  required_arguments = ['workspaceId', 'applicationKey']
@@ -16329,7 +16329,7 @@ class DataIntegrationClient(object):
16329
16329
  :rtype: :class:`~oci.response.Response`
16330
16330
 
16331
16331
  :example:
16332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_task_validations.py.html>`__ to see an example of how to use list_task_validations API.
16332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_task_validations.py.html>`__ to see an example of how to use list_task_validations API.
16333
16333
  """
16334
16334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16335
16335
  required_arguments = ['workspaceId']
@@ -16501,7 +16501,7 @@ class DataIntegrationClient(object):
16501
16501
  :rtype: :class:`~oci.response.Response`
16502
16502
 
16503
16503
  :example:
16504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_tasks.py.html>`__ to see an example of how to use list_tasks API.
16504
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_tasks.py.html>`__ to see an example of how to use list_tasks API.
16505
16505
  """
16506
16506
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16507
16507
  required_arguments = ['workspaceId']
@@ -16668,7 +16668,7 @@ class DataIntegrationClient(object):
16668
16668
  :rtype: :class:`~oci.response.Response`
16669
16669
 
16670
16670
  :example:
16671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_templates.py.html>`__ to see an example of how to use list_templates API.
16671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_templates.py.html>`__ to see an example of how to use list_templates API.
16672
16672
  """
16673
16673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16674
16674
  required_arguments = ['workspaceId']
@@ -16832,7 +16832,7 @@ class DataIntegrationClient(object):
16832
16832
  :rtype: :class:`~oci.response.Response`
16833
16833
 
16834
16834
  :example:
16835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_user_defined_function_validations.py.html>`__ to see an example of how to use list_user_defined_function_validations API.
16835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_user_defined_function_validations.py.html>`__ to see an example of how to use list_user_defined_function_validations API.
16836
16836
  """
16837
16837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16838
16838
  required_arguments = ['workspaceId']
@@ -16998,7 +16998,7 @@ class DataIntegrationClient(object):
16998
16998
  :rtype: :class:`~oci.response.Response`
16999
16999
 
17000
17000
  :example:
17001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_user_defined_functions.py.html>`__ to see an example of how to use list_user_defined_functions API.
17001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_user_defined_functions.py.html>`__ to see an example of how to use list_user_defined_functions API.
17002
17002
  """
17003
17003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17004
17004
  required_arguments = ['workspaceId']
@@ -17152,7 +17152,7 @@ class DataIntegrationClient(object):
17152
17152
  :rtype: :class:`~oci.response.Response`
17153
17153
 
17154
17154
  :example:
17155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
17156
17156
  """
17157
17157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17158
17158
  required_arguments = ['workRequestId']
@@ -17298,7 +17298,7 @@ class DataIntegrationClient(object):
17298
17298
  :rtype: :class:`~oci.response.Response`
17299
17299
 
17300
17300
  :example:
17301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
17302
17302
  """
17303
17303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17304
17304
  required_arguments = ['workRequestId']
@@ -17452,7 +17452,7 @@ class DataIntegrationClient(object):
17452
17452
  :rtype: :class:`~oci.response.Response`
17453
17453
 
17454
17454
  :example:
17455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
17456
17456
  """
17457
17457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17458
17458
  required_arguments = ['compartmentId']
@@ -17606,7 +17606,7 @@ class DataIntegrationClient(object):
17606
17606
  :rtype: :class:`~oci.response.Response`
17607
17607
 
17608
17608
  :example:
17609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/list_workspaces.py.html>`__ to see an example of how to use list_workspaces API.
17609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/list_workspaces.py.html>`__ to see an example of how to use list_workspaces API.
17610
17610
  """
17611
17611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17612
17612
  required_arguments = ['compartmentId']
@@ -17740,7 +17740,7 @@ class DataIntegrationClient(object):
17740
17740
  :rtype: :class:`~oci.response.Response`
17741
17741
 
17742
17742
  :example:
17743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/start_workspace.py.html>`__ to see an example of how to use start_workspace API.
17743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/start_workspace.py.html>`__ to see an example of how to use start_workspace API.
17744
17744
  """
17745
17745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17746
17746
  required_arguments = ['workspaceId']
@@ -17855,7 +17855,7 @@ class DataIntegrationClient(object):
17855
17855
  :rtype: :class:`~oci.response.Response`
17856
17856
 
17857
17857
  :example:
17858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/stop_workspace.py.html>`__ to see an example of how to use stop_workspace API.
17858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/stop_workspace.py.html>`__ to see an example of how to use stop_workspace API.
17859
17859
  """
17860
17860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17861
17861
  required_arguments = ['workspaceId']
@@ -17977,7 +17977,7 @@ class DataIntegrationClient(object):
17977
17977
  :rtype: :class:`~oci.response.Response`
17978
17978
 
17979
17979
  :example:
17980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_application.py.html>`__ to see an example of how to use update_application API.
17980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_application.py.html>`__ to see an example of how to use update_application API.
17981
17981
  """
17982
17982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17983
17983
  required_arguments = ['workspaceId', 'applicationKey']
@@ -18091,7 +18091,7 @@ class DataIntegrationClient(object):
18091
18091
  :rtype: :class:`~oci.response.Response`
18092
18092
 
18093
18093
  :example:
18094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_application_detailed_description.py.html>`__ to see an example of how to use update_application_detailed_description API.
18094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_application_detailed_description.py.html>`__ to see an example of how to use update_application_detailed_description API.
18095
18095
  """
18096
18096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18097
18097
  required_arguments = ['workspaceId', 'applicationKey']
@@ -18205,7 +18205,7 @@ class DataIntegrationClient(object):
18205
18205
  :rtype: :class:`~oci.response.Response`
18206
18206
 
18207
18207
  :example:
18208
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_connection.py.html>`__ to see an example of how to use update_connection API.
18208
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_connection.py.html>`__ to see an example of how to use update_connection API.
18209
18209
  """
18210
18210
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18211
18211
  required_arguments = ['workspaceId', 'connectionKey']
@@ -18319,7 +18319,7 @@ class DataIntegrationClient(object):
18319
18319
  :rtype: :class:`~oci.response.Response`
18320
18320
 
18321
18321
  :example:
18322
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_copy_object_request.py.html>`__ to see an example of how to use update_copy_object_request API.
18322
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_copy_object_request.py.html>`__ to see an example of how to use update_copy_object_request API.
18323
18323
  """
18324
18324
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18325
18325
  required_arguments = ['workspaceId', 'copyObjectRequestKey']
@@ -18433,7 +18433,7 @@ class DataIntegrationClient(object):
18433
18433
  :rtype: :class:`~oci.response.Response`
18434
18434
 
18435
18435
  :example:
18436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_data_asset.py.html>`__ to see an example of how to use update_data_asset API.
18437
18437
  """
18438
18438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18439
18439
  required_arguments = ['workspaceId', 'dataAssetKey']
@@ -18547,7 +18547,7 @@ class DataIntegrationClient(object):
18547
18547
  :rtype: :class:`~oci.response.Response`
18548
18548
 
18549
18549
  :example:
18550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_data_flow.py.html>`__ to see an example of how to use update_data_flow API.
18550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_data_flow.py.html>`__ to see an example of how to use update_data_flow API.
18551
18551
  """
18552
18552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18553
18553
  required_arguments = ['workspaceId', 'dataFlowKey']
@@ -18661,7 +18661,7 @@ class DataIntegrationClient(object):
18661
18661
  :rtype: :class:`~oci.response.Response`
18662
18662
 
18663
18663
  :example:
18664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_dis_application.py.html>`__ to see an example of how to use update_dis_application API.
18664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_dis_application.py.html>`__ to see an example of how to use update_dis_application API.
18665
18665
  """
18666
18666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18667
18667
  required_arguments = ['workspaceId', 'disApplicationId']
@@ -18775,7 +18775,7 @@ class DataIntegrationClient(object):
18775
18775
  :rtype: :class:`~oci.response.Response`
18776
18776
 
18777
18777
  :example:
18778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_dis_application_detailed_description.py.html>`__ to see an example of how to use update_dis_application_detailed_description API.
18778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_dis_application_detailed_description.py.html>`__ to see an example of how to use update_dis_application_detailed_description API.
18779
18779
  """
18780
18780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18781
18781
  required_arguments = ['workspaceId', 'applicationKey']
@@ -18889,7 +18889,7 @@ class DataIntegrationClient(object):
18889
18889
  :rtype: :class:`~oci.response.Response`
18890
18890
 
18891
18891
  :example:
18892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_export_request.py.html>`__ to see an example of how to use update_export_request API.
18892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_export_request.py.html>`__ to see an example of how to use update_export_request API.
18893
18893
  """
18894
18894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18895
18895
  required_arguments = ['workspaceId', 'exportRequestKey']
@@ -19006,7 +19006,7 @@ class DataIntegrationClient(object):
19006
19006
  :rtype: :class:`~oci.response.Response`
19007
19007
 
19008
19008
  :example:
19009
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_external_publication.py.html>`__ to see an example of how to use update_external_publication API.
19009
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_external_publication.py.html>`__ to see an example of how to use update_external_publication API.
19010
19010
  """
19011
19011
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19012
19012
  required_arguments = ['workspaceId', 'taskKey', 'externalPublicationsKey']
@@ -19121,7 +19121,7 @@ class DataIntegrationClient(object):
19121
19121
  :rtype: :class:`~oci.response.Response`
19122
19122
 
19123
19123
  :example:
19124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_folder.py.html>`__ to see an example of how to use update_folder API.
19124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_folder.py.html>`__ to see an example of how to use update_folder API.
19125
19125
  """
19126
19126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19127
19127
  required_arguments = ['workspaceId', 'folderKey']
@@ -19235,7 +19235,7 @@ class DataIntegrationClient(object):
19235
19235
  :rtype: :class:`~oci.response.Response`
19236
19236
 
19237
19237
  :example:
19238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_function_library.py.html>`__ to see an example of how to use update_function_library API.
19238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_function_library.py.html>`__ to see an example of how to use update_function_library API.
19239
19239
  """
19240
19240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19241
19241
  required_arguments = ['workspaceId', 'functionLibraryKey']
@@ -19349,7 +19349,7 @@ class DataIntegrationClient(object):
19349
19349
  :rtype: :class:`~oci.response.Response`
19350
19350
 
19351
19351
  :example:
19352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_import_request.py.html>`__ to see an example of how to use update_import_request API.
19352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_import_request.py.html>`__ to see an example of how to use update_import_request API.
19353
19353
  """
19354
19354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19355
19355
  required_arguments = ['workspaceId', 'importRequestKey']
@@ -19463,7 +19463,7 @@ class DataIntegrationClient(object):
19463
19463
  :rtype: :class:`~oci.response.Response`
19464
19464
 
19465
19465
  :example:
19466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
19466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
19467
19467
  """
19468
19468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19469
19469
  required_arguments = ['workspaceId', 'pipelineKey']
@@ -19577,7 +19577,7 @@ class DataIntegrationClient(object):
19577
19577
  :rtype: :class:`~oci.response.Response`
19578
19578
 
19579
19579
  :example:
19580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_project.py.html>`__ to see an example of how to use update_project API.
19580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_project.py.html>`__ to see an example of how to use update_project API.
19581
19581
  """
19582
19582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19583
19583
  required_arguments = ['workspaceId', 'projectKey']
@@ -19697,7 +19697,7 @@ class DataIntegrationClient(object):
19697
19697
  :rtype: :class:`~oci.response.Response`
19698
19698
 
19699
19699
  :example:
19700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_reference.py.html>`__ to see an example of how to use update_reference API.
19700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_reference.py.html>`__ to see an example of how to use update_reference API.
19701
19701
  """
19702
19702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19703
19703
  required_arguments = ['workspaceId', 'applicationKey', 'referenceKey']
@@ -19818,7 +19818,7 @@ class DataIntegrationClient(object):
19818
19818
  :rtype: :class:`~oci.response.Response`
19819
19819
 
19820
19820
  :example:
19821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
19821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
19822
19822
  """
19823
19823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19824
19824
  required_arguments = ['workspaceId', 'applicationKey', 'scheduleKey']
@@ -19933,7 +19933,7 @@ class DataIntegrationClient(object):
19933
19933
  :rtype: :class:`~oci.response.Response`
19934
19934
 
19935
19935
  :example:
19936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_task.py.html>`__ to see an example of how to use update_task API.
19936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_task.py.html>`__ to see an example of how to use update_task API.
19937
19937
  """
19938
19938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19939
19939
  required_arguments = ['workspaceId', 'taskKey']
@@ -20050,7 +20050,7 @@ class DataIntegrationClient(object):
20050
20050
  :rtype: :class:`~oci.response.Response`
20051
20051
 
20052
20052
  :example:
20053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_task_run.py.html>`__ to see an example of how to use update_task_run API.
20053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_task_run.py.html>`__ to see an example of how to use update_task_run API.
20054
20054
  """
20055
20055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20056
20056
  required_arguments = ['workspaceId', 'applicationKey', 'taskRunKey']
@@ -20168,7 +20168,7 @@ class DataIntegrationClient(object):
20168
20168
  :rtype: :class:`~oci.response.Response`
20169
20169
 
20170
20170
  :example:
20171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_task_schedule.py.html>`__ to see an example of how to use update_task_schedule API.
20171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_task_schedule.py.html>`__ to see an example of how to use update_task_schedule API.
20172
20172
  """
20173
20173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20174
20174
  required_arguments = ['workspaceId', 'applicationKey', 'taskScheduleKey']
@@ -20283,7 +20283,7 @@ class DataIntegrationClient(object):
20283
20283
  :rtype: :class:`~oci.response.Response`
20284
20284
 
20285
20285
  :example:
20286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_user_defined_function.py.html>`__ to see an example of how to use update_user_defined_function API.
20286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_user_defined_function.py.html>`__ to see an example of how to use update_user_defined_function API.
20287
20287
  """
20288
20288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20289
20289
  required_arguments = ['workspaceId', 'userDefinedFunctionKey']
@@ -20394,7 +20394,7 @@ class DataIntegrationClient(object):
20394
20394
  :rtype: :class:`~oci.response.Response`
20395
20395
 
20396
20396
  :example:
20397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.0/dataintegration/update_workspace.py.html>`__ to see an example of how to use update_workspace API.
20397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/dataintegration/update_workspace.py.html>`__ to see an example of how to use update_workspace API.
20398
20398
  """
20399
20399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20400
20400
  required_arguments = ['workspaceId']