oci 2.117.0__py3-none-any.whl → 2.118.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) 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 +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +51 -51
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/incident_client.py +8 -8
  35. oci/cims/user_client.py +1 -1
  36. oci/cloud_bridge/common_client.py +5 -5
  37. oci/cloud_bridge/discovery_client.py +14 -14
  38. oci/cloud_bridge/inventory_client.py +16 -16
  39. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  40. oci/cloud_guard/cloud_guard_client.py +133 -133
  41. oci/cloud_migrations/migration_client.py +43 -43
  42. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  43. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  44. oci/compute_instance_agent/plugin_client.py +2 -2
  45. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  46. oci/container_engine/container_engine_client.py +44 -44
  47. oci/container_instances/container_instance_client.py +18 -18
  48. oci/core/blockstorage_client.py +60 -60
  49. oci/core/compute_client.py +99 -99
  50. oci/core/compute_management_client.py +32 -32
  51. oci/core/models/update_instance_details.py +39 -2
  52. oci/core/virtual_network_client.py +242 -242
  53. oci/dashboard_service/dashboard_client.py +6 -6
  54. oci/dashboard_service/dashboard_group_client.py +6 -6
  55. oci/data_catalog/data_catalog_client.py +1027 -252
  56. oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
  57. oci/data_catalog/models/__init__.py +6 -0
  58. oci/data_catalog/models/add_resource_lock_details.py +183 -0
  59. oci/data_catalog/models/catalog.py +76 -2
  60. oci/data_catalog/models/catalog_private_endpoint.py +76 -2
  61. oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
  62. oci/data_catalog/models/catalog_summary.py +76 -2
  63. oci/data_catalog/models/metastore.py +76 -2
  64. oci/data_catalog/models/metastore_summary.py +76 -2
  65. oci/data_catalog/models/remove_resource_lock_details.py +183 -0
  66. oci/data_catalog/models/resource_lock.py +185 -0
  67. oci/data_flow/data_flow_client.py +42 -42
  68. oci/data_integration/data_integration_client.py +163 -163
  69. oci/data_integration/models/__init__.py +8 -0
  70. oci/data_integration/models/create_task_details.py +31 -0
  71. oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
  72. oci/data_integration/models/create_task_from_integration_task.py +7 -0
  73. oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
  74. oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
  75. oci/data_integration/models/create_task_from_rest_task.py +7 -0
  76. oci/data_integration/models/create_task_from_sql_task.py +7 -0
  77. oci/data_integration/models/incremental_data_entity_clause.py +170 -0
  78. oci/data_integration/models/incremental_field_clause.py +170 -0
  79. oci/data_integration/models/incremental_read_config.py +103 -0
  80. oci/data_integration/models/json_format_attribute.py +33 -2
  81. oci/data_integration/models/read_operation_config.py +27 -0
  82. oci/data_integration/models/runtime_operator.py +2 -2
  83. oci/data_integration/models/runtime_operator_summary.py +2 -2
  84. oci/data_integration/models/shape_details.py +68 -0
  85. oci/data_integration/models/task.py +31 -0
  86. oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
  87. oci/data_integration/models/task_from_integration_task_details.py +7 -0
  88. oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
  89. oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
  90. oci/data_integration/models/task_from_rest_task_details.py +7 -0
  91. oci/data_integration/models/task_from_sql_task_details.py +7 -0
  92. oci/data_integration/models/task_summary.py +31 -0
  93. oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
  94. oci/data_integration/models/task_summary_from_integration_task.py +7 -0
  95. oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
  96. oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
  97. oci/data_integration/models/task_summary_from_rest_task.py +7 -0
  98. oci/data_integration/models/task_summary_from_sql_task.py +7 -0
  99. oci/data_integration/models/update_task_details.py +31 -0
  100. oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
  101. oci/data_integration/models/update_task_from_integration_task.py +7 -0
  102. oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
  103. oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
  104. oci/data_integration/models/update_task_from_rest_task.py +7 -0
  105. oci/data_integration/models/update_task_from_sql_task.py +7 -0
  106. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  107. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  108. oci/data_safe/data_safe_client.py +307 -290
  109. oci/data_safe/data_safe_client_composite_operations.py +5 -5
  110. oci/data_safe/models/__init__.py +2 -0
  111. oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
  112. oci/data_safe/models/audit_event_summary.py +14 -14
  113. oci/data_safe/models/audit_policy_dimensions.py +2 -2
  114. oci/data_safe/models/change_report_compartment_details.py +1 -1
  115. oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
  116. oci/data_safe/models/database_security_config.py +1 -1
  117. oci/data_safe/models/database_security_config_summary.py +1 -1
  118. oci/data_safe/models/delete_rows_format_entry.py +1 -1
  119. oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
  120. oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
  121. oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
  122. oci/data_safe/models/dimensions.py +33 -2
  123. oci/data_safe/models/discovery_analytics_summary.py +7 -3
  124. oci/data_safe/models/entry_details.py +2 -2
  125. oci/data_safe/models/finding_summary.py +2 -2
  126. oci/data_safe/models/firewall_policy_entry_details.py +5 -5
  127. oci/data_safe/models/fixed_number_format_entry.py +1 -1
  128. oci/data_safe/models/fixed_string_format_entry.py +1 -1
  129. oci/data_safe/models/format_entry.py +11 -3
  130. oci/data_safe/models/generate_report_details.py +2 -2
  131. oci/data_safe/models/library_masking_format_entry.py +1 -1
  132. oci/data_safe/models/mask_data_details.py +4 -2
  133. oci/data_safe/models/null_value_format_entry.py +1 -1
  134. oci/data_safe/models/patch_alerts_details.py +1 -1
  135. oci/data_safe/models/pattern_format_entry.py +104 -0
  136. oci/data_safe/models/ppf_format_entry.py +1 -1
  137. oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
  138. oci/data_safe/models/random_date_format_entry.py +1 -1
  139. oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
  140. oci/data_safe/models/random_digits_format_entry.py +1 -1
  141. oci/data_safe/models/random_list_format_entry.py +1 -1
  142. oci/data_safe/models/random_number_format_entry.py +1 -1
  143. oci/data_safe/models/random_string_format_entry.py +1 -1
  144. oci/data_safe/models/random_substitution_format_entry.py +1 -1
  145. oci/data_safe/models/regular_expression_format_entry.py +1 -1
  146. oci/data_safe/models/report.py +2 -2
  147. oci/data_safe/models/report_definition.py +8 -8
  148. oci/data_safe/models/report_summary.py +2 -2
  149. oci/data_safe/models/schedule_report_details.py +2 -2
  150. oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
  151. oci/data_safe/models/sensitive_category.py +7 -0
  152. oci/data_safe/models/sensitive_type.py +33 -0
  153. oci/data_safe/models/sensitive_type_pattern.py +7 -0
  154. oci/data_safe/models/sensitive_type_summary.py +33 -0
  155. oci/data_safe/models/shuffle_format_entry.py +1 -1
  156. oci/data_safe/models/sql_expression_format_entry.py +1 -1
  157. oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
  158. oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
  159. oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
  160. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
  161. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
  162. oci/data_safe/models/sql_firewall_config.py +1 -1
  163. oci/data_safe/models/sql_firewall_policy.py +35 -35
  164. oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
  165. oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
  166. oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
  167. oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
  168. oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
  169. oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
  170. oci/data_safe/models/substring_format_entry.py +1 -1
  171. oci/data_safe/models/truncate_table_format_entry.py +1 -1
  172. oci/data_safe/models/udf_format_entry.py +1 -1
  173. oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
  174. oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
  175. oci/data_safe/models/work_request.py +11 -3
  176. oci/data_safe/models/work_request_summary.py +11 -3
  177. oci/data_science/data_science_client.py +91 -91
  178. oci/database/database_client.py +327 -327
  179. oci/database_management/db_management_client.py +182 -182
  180. oci/database_management/diagnosability_client.py +4 -4
  181. oci/database_management/managed_my_sql_databases_client.py +6 -6
  182. oci/database_management/perfhub_client.py +1 -1
  183. oci/database_management/sql_tuning_client.py +17 -17
  184. oci/database_migration/database_migration_client.py +41 -41
  185. oci/database_tools/database_tools_client.py +23 -23
  186. oci/devops/devops_client.py +89 -89
  187. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  188. oci/dns/dns_client.py +52 -52
  189. oci/dts/appliance_export_job_client.py +6 -6
  190. oci/dts/shipping_vendors_client.py +1 -1
  191. oci/dts/transfer_appliance_client.py +8 -8
  192. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  193. oci/dts/transfer_device_client.py +5 -5
  194. oci/dts/transfer_job_client.py +6 -6
  195. oci/dts/transfer_package_client.py +7 -7
  196. oci/em_warehouse/em_data_lake_client.py +13 -13
  197. oci/em_warehouse/em_warehouse_client.py +13 -13
  198. oci/email/email_client.py +25 -25
  199. oci/events/events_client.py +6 -6
  200. oci/file_storage/file_storage_client.py +50 -50
  201. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  202. oci/functions/functions_invoke_client.py +1 -1
  203. oci/functions/functions_management_client.py +16 -16
  204. oci/fusion_apps/data_masking_activity_client.py +3 -3
  205. oci/fusion_apps/fusion_applications_client.py +39 -39
  206. oci/fusion_apps/fusion_environment_client.py +15 -15
  207. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  208. oci/fusion_apps/refresh_activity_client.py +4 -4
  209. oci/fusion_apps/scheduled_activity_client.py +2 -2
  210. oci/fusion_apps/service_attachment_client.py +2 -2
  211. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  212. oci/golden_gate/golden_gate_client.py +61 -61
  213. oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
  214. oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
  215. oci/golden_gate/models/amazon_redshift_connection.py +9 -0
  216. oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
  217. oci/golden_gate/models/amazon_s3_connection.py +9 -0
  218. oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
  219. oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
  220. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
  221. oci/golden_gate/models/azure_synapse_connection.py +9 -0
  222. oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
  223. oci/golden_gate/models/connection.py +61 -4
  224. oci/golden_gate/models/connection_summary.py +61 -4
  225. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
  226. oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
  227. oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
  228. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
  229. oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
  230. oci/golden_gate/models/create_connection_details.py +61 -4
  231. oci/golden_gate/models/create_database_registration_details.py +2 -2
  232. oci/golden_gate/models/create_deployment_details.py +41 -2
  233. oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
  234. oci/golden_gate/models/create_generic_connection_details.py +8 -0
  235. oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
  236. oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
  237. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
  238. oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
  239. oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
  240. oci/golden_gate/models/create_kafka_connection_details.py +8 -0
  241. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
  242. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +14 -0
  243. oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
  244. oci/golden_gate/models/create_mysql_connection_details.py +14 -0
  245. oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
  246. oci/golden_gate/models/create_oracle_connection_details.py +14 -0
  247. oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
  248. oci/golden_gate/models/create_postgresql_connection_details.py +14 -0
  249. oci/golden_gate/models/create_redis_connection_details.py +8 -0
  250. oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
  251. oci/golden_gate/models/database_registration.py +2 -2
  252. oci/golden_gate/models/database_registration_summary.py +2 -2
  253. oci/golden_gate/models/deployment.py +113 -4
  254. oci/golden_gate/models/deployment_summary.py +78 -2
  255. oci/golden_gate/models/elasticsearch_connection.py +9 -0
  256. oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
  257. oci/golden_gate/models/generic_connection.py +9 -0
  258. oci/golden_gate/models/generic_connection_summary.py +8 -0
  259. oci/golden_gate/models/golden_gate_connection.py +15 -0
  260. oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
  261. oci/golden_gate/models/google_big_query_connection.py +9 -0
  262. oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
  263. oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
  264. oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
  265. oci/golden_gate/models/hdfs_connection.py +9 -0
  266. oci/golden_gate/models/hdfs_connection_summary.py +8 -0
  267. oci/golden_gate/models/java_message_service_connection.py +15 -0
  268. oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
  269. oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
  270. oci/golden_gate/models/kafka_connection.py +9 -0
  271. oci/golden_gate/models/kafka_connection_summary.py +8 -0
  272. oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
  273. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
  274. oci/golden_gate/models/microsoft_sqlserver_connection.py +15 -0
  275. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +14 -0
  276. oci/golden_gate/models/mongo_db_connection.py +9 -0
  277. oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
  278. oci/golden_gate/models/mysql_connection.py +15 -0
  279. oci/golden_gate/models/mysql_connection_summary.py +14 -0
  280. oci/golden_gate/models/oci_object_storage_connection.py +9 -0
  281. oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
  282. oci/golden_gate/models/oracle_connection.py +15 -0
  283. oci/golden_gate/models/oracle_connection_summary.py +14 -0
  284. oci/golden_gate/models/oracle_nosql_connection.py +9 -0
  285. oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
  286. oci/golden_gate/models/postgresql_connection.py +15 -0
  287. oci/golden_gate/models/postgresql_connection_summary.py +14 -0
  288. oci/golden_gate/models/redis_connection.py +9 -0
  289. oci/golden_gate/models/redis_connection_summary.py +8 -0
  290. oci/golden_gate/models/snowflake_connection.py +9 -0
  291. oci/golden_gate/models/snowflake_connection_summary.py +8 -0
  292. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
  293. oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
  294. oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
  295. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
  296. oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
  297. oci/golden_gate/models/update_connection_details.py +94 -2
  298. oci/golden_gate/models/update_deployment_details.py +2 -2
  299. oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
  300. oci/golden_gate/models/update_generic_connection_details.py +15 -0
  301. oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
  302. oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
  303. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
  304. oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
  305. oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
  306. oci/golden_gate/models/update_kafka_connection_details.py +15 -0
  307. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
  308. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +21 -0
  309. oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
  310. oci/golden_gate/models/update_mysql_connection_details.py +21 -0
  311. oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
  312. oci/golden_gate/models/update_oracle_connection_details.py +21 -0
  313. oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
  314. oci/golden_gate/models/update_postgresql_connection_details.py +21 -0
  315. oci/golden_gate/models/update_redis_connection_details.py +15 -0
  316. oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
  317. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  318. oci/governance_rules_control_plane/work_request_client.py +5 -5
  319. oci/healthchecks/health_checks_client.py +17 -17
  320. oci/identity/identity_client.py +145 -145
  321. oci/identity_data_plane/dataplane_client.py +2 -2
  322. oci/identity_domains/identity_domains_client.py +1901 -1029
  323. oci/identity_domains/models/__init__.py +8 -0
  324. oci/identity_domains/models/extension_user_user.py +59 -0
  325. oci/identity_domains/models/identity_propagation_trust.py +1623 -0
  326. oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
  327. oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
  328. oci/identity_domains/models/identity_propagation_trusts.py +196 -0
  329. oci/identity_domains/models/me.py +1 -1
  330. oci/identity_domains/models/me_name.py +4 -4
  331. oci/identity_domains/models/user.py +1 -1
  332. oci/identity_domains/models/user_name.py +4 -4
  333. oci/integration/integration_instance_client.py +15 -15
  334. oci/jms/java_management_service_client.py +66 -66
  335. oci/jms_java_downloads/java_download_client.py +25 -25
  336. oci/key_management/ekm_client.py +5 -5
  337. oci/key_management/kms_crypto_client.py +6 -6
  338. oci/key_management/kms_management_client.py +21 -21
  339. oci/key_management/kms_vault_client.py +14 -14
  340. oci/license_manager/license_manager_client.py +18 -18
  341. oci/limits/limits_client.py +4 -4
  342. oci/limits/quotas_client.py +7 -7
  343. oci/load_balancer/load_balancer_client.py +61 -61
  344. oci/lockbox/lockbox_client.py +23 -23
  345. oci/log_analytics/log_analytics_client.py +193 -193
  346. oci/logging/logging_management_client.py +30 -30
  347. oci/loggingingestion/logging_client.py +1 -1
  348. oci/loggingsearch/log_search_client.py +1 -1
  349. oci/management_agent/management_agent_client.py +23 -23
  350. oci/management_dashboard/dashx_apis_client.py +14 -14
  351. oci/marketplace/account_client.py +2 -2
  352. oci/marketplace/marketplace_client.py +30 -30
  353. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  354. oci/media_services/media_services_client.py +48 -48
  355. oci/media_services/media_stream_client.py +2 -2
  356. oci/monitoring/monitoring_client.py +13 -13
  357. oci/mysql/channels_client.py +7 -7
  358. oci/mysql/db_backups_client.py +6 -6
  359. oci/mysql/db_system_client.py +17 -17
  360. oci/mysql/mysqlaas_client.py +7 -7
  361. oci/mysql/replicas_client.py +5 -5
  362. oci/mysql/work_requests_client.py +4 -4
  363. oci/network_firewall/network_firewall_client.py +80 -80
  364. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  365. oci/nosql/nosql_client.py +24 -24
  366. oci/object_storage/object_storage_client.py +50 -50
  367. oci/oce/oce_instance_client.py +10 -10
  368. oci/oci_control_center/occ_metrics_client.py +3 -3
  369. oci/ocvp/cluster_client.py +5 -5
  370. oci/ocvp/esxi_host_client.py +8 -8
  371. oci/ocvp/sddc_client.py +14 -14
  372. oci/ocvp/work_request_client.py +4 -4
  373. oci/oda/management_client.py +56 -56
  374. oci/oda/oda_client.py +17 -17
  375. oci/oda/odapackage_client.py +7 -7
  376. oci/onesubscription/billing_schedule_client.py +1 -1
  377. oci/onesubscription/commitment_client.py +2 -2
  378. oci/onesubscription/computed_usage_client.py +3 -3
  379. oci/onesubscription/invoice_summary_client.py +2 -2
  380. oci/onesubscription/organization_subscription_client.py +1 -1
  381. oci/onesubscription/ratecard_client.py +1 -1
  382. oci/onesubscription/subscribed_service_client.py +2 -2
  383. oci/onesubscription/subscription_client.py +1 -1
  384. oci/ons/notification_control_plane_client.py +6 -6
  385. oci/ons/notification_data_plane_client.py +10 -10
  386. oci/opa/opa_instance_client.py +11 -11
  387. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  388. oci/opensearch/opensearch_cluster_client.py +14 -14
  389. oci/operator_access_control/access_requests_client.py +9 -9
  390. oci/operator_access_control/operator_actions_client.py +2 -2
  391. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  392. oci/operator_access_control/operator_control_client.py +6 -6
  393. oci/opsi/operations_insights_client.py +173 -173
  394. oci/optimizer/models/create_profile_details.py +33 -0
  395. oci/optimizer/models/profile.py +33 -0
  396. oci/optimizer/models/profile_summary.py +33 -0
  397. oci/optimizer/models/update_profile_details.py +33 -0
  398. oci/optimizer/optimizer_client.py +129 -53
  399. oci/os_management/event_client.py +8 -8
  400. oci/os_management/os_management_client.py +69 -69
  401. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  402. oci/os_management_hub/managed_instance_client.py +22 -22
  403. oci/os_management_hub/managed_instance_group_client.py +22 -22
  404. oci/os_management_hub/management_station_client.py +8 -8
  405. oci/os_management_hub/onboarding_client.py +5 -5
  406. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  407. oci/os_management_hub/scheduled_job_client.py +6 -6
  408. oci/os_management_hub/software_source_client.py +22 -22
  409. oci/os_management_hub/work_request_client.py +4 -4
  410. oci/osp_gateway/address_rule_service_client.py +1 -1
  411. oci/osp_gateway/address_service_client.py +2 -2
  412. oci/osp_gateway/invoice_service_client.py +5 -5
  413. oci/osp_gateway/subscription_service_client.py +5 -5
  414. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  415. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  416. oci/osub_subscription/commitment_client.py +2 -2
  417. oci/osub_subscription/ratecard_client.py +1 -1
  418. oci/osub_subscription/subscription_client.py +1 -1
  419. oci/osub_usage/computed_usage_client.py +3 -3
  420. oci/psql/models/backup.py +53 -21
  421. oci/psql/models/backup_policy.py +5 -5
  422. oci/psql/models/backup_source_details.py +10 -5
  423. oci/psql/models/backup_summary.py +47 -19
  424. oci/psql/models/change_backup_compartment_details.py +7 -5
  425. oci/psql/models/change_configuration_compartment_details.py +7 -5
  426. oci/psql/models/change_db_system_compartment_details.py +3 -3
  427. oci/psql/models/config_overrides.py +5 -5
  428. oci/psql/models/config_params.py +17 -17
  429. oci/psql/models/configuration.py +37 -21
  430. oci/psql/models/configuration_collection.py +2 -2
  431. oci/psql/models/configuration_details.py +1 -1
  432. oci/psql/models/configuration_summary.py +39 -19
  433. oci/psql/models/connection_details.py +5 -5
  434. oci/psql/models/create_backup_details.py +13 -9
  435. oci/psql/models/create_configuration_details.py +21 -15
  436. oci/psql/models/create_db_instance_details.py +9 -9
  437. oci/psql/models/create_db_system_details.py +35 -25
  438. oci/psql/models/credentials.py +3 -3
  439. oci/psql/models/daily_backup_policy.py +3 -3
  440. oci/psql/models/db_configuration_override_collection.py +3 -3
  441. oci/psql/models/db_instance.py +35 -15
  442. oci/psql/models/db_instance_endpoint.py +3 -3
  443. oci/psql/models/db_system.py +63 -33
  444. oci/psql/models/db_system_collection.py +3 -3
  445. oci/psql/models/db_system_details.py +5 -5
  446. oci/psql/models/db_system_summary.py +57 -27
  447. oci/psql/models/default_config_params.py +15 -15
  448. oci/psql/models/default_configuration.py +31 -19
  449. oci/psql/models/default_configuration_collection.py +2 -2
  450. oci/psql/models/default_configuration_details.py +1 -1
  451. oci/psql/models/default_configuration_summary.py +29 -17
  452. oci/psql/models/endpoint.py +7 -7
  453. oci/psql/models/failover_db_system_details.py +13 -9
  454. oci/psql/models/management_policy.py +1 -1
  455. oci/psql/models/management_policy_details.py +1 -1
  456. oci/psql/models/monthly_backup_policy.py +5 -5
  457. oci/psql/models/network_details.py +15 -7
  458. oci/psql/models/none_backup_policy.py +1 -1
  459. oci/psql/models/none_source_details.py +1 -1
  460. oci/psql/models/oci_optimized_storage_details.py +3 -3
  461. oci/psql/models/password_details.py +4 -4
  462. oci/psql/models/patch_db_system_details.py +2 -2
  463. oci/psql/models/plain_text_password_details.py +3 -3
  464. oci/psql/models/primary_db_instance_details.py +3 -3
  465. oci/psql/models/reset_master_user_password_details.py +2 -2
  466. oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
  467. oci/psql/models/restore_db_system_details.py +11 -7
  468. oci/psql/models/shape_collection.py +3 -3
  469. oci/psql/models/shape_summary.py +11 -9
  470. oci/psql/models/source_details.py +1 -1
  471. oci/psql/models/storage_details.py +13 -13
  472. oci/psql/models/update_backup_details.py +4 -4
  473. oci/psql/models/update_configuration_details.py +73 -7
  474. oci/psql/models/update_db_config_params.py +11 -7
  475. oci/psql/models/update_db_system_db_instance_details.py +5 -5
  476. oci/psql/models/update_db_system_details.py +4 -4
  477. oci/psql/models/update_storage_details_params.py +5 -5
  478. oci/psql/models/vault_secret_password_details.py +9 -5
  479. oci/psql/models/weekly_backup_policy.py +5 -5
  480. oci/psql/models/work_request.py +19 -9
  481. oci/psql/models/work_request_error.py +12 -6
  482. oci/psql/models/work_request_error_collection.py +2 -2
  483. oci/psql/models/work_request_log_entry.py +6 -2
  484. oci/psql/models/work_request_log_entry_collection.py +2 -2
  485. oci/psql/models/work_request_resource.py +4 -4
  486. oci/psql/models/work_request_summary.py +18 -8
  487. oci/psql/models/work_request_summary_collection.py +2 -2
  488. oci/psql/postgresql_client.py +186 -127
  489. oci/psql/postgresql_client_composite_operations.py +23 -69
  490. oci/queue/queue_admin_client.py +11 -11
  491. oci/queue/queue_client.py +8 -8
  492. oci/recovery/database_recovery_client.py +23 -23
  493. oci/redis/redis_cluster_client.py +11 -11
  494. oci/resource_manager/resource_manager_client.py +52 -52
  495. oci/resource_search/resource_search_client.py +3 -3
  496. oci/rover/rover_bundle_client.py +8 -8
  497. oci/rover/rover_cluster_client.py +8 -8
  498. oci/rover/rover_entitlement_client.py +6 -6
  499. oci/rover/rover_node_client.py +15 -15
  500. oci/rover/shape_client.py +1 -1
  501. oci/rover/work_requests_client.py +5 -5
  502. oci/sch/service_connector_client.py +12 -12
  503. oci/secrets/secrets_client.py +3 -3
  504. oci/service_catalog/service_catalog_client.py +26 -26
  505. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  506. oci/service_mesh/service_mesh_client.py +48 -48
  507. oci/stack_monitoring/models/discovery_details.py +7 -3
  508. oci/stack_monitoring/models/discovery_job_summary.py +7 -3
  509. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  510. oci/streaming/stream_admin_client.py +18 -18
  511. oci/streaming/stream_client.py +8 -8
  512. oci/tenant_manager_control_plane/domain_client.py +5 -5
  513. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  514. oci/tenant_manager_control_plane/governance_client.py +2 -2
  515. oci/tenant_manager_control_plane/link_client.py +3 -3
  516. oci/tenant_manager_control_plane/orders_client.py +2 -2
  517. oci/tenant_manager_control_plane/organization_client.py +10 -10
  518. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  519. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  520. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  521. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  522. oci/threat_intelligence/threatintel_client.py +5 -5
  523. oci/usage/resources_client.py +2 -2
  524. oci/usage/rewards_client.py +6 -6
  525. oci/usage/usagelimits_client.py +1 -1
  526. oci/usage_api/models/__init__.py +24 -0
  527. oci/usage_api/models/average_carbon_emission.py +103 -0
  528. oci/usage_api/models/clean_energy_usage.py +134 -0
  529. oci/usage_api/models/create_schedule_details.py +4 -4
  530. oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
  531. oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
  532. oci/usage_api/models/schedule.py +4 -4
  533. oci/usage_api/models/update_schedule_details.py +2 -2
  534. oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
  535. oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
  536. oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
  537. oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
  538. oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
  539. oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
  540. oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
  541. oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
  542. oci/usage_api/usageapi_client.py +1151 -210
  543. oci/vault/vaults_client.py +11 -11
  544. oci/vbs_inst/vbs_instance_client.py +10 -10
  545. oci/version.py +1 -1
  546. oci/visual_builder/vb_instance_client.py +13 -13
  547. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  548. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  549. oci/waa/waa_client.py +13 -13
  550. oci/waa/work_request_client.py +4 -4
  551. oci/waas/redirect_client.py +6 -6
  552. oci/waas/waas_client.py +66 -66
  553. oci/waf/waf_client.py +24 -24
  554. oci/work_requests/work_request_client.py +4 -4
  555. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
  556. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/RECORD +560 -536
  557. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
  558. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  559. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
  560. {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/top_level.txt +0 -0
@@ -164,7 +164,7 @@ class LogAnalyticsClient(object):
164
164
  :rtype: :class:`~oci.response.Response`
165
165
 
166
166
  :example:
167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/add_entity_association.py.html>`__ to see an example of how to use add_entity_association API.
167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/add_entity_association.py.html>`__ to see an example of how to use add_entity_association API.
168
168
  """
169
169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
170
170
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -285,7 +285,7 @@ class LogAnalyticsClient(object):
285
285
  :rtype: :class:`~oci.response.Response`
286
286
 
287
287
  :example:
288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/add_source_event_types.py.html>`__ to see an example of how to use add_source_event_types API.
288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/add_source_event_types.py.html>`__ to see an example of how to use add_source_event_types API.
289
289
  """
290
290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
291
291
  required_arguments = ['namespaceName', 'sourceName']
@@ -429,7 +429,7 @@ class LogAnalyticsClient(object):
429
429
  :rtype: :class:`~oci.response.Response`
430
430
 
431
431
  :example:
432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/append_lookup_data.py.html>`__ to see an example of how to use append_lookup_data API.
432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/append_lookup_data.py.html>`__ to see an example of how to use append_lookup_data API.
433
433
  """
434
434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
435
435
  required_arguments = ['namespaceName', 'lookupName']
@@ -587,7 +587,7 @@ class LogAnalyticsClient(object):
587
587
  :rtype: :class:`~oci.response.Response`
588
588
 
589
589
  :example:
590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/assign_encryption_key.py.html>`__ to see an example of how to use assign_encryption_key API.
590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/assign_encryption_key.py.html>`__ to see an example of how to use assign_encryption_key API.
591
591
  """
592
592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
593
593
  required_arguments = ['namespaceName']
@@ -714,7 +714,7 @@ class LogAnalyticsClient(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.117.0/loganalytics/batch_get_basic_info.py.html>`__ to see an example of how to use batch_get_basic_info API.
717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/batch_get_basic_info.py.html>`__ to see an example of how to use batch_get_basic_info API.
718
718
  """
719
719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
720
720
  required_arguments = ['namespaceName', 'isIncludeDeleted']
@@ -859,7 +859,7 @@ class LogAnalyticsClient(object):
859
859
  :rtype: :class:`~oci.response.Response`
860
860
 
861
861
  :example:
862
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/cancel_query_work_request.py.html>`__ to see an example of how to use cancel_query_work_request API.
862
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/cancel_query_work_request.py.html>`__ to see an example of how to use cancel_query_work_request API.
863
863
  """
864
864
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
865
865
  required_arguments = ['namespaceName', 'workRequestId']
@@ -978,7 +978,7 @@ class LogAnalyticsClient(object):
978
978
  :rtype: :class:`~oci.response.Response`
979
979
 
980
980
  :example:
981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/change_ingest_time_rule_compartment.py.html>`__ to see an example of how to use change_ingest_time_rule_compartment API.
981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/change_ingest_time_rule_compartment.py.html>`__ to see an example of how to use change_ingest_time_rule_compartment API.
982
982
  """
983
983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
984
984
  required_arguments = ['namespaceName', 'ingestTimeRuleId']
@@ -1106,7 +1106,7 @@ class LogAnalyticsClient(object):
1106
1106
  :rtype: :class:`~oci.response.Response`
1107
1107
 
1108
1108
  :example:
1109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/change_log_analytics_em_bridge_compartment.py.html>`__ to see an example of how to use change_log_analytics_em_bridge_compartment API.
1109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/change_log_analytics_em_bridge_compartment.py.html>`__ to see an example of how to use change_log_analytics_em_bridge_compartment API.
1110
1110
  """
1111
1111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1112
1112
  required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
@@ -1234,7 +1234,7 @@ class LogAnalyticsClient(object):
1234
1234
  :rtype: :class:`~oci.response.Response`
1235
1235
 
1236
1236
  :example:
1237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/change_log_analytics_entity_compartment.py.html>`__ to see an example of how to use change_log_analytics_entity_compartment API.
1237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/change_log_analytics_entity_compartment.py.html>`__ to see an example of how to use change_log_analytics_entity_compartment API.
1238
1238
  """
1239
1239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1240
1240
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -1362,7 +1362,7 @@ class LogAnalyticsClient(object):
1362
1362
  :rtype: :class:`~oci.response.Response`
1363
1363
 
1364
1364
  :example:
1365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/change_log_analytics_log_group_compartment.py.html>`__ to see an example of how to use change_log_analytics_log_group_compartment API.
1365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/change_log_analytics_log_group_compartment.py.html>`__ to see an example of how to use change_log_analytics_log_group_compartment API.
1366
1366
  """
1367
1367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1368
1368
  required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
@@ -1485,7 +1485,7 @@ class LogAnalyticsClient(object):
1485
1485
  :rtype: :class:`~oci.response.Response`
1486
1486
 
1487
1487
  :example:
1488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/change_log_analytics_object_collection_rule_compartment.py.html>`__ to see an example of how to use change_log_analytics_object_collection_rule_compartment API.
1488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/change_log_analytics_object_collection_rule_compartment.py.html>`__ to see an example of how to use change_log_analytics_object_collection_rule_compartment API.
1489
1489
  """
1490
1490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1491
1491
  required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
@@ -1609,7 +1609,7 @@ class LogAnalyticsClient(object):
1609
1609
  :rtype: :class:`~oci.response.Response`
1610
1610
 
1611
1611
  :example:
1612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/change_scheduled_task_compartment.py.html>`__ to see an example of how to use change_scheduled_task_compartment API.
1612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/change_scheduled_task_compartment.py.html>`__ to see an example of how to use change_scheduled_task_compartment API.
1613
1613
  """
1614
1614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1615
1615
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -1735,7 +1735,7 @@ class LogAnalyticsClient(object):
1735
1735
  :rtype: :class:`~oci.response.Response`
1736
1736
 
1737
1737
  :example:
1738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/clean.py.html>`__ to see an example of how to use clean API.
1738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/clean.py.html>`__ to see an example of how to use clean API.
1739
1739
  """
1740
1740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1741
1741
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -1848,7 +1848,7 @@ class LogAnalyticsClient(object):
1848
1848
  :rtype: :class:`~oci.response.Response`
1849
1849
 
1850
1850
  :example:
1851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/compare_content.py.html>`__ to see an example of how to use compare_content API.
1851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/compare_content.py.html>`__ to see an example of how to use compare_content API.
1852
1852
  """
1853
1853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1854
1854
  required_arguments = ['namespaceName']
@@ -1962,7 +1962,7 @@ class LogAnalyticsClient(object):
1962
1962
  :rtype: :class:`~oci.response.Response`
1963
1963
 
1964
1964
  :example:
1965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_ingest_time_rule.py.html>`__ to see an example of how to use create_ingest_time_rule API.
1965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_ingest_time_rule.py.html>`__ to see an example of how to use create_ingest_time_rule API.
1966
1966
  """
1967
1967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1968
1968
  required_arguments = ['namespaceName']
@@ -2079,7 +2079,7 @@ class LogAnalyticsClient(object):
2079
2079
  :rtype: :class:`~oci.response.Response`
2080
2080
 
2081
2081
  :example:
2082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_log_analytics_em_bridge.py.html>`__ to see an example of how to use create_log_analytics_em_bridge API.
2082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_log_analytics_em_bridge.py.html>`__ to see an example of how to use create_log_analytics_em_bridge API.
2083
2083
  """
2084
2084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2085
2085
  required_arguments = ['namespaceName']
@@ -2196,7 +2196,7 @@ class LogAnalyticsClient(object):
2196
2196
  :rtype: :class:`~oci.response.Response`
2197
2197
 
2198
2198
  :example:
2199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_log_analytics_entity.py.html>`__ to see an example of how to use create_log_analytics_entity API.
2199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_log_analytics_entity.py.html>`__ to see an example of how to use create_log_analytics_entity API.
2200
2200
  """
2201
2201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2202
2202
  required_arguments = ['namespaceName']
@@ -2313,7 +2313,7 @@ class LogAnalyticsClient(object):
2313
2313
  :rtype: :class:`~oci.response.Response`
2314
2314
 
2315
2315
  :example:
2316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_log_analytics_entity_type.py.html>`__ to see an example of how to use create_log_analytics_entity_type API.
2316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_log_analytics_entity_type.py.html>`__ to see an example of how to use create_log_analytics_entity_type API.
2317
2317
  """
2318
2318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2319
2319
  required_arguments = ['namespaceName']
@@ -2428,7 +2428,7 @@ class LogAnalyticsClient(object):
2428
2428
  :rtype: :class:`~oci.response.Response`
2429
2429
 
2430
2430
  :example:
2431
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_log_analytics_log_group.py.html>`__ to see an example of how to use create_log_analytics_log_group API.
2431
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_log_analytics_log_group.py.html>`__ to see an example of how to use create_log_analytics_log_group API.
2432
2432
  """
2433
2433
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2434
2434
  required_arguments = ['namespaceName']
@@ -2538,7 +2538,7 @@ class LogAnalyticsClient(object):
2538
2538
  :rtype: :class:`~oci.response.Response`
2539
2539
 
2540
2540
  :example:
2541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use create_log_analytics_object_collection_rule API.
2541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use create_log_analytics_object_collection_rule API.
2542
2542
  """
2543
2543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2544
2544
  required_arguments = ['namespaceName']
@@ -2650,7 +2650,7 @@ class LogAnalyticsClient(object):
2650
2650
  :rtype: :class:`~oci.response.Response`
2651
2651
 
2652
2652
  :example:
2653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/create_scheduled_task.py.html>`__ to see an example of how to use create_scheduled_task API.
2653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/create_scheduled_task.py.html>`__ to see an example of how to use create_scheduled_task API.
2654
2654
  """
2655
2655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2656
2656
  required_arguments = ['namespaceName']
@@ -2765,7 +2765,7 @@ class LogAnalyticsClient(object):
2765
2765
  :rtype: :class:`~oci.response.Response`
2766
2766
 
2767
2767
  :example:
2768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_associations.py.html>`__ to see an example of how to use delete_associations API.
2768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_associations.py.html>`__ to see an example of how to use delete_associations API.
2769
2769
  """
2770
2770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2771
2771
  required_arguments = ['namespaceName']
@@ -2887,7 +2887,7 @@ class LogAnalyticsClient(object):
2887
2887
  :rtype: :class:`~oci.response.Response`
2888
2888
 
2889
2889
  :example:
2890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_field.py.html>`__ to see an example of how to use delete_field API.
2890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_field.py.html>`__ to see an example of how to use delete_field API.
2891
2891
  """
2892
2892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2893
2893
  required_arguments = ['namespaceName', 'fieldName']
@@ -2999,7 +2999,7 @@ class LogAnalyticsClient(object):
2999
2999
  :rtype: :class:`~oci.response.Response`
3000
3000
 
3001
3001
  :example:
3002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_ingest_time_rule.py.html>`__ to see an example of how to use delete_ingest_time_rule API.
3002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_ingest_time_rule.py.html>`__ to see an example of how to use delete_ingest_time_rule API.
3003
3003
  """
3004
3004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3005
3005
  required_arguments = ['namespaceName', 'ingestTimeRuleId']
@@ -3115,7 +3115,7 @@ class LogAnalyticsClient(object):
3115
3115
  :rtype: :class:`~oci.response.Response`
3116
3116
 
3117
3117
  :example:
3118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_label.py.html>`__ to see an example of how to use delete_label API.
3118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_label.py.html>`__ to see an example of how to use delete_label API.
3119
3119
  """
3120
3120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3121
3121
  required_arguments = ['namespaceName', 'labelName']
@@ -3230,7 +3230,7 @@ class LogAnalyticsClient(object):
3230
3230
  :rtype: :class:`~oci.response.Response`
3231
3231
 
3232
3232
  :example:
3233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_log_analytics_em_bridge.py.html>`__ to see an example of how to use delete_log_analytics_em_bridge API.
3233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_log_analytics_em_bridge.py.html>`__ to see an example of how to use delete_log_analytics_em_bridge API.
3234
3234
  """
3235
3235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3236
3236
  required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
@@ -3345,7 +3345,7 @@ class LogAnalyticsClient(object):
3345
3345
  :rtype: :class:`~oci.response.Response`
3346
3346
 
3347
3347
  :example:
3348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_log_analytics_entity.py.html>`__ to see an example of how to use delete_log_analytics_entity API.
3348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_log_analytics_entity.py.html>`__ to see an example of how to use delete_log_analytics_entity API.
3349
3349
  """
3350
3350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3351
3351
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -3452,7 +3452,7 @@ class LogAnalyticsClient(object):
3452
3452
  :rtype: :class:`~oci.response.Response`
3453
3453
 
3454
3454
  :example:
3455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_log_analytics_entity_type.py.html>`__ to see an example of how to use delete_log_analytics_entity_type API.
3455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_log_analytics_entity_type.py.html>`__ to see an example of how to use delete_log_analytics_entity_type API.
3456
3456
  """
3457
3457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3458
3458
  required_arguments = ['namespaceName', 'entityTypeName']
@@ -3559,7 +3559,7 @@ class LogAnalyticsClient(object):
3559
3559
  :rtype: :class:`~oci.response.Response`
3560
3560
 
3561
3561
  :example:
3562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_log_analytics_log_group.py.html>`__ to see an example of how to use delete_log_analytics_log_group API.
3562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_log_analytics_log_group.py.html>`__ to see an example of how to use delete_log_analytics_log_group API.
3563
3563
  """
3564
3564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3565
3565
  required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
@@ -3671,7 +3671,7 @@ class LogAnalyticsClient(object):
3671
3671
  :rtype: :class:`~oci.response.Response`
3672
3672
 
3673
3673
  :example:
3674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use delete_log_analytics_object_collection_rule API.
3674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use delete_log_analytics_object_collection_rule API.
3675
3675
  """
3676
3676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3677
3677
  required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
@@ -3788,7 +3788,7 @@ class LogAnalyticsClient(object):
3788
3788
  :rtype: :class:`~oci.response.Response`
3789
3789
 
3790
3790
  :example:
3791
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_lookup.py.html>`__ to see an example of how to use delete_lookup API.
3791
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_lookup.py.html>`__ to see an example of how to use delete_lookup API.
3792
3792
  """
3793
3793
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3794
3794
  required_arguments = ['namespaceName', 'lookupName']
@@ -3915,7 +3915,7 @@ class LogAnalyticsClient(object):
3915
3915
  :rtype: :class:`~oci.response.Response`
3916
3916
 
3917
3917
  :example:
3918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_parser.py.html>`__ to see an example of how to use delete_parser API.
3918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_parser.py.html>`__ to see an example of how to use delete_parser API.
3919
3919
  """
3920
3920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3921
3921
  required_arguments = ['namespaceName', 'parserName']
@@ -4028,7 +4028,7 @@ class LogAnalyticsClient(object):
4028
4028
  :rtype: :class:`~oci.response.Response`
4029
4029
 
4030
4030
  :example:
4031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_scheduled_task.py.html>`__ to see an example of how to use delete_scheduled_task API.
4031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_scheduled_task.py.html>`__ to see an example of how to use delete_scheduled_task API.
4032
4032
  """
4033
4033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4034
4034
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -4144,7 +4144,7 @@ class LogAnalyticsClient(object):
4144
4144
  :rtype: :class:`~oci.response.Response`
4145
4145
 
4146
4146
  :example:
4147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_source.py.html>`__ to see an example of how to use delete_source API.
4147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_source.py.html>`__ to see an example of how to use delete_source API.
4148
4148
  """
4149
4149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4150
4150
  required_arguments = ['namespaceName', 'sourceName']
@@ -4257,7 +4257,7 @@ class LogAnalyticsClient(object):
4257
4257
  :rtype: :class:`~oci.response.Response`
4258
4258
 
4259
4259
  :example:
4260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_upload.py.html>`__ to see an example of how to use delete_upload API.
4260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_upload.py.html>`__ to see an example of how to use delete_upload API.
4261
4261
  """
4262
4262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4263
4263
  required_arguments = ['namespaceName', 'uploadReference']
@@ -4361,7 +4361,7 @@ class LogAnalyticsClient(object):
4361
4361
  :rtype: :class:`~oci.response.Response`
4362
4362
 
4363
4363
  :example:
4364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_upload_file.py.html>`__ to see an example of how to use delete_upload_file API.
4364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_upload_file.py.html>`__ to see an example of how to use delete_upload_file API.
4365
4365
  """
4366
4366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4367
4367
  required_arguments = ['namespaceName', 'uploadReference', 'fileReference']
@@ -4463,7 +4463,7 @@ class LogAnalyticsClient(object):
4463
4463
  :rtype: :class:`~oci.response.Response`
4464
4464
 
4465
4465
  :example:
4466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/delete_upload_warning.py.html>`__ to see an example of how to use delete_upload_warning API.
4466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/delete_upload_warning.py.html>`__ to see an example of how to use delete_upload_warning API.
4467
4467
  """
4468
4468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4469
4469
  required_arguments = ['namespaceName', 'uploadReference', 'warningReference']
@@ -4566,7 +4566,7 @@ class LogAnalyticsClient(object):
4566
4566
  :rtype: :class:`~oci.response.Response`
4567
4567
 
4568
4568
  :example:
4569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/disable_archiving.py.html>`__ to see an example of how to use disable_archiving API.
4569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/disable_archiving.py.html>`__ to see an example of how to use disable_archiving API.
4570
4570
  """
4571
4571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4572
4572
  required_arguments = ['namespaceName']
@@ -4681,7 +4681,7 @@ class LogAnalyticsClient(object):
4681
4681
  :rtype: :class:`~oci.response.Response`
4682
4682
 
4683
4683
  :example:
4684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/disable_auto_association.py.html>`__ to see an example of how to use disable_auto_association API.
4684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/disable_auto_association.py.html>`__ to see an example of how to use disable_auto_association API.
4685
4685
  """
4686
4686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4687
4687
  required_arguments = ['namespaceName', 'sourceName']
@@ -4797,7 +4797,7 @@ class LogAnalyticsClient(object):
4797
4797
  :rtype: :class:`~oci.response.Response`
4798
4798
 
4799
4799
  :example:
4800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/disable_ingest_time_rule.py.html>`__ to see an example of how to use disable_ingest_time_rule API.
4800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/disable_ingest_time_rule.py.html>`__ to see an example of how to use disable_ingest_time_rule API.
4801
4801
  """
4802
4802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4803
4803
  required_arguments = ['namespaceName', 'ingestTimeRuleId']
@@ -4909,7 +4909,7 @@ class LogAnalyticsClient(object):
4909
4909
  :rtype: :class:`~oci.response.Response`
4910
4910
 
4911
4911
  :example:
4912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/disable_source_event_types.py.html>`__ to see an example of how to use disable_source_event_types API.
4912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/disable_source_event_types.py.html>`__ to see an example of how to use disable_source_event_types API.
4913
4913
  """
4914
4914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4915
4915
  required_arguments = ['namespaceName', 'sourceName']
@@ -5022,7 +5022,7 @@ class LogAnalyticsClient(object):
5022
5022
  :rtype: :class:`~oci.response.Response`
5023
5023
 
5024
5024
  :example:
5025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/enable_archiving.py.html>`__ to see an example of how to use enable_archiving API.
5025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/enable_archiving.py.html>`__ to see an example of how to use enable_archiving API.
5026
5026
  """
5027
5027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5028
5028
  required_arguments = ['namespaceName']
@@ -5137,7 +5137,7 @@ class LogAnalyticsClient(object):
5137
5137
  :rtype: :class:`~oci.response.Response`
5138
5138
 
5139
5139
  :example:
5140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/enable_auto_association.py.html>`__ to see an example of how to use enable_auto_association API.
5140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/enable_auto_association.py.html>`__ to see an example of how to use enable_auto_association API.
5141
5141
  """
5142
5142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5143
5143
  required_arguments = ['namespaceName', 'sourceName']
@@ -5253,7 +5253,7 @@ class LogAnalyticsClient(object):
5253
5253
  :rtype: :class:`~oci.response.Response`
5254
5254
 
5255
5255
  :example:
5256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/enable_ingest_time_rule.py.html>`__ to see an example of how to use enable_ingest_time_rule API.
5256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/enable_ingest_time_rule.py.html>`__ to see an example of how to use enable_ingest_time_rule API.
5257
5257
  """
5258
5258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5259
5259
  required_arguments = ['namespaceName', 'ingestTimeRuleId']
@@ -5365,7 +5365,7 @@ class LogAnalyticsClient(object):
5365
5365
  :rtype: :class:`~oci.response.Response`
5366
5366
 
5367
5367
  :example:
5368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/enable_source_event_types.py.html>`__ to see an example of how to use enable_source_event_types API.
5368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/enable_source_event_types.py.html>`__ to see an example of how to use enable_source_event_types API.
5369
5369
  """
5370
5370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5371
5371
  required_arguments = ['namespaceName', 'sourceName']
@@ -5488,7 +5488,7 @@ class LogAnalyticsClient(object):
5488
5488
  :rtype: :class:`~oci.response.Response`
5489
5489
 
5490
5490
  :example:
5491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/estimate_purge_data_size.py.html>`__ to see an example of how to use estimate_purge_data_size API.
5491
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/estimate_purge_data_size.py.html>`__ to see an example of how to use estimate_purge_data_size API.
5492
5492
  """
5493
5493
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5494
5494
  required_arguments = ['namespaceName']
@@ -5600,7 +5600,7 @@ class LogAnalyticsClient(object):
5600
5600
  :rtype: :class:`~oci.response.Response`
5601
5601
 
5602
5602
  :example:
5603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/estimate_recall_data_size.py.html>`__ to see an example of how to use estimate_recall_data_size API.
5603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/estimate_recall_data_size.py.html>`__ to see an example of how to use estimate_recall_data_size API.
5604
5604
  """
5605
5605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5606
5606
  required_arguments = ['namespaceName']
@@ -5707,7 +5707,7 @@ class LogAnalyticsClient(object):
5707
5707
  :rtype: :class:`~oci.response.Response`
5708
5708
 
5709
5709
  :example:
5710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/estimate_release_data_size.py.html>`__ to see an example of how to use estimate_release_data_size API.
5710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/estimate_release_data_size.py.html>`__ to see an example of how to use estimate_release_data_size API.
5711
5711
  """
5712
5712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5713
5713
  required_arguments = ['namespaceName']
@@ -5821,7 +5821,7 @@ class LogAnalyticsClient(object):
5821
5821
  :rtype: :class:`~oci.response.Response`
5822
5822
 
5823
5823
  :example:
5824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/export_custom_content.py.html>`__ to see an example of how to use export_custom_content API.
5824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/export_custom_content.py.html>`__ to see an example of how to use export_custom_content API.
5825
5825
  """
5826
5826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5827
5827
  required_arguments = ['namespaceName']
@@ -5931,7 +5931,7 @@ class LogAnalyticsClient(object):
5931
5931
  :rtype: :class:`~oci.response.Response`
5932
5932
 
5933
5933
  :example:
5934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/export_query_result.py.html>`__ to see an example of how to use export_query_result API.
5934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/export_query_result.py.html>`__ to see an example of how to use export_query_result API.
5935
5935
  """
5936
5936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5937
5937
  required_arguments = ['namespaceName']
@@ -6050,7 +6050,7 @@ class LogAnalyticsClient(object):
6050
6050
  :rtype: :class:`~oci.response.Response`
6051
6051
 
6052
6052
  :example:
6053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/extract_structured_log_field_paths.py.html>`__ to see an example of how to use extract_structured_log_field_paths API.
6053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/extract_structured_log_field_paths.py.html>`__ to see an example of how to use extract_structured_log_field_paths API.
6054
6054
  """
6055
6055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6056
6056
  required_arguments = ['namespaceName']
@@ -6187,7 +6187,7 @@ class LogAnalyticsClient(object):
6187
6187
  :rtype: :class:`~oci.response.Response`
6188
6188
 
6189
6189
  :example:
6190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/extract_structured_log_header_paths.py.html>`__ to see an example of how to use extract_structured_log_header_paths API.
6190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/extract_structured_log_header_paths.py.html>`__ to see an example of how to use extract_structured_log_header_paths API.
6191
6191
  """
6192
6192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6193
6193
  required_arguments = ['namespaceName']
@@ -6312,7 +6312,7 @@ class LogAnalyticsClient(object):
6312
6312
  :rtype: :class:`~oci.response.Response`
6313
6313
 
6314
6314
  :example:
6315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/filter.py.html>`__ to see an example of how to use filter API.
6315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/filter.py.html>`__ to see an example of how to use filter API.
6316
6316
  """
6317
6317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6318
6318
  required_arguments = ['namespaceName']
@@ -6419,7 +6419,7 @@ class LogAnalyticsClient(object):
6419
6419
  :rtype: :class:`~oci.response.Response`
6420
6420
 
6421
6421
  :example:
6422
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_association_summary.py.html>`__ to see an example of how to use get_association_summary API.
6422
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_association_summary.py.html>`__ to see an example of how to use get_association_summary API.
6423
6423
  """
6424
6424
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6425
6425
  required_arguments = ['namespaceName', 'compartmentId']
@@ -6527,7 +6527,7 @@ class LogAnalyticsClient(object):
6527
6527
  :rtype: :class:`~oci.response.Response`
6528
6528
 
6529
6529
  :example:
6530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_category.py.html>`__ to see an example of how to use get_category API.
6530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_category.py.html>`__ to see an example of how to use get_category API.
6531
6531
  """
6532
6532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6533
6533
  required_arguments = ['namespaceName', 'categoryName']
@@ -6636,7 +6636,7 @@ class LogAnalyticsClient(object):
6636
6636
  :rtype: :class:`~oci.response.Response`
6637
6637
 
6638
6638
  :example:
6639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_column_names.py.html>`__ to see an example of how to use get_column_names API.
6639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_column_names.py.html>`__ to see an example of how to use get_column_names API.
6640
6640
  """
6641
6641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6642
6642
  required_arguments = ['namespaceName', 'sqlQuery']
@@ -6749,7 +6749,7 @@ class LogAnalyticsClient(object):
6749
6749
  :rtype: :class:`~oci.response.Response`
6750
6750
 
6751
6751
  :example:
6752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_config_work_request.py.html>`__ to see an example of how to use get_config_work_request API.
6752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_config_work_request.py.html>`__ to see an example of how to use get_config_work_request API.
6753
6753
  """
6754
6754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6755
6755
  required_arguments = ['namespaceName', 'workRequestId']
@@ -6851,7 +6851,7 @@ class LogAnalyticsClient(object):
6851
6851
  :rtype: :class:`~oci.response.Response`
6852
6852
 
6853
6853
  :example:
6854
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_field.py.html>`__ to see an example of how to use get_field API.
6854
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_field.py.html>`__ to see an example of how to use get_field API.
6855
6855
  """
6856
6856
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6857
6857
  required_arguments = ['namespaceName', 'fieldName']
@@ -6953,7 +6953,7 @@ class LogAnalyticsClient(object):
6953
6953
  :rtype: :class:`~oci.response.Response`
6954
6954
 
6955
6955
  :example:
6956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_fields_summary.py.html>`__ to see an example of how to use get_fields_summary API.
6956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_fields_summary.py.html>`__ to see an example of how to use get_fields_summary API.
6957
6957
  """
6958
6958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6959
6959
  required_arguments = ['namespaceName']
@@ -7062,7 +7062,7 @@ class LogAnalyticsClient(object):
7062
7062
  :rtype: :class:`~oci.response.Response`
7063
7063
 
7064
7064
  :example:
7065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_ingest_time_rule.py.html>`__ to see an example of how to use get_ingest_time_rule API.
7065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_ingest_time_rule.py.html>`__ to see an example of how to use get_ingest_time_rule API.
7066
7066
  """
7067
7067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7068
7068
  required_arguments = ['namespaceName', 'ingestTimeRuleId']
@@ -7164,7 +7164,7 @@ class LogAnalyticsClient(object):
7164
7164
  :rtype: :class:`~oci.response.Response`
7165
7165
 
7166
7166
  :example:
7167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_label.py.html>`__ to see an example of how to use get_label API.
7167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_label.py.html>`__ to see an example of how to use get_label API.
7168
7168
  """
7169
7169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7170
7170
  required_arguments = ['namespaceName', 'labelName']
@@ -7263,7 +7263,7 @@ class LogAnalyticsClient(object):
7263
7263
  :rtype: :class:`~oci.response.Response`
7264
7264
 
7265
7265
  :example:
7266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_label_summary.py.html>`__ to see an example of how to use get_label_summary API.
7266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_label_summary.py.html>`__ to see an example of how to use get_label_summary API.
7267
7267
  """
7268
7268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7269
7269
  required_arguments = ['namespaceName']
@@ -7364,7 +7364,7 @@ class LogAnalyticsClient(object):
7364
7364
  :rtype: :class:`~oci.response.Response`
7365
7365
 
7366
7366
  :example:
7367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_em_bridge.py.html>`__ to see an example of how to use get_log_analytics_em_bridge API.
7367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_em_bridge.py.html>`__ to see an example of how to use get_log_analytics_em_bridge API.
7368
7368
  """
7369
7369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7370
7370
  required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
@@ -7464,7 +7464,7 @@ class LogAnalyticsClient(object):
7464
7464
  :rtype: :class:`~oci.response.Response`
7465
7465
 
7466
7466
  :example:
7467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_em_bridge_summary.py.html>`__ to see an example of how to use get_log_analytics_em_bridge_summary API.
7467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_em_bridge_summary.py.html>`__ to see an example of how to use get_log_analytics_em_bridge_summary API.
7468
7468
  """
7469
7469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7470
7470
  required_arguments = ['namespaceName', 'compartmentId']
@@ -7570,7 +7570,7 @@ class LogAnalyticsClient(object):
7570
7570
  :rtype: :class:`~oci.response.Response`
7571
7571
 
7572
7572
  :example:
7573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_entities_summary.py.html>`__ to see an example of how to use get_log_analytics_entities_summary API.
7573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_entities_summary.py.html>`__ to see an example of how to use get_log_analytics_entities_summary API.
7574
7574
  """
7575
7575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7576
7576
  required_arguments = ['namespaceName', 'compartmentId']
@@ -7676,7 +7676,7 @@ class LogAnalyticsClient(object):
7676
7676
  :rtype: :class:`~oci.response.Response`
7677
7677
 
7678
7678
  :example:
7679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_entity.py.html>`__ to see an example of how to use get_log_analytics_entity API.
7679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_entity.py.html>`__ to see an example of how to use get_log_analytics_entity API.
7680
7680
  """
7681
7681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7682
7682
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -7776,7 +7776,7 @@ class LogAnalyticsClient(object):
7776
7776
  :rtype: :class:`~oci.response.Response`
7777
7777
 
7778
7778
  :example:
7779
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_entity_type.py.html>`__ to see an example of how to use get_log_analytics_entity_type API.
7779
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_entity_type.py.html>`__ to see an example of how to use get_log_analytics_entity_type API.
7780
7780
  """
7781
7781
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7782
7782
  required_arguments = ['namespaceName', 'entityTypeName']
@@ -7876,7 +7876,7 @@ class LogAnalyticsClient(object):
7876
7876
  :rtype: :class:`~oci.response.Response`
7877
7877
 
7878
7878
  :example:
7879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_log_group.py.html>`__ to see an example of how to use get_log_analytics_log_group API.
7879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_log_group.py.html>`__ to see an example of how to use get_log_analytics_log_group API.
7880
7880
  """
7881
7881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7882
7882
  required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
@@ -7978,7 +7978,7 @@ class LogAnalyticsClient(object):
7978
7978
  :rtype: :class:`~oci.response.Response`
7979
7979
 
7980
7980
  :example:
7981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_log_groups_summary.py.html>`__ to see an example of how to use get_log_analytics_log_groups_summary API.
7981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_log_groups_summary.py.html>`__ to see an example of how to use get_log_analytics_log_groups_summary API.
7982
7982
  """
7983
7983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7984
7984
  required_arguments = ['namespaceName', 'compartmentId']
@@ -8088,7 +8088,7 @@ class LogAnalyticsClient(object):
8088
8088
  :rtype: :class:`~oci.response.Response`
8089
8089
 
8090
8090
  :example:
8091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use get_log_analytics_object_collection_rule API.
8091
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use get_log_analytics_object_collection_rule API.
8092
8092
  """
8093
8093
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8094
8094
  required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
@@ -8187,7 +8187,7 @@ class LogAnalyticsClient(object):
8187
8187
  :rtype: :class:`~oci.response.Response`
8188
8188
 
8189
8189
  :example:
8190
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_log_sets_count.py.html>`__ to see an example of how to use get_log_sets_count API.
8190
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_log_sets_count.py.html>`__ to see an example of how to use get_log_sets_count API.
8191
8191
  """
8192
8192
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8193
8193
  required_arguments = ['namespaceName']
@@ -8288,7 +8288,7 @@ class LogAnalyticsClient(object):
8288
8288
  :rtype: :class:`~oci.response.Response`
8289
8289
 
8290
8290
  :example:
8291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_lookup.py.html>`__ to see an example of how to use get_lookup API.
8291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_lookup.py.html>`__ to see an example of how to use get_lookup API.
8292
8292
  """
8293
8293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8294
8294
  required_arguments = ['namespaceName', 'lookupName']
@@ -8387,7 +8387,7 @@ class LogAnalyticsClient(object):
8387
8387
  :rtype: :class:`~oci.response.Response`
8388
8388
 
8389
8389
  :example:
8390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_lookup_summary.py.html>`__ to see an example of how to use get_lookup_summary API.
8390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_lookup_summary.py.html>`__ to see an example of how to use get_lookup_summary API.
8391
8391
  """
8392
8392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8393
8393
  required_arguments = ['namespaceName']
@@ -8485,7 +8485,7 @@ class LogAnalyticsClient(object):
8485
8485
  :rtype: :class:`~oci.response.Response`
8486
8486
 
8487
8487
  :example:
8488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
8488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
8489
8489
  """
8490
8490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8491
8491
  required_arguments = ['namespaceName']
@@ -8586,7 +8586,7 @@ class LogAnalyticsClient(object):
8586
8586
  :rtype: :class:`~oci.response.Response`
8587
8587
 
8588
8588
  :example:
8589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_parser.py.html>`__ to see an example of how to use get_parser API.
8589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_parser.py.html>`__ to see an example of how to use get_parser API.
8590
8590
  """
8591
8591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8592
8592
  required_arguments = ['namespaceName', 'parserName']
@@ -8685,7 +8685,7 @@ class LogAnalyticsClient(object):
8685
8685
  :rtype: :class:`~oci.response.Response`
8686
8686
 
8687
8687
  :example:
8688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_parser_summary.py.html>`__ to see an example of how to use get_parser_summary API.
8688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_parser_summary.py.html>`__ to see an example of how to use get_parser_summary API.
8689
8689
  """
8690
8690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8691
8691
  required_arguments = ['namespaceName']
@@ -8799,7 +8799,7 @@ class LogAnalyticsClient(object):
8799
8799
  :rtype: :class:`~oci.response.Response`
8800
8800
 
8801
8801
  :example:
8802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_preferences.py.html>`__ to see an example of how to use get_preferences API.
8802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_preferences.py.html>`__ to see an example of how to use get_preferences API.
8803
8803
  """
8804
8804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8805
8805
  required_arguments = ['namespaceName']
@@ -8948,7 +8948,7 @@ class LogAnalyticsClient(object):
8948
8948
  :rtype: :class:`~oci.response.Response`
8949
8949
 
8950
8950
  :example:
8951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_query_result.py.html>`__ to see an example of how to use get_query_result API.
8951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_query_result.py.html>`__ to see an example of how to use get_query_result API.
8952
8952
  """
8953
8953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8954
8954
  required_arguments = ['namespaceName', 'workRequestId']
@@ -9075,7 +9075,7 @@ class LogAnalyticsClient(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.117.0/loganalytics/get_query_work_request.py.html>`__ to see an example of how to use get_query_work_request API.
9078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_query_work_request.py.html>`__ to see an example of how to use get_query_work_request API.
9079
9079
  """
9080
9080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9081
9081
  required_arguments = ['namespaceName', 'workRequestId']
@@ -9174,7 +9174,7 @@ class LogAnalyticsClient(object):
9174
9174
  :rtype: :class:`~oci.response.Response`
9175
9175
 
9176
9176
  :example:
9177
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_recall_count.py.html>`__ to see an example of how to use get_recall_count API.
9177
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_recall_count.py.html>`__ to see an example of how to use get_recall_count API.
9178
9178
  """
9179
9179
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9180
9180
  required_arguments = ['namespaceName']
@@ -9278,7 +9278,7 @@ class LogAnalyticsClient(object):
9278
9278
  :rtype: :class:`~oci.response.Response`
9279
9279
 
9280
9280
  :example:
9281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_recalled_data_size.py.html>`__ to see an example of how to use get_recalled_data_size API.
9281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_recalled_data_size.py.html>`__ to see an example of how to use get_recalled_data_size API.
9282
9282
  """
9283
9283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9284
9284
  required_arguments = ['namespaceName']
@@ -9389,7 +9389,7 @@ class LogAnalyticsClient(object):
9389
9389
  :rtype: :class:`~oci.response.Response`
9390
9390
 
9391
9391
  :example:
9392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_rules_summary.py.html>`__ to see an example of how to use get_rules_summary API.
9392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_rules_summary.py.html>`__ to see an example of how to use get_rules_summary API.
9393
9393
  """
9394
9394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9395
9395
  required_arguments = ['namespaceName', 'compartmentId']
@@ -9498,7 +9498,7 @@ class LogAnalyticsClient(object):
9498
9498
  :rtype: :class:`~oci.response.Response`
9499
9499
 
9500
9500
  :example:
9501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_scheduled_task.py.html>`__ to see an example of how to use get_scheduled_task API.
9501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_scheduled_task.py.html>`__ to see an example of how to use get_scheduled_task API.
9502
9502
  """
9503
9503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9504
9504
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -9603,7 +9603,7 @@ class LogAnalyticsClient(object):
9603
9603
  :rtype: :class:`~oci.response.Response`
9604
9604
 
9605
9605
  :example:
9606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_source.py.html>`__ to see an example of how to use get_source API.
9606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_source.py.html>`__ to see an example of how to use get_source API.
9607
9607
  """
9608
9608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9609
9609
  required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
@@ -9709,7 +9709,7 @@ class LogAnalyticsClient(object):
9709
9709
  :rtype: :class:`~oci.response.Response`
9710
9710
 
9711
9711
  :example:
9712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_source_summary.py.html>`__ to see an example of how to use get_source_summary API.
9712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_source_summary.py.html>`__ to see an example of how to use get_source_summary API.
9713
9713
  """
9714
9714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9715
9715
  required_arguments = ['namespaceName']
@@ -9807,7 +9807,7 @@ class LogAnalyticsClient(object):
9807
9807
  :rtype: :class:`~oci.response.Response`
9808
9808
 
9809
9809
  :example:
9810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_storage.py.html>`__ to see an example of how to use get_storage API.
9810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_storage.py.html>`__ to see an example of how to use get_storage API.
9811
9811
  """
9812
9812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9813
9813
  required_arguments = ['namespaceName']
@@ -9906,7 +9906,7 @@ class LogAnalyticsClient(object):
9906
9906
  :rtype: :class:`~oci.response.Response`
9907
9907
 
9908
9908
  :example:
9909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_storage_usage.py.html>`__ to see an example of how to use get_storage_usage API.
9909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_storage_usage.py.html>`__ to see an example of how to use get_storage_usage API.
9910
9910
  """
9911
9911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9912
9912
  required_arguments = ['namespaceName']
@@ -10010,7 +10010,7 @@ class LogAnalyticsClient(object):
10010
10010
  :rtype: :class:`~oci.response.Response`
10011
10011
 
10012
10012
  :example:
10013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_storage_work_request.py.html>`__ to see an example of how to use get_storage_work_request API.
10013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_storage_work_request.py.html>`__ to see an example of how to use get_storage_work_request API.
10014
10014
  """
10015
10015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10016
10016
  required_arguments = ['workRequestId', 'namespaceName']
@@ -10109,7 +10109,7 @@ class LogAnalyticsClient(object):
10109
10109
  :rtype: :class:`~oci.response.Response`
10110
10110
 
10111
10111
  :example:
10112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_unprocessed_data_bucket.py.html>`__ to see an example of how to use get_unprocessed_data_bucket API.
10112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_unprocessed_data_bucket.py.html>`__ to see an example of how to use get_unprocessed_data_bucket API.
10113
10113
  """
10114
10114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10115
10115
  required_arguments = ['namespaceName']
@@ -10210,7 +10210,7 @@ class LogAnalyticsClient(object):
10210
10210
  :rtype: :class:`~oci.response.Response`
10211
10211
 
10212
10212
  :example:
10213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_upload.py.html>`__ to see an example of how to use get_upload API.
10213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_upload.py.html>`__ to see an example of how to use get_upload API.
10214
10214
  """
10215
10215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10216
10216
  required_arguments = ['namespaceName', 'uploadReference']
@@ -10314,7 +10314,7 @@ class LogAnalyticsClient(object):
10314
10314
  :rtype: :class:`~oci.response.Response`
10315
10315
 
10316
10316
  :example:
10317
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
10317
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
10318
10318
  """
10319
10319
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10320
10320
  required_arguments = ['namespaceName', 'workRequestId']
@@ -10437,7 +10437,7 @@ class LogAnalyticsClient(object):
10437
10437
  :rtype: :class:`~oci.response.Response`
10438
10438
 
10439
10439
  :example:
10440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/import_custom_content.py.html>`__ to see an example of how to use import_custom_content API.
10440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/import_custom_content.py.html>`__ to see an example of how to use import_custom_content API.
10441
10441
  """
10442
10442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10443
10443
  required_arguments = ['namespaceName']
@@ -10606,7 +10606,7 @@ class LogAnalyticsClient(object):
10606
10606
  :rtype: :class:`~oci.response.Response`
10607
10607
 
10608
10608
  :example:
10609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_associable_entities.py.html>`__ to see an example of how to use list_associable_entities API.
10609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_associable_entities.py.html>`__ to see an example of how to use list_associable_entities API.
10610
10610
  """
10611
10611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10612
10612
  required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
@@ -10775,7 +10775,7 @@ class LogAnalyticsClient(object):
10775
10775
  :rtype: :class:`~oci.response.Response`
10776
10776
 
10777
10777
  :example:
10778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_associated_entities.py.html>`__ to see an example of how to use list_associated_entities API.
10778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_associated_entities.py.html>`__ to see an example of how to use list_associated_entities API.
10779
10779
  """
10780
10780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10781
10781
  required_arguments = ['namespaceName', 'compartmentId']
@@ -10927,7 +10927,7 @@ class LogAnalyticsClient(object):
10927
10927
  :rtype: :class:`~oci.response.Response`
10928
10928
 
10929
10929
  :example:
10930
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_auto_associations.py.html>`__ to see an example of how to use list_auto_associations API.
10930
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_auto_associations.py.html>`__ to see an example of how to use list_auto_associations API.
10931
10931
  """
10932
10932
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10933
10933
  required_arguments = ['namespaceName', 'sourceName']
@@ -11082,7 +11082,7 @@ class LogAnalyticsClient(object):
11082
11082
  :rtype: :class:`~oci.response.Response`
11083
11083
 
11084
11084
  :example:
11085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_categories.py.html>`__ to see an example of how to use list_categories API.
11085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_categories.py.html>`__ to see an example of how to use list_categories API.
11086
11086
  """
11087
11087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11088
11088
  required_arguments = ['namespaceName']
@@ -11230,7 +11230,7 @@ class LogAnalyticsClient(object):
11230
11230
  :rtype: :class:`~oci.response.Response`
11231
11231
 
11232
11232
  :example:
11233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_config_work_requests.py.html>`__ to see an example of how to use list_config_work_requests API.
11233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_config_work_requests.py.html>`__ to see an example of how to use list_config_work_requests API.
11234
11234
  """
11235
11235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11236
11236
  required_arguments = ['namespaceName', 'compartmentId']
@@ -11388,7 +11388,7 @@ class LogAnalyticsClient(object):
11388
11388
  :rtype: :class:`~oci.response.Response`
11389
11389
 
11390
11390
  :example:
11391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_effective_properties.py.html>`__ to see an example of how to use list_effective_properties API.
11391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_effective_properties.py.html>`__ to see an example of how to use list_effective_properties API.
11392
11392
  """
11393
11393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11394
11394
  required_arguments = ['namespaceName']
@@ -11526,7 +11526,7 @@ class LogAnalyticsClient(object):
11526
11526
  :rtype: :class:`~oci.response.Response`
11527
11527
 
11528
11528
  :example:
11529
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_encryption_key_info.py.html>`__ to see an example of how to use list_encryption_key_info API.
11529
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_encryption_key_info.py.html>`__ to see an example of how to use list_encryption_key_info API.
11530
11530
  """
11531
11531
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11532
11532
  required_arguments = ['namespaceName']
@@ -11649,7 +11649,7 @@ class LogAnalyticsClient(object):
11649
11649
  :rtype: :class:`~oci.response.Response`
11650
11650
 
11651
11651
  :example:
11652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_entity_associations.py.html>`__ to see an example of how to use list_entity_associations API.
11652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_entity_associations.py.html>`__ to see an example of how to use list_entity_associations API.
11653
11653
  """
11654
11654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11655
11655
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -11822,7 +11822,7 @@ class LogAnalyticsClient(object):
11822
11822
  :rtype: :class:`~oci.response.Response`
11823
11823
 
11824
11824
  :example:
11825
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_entity_source_associations.py.html>`__ to see an example of how to use list_entity_source_associations API.
11825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_entity_source_associations.py.html>`__ to see an example of how to use list_entity_source_associations API.
11826
11826
  """
11827
11827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11828
11828
  required_arguments = ['namespaceName', 'compartmentId']
@@ -12017,7 +12017,7 @@ class LogAnalyticsClient(object):
12017
12017
  :rtype: :class:`~oci.response.Response`
12018
12018
 
12019
12019
  :example:
12020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_fields.py.html>`__ to see an example of how to use list_fields API.
12020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_fields.py.html>`__ to see an example of how to use list_fields API.
12021
12021
  """
12022
12022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12023
12023
  required_arguments = ['namespaceName']
@@ -12209,7 +12209,7 @@ class LogAnalyticsClient(object):
12209
12209
  :rtype: :class:`~oci.response.Response`
12210
12210
 
12211
12211
  :example:
12212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_ingest_time_rules.py.html>`__ to see an example of how to use list_ingest_time_rules API.
12212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_ingest_time_rules.py.html>`__ to see an example of how to use list_ingest_time_rules API.
12213
12213
  """
12214
12214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12215
12215
  required_arguments = ['namespaceName', 'compartmentId']
@@ -12366,7 +12366,7 @@ class LogAnalyticsClient(object):
12366
12366
  :rtype: :class:`~oci.response.Response`
12367
12367
 
12368
12368
  :example:
12369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_label_priorities.py.html>`__ to see an example of how to use list_label_priorities API.
12369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_label_priorities.py.html>`__ to see an example of how to use list_label_priorities API.
12370
12370
  """
12371
12371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12372
12372
  required_arguments = ['namespaceName']
@@ -12494,7 +12494,7 @@ class LogAnalyticsClient(object):
12494
12494
  :rtype: :class:`~oci.response.Response`
12495
12495
 
12496
12496
  :example:
12497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_label_source_details.py.html>`__ to see an example of how to use list_label_source_details API.
12497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_label_source_details.py.html>`__ to see an example of how to use list_label_source_details API.
12498
12498
  """
12499
12499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12500
12500
  required_arguments = ['namespaceName']
@@ -12665,7 +12665,7 @@ class LogAnalyticsClient(object):
12665
12665
  :rtype: :class:`~oci.response.Response`
12666
12666
 
12667
12667
  :example:
12668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_labels.py.html>`__ to see an example of how to use list_labels API.
12668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_labels.py.html>`__ to see an example of how to use list_labels API.
12669
12669
  """
12670
12670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12671
12671
  required_arguments = ['namespaceName']
@@ -12854,7 +12854,7 @@ class LogAnalyticsClient(object):
12854
12854
  :rtype: :class:`~oci.response.Response`
12855
12855
 
12856
12856
  :example:
12857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_log_analytics_em_bridges.py.html>`__ to see an example of how to use list_log_analytics_em_bridges API.
12857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_analytics_em_bridges.py.html>`__ to see an example of how to use list_log_analytics_em_bridges API.
12858
12858
  """
12859
12859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12860
12860
  required_arguments = ['namespaceName', 'compartmentId']
@@ -13070,7 +13070,7 @@ class LogAnalyticsClient(object):
13070
13070
  :rtype: :class:`~oci.response.Response`
13071
13071
 
13072
13072
  :example:
13073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_log_analytics_entities.py.html>`__ to see an example of how to use list_log_analytics_entities API.
13073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_analytics_entities.py.html>`__ to see an example of how to use list_log_analytics_entities API.
13074
13074
  """
13075
13075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13076
13076
  required_arguments = ['namespaceName', 'compartmentId']
@@ -13267,7 +13267,7 @@ class LogAnalyticsClient(object):
13267
13267
  :rtype: :class:`~oci.response.Response`
13268
13268
 
13269
13269
  :example:
13270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_log_analytics_entity_topology.py.html>`__ to see an example of how to use list_log_analytics_entity_topology API.
13270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_analytics_entity_topology.py.html>`__ to see an example of how to use list_log_analytics_entity_topology API.
13271
13271
  """
13272
13272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13273
13273
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -13437,7 +13437,7 @@ class LogAnalyticsClient(object):
13437
13437
  :rtype: :class:`~oci.response.Response`
13438
13438
 
13439
13439
  :example:
13440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_log_analytics_entity_types.py.html>`__ to see an example of how to use list_log_analytics_entity_types API.
13440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_analytics_entity_types.py.html>`__ to see an example of how to use list_log_analytics_entity_types API.
13441
13441
  """
13442
13442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13443
13443
  required_arguments = ['namespaceName']
@@ -13606,7 +13606,7 @@ class LogAnalyticsClient(object):
13606
13606
  :rtype: :class:`~oci.response.Response`
13607
13607
 
13608
13608
  :example:
13609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_log_analytics_log_groups.py.html>`__ to see an example of how to use list_log_analytics_log_groups API.
13609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_analytics_log_groups.py.html>`__ to see an example of how to use list_log_analytics_log_groups API.
13610
13610
  """
13611
13611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13612
13612
  required_arguments = ['namespaceName', 'compartmentId']
@@ -13763,7 +13763,7 @@ class LogAnalyticsClient(object):
13763
13763
  :rtype: :class:`~oci.response.Response`
13764
13764
 
13765
13765
  :example:
13766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_log_analytics_object_collection_rules.py.html>`__ to see an example of how to use list_log_analytics_object_collection_rules API.
13766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_analytics_object_collection_rules.py.html>`__ to see an example of how to use list_log_analytics_object_collection_rules API.
13767
13767
  """
13768
13768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13769
13769
  required_arguments = ['namespaceName', 'compartmentId']
@@ -13915,7 +13915,7 @@ class LogAnalyticsClient(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.117.0/loganalytics/list_log_sets.py.html>`__ to see an example of how to use list_log_sets API.
13918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_log_sets.py.html>`__ to see an example of how to use list_log_sets API.
13919
13919
  """
13920
13920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13921
13921
  required_arguments = ['namespaceName']
@@ -14077,7 +14077,7 @@ class LogAnalyticsClient(object):
14077
14077
  :rtype: :class:`~oci.response.Response`
14078
14078
 
14079
14079
  :example:
14080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_lookups.py.html>`__ to see an example of how to use list_lookups API.
14080
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_lookups.py.html>`__ to see an example of how to use list_lookups API.
14081
14081
  """
14082
14082
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14083
14083
  required_arguments = ['namespaceName', 'type']
@@ -14250,7 +14250,7 @@ class LogAnalyticsClient(object):
14250
14250
  :rtype: :class:`~oci.response.Response`
14251
14251
 
14252
14252
  :example:
14253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_meta_source_types.py.html>`__ to see an example of how to use list_meta_source_types API.
14253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_meta_source_types.py.html>`__ to see an example of how to use list_meta_source_types API.
14254
14254
  """
14255
14255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14256
14256
  required_arguments = ['namespaceName']
@@ -14377,7 +14377,7 @@ class LogAnalyticsClient(object):
14377
14377
  :rtype: :class:`~oci.response.Response`
14378
14378
 
14379
14379
  :example:
14380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
14380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_namespaces.py.html>`__ to see an example of how to use list_namespaces API.
14381
14381
  """
14382
14382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14383
14383
  required_arguments = ['compartmentId']
@@ -14493,7 +14493,7 @@ class LogAnalyticsClient(object):
14493
14493
  :rtype: :class:`~oci.response.Response`
14494
14494
 
14495
14495
  :example:
14496
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_overlapping_recalls.py.html>`__ to see an example of how to use list_overlapping_recalls API.
14496
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_overlapping_recalls.py.html>`__ to see an example of how to use list_overlapping_recalls API.
14497
14497
  """
14498
14498
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14499
14499
  required_arguments = ['namespaceName']
@@ -14642,7 +14642,7 @@ class LogAnalyticsClient(object):
14642
14642
  :rtype: :class:`~oci.response.Response`
14643
14643
 
14644
14644
  :example:
14645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_parser_functions.py.html>`__ to see an example of how to use list_parser_functions API.
14645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_parser_functions.py.html>`__ to see an example of how to use list_parser_functions API.
14646
14646
  """
14647
14647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14648
14648
  required_arguments = ['namespaceName']
@@ -14786,7 +14786,7 @@ class LogAnalyticsClient(object):
14786
14786
  :rtype: :class:`~oci.response.Response`
14787
14787
 
14788
14788
  :example:
14789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_parser_meta_plugins.py.html>`__ to see an example of how to use list_parser_meta_plugins API.
14789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_parser_meta_plugins.py.html>`__ to see an example of how to use list_parser_meta_plugins API.
14790
14790
  """
14791
14791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14792
14792
  required_arguments = ['namespaceName']
@@ -14964,7 +14964,7 @@ class LogAnalyticsClient(object):
14964
14964
  :rtype: :class:`~oci.response.Response`
14965
14965
 
14966
14966
  :example:
14967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_parsers.py.html>`__ to see an example of how to use list_parsers API.
14967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_parsers.py.html>`__ to see an example of how to use list_parsers API.
14968
14968
  """
14969
14969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14970
14970
  required_arguments = ['namespaceName']
@@ -15154,7 +15154,7 @@ class LogAnalyticsClient(object):
15154
15154
  :rtype: :class:`~oci.response.Response`
15155
15155
 
15156
15156
  :example:
15157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_properties_metadata.py.html>`__ to see an example of how to use list_properties_metadata API.
15157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_properties_metadata.py.html>`__ to see an example of how to use list_properties_metadata API.
15158
15158
  """
15159
15159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15160
15160
  required_arguments = ['namespaceName']
@@ -15312,7 +15312,7 @@ class LogAnalyticsClient(object):
15312
15312
  :rtype: :class:`~oci.response.Response`
15313
15313
 
15314
15314
  :example:
15315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_query_work_requests.py.html>`__ to see an example of how to use list_query_work_requests API.
15315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_query_work_requests.py.html>`__ to see an example of how to use list_query_work_requests API.
15316
15316
  """
15317
15317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15318
15318
  required_arguments = ['namespaceName', 'compartmentId']
@@ -15471,7 +15471,7 @@ class LogAnalyticsClient(object):
15471
15471
  :rtype: :class:`~oci.response.Response`
15472
15472
 
15473
15473
  :example:
15474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_recalled_data.py.html>`__ to see an example of how to use list_recalled_data API.
15474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_recalled_data.py.html>`__ to see an example of how to use list_recalled_data API.
15475
15475
  """
15476
15476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15477
15477
  required_arguments = ['namespaceName']
@@ -15629,7 +15629,7 @@ class LogAnalyticsClient(object):
15629
15629
  :rtype: :class:`~oci.response.Response`
15630
15630
 
15631
15631
  :example:
15632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_resource_categories.py.html>`__ to see an example of how to use list_resource_categories API.
15632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_resource_categories.py.html>`__ to see an example of how to use list_resource_categories API.
15633
15633
  """
15634
15634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15635
15635
  required_arguments = ['namespaceName']
@@ -15796,7 +15796,7 @@ class LogAnalyticsClient(object):
15796
15796
  :rtype: :class:`~oci.response.Response`
15797
15797
 
15798
15798
  :example:
15799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_rules.py.html>`__ to see an example of how to use list_rules API.
15799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_rules.py.html>`__ to see an example of how to use list_rules API.
15800
15800
  """
15801
15801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15802
15802
  required_arguments = ['namespaceName', 'compartmentId']
@@ -15977,7 +15977,7 @@ class LogAnalyticsClient(object):
15977
15977
  :rtype: :class:`~oci.response.Response`
15978
15978
 
15979
15979
  :example:
15980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_scheduled_tasks.py.html>`__ to see an example of how to use list_scheduled_tasks API.
15980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_scheduled_tasks.py.html>`__ to see an example of how to use list_scheduled_tasks API.
15981
15981
  """
15982
15982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15983
15983
  required_arguments = ['namespaceName', 'taskType', 'compartmentId']
@@ -16151,7 +16151,7 @@ class LogAnalyticsClient(object):
16151
16151
  :rtype: :class:`~oci.response.Response`
16152
16152
 
16153
16153
  :example:
16154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_source_associations.py.html>`__ to see an example of how to use list_source_associations API.
16154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_source_associations.py.html>`__ to see an example of how to use list_source_associations API.
16155
16155
  """
16156
16156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16157
16157
  required_arguments = ['namespaceName', 'sourceName', 'compartmentId']
@@ -16325,7 +16325,7 @@ class LogAnalyticsClient(object):
16325
16325
  :rtype: :class:`~oci.response.Response`
16326
16326
 
16327
16327
  :example:
16328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_source_event_types.py.html>`__ to see an example of how to use list_source_event_types API.
16328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_source_event_types.py.html>`__ to see an example of how to use list_source_event_types API.
16329
16329
  """
16330
16330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16331
16331
  required_arguments = ['namespaceName', 'sourceName']
@@ -16484,7 +16484,7 @@ class LogAnalyticsClient(object):
16484
16484
  :rtype: :class:`~oci.response.Response`
16485
16485
 
16486
16486
  :example:
16487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_source_extended_field_definitions.py.html>`__ to see an example of how to use list_source_extended_field_definitions API.
16487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_source_extended_field_definitions.py.html>`__ to see an example of how to use list_source_extended_field_definitions API.
16488
16488
  """
16489
16489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16490
16490
  required_arguments = ['namespaceName', 'sourceName']
@@ -16627,7 +16627,7 @@ class LogAnalyticsClient(object):
16627
16627
  :rtype: :class:`~oci.response.Response`
16628
16628
 
16629
16629
  :example:
16630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_source_label_operators.py.html>`__ to see an example of how to use list_source_label_operators API.
16630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_source_label_operators.py.html>`__ to see an example of how to use list_source_label_operators API.
16631
16631
  """
16632
16632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16633
16633
  required_arguments = ['namespaceName']
@@ -16769,7 +16769,7 @@ class LogAnalyticsClient(object):
16769
16769
  :rtype: :class:`~oci.response.Response`
16770
16770
 
16771
16771
  :example:
16772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_source_meta_functions.py.html>`__ to see an example of how to use list_source_meta_functions API.
16772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_source_meta_functions.py.html>`__ to see an example of how to use list_source_meta_functions API.
16773
16773
  """
16774
16774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16775
16775
  required_arguments = ['namespaceName']
@@ -16917,7 +16917,7 @@ class LogAnalyticsClient(object):
16917
16917
  :rtype: :class:`~oci.response.Response`
16918
16918
 
16919
16919
  :example:
16920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_source_patterns.py.html>`__ to see an example of how to use list_source_patterns API.
16920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_source_patterns.py.html>`__ to see an example of how to use list_source_patterns API.
16921
16921
  """
16922
16922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16923
16923
  required_arguments = ['namespaceName', 'sourceName']
@@ -17097,7 +17097,7 @@ class LogAnalyticsClient(object):
17097
17097
  :rtype: :class:`~oci.response.Response`
17098
17098
 
17099
17099
  :example:
17100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_sources.py.html>`__ to see an example of how to use list_sources API.
17100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_sources.py.html>`__ to see an example of how to use list_sources API.
17101
17101
  """
17102
17102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17103
17103
  required_arguments = ['namespaceName', 'compartmentId']
@@ -17269,7 +17269,7 @@ class LogAnalyticsClient(object):
17269
17269
  :rtype: :class:`~oci.response.Response`
17270
17270
 
17271
17271
  :example:
17272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_storage_work_request_errors.py.html>`__ to see an example of how to use list_storage_work_request_errors API.
17272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_storage_work_request_errors.py.html>`__ to see an example of how to use list_storage_work_request_errors API.
17273
17273
  """
17274
17274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17275
17275
  required_arguments = ['workRequestId', 'namespaceName', 'compartmentId']
@@ -17439,7 +17439,7 @@ class LogAnalyticsClient(object):
17439
17439
  :rtype: :class:`~oci.response.Response`
17440
17440
 
17441
17441
  :example:
17442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_storage_work_requests.py.html>`__ to see an example of how to use list_storage_work_requests API.
17442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_storage_work_requests.py.html>`__ to see an example of how to use list_storage_work_requests API.
17443
17443
  """
17444
17444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17445
17445
  required_arguments = ['namespaceName', 'compartmentId']
@@ -17598,7 +17598,7 @@ class LogAnalyticsClient(object):
17598
17598
  :rtype: :class:`~oci.response.Response`
17599
17599
 
17600
17600
  :example:
17601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_supported_char_encodings.py.html>`__ to see an example of how to use list_supported_char_encodings API.
17601
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_supported_char_encodings.py.html>`__ to see an example of how to use list_supported_char_encodings API.
17602
17602
  """
17603
17603
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17604
17604
  required_arguments = ['namespaceName']
@@ -17712,7 +17712,7 @@ class LogAnalyticsClient(object):
17712
17712
  :rtype: :class:`~oci.response.Response`
17713
17713
 
17714
17714
  :example:
17715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_supported_timezones.py.html>`__ to see an example of how to use list_supported_timezones API.
17715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_supported_timezones.py.html>`__ to see an example of how to use list_supported_timezones API.
17716
17716
  """
17717
17717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17718
17718
  required_arguments = ['namespaceName']
@@ -17848,7 +17848,7 @@ class LogAnalyticsClient(object):
17848
17848
  :rtype: :class:`~oci.response.Response`
17849
17849
 
17850
17850
  :example:
17851
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_upload_files.py.html>`__ to see an example of how to use list_upload_files API.
17851
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_upload_files.py.html>`__ to see an example of how to use list_upload_files API.
17852
17852
  """
17853
17853
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17854
17854
  required_arguments = ['namespaceName', 'uploadReference']
@@ -17996,7 +17996,7 @@ class LogAnalyticsClient(object):
17996
17996
  :rtype: :class:`~oci.response.Response`
17997
17997
 
17998
17998
  :example:
17999
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_upload_warnings.py.html>`__ to see an example of how to use list_upload_warnings API.
17999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_upload_warnings.py.html>`__ to see an example of how to use list_upload_warnings API.
18000
18000
  """
18001
18001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18002
18002
  required_arguments = ['namespaceName', 'uploadReference']
@@ -18135,7 +18135,7 @@ class LogAnalyticsClient(object):
18135
18135
  :rtype: :class:`~oci.response.Response`
18136
18136
 
18137
18137
  :example:
18138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_uploads.py.html>`__ to see an example of how to use list_uploads API.
18138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_uploads.py.html>`__ to see an example of how to use list_uploads API.
18139
18139
  """
18140
18140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18141
18141
  required_arguments = ['namespaceName']
@@ -18333,7 +18333,7 @@ class LogAnalyticsClient(object):
18333
18333
  :rtype: :class:`~oci.response.Response`
18334
18334
 
18335
18335
  :example:
18336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_warnings.py.html>`__ to see an example of how to use list_warnings API.
18336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_warnings.py.html>`__ to see an example of how to use list_warnings API.
18337
18337
  """
18338
18338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18339
18339
  required_arguments = ['namespaceName', 'compartmentId']
@@ -18498,7 +18498,7 @@ class LogAnalyticsClient(object):
18498
18498
  :rtype: :class:`~oci.response.Response`
18499
18499
 
18500
18500
  :example:
18501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
18501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
18502
18502
  """
18503
18503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18504
18504
  required_arguments = ['namespaceName', 'workRequestId']
@@ -18616,7 +18616,7 @@ class LogAnalyticsClient(object):
18616
18616
  :rtype: :class:`~oci.response.Response`
18617
18617
 
18618
18618
  :example:
18619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
18619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
18620
18620
  """
18621
18621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18622
18622
  required_arguments = ['namespaceName', 'workRequestId']
@@ -18732,7 +18732,7 @@ class LogAnalyticsClient(object):
18732
18732
  :rtype: :class:`~oci.response.Response`
18733
18733
 
18734
18734
  :example:
18735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
18735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
18736
18736
  """
18737
18737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18738
18738
  required_arguments = ['namespaceName', 'compartmentId']
@@ -18846,7 +18846,7 @@ class LogAnalyticsClient(object):
18846
18846
  :rtype: :class:`~oci.response.Response`
18847
18847
 
18848
18848
  :example:
18849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/offboard_namespace.py.html>`__ to see an example of how to use offboard_namespace API.
18849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/offboard_namespace.py.html>`__ to see an example of how to use offboard_namespace API.
18850
18850
  """
18851
18851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18852
18852
  required_arguments = ['namespaceName']
@@ -18950,7 +18950,7 @@ class LogAnalyticsClient(object):
18950
18950
  :rtype: :class:`~oci.response.Response`
18951
18951
 
18952
18952
  :example:
18953
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/onboard_namespace.py.html>`__ to see an example of how to use onboard_namespace API.
18953
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/onboard_namespace.py.html>`__ to see an example of how to use onboard_namespace API.
18954
18954
  """
18955
18955
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18956
18956
  required_arguments = ['namespaceName']
@@ -19050,7 +19050,7 @@ class LogAnalyticsClient(object):
19050
19050
  :rtype: :class:`~oci.response.Response`
19051
19051
 
19052
19052
  :example:
19053
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/parse_query.py.html>`__ to see an example of how to use parse_query API.
19053
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/parse_query.py.html>`__ to see an example of how to use parse_query API.
19054
19054
  """
19055
19055
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19056
19056
  required_arguments = ['namespaceName']
@@ -19165,7 +19165,7 @@ class LogAnalyticsClient(object):
19165
19165
  :rtype: :class:`~oci.response.Response`
19166
19166
 
19167
19167
  :example:
19168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/pause_scheduled_task.py.html>`__ to see an example of how to use pause_scheduled_task API.
19168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/pause_scheduled_task.py.html>`__ to see an example of how to use pause_scheduled_task API.
19169
19169
  """
19170
19170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19171
19171
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -19284,7 +19284,7 @@ class LogAnalyticsClient(object):
19284
19284
  :rtype: :class:`~oci.response.Response`
19285
19285
 
19286
19286
  :example:
19287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/purge_storage_data.py.html>`__ to see an example of how to use purge_storage_data API.
19287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/purge_storage_data.py.html>`__ to see an example of how to use purge_storage_data API.
19288
19288
  """
19289
19289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19290
19290
  required_arguments = ['namespaceName']
@@ -19401,7 +19401,7 @@ class LogAnalyticsClient(object):
19401
19401
  :rtype: :class:`~oci.response.Response`
19402
19402
 
19403
19403
  :example:
19404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/put_query_work_request_background.py.html>`__ to see an example of how to use put_query_work_request_background API.
19404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/put_query_work_request_background.py.html>`__ to see an example of how to use put_query_work_request_background API.
19405
19405
  """
19406
19406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19407
19407
  required_arguments = ['namespaceName', 'workRequestId']
@@ -19509,7 +19509,7 @@ class LogAnalyticsClient(object):
19509
19509
  :rtype: :class:`~oci.response.Response`
19510
19510
 
19511
19511
  :example:
19512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/query.py.html>`__ to see an example of how to use query API.
19512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/query.py.html>`__ to see an example of how to use query API.
19513
19513
  """
19514
19514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19515
19515
  required_arguments = ['namespaceName']
@@ -19640,7 +19640,7 @@ class LogAnalyticsClient(object):
19640
19640
  :rtype: :class:`~oci.response.Response`
19641
19641
 
19642
19642
  :example:
19643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/recall_archived_data.py.html>`__ to see an example of how to use recall_archived_data API.
19643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/recall_archived_data.py.html>`__ to see an example of how to use recall_archived_data API.
19644
19644
  """
19645
19645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19646
19646
  required_arguments = ['namespaceName']
@@ -19787,7 +19787,7 @@ class LogAnalyticsClient(object):
19787
19787
  :rtype: :class:`~oci.response.Response`
19788
19788
 
19789
19789
  :example:
19790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/register_lookup.py.html>`__ to see an example of how to use register_lookup API.
19790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/register_lookup.py.html>`__ to see an example of how to use register_lookup API.
19791
19791
  """
19792
19792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19793
19793
  required_arguments = ['namespaceName', 'type']
@@ -19955,7 +19955,7 @@ class LogAnalyticsClient(object):
19955
19955
  :rtype: :class:`~oci.response.Response`
19956
19956
 
19957
19957
  :example:
19958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/release_recalled_data.py.html>`__ to see an example of how to use release_recalled_data API.
19958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/release_recalled_data.py.html>`__ to see an example of how to use release_recalled_data API.
19959
19959
  """
19960
19960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19961
19961
  required_arguments = ['namespaceName']
@@ -20080,7 +20080,7 @@ class LogAnalyticsClient(object):
20080
20080
  :rtype: :class:`~oci.response.Response`
20081
20081
 
20082
20082
  :example:
20083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/remove_entity_associations.py.html>`__ to see an example of how to use remove_entity_associations API.
20083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/remove_entity_associations.py.html>`__ to see an example of how to use remove_entity_associations API.
20084
20084
  """
20085
20085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20086
20086
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -20198,7 +20198,7 @@ class LogAnalyticsClient(object):
20198
20198
  :rtype: :class:`~oci.response.Response`
20199
20199
 
20200
20200
  :example:
20201
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/remove_preferences.py.html>`__ to see an example of how to use remove_preferences API.
20201
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/remove_preferences.py.html>`__ to see an example of how to use remove_preferences API.
20202
20202
  """
20203
20203
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20204
20204
  required_arguments = ['namespaceName']
@@ -20306,7 +20306,7 @@ class LogAnalyticsClient(object):
20306
20306
  :rtype: :class:`~oci.response.Response`
20307
20307
 
20308
20308
  :example:
20309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/remove_resource_categories.py.html>`__ to see an example of how to use remove_resource_categories API.
20309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/remove_resource_categories.py.html>`__ to see an example of how to use remove_resource_categories API.
20310
20310
  """
20311
20311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20312
20312
  required_arguments = ['namespaceName']
@@ -20421,7 +20421,7 @@ class LogAnalyticsClient(object):
20421
20421
  :rtype: :class:`~oci.response.Response`
20422
20422
 
20423
20423
  :example:
20424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/remove_source_event_types.py.html>`__ to see an example of how to use remove_source_event_types API.
20424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/remove_source_event_types.py.html>`__ to see an example of how to use remove_source_event_types API.
20425
20425
  """
20426
20426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20427
20427
  required_arguments = ['namespaceName', 'sourceName']
@@ -20538,7 +20538,7 @@ class LogAnalyticsClient(object):
20538
20538
  :rtype: :class:`~oci.response.Response`
20539
20539
 
20540
20540
  :example:
20541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/resume_scheduled_task.py.html>`__ to see an example of how to use resume_scheduled_task API.
20541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/resume_scheduled_task.py.html>`__ to see an example of how to use resume_scheduled_task API.
20542
20542
  """
20543
20543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20544
20544
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -20660,7 +20660,7 @@ class LogAnalyticsClient(object):
20660
20660
  :rtype: :class:`~oci.response.Response`
20661
20661
 
20662
20662
  :example:
20663
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/run.py.html>`__ to see an example of how to use run API.
20663
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/run.py.html>`__ to see an example of how to use run API.
20664
20664
  """
20665
20665
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20666
20666
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -20777,7 +20777,7 @@ class LogAnalyticsClient(object):
20777
20777
  :rtype: :class:`~oci.response.Response`
20778
20778
 
20779
20779
  :example:
20780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/set_unprocessed_data_bucket.py.html>`__ to see an example of how to use set_unprocessed_data_bucket API.
20780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/set_unprocessed_data_bucket.py.html>`__ to see an example of how to use set_unprocessed_data_bucket API.
20781
20781
  """
20782
20782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20783
20783
  required_arguments = ['namespaceName', 'bucketName']
@@ -20885,7 +20885,7 @@ class LogAnalyticsClient(object):
20885
20885
  :rtype: :class:`~oci.response.Response`
20886
20886
 
20887
20887
  :example:
20888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/suggest.py.html>`__ to see an example of how to use suggest API.
20888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/suggest.py.html>`__ to see an example of how to use suggest API.
20889
20889
  """
20890
20890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20891
20891
  required_arguments = ['namespaceName']
@@ -21002,7 +21002,7 @@ class LogAnalyticsClient(object):
21002
21002
  :rtype: :class:`~oci.response.Response`
21003
21003
 
21004
21004
  :example:
21005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/suppress_warning.py.html>`__ to see an example of how to use suppress_warning API.
21005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/suppress_warning.py.html>`__ to see an example of how to use suppress_warning API.
21006
21006
  """
21007
21007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21008
21008
  required_arguments = ['namespaceName', 'compartmentId']
@@ -21133,7 +21133,7 @@ class LogAnalyticsClient(object):
21133
21133
  :rtype: :class:`~oci.response.Response`
21134
21134
 
21135
21135
  :example:
21136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/test_parser.py.html>`__ to see an example of how to use test_parser API.
21136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/test_parser.py.html>`__ to see an example of how to use test_parser API.
21137
21137
  """
21138
21138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21139
21139
  required_arguments = ['namespaceName']
@@ -21270,7 +21270,7 @@ class LogAnalyticsClient(object):
21270
21270
  :rtype: :class:`~oci.response.Response`
21271
21271
 
21272
21272
  :example:
21273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/unsuppress_warning.py.html>`__ to see an example of how to use unsuppress_warning API.
21273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/unsuppress_warning.py.html>`__ to see an example of how to use unsuppress_warning API.
21274
21274
  """
21275
21275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21276
21276
  required_arguments = ['namespaceName', 'compartmentId']
@@ -21395,7 +21395,7 @@ class LogAnalyticsClient(object):
21395
21395
  :rtype: :class:`~oci.response.Response`
21396
21396
 
21397
21397
  :example:
21398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_ingest_time_rule.py.html>`__ to see an example of how to use update_ingest_time_rule API.
21398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_ingest_time_rule.py.html>`__ to see an example of how to use update_ingest_time_rule API.
21399
21399
  """
21400
21400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21401
21401
  required_arguments = ['namespaceName', 'ingestTimeRuleId']
@@ -21515,7 +21515,7 @@ class LogAnalyticsClient(object):
21515
21515
  :rtype: :class:`~oci.response.Response`
21516
21516
 
21517
21517
  :example:
21518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_log_analytics_em_bridge.py.html>`__ to see an example of how to use update_log_analytics_em_bridge API.
21518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_log_analytics_em_bridge.py.html>`__ to see an example of how to use update_log_analytics_em_bridge API.
21519
21519
  """
21520
21520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21521
21521
  required_arguments = ['namespaceName', 'logAnalyticsEmBridgeId']
@@ -21633,7 +21633,7 @@ class LogAnalyticsClient(object):
21633
21633
  :rtype: :class:`~oci.response.Response`
21634
21634
 
21635
21635
  :example:
21636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_log_analytics_entity.py.html>`__ to see an example of how to use update_log_analytics_entity API.
21636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_log_analytics_entity.py.html>`__ to see an example of how to use update_log_analytics_entity API.
21637
21637
  """
21638
21638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21639
21639
  required_arguments = ['namespaceName', 'logAnalyticsEntityId']
@@ -21751,7 +21751,7 @@ class LogAnalyticsClient(object):
21751
21751
  :rtype: :class:`~oci.response.Response`
21752
21752
 
21753
21753
  :example:
21754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_log_analytics_entity_type.py.html>`__ to see an example of how to use update_log_analytics_entity_type API.
21754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_log_analytics_entity_type.py.html>`__ to see an example of how to use update_log_analytics_entity_type API.
21755
21755
  """
21756
21756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21757
21757
  required_arguments = ['namespaceName', 'entityTypeName']
@@ -21867,7 +21867,7 @@ class LogAnalyticsClient(object):
21867
21867
  :rtype: :class:`~oci.response.Response`
21868
21868
 
21869
21869
  :example:
21870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_log_analytics_log_group.py.html>`__ to see an example of how to use update_log_analytics_log_group API.
21870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_log_analytics_log_group.py.html>`__ to see an example of how to use update_log_analytics_log_group API.
21871
21871
  """
21872
21872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21873
21873
  required_arguments = ['namespaceName', 'logAnalyticsLogGroupId']
@@ -21989,7 +21989,7 @@ class LogAnalyticsClient(object):
21989
21989
  :rtype: :class:`~oci.response.Response`
21990
21990
 
21991
21991
  :example:
21992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use update_log_analytics_object_collection_rule API.
21992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_log_analytics_object_collection_rule.py.html>`__ to see an example of how to use update_log_analytics_object_collection_rule API.
21993
21993
  """
21994
21994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21995
21995
  required_arguments = ['namespaceName', 'logAnalyticsObjectCollectionRuleId']
@@ -22114,7 +22114,7 @@ class LogAnalyticsClient(object):
22114
22114
  :rtype: :class:`~oci.response.Response`
22115
22115
 
22116
22116
  :example:
22117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_lookup.py.html>`__ to see an example of how to use update_lookup API.
22117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_lookup.py.html>`__ to see an example of how to use update_lookup API.
22118
22118
  """
22119
22119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22120
22120
  required_arguments = ['namespaceName', 'lookupName']
@@ -22262,7 +22262,7 @@ class LogAnalyticsClient(object):
22262
22262
  :rtype: :class:`~oci.response.Response`
22263
22263
 
22264
22264
  :example:
22265
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_lookup_data.py.html>`__ to see an example of how to use update_lookup_data API.
22265
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_lookup_data.py.html>`__ to see an example of how to use update_lookup_data API.
22266
22266
  """
22267
22267
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22268
22268
  required_arguments = ['namespaceName', 'lookupName']
@@ -22413,7 +22413,7 @@ class LogAnalyticsClient(object):
22413
22413
  :rtype: :class:`~oci.response.Response`
22414
22414
 
22415
22415
  :example:
22416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_preferences.py.html>`__ to see an example of how to use update_preferences API.
22416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_preferences.py.html>`__ to see an example of how to use update_preferences API.
22417
22417
  """
22418
22418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22419
22419
  required_arguments = ['namespaceName']
@@ -22521,7 +22521,7 @@ class LogAnalyticsClient(object):
22521
22521
  :rtype: :class:`~oci.response.Response`
22522
22522
 
22523
22523
  :example:
22524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_resource_categories.py.html>`__ to see an example of how to use update_resource_categories API.
22524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_resource_categories.py.html>`__ to see an example of how to use update_resource_categories API.
22525
22525
  """
22526
22526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22527
22527
  required_arguments = ['namespaceName']
@@ -22638,7 +22638,7 @@ class LogAnalyticsClient(object):
22638
22638
  :rtype: :class:`~oci.response.Response`
22639
22639
 
22640
22640
  :example:
22641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_scheduled_task.py.html>`__ to see an example of how to use update_scheduled_task API.
22641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_scheduled_task.py.html>`__ to see an example of how to use update_scheduled_task API.
22642
22642
  """
22643
22643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22644
22644
  required_arguments = ['namespaceName', 'scheduledTaskId']
@@ -22755,7 +22755,7 @@ class LogAnalyticsClient(object):
22755
22755
  :rtype: :class:`~oci.response.Response`
22756
22756
 
22757
22757
  :example:
22758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/update_storage.py.html>`__ to see an example of how to use update_storage API.
22758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/update_storage.py.html>`__ to see an example of how to use update_storage API.
22759
22759
  """
22760
22760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22761
22761
  required_arguments = ['namespaceName']
@@ -22899,7 +22899,7 @@ class LogAnalyticsClient(object):
22899
22899
  :rtype: :class:`~oci.response.Response`
22900
22900
 
22901
22901
  :example:
22902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upload_discovery_data.py.html>`__ to see an example of how to use upload_discovery_data API.
22902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upload_discovery_data.py.html>`__ to see an example of how to use upload_discovery_data API.
22903
22903
  """
22904
22904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22905
22905
  required_arguments = ['namespaceName']
@@ -23097,7 +23097,7 @@ class LogAnalyticsClient(object):
23097
23097
  :rtype: :class:`~oci.response.Response`
23098
23098
 
23099
23099
  :example:
23100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upload_log_events_file.py.html>`__ to see an example of how to use upload_log_events_file API.
23100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upload_log_events_file.py.html>`__ to see an example of how to use upload_log_events_file API.
23101
23101
  """
23102
23102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23103
23103
  required_arguments = ['namespaceName', 'logGroupId']
@@ -23313,7 +23313,7 @@ class LogAnalyticsClient(object):
23313
23313
  :rtype: :class:`~oci.response.Response`
23314
23314
 
23315
23315
  :example:
23316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upload_log_file.py.html>`__ to see an example of how to use upload_log_file API.
23316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upload_log_file.py.html>`__ to see an example of how to use upload_log_file API.
23317
23317
  """
23318
23318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23319
23319
  required_arguments = ['namespaceName', 'uploadName', 'logSourceName', 'filename']
@@ -23486,7 +23486,7 @@ class LogAnalyticsClient(object):
23486
23486
  :rtype: :class:`~oci.response.Response`
23487
23487
 
23488
23488
  :example:
23489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upsert_associations.py.html>`__ to see an example of how to use upsert_associations API.
23489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upsert_associations.py.html>`__ to see an example of how to use upsert_associations API.
23490
23490
  """
23491
23491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23492
23492
  required_arguments = ['namespaceName']
@@ -23616,7 +23616,7 @@ class LogAnalyticsClient(object):
23616
23616
  :rtype: :class:`~oci.response.Response`
23617
23617
 
23618
23618
  :example:
23619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upsert_field.py.html>`__ to see an example of how to use upsert_field API.
23619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upsert_field.py.html>`__ to see an example of how to use upsert_field API.
23620
23620
  """
23621
23621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23622
23622
  required_arguments = ['namespaceName']
@@ -23742,7 +23742,7 @@ class LogAnalyticsClient(object):
23742
23742
  :rtype: :class:`~oci.response.Response`
23743
23743
 
23744
23744
  :example:
23745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upsert_label.py.html>`__ to see an example of how to use upsert_label API.
23745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upsert_label.py.html>`__ to see an example of how to use upsert_label API.
23746
23746
  """
23747
23747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23748
23748
  required_arguments = ['namespaceName']
@@ -23868,7 +23868,7 @@ class LogAnalyticsClient(object):
23868
23868
  :rtype: :class:`~oci.response.Response`
23869
23869
 
23870
23870
  :example:
23871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upsert_parser.py.html>`__ to see an example of how to use upsert_parser API.
23871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upsert_parser.py.html>`__ to see an example of how to use upsert_parser API.
23872
23872
  """
23873
23873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23874
23874
  required_arguments = ['namespaceName']
@@ -24005,7 +24005,7 @@ class LogAnalyticsClient(object):
24005
24005
  :rtype: :class:`~oci.response.Response`
24006
24006
 
24007
24007
  :example:
24008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/upsert_source.py.html>`__ to see an example of how to use upsert_source API.
24008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/upsert_source.py.html>`__ to see an example of how to use upsert_source API.
24009
24009
  """
24010
24010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24011
24011
  required_arguments = ['namespaceName']
@@ -24152,7 +24152,7 @@ class LogAnalyticsClient(object):
24152
24152
  :rtype: :class:`~oci.response.Response`
24153
24153
 
24154
24154
  :example:
24155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_association_parameters.py.html>`__ to see an example of how to use validate_association_parameters API.
24155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_association_parameters.py.html>`__ to see an example of how to use validate_association_parameters API.
24156
24156
  """
24157
24157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24158
24158
  required_arguments = ['namespaceName']
@@ -24290,7 +24290,7 @@ class LogAnalyticsClient(object):
24290
24290
  :rtype: :class:`~oci.response.Response`
24291
24291
 
24292
24292
  :example:
24293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_endpoint.py.html>`__ to see an example of how to use validate_endpoint API.
24293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_endpoint.py.html>`__ to see an example of how to use validate_endpoint API.
24294
24294
  """
24295
24295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24296
24296
  required_arguments = ['namespaceName']
@@ -24400,7 +24400,7 @@ class LogAnalyticsClient(object):
24400
24400
  :rtype: :class:`~oci.response.Response`
24401
24401
 
24402
24402
  :example:
24403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_file.py.html>`__ to see an example of how to use validate_file API.
24403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_file.py.html>`__ to see an example of how to use validate_file API.
24404
24404
  """
24405
24405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24406
24406
  required_arguments = ['namespaceName', 'objectLocation', 'filename']
@@ -24513,7 +24513,7 @@ class LogAnalyticsClient(object):
24513
24513
  :rtype: :class:`~oci.response.Response`
24514
24514
 
24515
24515
  :example:
24516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_label_condition.py.html>`__ to see an example of how to use validate_label_condition API.
24516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_label_condition.py.html>`__ to see an example of how to use validate_label_condition API.
24517
24517
  """
24518
24518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24519
24519
  required_arguments = ['namespaceName']
@@ -24638,7 +24638,7 @@ class LogAnalyticsClient(object):
24638
24638
  :rtype: :class:`~oci.response.Response`
24639
24639
 
24640
24640
  :example:
24641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_source.py.html>`__ to see an example of how to use validate_source API.
24641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_source.py.html>`__ to see an example of how to use validate_source API.
24642
24642
  """
24643
24643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24644
24644
  required_arguments = ['namespaceName']
@@ -24767,7 +24767,7 @@ class LogAnalyticsClient(object):
24767
24767
  :rtype: :class:`~oci.response.Response`
24768
24768
 
24769
24769
  :example:
24770
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_source_extended_field_details.py.html>`__ to see an example of how to use validate_source_extended_field_details API.
24770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_source_extended_field_details.py.html>`__ to see an example of how to use validate_source_extended_field_details API.
24771
24771
  """
24772
24772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24773
24773
  required_arguments = ['namespaceName']
@@ -24883,7 +24883,7 @@ class LogAnalyticsClient(object):
24883
24883
  :rtype: :class:`~oci.response.Response`
24884
24884
 
24885
24885
  :example:
24886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/validate_source_mapping.py.html>`__ to see an example of how to use validate_source_mapping API.
24886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/validate_source_mapping.py.html>`__ to see an example of how to use validate_source_mapping API.
24887
24887
  """
24888
24888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24889
24889
  required_arguments = ['namespaceName', 'objectLocation', 'filename', 'logSourceName']
@@ -25008,7 +25008,7 @@ class LogAnalyticsClient(object):
25008
25008
  :rtype: :class:`~oci.response.Response`
25009
25009
 
25010
25010
  :example:
25011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/loganalytics/verify.py.html>`__ to see an example of how to use verify API.
25011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/loganalytics/verify.py.html>`__ to see an example of how to use verify API.
25012
25012
  """
25013
25013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25014
25014
  required_arguments = ['namespaceName', 'scheduledTaskId']