oci 2.129.4__py3-none-any.whl → 2.131.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 (570) 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 +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +870 -87
  7. oci/ai_speech/ai_service_speech_client_composite_operations.py +146 -0
  8. oci/ai_speech/models/__init__.py +70 -0
  9. oci/ai_speech/models/change_customization_compartment_details.py +78 -0
  10. oci/ai_speech/models/create_customization_details.py +289 -0
  11. oci/ai_speech/models/create_realtime_session_token_details.py +142 -0
  12. oci/ai_speech/models/customization.py +544 -0
  13. oci/ai_speech/models/customization_collection.py +72 -0
  14. oci/ai_speech/models/customization_dataset_details.py +109 -0
  15. oci/ai_speech/models/customization_inference.py +173 -0
  16. oci/ai_speech/models/customization_inference_entity.py +138 -0
  17. oci/ai_speech/models/customization_model_details.py +139 -0
  18. oci/ai_speech/models/customization_referenced_entities.py +134 -0
  19. oci/ai_speech/models/customization_summary.py +396 -0
  20. oci/ai_speech/models/entity.py +134 -0
  21. oci/ai_speech/models/entity_list.py +166 -0
  22. oci/ai_speech/models/entity_list_dataset.py +115 -0
  23. oci/ai_speech/models/location_details.py +101 -0
  24. oci/ai_speech/models/object_list_dataset.py +144 -0
  25. oci/ai_speech/models/object_storage_dataset.py +109 -0
  26. oci/ai_speech/models/pronunciation.py +99 -0
  27. oci/ai_speech/models/realtime_message.py +168 -0
  28. oci/ai_speech/models/realtime_message_ack_audio.py +85 -0
  29. oci/ai_speech/models/realtime_message_ack_audio_details.py +134 -0
  30. oci/ai_speech/models/realtime_message_authentication.py +140 -0
  31. oci/ai_speech/models/realtime_message_authentication_credentials.py +89 -0
  32. oci/ai_speech/models/realtime_message_authentication_token.py +89 -0
  33. oci/ai_speech/models/realtime_message_connect.py +58 -0
  34. oci/ai_speech/models/realtime_message_error.py +120 -0
  35. oci/ai_speech/models/realtime_message_out.py +103 -0
  36. oci/ai_speech/models/realtime_message_result.py +89 -0
  37. oci/ai_speech/models/realtime_message_result_transcription.py +258 -0
  38. oci/ai_speech/models/realtime_message_result_transcription_token.py +212 -0
  39. oci/ai_speech/models/realtime_message_send_final_result.py +51 -0
  40. oci/ai_speech/models/realtime_model_details.py +139 -0
  41. oci/ai_speech/models/realtime_parameters.py +390 -0
  42. oci/ai_speech/models/realtime_session_token.py +200 -0
  43. oci/ai_speech/models/update_customization_details.py +254 -0
  44. oci/ai_vision/ai_service_vision_client.py +25 -25
  45. oci/analytics/analytics_client.py +23 -23
  46. oci/announcements_service/announcement_client.py +4 -4
  47. oci/announcements_service/announcement_subscription_client.py +9 -9
  48. oci/announcements_service/announcements_preferences_client.py +4 -4
  49. oci/apigateway/api_gateway_client.py +21 -21
  50. oci/apigateway/deployment_client.py +6 -6
  51. oci/apigateway/gateway_client.py +6 -6
  52. oci/apigateway/subscribers_client.py +6 -6
  53. oci/apigateway/usage_plans_client.py +6 -6
  54. oci/apigateway/work_requests_client.py +5 -5
  55. oci/apm_config/config_client.py +9 -9
  56. oci/apm_control_plane/apm_domain_client.py +14 -14
  57. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  58. oci/apm_traces/attributes_client.py +8 -8
  59. oci/apm_traces/query_client.py +2 -2
  60. oci/apm_traces/trace_client.py +4 -4
  61. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  62. oci/artifacts/artifacts_client.py +32 -32
  63. oci/audit/audit_client.py +3 -3
  64. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +38 -5
  65. oci/auth/signers/key_pair_signer.py +2 -2
  66. oci/auth/signers/resource_principals_signer.py +17 -5
  67. oci/autoscaling/auto_scaling_client.py +11 -11
  68. oci/bastion/bastion_client.py +15 -15
  69. oci/bds/bds_client.py +808 -84
  70. oci/bds/bds_client_composite_operations.py +177 -0
  71. oci/bds/models/__init__.py +22 -0
  72. oci/bds/models/auto_scale_policy_metric_rule.py +9 -5
  73. oci/bds/models/batching_based_odh_patching_config.py +113 -0
  74. oci/bds/models/batching_based_patching_configs.py +2 -2
  75. oci/bds/models/create_resource_principal_configuration_details.py +134 -0
  76. oci/bds/models/domain_based_odh_patching_config.py +82 -0
  77. oci/bds/models/domain_based_patching_configs.py +113 -0
  78. oci/bds/models/downtime_based_odh_patching_config.py +51 -0
  79. oci/bds/models/downtime_based_patching_configs.py +1 -1
  80. oci/bds/models/force_refresh_resource_principal_details.py +72 -0
  81. oci/bds/models/install_patch_details.py +29 -2
  82. oci/bds/models/node.py +31 -0
  83. oci/bds/models/odh_patching_config.py +117 -0
  84. oci/bds/models/patching_configs.py +12 -4
  85. oci/bds/models/remove_resource_principal_configuration_details.py +72 -0
  86. oci/bds/models/resource_principal_configuration.py +352 -0
  87. oci/bds/models/resource_principal_configuration_summary.py +289 -0
  88. oci/bds/models/update_resource_principal_configuration_details.py +103 -0
  89. oci/bds/models/work_request.py +19 -3
  90. oci/blockchain/blockchain_platform_client.py +27 -27
  91. oci/budget/budget_client.py +10 -10
  92. oci/capacity_management/capacity_management_client.py +22 -22
  93. oci/certificates/certificates_client.py +5 -5
  94. oci/certificates_management/certificates_management_client.py +32 -32
  95. oci/cims/incident_client.py +8 -8
  96. oci/cims/user_client.py +1 -1
  97. oci/cloud_bridge/common_client.py +5 -5
  98. oci/cloud_bridge/discovery_client.py +14 -14
  99. oci/cloud_bridge/inventory_client.py +16 -16
  100. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  101. oci/cloud_guard/cloud_guard_client.py +155 -155
  102. oci/cloud_migrations/migration_client.py +43 -43
  103. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  104. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  105. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  106. oci/compute_instance_agent/plugin_client.py +2 -2
  107. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  108. oci/container_engine/container_engine_client.py +44 -44
  109. oci/container_instances/container_instance_client.py +18 -18
  110. oci/core/blockstorage_client.py +60 -60
  111. oci/core/compute_client.py +508 -99
  112. oci/core/compute_client_composite_operations.py +39 -0
  113. oci/core/compute_management_client.py +32 -32
  114. oci/core/models/__init__.py +6 -0
  115. oci/core/models/instance_maintenance_event.py +1022 -0
  116. oci/core/models/instance_maintenance_event_summary.py +795 -0
  117. oci/core/models/update_instance_maintenance_event_details.py +281 -0
  118. oci/core/virtual_network_client.py +247 -247
  119. oci/dashboard_service/dashboard_client.py +6 -6
  120. oci/dashboard_service/dashboard_group_client.py +6 -6
  121. oci/data_catalog/data_catalog_client.py +149 -149
  122. oci/data_flow/data_flow_client.py +42 -42
  123. oci/data_integration/data_integration_client.py +163 -163
  124. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  125. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  126. oci/data_safe/data_safe_client.py +3154 -2286
  127. oci/data_safe/data_safe_client_composite_operations.py +307 -0
  128. oci/data_safe/models/__init__.py +2 -0
  129. oci/data_safe/models/alert.py +62 -0
  130. oci/data_safe/models/alert_policy.py +31 -0
  131. oci/data_safe/models/alert_policy_rule.py +127 -2
  132. oci/data_safe/models/alert_policy_rule_summary.py +127 -2
  133. oci/data_safe/models/alert_policy_summary.py +31 -0
  134. oci/data_safe/models/alert_summary.py +62 -0
  135. oci/data_safe/models/create_alert_policy_details.py +31 -0
  136. oci/data_safe/models/create_alert_policy_rule_details.py +33 -2
  137. oci/data_safe/models/report.py +42 -3
  138. oci/data_safe/models/report_definition.py +38 -3
  139. oci/data_safe/models/report_definition_summary.py +7 -3
  140. oci/data_safe/models/report_summary.py +11 -3
  141. oci/data_safe/models/target_alert_policy_association.py +31 -0
  142. oci/data_safe/models/target_alert_policy_association_summary.py +31 -0
  143. oci/data_safe/models/update_alert_policy_details.py +240 -0
  144. oci/data_safe/models/update_alert_policy_rule_details.py +33 -2
  145. oci/data_safe/models/work_request.py +31 -3
  146. oci/data_safe/models/work_request_summary.py +31 -3
  147. oci/data_science/data_science_client.py +91 -91
  148. oci/database/database_client.py +356 -356
  149. oci/database/models/autonomous_database.py +37 -2
  150. oci/database/models/autonomous_database_summary.py +37 -2
  151. oci/database_management/db_management_client.py +208 -208
  152. oci/database_management/diagnosability_client.py +4 -4
  153. oci/database_management/managed_my_sql_databases_client.py +7 -7
  154. oci/database_management/perfhub_client.py +1 -1
  155. oci/database_management/sql_tuning_client.py +17 -17
  156. oci/database_migration/database_migration_client.py +792 -66
  157. oci/database_migration/database_migration_client_composite_operations.py +179 -0
  158. oci/database_migration/models/__init__.py +8 -0
  159. oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +11 -3
  160. oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +11 -3
  161. oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +11 -3
  162. oci/database_migration/models/create_parameter_file_version_details.py +181 -0
  163. oci/database_migration/models/job.py +31 -0
  164. oci/database_migration/models/non_adb_auto_create_tablespace_details.py +11 -3
  165. oci/database_migration/models/parameter_file_version.py +274 -0
  166. oci/database_migration/models/parameter_file_version_collection.py +72 -0
  167. oci/database_migration/models/parameter_file_version_summary.py +342 -0
  168. oci/database_migration/models/phase_status.py +80 -2
  169. oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +11 -3
  170. oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +11 -3
  171. oci/database_tools/database_tools_client.py +23 -23
  172. oci/demand_signal/occ_demand_signal_client.py +7 -7
  173. oci/desktops/desktop_service_client.py +21 -21
  174. oci/devops/devops_client.py +8664 -2588
  175. oci/devops/devops_client_composite_operations.py +443 -0
  176. oci/devops/models/__init__.py +182 -0
  177. oci/devops/models/approval_activity_summary.py +127 -0
  178. oci/devops/models/approval_rule.py +165 -0
  179. oci/devops/models/approval_rule_collection.py +72 -0
  180. oci/devops/models/approval_rule_merge_check.py +270 -0
  181. oci/devops/models/build_merge_check.py +144 -0
  182. oci/devops/models/build_run_snapshot.py +329 -0
  183. oci/devops/models/build_run_snapshot_collection.py +72 -0
  184. oci/devops/models/build_run_snapshot_summary.py +297 -0
  185. oci/devops/models/comment_activity_summary.py +110 -0
  186. oci/devops/models/commit_activity_summary.py +141 -0
  187. oci/devops/models/commit_analytics_author_collection.py +72 -0
  188. oci/devops/models/commit_analytics_author_summary.py +103 -0
  189. oci/devops/models/conflict_merge_check.py +99 -0
  190. oci/devops/models/create_or_update_git_branch_details.py +89 -0
  191. oci/devops/models/create_or_update_git_ref_details.py +140 -0
  192. oci/devops/models/create_or_update_git_tag_details.py +89 -0
  193. oci/devops/models/create_or_update_protected_branch_details.py +122 -0
  194. oci/devops/models/create_pull_request_comment_details.py +227 -0
  195. oci/devops/models/create_pull_request_details.py +328 -0
  196. oci/devops/models/create_repository_details.py +33 -0
  197. oci/devops/models/create_reviewer_details.py +72 -0
  198. oci/devops/models/delete_git_ref_details.py +72 -0
  199. oci/devops/models/delete_protected_branch_details.py +72 -0
  200. oci/devops/models/deploy_artifact_source.py +7 -3
  201. oci/devops/models/devops_code_repository_filter.py +11 -3
  202. oci/devops/models/devops_code_repository_filter_attributes.py +31 -0
  203. oci/devops/models/execute_merge_pull_request_details.py +196 -0
  204. oci/devops/models/fork_sync_status_collection.py +72 -0
  205. oci/devops/models/fork_sync_status_summary.py +154 -0
  206. oci/devops/models/generic_artifact_location_details.py +101 -0
  207. oci/devops/models/generic_artifacts.py +116 -0
  208. oci/devops/models/generic_deploy_artifact_source.py +1 -1
  209. oci/devops/models/helm_command_spec_artifact_source.py +1 -1
  210. oci/devops/models/helm_repository_deploy_artifact_source.py +1 -1
  211. oci/devops/models/inline_deploy_artifact_source.py +1 -1
  212. oci/devops/models/merge_check.py +117 -0
  213. oci/devops/models/merge_check_collection.py +145 -0
  214. oci/devops/models/merge_checks.py +88 -0
  215. oci/devops/models/merge_pull_request_details.py +109 -0
  216. oci/devops/models/merge_settings.py +139 -0
  217. oci/devops/models/mirror_repository_config.py +2 -2
  218. oci/devops/models/object_storage_generic_artifact_location_details.py +175 -0
  219. oci/devops/models/ocir_deploy_artifact_source.py +1 -1
  220. oci/devops/models/patch_insert_instruction.py +171 -0
  221. oci/devops/models/patch_instruction.py +184 -0
  222. oci/devops/models/patch_merge_instruction.py +97 -0
  223. oci/devops/models/patch_move_instruction.py +147 -0
  224. oci/devops/models/patch_prohibit_instruction.py +100 -0
  225. oci/devops/models/patch_pull_request_details.py +72 -0
  226. oci/devops/models/patch_remove_instruction.py +59 -0
  227. oci/devops/models/patch_replace_instruction.py +92 -0
  228. oci/devops/models/patch_require_instruction.py +99 -0
  229. oci/devops/models/principal_details.py +209 -0
  230. oci/devops/models/project_notification_preference.py +154 -0
  231. oci/devops/models/project_repository_settings.py +95 -0
  232. oci/devops/models/protected_branch.py +189 -0
  233. oci/devops/models/protected_branch_collection.py +72 -0
  234. oci/devops/models/protected_branch_summary.py +224 -0
  235. oci/devops/models/pull_request.py +814 -0
  236. oci/devops/models/pull_request_activity_collection.py +72 -0
  237. oci/devops/models/pull_request_activity_summary.py +253 -0
  238. oci/devops/models/pull_request_attachment.py +196 -0
  239. oci/devops/models/pull_request_attachment_collection.py +72 -0
  240. oci/devops/models/pull_request_attachment_summary.py +196 -0
  241. oci/devops/models/pull_request_author_collection.py +72 -0
  242. oci/devops/models/pull_request_author_summary.py +68 -0
  243. oci/devops/models/pull_request_change_summary_metrics.py +134 -0
  244. oci/devops/models/pull_request_collection.py +72 -0
  245. oci/devops/models/pull_request_comment.py +581 -0
  246. oci/devops/models/pull_request_comment_collection.py +72 -0
  247. oci/devops/models/pull_request_comment_like_collection.py +103 -0
  248. oci/devops/models/pull_request_comment_summary.py +533 -0
  249. oci/devops/models/pull_request_file_change_collection.py +72 -0
  250. oci/devops/models/pull_request_file_change_summary.py +456 -0
  251. oci/devops/models/pull_request_lifecycle_activity_summary.py +135 -0
  252. oci/devops/models/pull_request_notification_preference.py +154 -0
  253. oci/devops/models/pull_request_summary.py +669 -0
  254. oci/devops/models/repository.py +47 -6
  255. oci/devops/models/repository_analytics_details.py +318 -0
  256. oci/devops/models/repository_metric_aggregation.py +72 -0
  257. oci/devops/models/repository_metric_summary.py +281 -0
  258. oci/devops/models/repository_notification_preference.py +158 -0
  259. oci/devops/models/repository_settings.py +122 -0
  260. oci/devops/models/repository_summary.py +33 -0
  261. oci/devops/models/review_pull_request_details.py +88 -0
  262. oci/devops/models/reviewer.py +256 -0
  263. oci/devops/models/reviewer_activity_summary.py +141 -0
  264. oci/devops/models/stage_output.py +140 -0
  265. oci/devops/models/summarize_project_repository_analytics_details.py +318 -0
  266. oci/devops/models/summarize_repository_analytics_details.py +318 -0
  267. oci/devops/models/sync_repository_details.py +103 -0
  268. oci/devops/models/test_report_output.py +89 -0
  269. oci/devops/models/update_approval_rule_details.py +165 -0
  270. oci/devops/models/update_approval_rule_details_collection.py +72 -0
  271. oci/devops/models/update_project_notification_preference_details.py +72 -0
  272. oci/devops/models/update_project_repository_settings_details.py +95 -0
  273. oci/devops/models/update_pull_request_comment_details.py +72 -0
  274. oci/devops/models/update_pull_request_details.py +235 -0
  275. oci/devops/models/update_pull_request_notification_preference_details.py +72 -0
  276. oci/devops/models/update_repository_details.py +2 -0
  277. oci/devops/models/update_repository_notification_preference_details.py +72 -0
  278. oci/devops/models/update_repository_settings_details.py +122 -0
  279. oci/devops/models/update_reviewer_details.py +72 -0
  280. oci/devops/models/validate_merge_pull_request_details.py +51 -0
  281. oci/devops/models/work_request.py +31 -3
  282. oci/devops/models/work_request_summary.py +31 -3
  283. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  284. oci/dns/dns_client.py +52 -52
  285. oci/dts/appliance_export_job_client.py +6 -6
  286. oci/dts/shipping_vendors_client.py +1 -1
  287. oci/dts/transfer_appliance_client.py +8 -8
  288. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  289. oci/dts/transfer_device_client.py +5 -5
  290. oci/dts/transfer_job_client.py +6 -6
  291. oci/dts/transfer_package_client.py +7 -7
  292. oci/em_warehouse/em_data_lake_client.py +13 -13
  293. oci/em_warehouse/em_warehouse_client.py +26 -26
  294. oci/email/email_client.py +31 -31
  295. oci/email_data_plane/email_dp_client.py +1 -1
  296. oci/events/events_client.py +6 -6
  297. oci/file_storage/file_storage_client.py +51 -51
  298. oci/fleet_software_update/fleet_software_update_client.py +259 -45
  299. oci/fleet_software_update/fleet_software_update_client_composite_operations.py +52 -1
  300. oci/fleet_software_update/models/__init__.py +4 -0
  301. oci/fleet_software_update/models/cloud_vm_cluster_target_summary.py +33 -2
  302. oci/fleet_software_update/models/create_fsu_cycle_details.py +27 -0
  303. oci/fleet_software_update/models/create_patch_fsu_cycle.py +7 -0
  304. oci/fleet_software_update/models/diagnostics_collection_details.py +94 -0
  305. oci/fleet_software_update/models/fsu_collection_target.py +239 -0
  306. oci/fleet_software_update/models/fsu_cycle.py +27 -0
  307. oci/fleet_software_update/models/fsu_cycle_summary.py +27 -0
  308. oci/fleet_software_update/models/gi_resource_id_filter.py +7 -3
  309. oci/fleet_software_update/models/image_id_fsu_target_details.py +4 -1
  310. oci/fleet_software_update/models/patch_fsu_cycle.py +7 -0
  311. oci/fleet_software_update/models/update_fsu_cycle_details.py +27 -0
  312. oci/fleet_software_update/models/update_patch_fsu_cycle.py +7 -0
  313. oci/fleet_software_update/models/vm_cluster_target_summary.py +33 -2
  314. oci/functions/functions_invoke_client.py +1 -1
  315. oci/functions/functions_management_client.py +16 -16
  316. oci/fusion_apps/data_masking_activity_client.py +3 -3
  317. oci/fusion_apps/fusion_applications_client.py +41 -41
  318. oci/fusion_apps/fusion_environment_client.py +15 -15
  319. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  320. oci/fusion_apps/refresh_activity_client.py +4 -4
  321. oci/fusion_apps/scheduled_activity_client.py +2 -2
  322. oci/fusion_apps/service_attachment_client.py +2 -2
  323. oci/generative_ai/generative_ai_client.py +22 -22
  324. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  325. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  326. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  327. oci/golden_gate/golden_gate_client.py +68 -68
  328. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  329. oci/governance_rules_control_plane/work_request_client.py +5 -5
  330. oci/healthchecks/health_checks_client.py +17 -17
  331. oci/identity/identity_client.py +145 -145
  332. oci/identity_data_plane/dataplane_client.py +2 -2
  333. oci/identity_domains/identity_domains_client.py +1525 -662
  334. oci/identity_domains/models/__init__.py +12 -0
  335. oci/identity_domains/models/extension_social_identity_provider.py +220 -0
  336. oci/identity_domains/models/identity_propagation_trust.py +0 -49
  337. oci/identity_domains/models/identity_provider_jit_prov_assigned_groups.py +214 -0
  338. oci/identity_domains/models/social_identity_provider.py +2083 -0
  339. oci/identity_domains/models/social_identity_provider_jit_prov_assigned_groups.py +202 -0
  340. oci/identity_domains/models/social_identity_provider_relay_idp_param_mappings.py +147 -0
  341. oci/identity_domains/models/social_identity_provider_search_request.py +364 -0
  342. oci/identity_domains/models/social_identity_providers.py +196 -0
  343. oci/integration/integration_instance_client.py +15 -15
  344. oci/jms/java_management_service_client.py +1414 -234
  345. oci/jms/java_management_service_client_composite_operations.py +194 -0
  346. oci/jms/models/__init__.py +24 -0
  347. oci/jms/models/agent_installer_collection.py +72 -0
  348. oci/jms/models/agent_installer_summary.py +411 -0
  349. oci/jms/models/application_installation_usage_summary.py +62 -0
  350. oci/jms/models/application_usage.py +35 -4
  351. oci/jms/models/application_work_item_details.py +1 -1
  352. oci/jms/models/basic_work_item_details.py +1 -1
  353. oci/jms/models/create_jms_plugin_details.py +220 -0
  354. oci/jms/models/crypto_analysis_result.py +62 -0
  355. oci/jms/models/crypto_analysis_result_summary.py +62 -0
  356. oci/jms/models/deployed_application_installation_usage_summary.py +32 -1
  357. oci/jms/models/deployed_application_migration_analyses_target.py +197 -0
  358. oci/jms/models/deployed_application_usage.py +31 -0
  359. oci/jms/models/deployed_application_work_item_details.py +183 -0
  360. oci/jms/models/export_setting.py +3 -3
  361. oci/jms/models/fleet_agent_configuration.py +62 -0
  362. oci/jms/models/generate_agent_installer_configuration_details.py +111 -0
  363. oci/jms/models/generate_load_pipeline_script_details.py +165 -0
  364. oci/jms/models/installation_site.py +7 -3
  365. oci/jms/models/java_artifact.py +2 -2
  366. oci/jms/models/java_family.py +37 -2
  367. oci/jms/models/java_family_summary.py +37 -2
  368. oci/jms/models/java_migration_analysis_target.py +34 -3
  369. oci/jms/models/java_server_instance_usage.py +31 -0
  370. oci/jms/models/jms_plugin.py +698 -0
  371. oci/jms/models/jms_plugin_collection.py +72 -0
  372. oci/jms/models/jms_plugin_summary.py +698 -0
  373. oci/jms/models/lcm_work_item_details.py +1 -1
  374. oci/jms/models/library_usage.py +64 -2
  375. oci/jms/models/managed_instance_usage.py +38 -3
  376. oci/jms/models/operating_system.py +2 -2
  377. oci/jms/models/performance_tuning_analysis_result.py +4 -4
  378. oci/jms/models/performance_tuning_analysis_result_summary.py +4 -4
  379. oci/jms/models/request_deployed_application_migration_analyses_details.py +73 -0
  380. oci/jms/models/update_export_setting_details.py +3 -3
  381. oci/jms/models/update_fleet_agent_configuration_details.py +62 -0
  382. oci/jms/models/update_jms_plugin_details.py +150 -0
  383. oci/jms/models/work_item_details.py +11 -3
  384. oci/jms/models/work_item_summary.py +7 -3
  385. oci/jms_java_downloads/java_download_client.py +30 -30
  386. oci/jms_java_downloads/models/generate_artifact_download_url_details.py +35 -0
  387. oci/key_management/ekm_client.py +5 -5
  388. oci/key_management/kms_crypto_client.py +6 -6
  389. oci/key_management/kms_hsm_cluster_client.py +12 -12
  390. oci/key_management/kms_management_client.py +21 -21
  391. oci/key_management/kms_vault_client.py +14 -14
  392. oci/license_manager/license_manager_client.py +18 -18
  393. oci/limits/limits_client.py +4 -4
  394. oci/limits/quotas_client.py +7 -7
  395. oci/load_balancer/load_balancer_client.py +61 -61
  396. oci/lockbox/lockbox_client.py +24 -24
  397. oci/log_analytics/log_analytics_client.py +193 -193
  398. oci/logging/logging_management_client.py +30 -30
  399. oci/loggingingestion/logging_client.py +1 -1
  400. oci/loggingsearch/log_search_client.py +1 -1
  401. oci/management_agent/management_agent_client.py +28 -28
  402. oci/management_dashboard/dashx_apis_client.py +14 -14
  403. oci/marketplace/account_client.py +2 -2
  404. oci/marketplace/marketplace_client.py +30 -30
  405. oci/marketplace_private_offer/attachment_client.py +5 -5
  406. oci/marketplace_private_offer/offer_client.py +6 -6
  407. oci/marketplace_publisher/attachment_client.py +5 -5
  408. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  409. oci/marketplace_publisher/offer_client.py +6 -6
  410. oci/media_services/media_services_client.py +60 -60
  411. oci/media_services/media_stream_client.py +2 -2
  412. oci/monitoring/monitoring_client.py +18 -18
  413. oci/mysql/channels_client.py +7 -7
  414. oci/mysql/db_backups_client.py +7 -7
  415. oci/mysql/db_system_client.py +17 -17
  416. oci/mysql/mysqlaas_client.py +7 -7
  417. oci/mysql/replicas_client.py +5 -5
  418. oci/mysql/work_requests_client.py +4 -4
  419. oci/network_firewall/models/__init__.py +22 -0
  420. oci/network_firewall/models/create_tunnel_inspection_rule_details.py +218 -0
  421. oci/network_firewall/models/create_vxlan_inspection_rule_details.py +127 -0
  422. oci/network_firewall/models/tunnel_inspection_rule.py +280 -0
  423. oci/network_firewall/models/tunnel_inspection_rule_summary.py +253 -0
  424. oci/network_firewall/models/tunnel_inspection_rule_summary_collection.py +72 -0
  425. oci/network_firewall/models/update_tunnel_inspection_rule_details.py +187 -0
  426. oci/network_firewall/models/update_vxlan_inspection_rule_details.py +120 -0
  427. oci/network_firewall/models/vxlan_inspection_rule.py +141 -0
  428. oci/network_firewall/models/vxlan_inspection_rule_match_criteria.py +104 -0
  429. oci/network_firewall/models/vxlan_inspection_rule_profile.py +72 -0
  430. oci/network_firewall/models/vxlan_inspection_rule_summary.py +134 -0
  431. oci/network_firewall/network_firewall_client.py +837 -97
  432. oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
  433. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  434. oci/nosql/nosql_client.py +24 -24
  435. oci/object_storage/object_storage_client.py +50 -50
  436. oci/oce/oce_instance_client.py +10 -10
  437. oci/oci_control_center/occ_metrics_client.py +3 -3
  438. oci/ocvp/cluster_client.py +5 -5
  439. oci/ocvp/esxi_host_client.py +8 -8
  440. oci/ocvp/sddc_client.py +14 -14
  441. oci/ocvp/work_request_client.py +4 -4
  442. oci/oda/management_client.py +59 -59
  443. oci/oda/oda_client.py +17 -17
  444. oci/oda/odapackage_client.py +7 -7
  445. oci/onesubscription/billing_schedule_client.py +1 -1
  446. oci/onesubscription/commitment_client.py +2 -2
  447. oci/onesubscription/computed_usage_client.py +3 -3
  448. oci/onesubscription/invoice_summary_client.py +2 -2
  449. oci/onesubscription/organization_subscription_client.py +1 -1
  450. oci/onesubscription/ratecard_client.py +1 -1
  451. oci/onesubscription/subscribed_service_client.py +2 -2
  452. oci/onesubscription/subscription_client.py +1 -1
  453. oci/ons/notification_control_plane_client.py +6 -6
  454. oci/ons/notification_data_plane_client.py +10 -10
  455. oci/opa/opa_instance_client.py +13 -13
  456. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  457. oci/opensearch/opensearch_cluster_client.py +14 -14
  458. oci/operator_access_control/access_requests_client.py +10 -10
  459. oci/operator_access_control/operator_actions_client.py +2 -2
  460. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  461. oci/operator_access_control/operator_control_client.py +6 -6
  462. oci/opsi/operations_insights_client.py +177 -177
  463. oci/optimizer/optimizer_client.py +26 -26
  464. oci/os_management/event_client.py +8 -8
  465. oci/os_management/os_management_client.py +69 -69
  466. oci/os_management_hub/event_client.py +8 -8
  467. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  468. oci/os_management_hub/managed_instance_client.py +31 -31
  469. oci/os_management_hub/managed_instance_group_client.py +25 -25
  470. oci/os_management_hub/management_station_client.py +10 -10
  471. oci/os_management_hub/models/create_custom_software_source_details.py +41 -0
  472. oci/os_management_hub/models/create_versioned_custom_software_source_details.py +41 -0
  473. oci/os_management_hub/models/custom_software_source.py +41 -0
  474. oci/os_management_hub/models/update_custom_software_source_details.py +43 -2
  475. oci/os_management_hub/models/versioned_custom_software_source.py +41 -0
  476. oci/os_management_hub/onboarding_client.py +6 -6
  477. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  478. oci/os_management_hub/scheduled_job_client.py +7 -7
  479. oci/os_management_hub/software_source_client.py +28 -28
  480. oci/os_management_hub/work_request_client.py +4 -4
  481. oci/osp_gateway/address_rule_service_client.py +1 -1
  482. oci/osp_gateway/address_service_client.py +2 -2
  483. oci/osp_gateway/invoice_service_client.py +5 -5
  484. oci/osp_gateway/subscription_service_client.py +5 -5
  485. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  486. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  487. oci/osub_subscription/commitment_client.py +2 -2
  488. oci/osub_subscription/ratecard_client.py +1 -1
  489. oci/osub_subscription/subscription_client.py +1 -1
  490. oci/osub_usage/computed_usage_client.py +3 -3
  491. oci/psql/models/__init__.py +6 -0
  492. oci/psql/models/backup.py +2 -2
  493. oci/psql/models/backup_summary.py +2 -2
  494. oci/psql/models/configuration.py +117 -31
  495. oci/psql/models/configuration_summary.py +58 -19
  496. oci/psql/models/create_configuration_details.py +60 -21
  497. oci/psql/models/create_db_system_details.py +1 -1
  498. oci/psql/models/default_configuration.py +72 -33
  499. oci/psql/models/default_configuration_summary.py +60 -21
  500. oci/psql/models/management_policy_details.py +10 -2
  501. oci/psql/models/shape_memory_options.py +196 -0
  502. oci/psql/models/shape_ocpu_options.py +103 -0
  503. oci/psql/models/shape_summary.py +87 -2
  504. oci/psql/models/update_db_system_details.py +122 -0
  505. oci/psql/models/update_network_details.py +76 -0
  506. oci/psql/postgresql_client.py +35 -35
  507. oci/queue/queue_admin_client.py +11 -11
  508. oci/queue/queue_client.py +8 -8
  509. oci/recovery/database_recovery_client.py +25 -25
  510. oci/redis/models/create_redis_cluster_details.py +12 -2
  511. oci/redis/models/redis_cluster.py +19 -5
  512. oci/redis/models/redis_cluster_summary.py +12 -2
  513. oci/redis/models/update_redis_cluster_details.py +12 -2
  514. oci/redis/redis_cluster_client.py +11 -11
  515. oci/regions_definitions.py +3 -0
  516. oci/resource_manager/resource_manager_client.py +52 -52
  517. oci/resource_scheduler/schedule_client.py +13 -13
  518. oci/resource_search/resource_search_client.py +3 -3
  519. oci/rover/rover_bundle_client.py +8 -8
  520. oci/rover/rover_cluster_client.py +8 -8
  521. oci/rover/rover_entitlement_client.py +6 -6
  522. oci/rover/rover_node_client.py +15 -15
  523. oci/rover/shape_client.py +1 -1
  524. oci/rover/work_requests_client.py +5 -5
  525. oci/sch/connector_plugins_client.py +2 -2
  526. oci/sch/service_connector_client.py +12 -12
  527. oci/secrets/secrets_client.py +3 -3
  528. oci/service_catalog/service_catalog_client.py +26 -26
  529. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  530. oci/service_mesh/service_mesh_client.py +48 -48
  531. oci/stack_monitoring/models/baselineable_metric.py +155 -124
  532. oci/stack_monitoring/models/baselineable_metric_summary.py +31 -0
  533. oci/stack_monitoring/models/create_baselineable_metric_details.py +35 -4
  534. oci/stack_monitoring/models/update_baselineable_metric_details.py +31 -0
  535. oci/stack_monitoring/stack_monitoring_client.py +74 -64
  536. oci/streaming/stream_admin_client.py +18 -18
  537. oci/streaming/stream_client.py +8 -8
  538. oci/tenant_manager_control_plane/domain_client.py +5 -5
  539. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  540. oci/tenant_manager_control_plane/governance_client.py +2 -2
  541. oci/tenant_manager_control_plane/link_client.py +3 -3
  542. oci/tenant_manager_control_plane/orders_client.py +2 -2
  543. oci/tenant_manager_control_plane/organization_client.py +10 -10
  544. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  545. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  546. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  547. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  548. oci/threat_intelligence/threatintel_client.py +5 -5
  549. oci/usage/resources_client.py +2 -2
  550. oci/usage/rewards_client.py +6 -6
  551. oci/usage/usagelimits_client.py +1 -1
  552. oci/usage_api/usageapi_client.py +33 -33
  553. oci/vault/vaults_client.py +13 -13
  554. oci/vbs_inst/vbs_instance_client.py +10 -10
  555. oci/version.py +1 -1
  556. oci/visual_builder/vb_instance_client.py +13 -13
  557. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  558. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  559. oci/waa/waa_client.py +13 -13
  560. oci/waa/work_request_client.py +4 -4
  561. oci/waas/redirect_client.py +6 -6
  562. oci/waas/waas_client.py +66 -66
  563. oci/waf/waf_client.py +24 -24
  564. oci/work_requests/work_request_client.py +4 -4
  565. {oci-2.129.4.dist-info → oci-2.131.0.dist-info}/METADATA +1 -1
  566. {oci-2.129.4.dist-info → oci-2.131.0.dist-info}/RECORD +570 -391
  567. {oci-2.129.4.dist-info → oci-2.131.0.dist-info}/LICENSE.txt +0 -0
  568. {oci-2.129.4.dist-info → oci-2.131.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  569. {oci-2.129.4.dist-info → oci-2.131.0.dist-info}/WHEEL +0 -0
  570. {oci-2.129.4.dist-info → oci-2.131.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class AnalyticsClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/change_analytics_instance_compartment.py.html>`__ to see an example of how to use change_analytics_instance_compartment API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/change_analytics_instance_compartment.py.html>`__ to see an example of how to use change_analytics_instance_compartment API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['analyticsInstanceId']
@@ -280,7 +280,7 @@ class AnalyticsClient(object):
280
280
  :rtype: :class:`~oci.response.Response`
281
281
 
282
282
  :example:
283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/change_analytics_instance_network_endpoint.py.html>`__ to see an example of how to use change_analytics_instance_network_endpoint API.
283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/change_analytics_instance_network_endpoint.py.html>`__ to see an example of how to use change_analytics_instance_network_endpoint API.
284
284
  """
285
285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
286
286
  required_arguments = ['analyticsInstanceId']
@@ -392,7 +392,7 @@ class AnalyticsClient(object):
392
392
  :rtype: :class:`~oci.response.Response`
393
393
 
394
394
  :example:
395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/create_analytics_instance.py.html>`__ to see an example of how to use create_analytics_instance API.
395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/create_analytics_instance.py.html>`__ to see an example of how to use create_analytics_instance API.
396
396
  """
397
397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
398
398
  required_arguments = []
@@ -495,7 +495,7 @@ class AnalyticsClient(object):
495
495
  :rtype: :class:`~oci.response.Response`
496
496
 
497
497
  :example:
498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/create_private_access_channel.py.html>`__ to see an example of how to use create_private_access_channel API.
498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/create_private_access_channel.py.html>`__ to see an example of how to use create_private_access_channel API.
499
499
  """
500
500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
501
501
  required_arguments = ['analyticsInstanceId']
@@ -608,7 +608,7 @@ class AnalyticsClient(object):
608
608
  :rtype: :class:`~oci.response.Response`
609
609
 
610
610
  :example:
611
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/create_vanity_url.py.html>`__ to see an example of how to use create_vanity_url API.
611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/create_vanity_url.py.html>`__ to see an example of how to use create_vanity_url API.
612
612
  """
613
613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
614
614
  required_arguments = ['analyticsInstanceId']
@@ -723,7 +723,7 @@ class AnalyticsClient(object):
723
723
  :rtype: :class:`~oci.response.Response`
724
724
 
725
725
  :example:
726
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/delete_analytics_instance.py.html>`__ to see an example of how to use delete_analytics_instance API.
726
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/delete_analytics_instance.py.html>`__ to see an example of how to use delete_analytics_instance API.
727
727
  """
728
728
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
729
729
  required_arguments = ['analyticsInstanceId']
@@ -840,7 +840,7 @@ class AnalyticsClient(object):
840
840
  :rtype: :class:`~oci.response.Response`
841
841
 
842
842
  :example:
843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/delete_private_access_channel.py.html>`__ to see an example of how to use delete_private_access_channel API.
843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/delete_private_access_channel.py.html>`__ to see an example of how to use delete_private_access_channel API.
844
844
  """
845
845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
846
846
  required_arguments = ['privateAccessChannelKey', 'analyticsInstanceId']
@@ -958,7 +958,7 @@ class AnalyticsClient(object):
958
958
  :rtype: :class:`~oci.response.Response`
959
959
 
960
960
  :example:
961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/delete_vanity_url.py.html>`__ to see an example of how to use delete_vanity_url API.
961
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/delete_vanity_url.py.html>`__ to see an example of how to use delete_vanity_url API.
962
962
  """
963
963
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
964
964
  required_arguments = ['analyticsInstanceId', 'vanityUrlKey']
@@ -1066,7 +1066,7 @@ class AnalyticsClient(object):
1066
1066
  :rtype: :class:`~oci.response.Response`
1067
1067
 
1068
1068
  :example:
1069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/delete_work_request.py.html>`__ to see an example of how to use delete_work_request API.
1069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/delete_work_request.py.html>`__ to see an example of how to use delete_work_request API.
1070
1070
  """
1071
1071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1072
1072
  required_arguments = ['workRequestId']
@@ -1163,7 +1163,7 @@ class AnalyticsClient(object):
1163
1163
  :rtype: :class:`~oci.response.Response`
1164
1164
 
1165
1165
  :example:
1166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/get_analytics_instance.py.html>`__ to see an example of how to use get_analytics_instance API.
1166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/get_analytics_instance.py.html>`__ to see an example of how to use get_analytics_instance API.
1167
1167
  """
1168
1168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1169
1169
  required_arguments = ['analyticsInstanceId']
@@ -1265,7 +1265,7 @@ class AnalyticsClient(object):
1265
1265
  :rtype: :class:`~oci.response.Response`
1266
1266
 
1267
1267
  :example:
1268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/get_private_access_channel.py.html>`__ to see an example of how to use get_private_access_channel API.
1268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/get_private_access_channel.py.html>`__ to see an example of how to use get_private_access_channel API.
1269
1269
  """
1270
1270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1271
1271
  required_arguments = ['privateAccessChannelKey', 'analyticsInstanceId']
@@ -1365,7 +1365,7 @@ class AnalyticsClient(object):
1365
1365
  :rtype: :class:`~oci.response.Response`
1366
1366
 
1367
1367
  :example:
1368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1369
1369
  """
1370
1370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1371
1371
  required_arguments = ['workRequestId']
@@ -1512,7 +1512,7 @@ class AnalyticsClient(object):
1512
1512
  :rtype: :class:`~oci.response.Response`
1513
1513
 
1514
1514
  :example:
1515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/list_analytics_instances.py.html>`__ to see an example of how to use list_analytics_instances API.
1515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/list_analytics_instances.py.html>`__ to see an example of how to use list_analytics_instances API.
1516
1516
  """
1517
1517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1518
1518
  required_arguments = ['compartmentId']
@@ -1673,7 +1673,7 @@ class AnalyticsClient(object):
1673
1673
  :rtype: :class:`~oci.response.Response`
1674
1674
 
1675
1675
  :example:
1676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
1676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
1677
1677
  """
1678
1678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1679
1679
  required_arguments = ['workRequestId']
@@ -1798,7 +1798,7 @@ class AnalyticsClient(object):
1798
1798
  :rtype: :class:`~oci.response.Response`
1799
1799
 
1800
1800
  :example:
1801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1802
1802
  """
1803
1803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1804
1804
  required_arguments = ['workRequestId']
@@ -1946,7 +1946,7 @@ class AnalyticsClient(object):
1946
1946
  :rtype: :class:`~oci.response.Response`
1947
1947
 
1948
1948
  :example:
1949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1950
1950
  """
1951
1951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1952
1952
  required_arguments = ['compartmentId']
@@ -2099,7 +2099,7 @@ class AnalyticsClient(object):
2099
2099
  :rtype: :class:`~oci.response.Response`
2100
2100
 
2101
2101
  :example:
2102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/scale_analytics_instance.py.html>`__ to see an example of how to use scale_analytics_instance API.
2102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/scale_analytics_instance.py.html>`__ to see an example of how to use scale_analytics_instance API.
2103
2103
  """
2104
2104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2105
2105
  required_arguments = ['analyticsInstanceId']
@@ -2218,7 +2218,7 @@ class AnalyticsClient(object):
2218
2218
  :rtype: :class:`~oci.response.Response`
2219
2219
 
2220
2220
  :example:
2221
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/set_kms_key.py.html>`__ to see an example of how to use set_kms_key API.
2221
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/set_kms_key.py.html>`__ to see an example of how to use set_kms_key API.
2222
2222
  """
2223
2223
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2224
2224
  required_arguments = ['analyticsInstanceId']
@@ -2335,7 +2335,7 @@ class AnalyticsClient(object):
2335
2335
  :rtype: :class:`~oci.response.Response`
2336
2336
 
2337
2337
  :example:
2338
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/start_analytics_instance.py.html>`__ to see an example of how to use start_analytics_instance API.
2338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/start_analytics_instance.py.html>`__ to see an example of how to use start_analytics_instance API.
2339
2339
  """
2340
2340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2341
2341
  required_arguments = ['analyticsInstanceId']
@@ -2450,7 +2450,7 @@ class AnalyticsClient(object):
2450
2450
  :rtype: :class:`~oci.response.Response`
2451
2451
 
2452
2452
  :example:
2453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/stop_analytics_instance.py.html>`__ to see an example of how to use stop_analytics_instance API.
2453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/stop_analytics_instance.py.html>`__ to see an example of how to use stop_analytics_instance API.
2454
2454
  """
2455
2455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2456
2456
  required_arguments = ['analyticsInstanceId']
@@ -2562,7 +2562,7 @@ class AnalyticsClient(object):
2562
2562
  :rtype: :class:`~oci.response.Response`
2563
2563
 
2564
2564
  :example:
2565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/update_analytics_instance.py.html>`__ to see an example of how to use update_analytics_instance API.
2565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/update_analytics_instance.py.html>`__ to see an example of how to use update_analytics_instance API.
2566
2566
  """
2567
2567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2568
2568
  required_arguments = ['analyticsInstanceId']
@@ -2681,7 +2681,7 @@ class AnalyticsClient(object):
2681
2681
  :rtype: :class:`~oci.response.Response`
2682
2682
 
2683
2683
  :example:
2684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/update_private_access_channel.py.html>`__ to see an example of how to use update_private_access_channel API.
2684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/update_private_access_channel.py.html>`__ to see an example of how to use update_private_access_channel API.
2685
2685
  """
2686
2686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2687
2687
  required_arguments = ['privateAccessChannelKey', 'analyticsInstanceId']
@@ -2804,7 +2804,7 @@ class AnalyticsClient(object):
2804
2804
  :rtype: :class:`~oci.response.Response`
2805
2805
 
2806
2806
  :example:
2807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/analytics/update_vanity_url.py.html>`__ to see an example of how to use update_vanity_url API.
2807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/analytics/update_vanity_url.py.html>`__ to see an example of how to use update_vanity_url API.
2808
2808
  """
2809
2809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2810
2810
  required_arguments = ['analyticsInstanceId', 'vanityUrlKey']
@@ -146,7 +146,7 @@ class AnnouncementClient(object):
146
146
  :rtype: :class:`~oci.response.Response`
147
147
 
148
148
  :example:
149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/get_announcement.py.html>`__ to see an example of how to use get_announcement API.
149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/get_announcement.py.html>`__ to see an example of how to use get_announcement API.
150
150
  """
151
151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
152
152
  required_arguments = ['announcementId']
@@ -245,7 +245,7 @@ class AnnouncementClient(object):
245
245
  :rtype: :class:`~oci.response.Response`
246
246
 
247
247
  :example:
248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/get_announcement_user_status.py.html>`__ to see an example of how to use get_announcement_user_status API.
248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/get_announcement_user_status.py.html>`__ to see an example of how to use get_announcement_user_status API.
249
249
  """
250
250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
251
251
  required_arguments = ['announcementId']
@@ -397,7 +397,7 @@ class AnnouncementClient(object):
397
397
  :rtype: :class:`~oci.response.Response`
398
398
 
399
399
  :example:
400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/list_announcements.py.html>`__ to see an example of how to use list_announcements API.
400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/list_announcements.py.html>`__ to see an example of how to use list_announcements API.
401
401
  """
402
402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
403
403
  required_arguments = ['compartmentId']
@@ -555,7 +555,7 @@ class AnnouncementClient(object):
555
555
  :rtype: :class:`~oci.response.Response`
556
556
 
557
557
  :example:
558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/update_announcement_user_status.py.html>`__ to see an example of how to use update_announcement_user_status API.
558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/update_announcement_user_status.py.html>`__ to see an example of how to use update_announcement_user_status API.
559
559
  """
560
560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
561
561
  required_arguments = ['announcementId']
@@ -152,7 +152,7 @@ class AnnouncementSubscriptionClient(object):
152
152
  :rtype: :class:`~oci.response.Response`
153
153
 
154
154
  :example:
155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/change_announcement_subscription_compartment.py.html>`__ to see an example of how to use change_announcement_subscription_compartment API.
155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/change_announcement_subscription_compartment.py.html>`__ to see an example of how to use change_announcement_subscription_compartment API.
156
156
  """
157
157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
158
158
  required_arguments = ['announcementSubscriptionId']
@@ -260,7 +260,7 @@ class AnnouncementSubscriptionClient(object):
260
260
  :rtype: :class:`~oci.response.Response`
261
261
 
262
262
  :example:
263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/create_announcement_subscription.py.html>`__ to see an example of how to use create_announcement_subscription API.
263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/create_announcement_subscription.py.html>`__ to see an example of how to use create_announcement_subscription API.
264
264
  """
265
265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
266
266
  required_arguments = []
@@ -365,7 +365,7 @@ class AnnouncementSubscriptionClient(object):
365
365
  :rtype: :class:`~oci.response.Response`
366
366
 
367
367
  :example:
368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/create_filter_group.py.html>`__ to see an example of how to use create_filter_group API.
368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/create_filter_group.py.html>`__ to see an example of how to use create_filter_group API.
369
369
  """
370
370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
371
371
  required_arguments = ['announcementSubscriptionId']
@@ -474,7 +474,7 @@ class AnnouncementSubscriptionClient(object):
474
474
  :rtype: :class:`~oci.response.Response`
475
475
 
476
476
  :example:
477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/delete_announcement_subscription.py.html>`__ to see an example of how to use delete_announcement_subscription API.
477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/delete_announcement_subscription.py.html>`__ to see an example of how to use delete_announcement_subscription API.
478
478
  """
479
479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
480
480
  required_arguments = ['announcementSubscriptionId']
@@ -579,7 +579,7 @@ class AnnouncementSubscriptionClient(object):
579
579
  :rtype: :class:`~oci.response.Response`
580
580
 
581
581
  :example:
582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/delete_filter_group.py.html>`__ to see an example of how to use delete_filter_group API.
582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/delete_filter_group.py.html>`__ to see an example of how to use delete_filter_group API.
583
583
  """
584
584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
585
585
  required_arguments = ['announcementSubscriptionId', 'filterGroupName']
@@ -679,7 +679,7 @@ class AnnouncementSubscriptionClient(object):
679
679
  :rtype: :class:`~oci.response.Response`
680
680
 
681
681
  :example:
682
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/get_announcement_subscription.py.html>`__ to see an example of how to use get_announcement_subscription API.
682
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/get_announcement_subscription.py.html>`__ to see an example of how to use get_announcement_subscription API.
683
683
  """
684
684
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
685
685
  required_arguments = ['announcementSubscriptionId']
@@ -805,7 +805,7 @@ class AnnouncementSubscriptionClient(object):
805
805
  :rtype: :class:`~oci.response.Response`
806
806
 
807
807
  :example:
808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/list_announcement_subscriptions.py.html>`__ to see an example of how to use list_announcement_subscriptions API.
808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/list_announcement_subscriptions.py.html>`__ to see an example of how to use list_announcement_subscriptions API.
809
809
  """
810
810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
811
811
  required_arguments = ['compartmentId']
@@ -940,7 +940,7 @@ class AnnouncementSubscriptionClient(object):
940
940
  :rtype: :class:`~oci.response.Response`
941
941
 
942
942
  :example:
943
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/update_announcement_subscription.py.html>`__ to see an example of how to use update_announcement_subscription API.
943
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/update_announcement_subscription.py.html>`__ to see an example of how to use update_announcement_subscription API.
944
944
  """
945
945
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
946
946
  required_arguments = ['announcementSubscriptionId']
@@ -1052,7 +1052,7 @@ class AnnouncementSubscriptionClient(object):
1052
1052
  :rtype: :class:`~oci.response.Response`
1053
1053
 
1054
1054
  :example:
1055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/update_filter_group.py.html>`__ to see an example of how to use update_filter_group API.
1055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/update_filter_group.py.html>`__ to see an example of how to use update_filter_group API.
1056
1056
  """
1057
1057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1058
1058
  required_arguments = ['announcementSubscriptionId', 'filterGroupName']
@@ -149,7 +149,7 @@ class AnnouncementsPreferencesClient(object):
149
149
  :rtype: :class:`~oci.response.Response`
150
150
 
151
151
  :example:
152
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/create_announcements_preference.py.html>`__ to see an example of how to use create_announcements_preference API.
152
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/create_announcements_preference.py.html>`__ to see an example of how to use create_announcements_preference API.
153
153
  """
154
154
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
155
155
  required_arguments = []
@@ -241,7 +241,7 @@ class AnnouncementsPreferencesClient(object):
241
241
  :rtype: :class:`~oci.response.Response`
242
242
 
243
243
  :example:
244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/get_announcements_preference.py.html>`__ to see an example of how to use get_announcements_preference API.
244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/get_announcements_preference.py.html>`__ to see an example of how to use get_announcements_preference API.
245
245
  """
246
246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
247
247
  required_arguments = ['preferenceId']
@@ -346,7 +346,7 @@ class AnnouncementsPreferencesClient(object):
346
346
  :rtype: :class:`~oci.response.Response`
347
347
 
348
348
  :example:
349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/list_announcements_preferences.py.html>`__ to see an example of how to use list_announcements_preferences API.
349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/list_announcements_preferences.py.html>`__ to see an example of how to use list_announcements_preferences API.
350
350
  """
351
351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
352
352
  required_arguments = ['compartmentId']
@@ -450,7 +450,7 @@ class AnnouncementsPreferencesClient(object):
450
450
  :rtype: :class:`~oci.response.Response`
451
451
 
452
452
  :example:
453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/announcementsservice/update_announcements_preference.py.html>`__ to see an example of how to use update_announcements_preference API.
453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/announcementsservice/update_announcements_preference.py.html>`__ to see an example of how to use update_announcements_preference API.
454
454
  """
455
455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
456
456
  required_arguments = ['preferenceId']
@@ -162,7 +162,7 @@ class ApiGatewayClient(object):
162
162
  :rtype: :class:`~oci.response.Response`
163
163
 
164
164
  :example:
165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/change_api_compartment.py.html>`__ to see an example of how to use change_api_compartment API.
165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/change_api_compartment.py.html>`__ to see an example of how to use change_api_compartment API.
166
166
  """
167
167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
168
168
  required_arguments = ['apiId']
@@ -280,7 +280,7 @@ class ApiGatewayClient(object):
280
280
  :rtype: :class:`~oci.response.Response`
281
281
 
282
282
  :example:
283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/change_certificate_compartment.py.html>`__ to see an example of how to use change_certificate_compartment API.
283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/change_certificate_compartment.py.html>`__ to see an example of how to use change_certificate_compartment API.
284
284
  """
285
285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
286
286
  required_arguments = ['certificateId']
@@ -388,7 +388,7 @@ class ApiGatewayClient(object):
388
388
  :rtype: :class:`~oci.response.Response`
389
389
 
390
390
  :example:
391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/create_api.py.html>`__ to see an example of how to use create_api API.
391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/create_api.py.html>`__ to see an example of how to use create_api API.
392
392
  """
393
393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
394
394
  required_arguments = []
@@ -486,7 +486,7 @@ class ApiGatewayClient(object):
486
486
  :rtype: :class:`~oci.response.Response`
487
487
 
488
488
  :example:
489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
490
490
  """
491
491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
492
492
  required_arguments = []
@@ -584,7 +584,7 @@ class ApiGatewayClient(object):
584
584
  :rtype: :class:`~oci.response.Response`
585
585
 
586
586
  :example:
587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/create_sdk.py.html>`__ to see an example of how to use create_sdk API.
587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/create_sdk.py.html>`__ to see an example of how to use create_sdk API.
588
588
  """
589
589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
590
590
  required_arguments = []
@@ -682,7 +682,7 @@ class ApiGatewayClient(object):
682
682
  :rtype: :class:`~oci.response.Response`
683
683
 
684
684
  :example:
685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/delete_api.py.html>`__ to see an example of how to use delete_api API.
685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/delete_api.py.html>`__ to see an example of how to use delete_api API.
686
686
  """
687
687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
688
688
  required_arguments = ['apiId']
@@ -785,7 +785,7 @@ class ApiGatewayClient(object):
785
785
  :rtype: :class:`~oci.response.Response`
786
786
 
787
787
  :example:
788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
789
789
  """
790
790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
791
791
  required_arguments = ['certificateId']
@@ -888,7 +888,7 @@ class ApiGatewayClient(object):
888
888
  :rtype: :class:`~oci.response.Response`
889
889
 
890
890
  :example:
891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/delete_sdk.py.html>`__ to see an example of how to use delete_sdk API.
891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/delete_sdk.py.html>`__ to see an example of how to use delete_sdk API.
892
892
  """
893
893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
894
894
  required_arguments = ['sdkId']
@@ -984,7 +984,7 @@ class ApiGatewayClient(object):
984
984
  :rtype: :class:`~oci.response.Response`
985
985
 
986
986
  :example:
987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_api.py.html>`__ to see an example of how to use get_api API.
987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_api.py.html>`__ to see an example of how to use get_api API.
988
988
  """
989
989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
990
990
  required_arguments = ['apiId']
@@ -1096,7 +1096,7 @@ class ApiGatewayClient(object):
1096
1096
  :rtype: :class:`~oci.response.Response`
1097
1097
 
1098
1098
  :example:
1099
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_api_content.py.html>`__ to see an example of how to use get_api_content API.
1099
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_api_content.py.html>`__ to see an example of how to use get_api_content API.
1100
1100
  """
1101
1101
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1102
1102
  required_arguments = ['apiId']
@@ -1205,7 +1205,7 @@ class ApiGatewayClient(object):
1205
1205
  :rtype: :class:`~oci.response.Response`
1206
1206
 
1207
1207
  :example:
1208
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_api_deployment_specification.py.html>`__ to see an example of how to use get_api_deployment_specification API.
1208
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_api_deployment_specification.py.html>`__ to see an example of how to use get_api_deployment_specification API.
1209
1209
  """
1210
1210
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1211
1211
  required_arguments = ['apiId']
@@ -1312,7 +1312,7 @@ class ApiGatewayClient(object):
1312
1312
  :rtype: :class:`~oci.response.Response`
1313
1313
 
1314
1314
  :example:
1315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_api_validations.py.html>`__ to see an example of how to use get_api_validations API.
1315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_api_validations.py.html>`__ to see an example of how to use get_api_validations API.
1316
1316
  """
1317
1317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1318
1318
  required_arguments = ['apiId']
@@ -1412,7 +1412,7 @@ class ApiGatewayClient(object):
1412
1412
  :rtype: :class:`~oci.response.Response`
1413
1413
 
1414
1414
  :example:
1415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
1415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
1416
1416
  """
1417
1417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1418
1418
  required_arguments = ['certificateId']
@@ -1510,7 +1510,7 @@ class ApiGatewayClient(object):
1510
1510
  :rtype: :class:`~oci.response.Response`
1511
1511
 
1512
1512
  :example:
1513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_sdk.py.html>`__ to see an example of how to use get_sdk API.
1513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_sdk.py.html>`__ to see an example of how to use get_sdk API.
1514
1514
  """
1515
1515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1516
1516
  required_arguments = ['sdkId']
@@ -1639,7 +1639,7 @@ class ApiGatewayClient(object):
1639
1639
  :rtype: :class:`~oci.response.Response`
1640
1640
 
1641
1641
  :example:
1642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/list_apis.py.html>`__ to see an example of how to use list_apis API.
1642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/list_apis.py.html>`__ to see an example of how to use list_apis API.
1643
1643
  """
1644
1644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1645
1645
  required_arguments = ['compartmentId']
@@ -1796,7 +1796,7 @@ class ApiGatewayClient(object):
1796
1796
  :rtype: :class:`~oci.response.Response`
1797
1797
 
1798
1798
  :example:
1799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
1799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
1800
1800
  """
1801
1801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1802
1802
  required_arguments = ['compartmentId']
@@ -1946,7 +1946,7 @@ class ApiGatewayClient(object):
1946
1946
  :rtype: :class:`~oci.response.Response`
1947
1947
 
1948
1948
  :example:
1949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/list_sdk_language_types.py.html>`__ to see an example of how to use list_sdk_language_types API.
1949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/list_sdk_language_types.py.html>`__ to see an example of how to use list_sdk_language_types API.
1950
1950
  """
1951
1951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1952
1952
  required_arguments = ['compartmentId']
@@ -2097,7 +2097,7 @@ class ApiGatewayClient(object):
2097
2097
  :rtype: :class:`~oci.response.Response`
2098
2098
 
2099
2099
  :example:
2100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/list_sdks.py.html>`__ to see an example of how to use list_sdks API.
2100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/list_sdks.py.html>`__ to see an example of how to use list_sdks API.
2101
2101
  """
2102
2102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2103
2103
  required_arguments = []
@@ -2236,7 +2236,7 @@ class ApiGatewayClient(object):
2236
2236
  :rtype: :class:`~oci.response.Response`
2237
2237
 
2238
2238
  :example:
2239
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/update_api.py.html>`__ to see an example of how to use update_api API.
2239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/update_api.py.html>`__ to see an example of how to use update_api API.
2240
2240
  """
2241
2241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2242
2242
  required_arguments = ['apiId']
@@ -2344,7 +2344,7 @@ class ApiGatewayClient(object):
2344
2344
  :rtype: :class:`~oci.response.Response`
2345
2345
 
2346
2346
  :example:
2347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/update_certificate.py.html>`__ to see an example of how to use update_certificate API.
2347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/update_certificate.py.html>`__ to see an example of how to use update_certificate API.
2348
2348
  """
2349
2349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2350
2350
  required_arguments = ['certificateId']
@@ -2452,7 +2452,7 @@ class ApiGatewayClient(object):
2452
2452
  :rtype: :class:`~oci.response.Response`
2453
2453
 
2454
2454
  :example:
2455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/update_sdk.py.html>`__ to see an example of how to use update_sdk API.
2455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/update_sdk.py.html>`__ to see an example of how to use update_sdk API.
2456
2456
  """
2457
2457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2458
2458
  required_arguments = ['sdkId']
@@ -162,7 +162,7 @@ class DeploymentClient(object):
162
162
  :rtype: :class:`~oci.response.Response`
163
163
 
164
164
  :example:
165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
166
166
  """
167
167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
168
168
  required_arguments = ['deploymentId']
@@ -270,7 +270,7 @@ class DeploymentClient(object):
270
270
  :rtype: :class:`~oci.response.Response`
271
271
 
272
272
  :example:
273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
274
274
  """
275
275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
276
276
  required_arguments = []
@@ -368,7 +368,7 @@ class DeploymentClient(object):
368
368
  :rtype: :class:`~oci.response.Response`
369
369
 
370
370
  :example:
371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
372
372
  """
373
373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
374
374
  required_arguments = ['deploymentId']
@@ -464,7 +464,7 @@ class DeploymentClient(object):
464
464
  :rtype: :class:`~oci.response.Response`
465
465
 
466
466
  :example:
467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
468
468
  """
469
469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
470
470
  required_arguments = ['deploymentId']
@@ -596,7 +596,7 @@ class DeploymentClient(object):
596
596
  :rtype: :class:`~oci.response.Response`
597
597
 
598
598
  :example:
599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
600
600
  """
601
601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
602
602
  required_arguments = ['compartmentId']
@@ -734,7 +734,7 @@ class DeploymentClient(object):
734
734
  :rtype: :class:`~oci.response.Response`
735
735
 
736
736
  :example:
737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/apigateway/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.131.0/apigateway/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
738
738
  """
739
739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
740
740
  required_arguments = ['deploymentId']