oci 2.116.0__py3-none-any.whl → 2.117.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 (352) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +41 -41
  3. oci/adm/models/__init__.py +4 -0
  4. oci/adm/models/create_vulnerability_audit_details.py +27 -0
  5. oci/adm/models/usage_data_details.py +92 -0
  6. oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
  7. oci/adm/models/vulnerability.py +33 -2
  8. oci/adm/models/vulnerability_audit.py +86 -0
  9. oci/adm/models/work_request_summary.py +35 -2
  10. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  11. oci/ai_document/ai_service_document_client.py +22 -22
  12. oci/ai_language/ai_service_language_client.py +36 -36
  13. oci/ai_speech/ai_service_speech_client.py +9 -9
  14. oci/ai_vision/ai_service_vision_client.py +25 -25
  15. oci/analytics/analytics_client.py +23 -23
  16. oci/announcements_service/announcement_client.py +4 -4
  17. oci/announcements_service/announcement_subscription_client.py +9 -9
  18. oci/announcements_service/announcements_preferences_client.py +4 -4
  19. oci/apigateway/api_gateway_client.py +21 -21
  20. oci/apigateway/deployment_client.py +6 -6
  21. oci/apigateway/gateway_client.py +6 -6
  22. oci/apigateway/subscribers_client.py +6 -6
  23. oci/apigateway/usage_plans_client.py +6 -6
  24. oci/apigateway/work_requests_client.py +5 -5
  25. oci/apm_config/config_client.py +8 -8
  26. oci/apm_control_plane/apm_domain_client.py +14 -14
  27. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  28. oci/apm_traces/query_client.py +2 -2
  29. oci/apm_traces/trace_client.py +4 -4
  30. oci/application_migration/application_migration_client.py +19 -19
  31. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  32. oci/artifacts/artifacts_client.py +32 -32
  33. oci/audit/audit_client.py +3 -3
  34. oci/autoscaling/auto_scaling_client.py +11 -11
  35. oci/bastion/bastion_client.py +15 -15
  36. oci/bds/bds_client.py +51 -51
  37. oci/blockchain/blockchain_platform_client.py +27 -27
  38. oci/budget/budget_client.py +10 -10
  39. oci/certificates/certificates_client.py +5 -5
  40. oci/certificates_management/certificates_management_client.py +32 -32
  41. oci/cims/incident_client.py +8 -8
  42. oci/cims/user_client.py +1 -1
  43. oci/cloud_bridge/common_client.py +5 -5
  44. oci/cloud_bridge/discovery_client.py +14 -14
  45. oci/cloud_bridge/inventory_client.py +16 -16
  46. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  47. oci/cloud_guard/cloud_guard_client.py +133 -133
  48. oci/cloud_migrations/migration_client.py +43 -43
  49. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
  50. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  51. oci/compute_instance_agent/plugin_client.py +2 -2
  52. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  53. oci/container_engine/container_engine_client.py +44 -44
  54. oci/container_instances/container_instance_client.py +18 -18
  55. oci/core/blockstorage_client.py +60 -60
  56. oci/core/compute_client.py +99 -99
  57. oci/core/compute_management_client.py +32 -32
  58. oci/core/virtual_network_client.py +242 -242
  59. oci/dashboard_service/dashboard_client.py +6 -6
  60. oci/dashboard_service/dashboard_group_client.py +6 -6
  61. oci/data_catalog/data_catalog_client.py +141 -141
  62. oci/data_flow/data_flow_client.py +42 -42
  63. oci/data_integration/data_integration_client.py +163 -163
  64. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  65. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  66. oci/data_safe/data_safe_client.py +252 -252
  67. oci/data_science/data_science_client.py +91 -91
  68. oci/data_science/models/fast_launch_job_config_summary.py +7 -3
  69. oci/data_science/models/job_shape_summary.py +7 -3
  70. oci/data_science/models/model_deployment_shape_summary.py +7 -3
  71. oci/data_science/models/notebook_session_shape_summary.py +7 -3
  72. oci/database/database_client.py +2092 -1268
  73. oci/database/database_client_composite_operations.py +222 -0
  74. oci/database/models/__init__.py +14 -0
  75. oci/database/models/autonomous_container_database.py +33 -2
  76. oci/database/models/autonomous_container_database_backup_config.py +2 -0
  77. oci/database/models/autonomous_container_database_summary.py +33 -2
  78. oci/database/models/autonomous_vm_cluster.py +95 -2
  79. oci/database/models/autonomous_vm_cluster_summary.py +95 -2
  80. oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
  81. oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
  82. oci/database/models/console_history.py +368 -0
  83. oci/database/models/console_history_collection.py +72 -0
  84. oci/database/models/console_history_summary.py +368 -0
  85. oci/database/models/create_cloud_vm_cluster_details.py +33 -2
  86. oci/database/models/create_console_history_details.py +151 -0
  87. oci/database/models/create_vm_cluster_details.py +33 -2
  88. oci/database/models/db_system_upgrade_history_entry.py +64 -2
  89. oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
  90. oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
  91. oci/database/models/system_version_collection.py +72 -0
  92. oci/database/models/system_version_summary.py +134 -0
  93. oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
  94. oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
  95. oci/database/models/update_console_history_details.py +150 -0
  96. oci/database/models/upgrade_db_system_details.py +31 -0
  97. oci/database_management/db_management_client.py +182 -182
  98. oci/database_management/diagnosability_client.py +4 -4
  99. oci/database_management/managed_my_sql_databases_client.py +6 -6
  100. oci/database_management/perfhub_client.py +1 -1
  101. oci/database_management/sql_tuning_client.py +17 -17
  102. oci/database_migration/database_migration_client.py +41 -41
  103. oci/database_tools/database_tools_client.py +23 -23
  104. oci/devops/devops_client.py +89 -89
  105. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  106. oci/dns/dns_client.py +52 -52
  107. oci/dts/appliance_export_job_client.py +6 -6
  108. oci/dts/shipping_vendors_client.py +1 -1
  109. oci/dts/transfer_appliance_client.py +8 -8
  110. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  111. oci/dts/transfer_device_client.py +5 -5
  112. oci/dts/transfer_job_client.py +6 -6
  113. oci/dts/transfer_package_client.py +7 -7
  114. oci/em_warehouse/em_data_lake_client.py +13 -13
  115. oci/em_warehouse/em_warehouse_client.py +13 -13
  116. oci/email/email_client.py +25 -25
  117. oci/events/events_client.py +6 -6
  118. oci/file_storage/file_storage_client.py +50 -50
  119. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  120. oci/functions/functions_invoke_client.py +1 -1
  121. oci/functions/functions_management_client.py +16 -16
  122. oci/fusion_apps/data_masking_activity_client.py +3 -3
  123. oci/fusion_apps/fusion_applications_client.py +39 -39
  124. oci/fusion_apps/fusion_environment_client.py +15 -15
  125. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  126. oci/fusion_apps/refresh_activity_client.py +4 -4
  127. oci/fusion_apps/scheduled_activity_client.py +2 -2
  128. oci/fusion_apps/service_attachment_client.py +2 -2
  129. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  130. oci/golden_gate/golden_gate_client.py +536 -57
  131. oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
  132. oci/golden_gate/models/__init__.py +8 -0
  133. oci/golden_gate/models/certificate.py +713 -0
  134. oci/golden_gate/models/certificate_collection.py +72 -0
  135. oci/golden_gate/models/certificate_summary.py +269 -0
  136. oci/golden_gate/models/create_certificate_details.py +105 -0
  137. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
  138. oci/golden_gate/models/create_mysql_connection_details.py +10 -12
  139. oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
  140. oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
  141. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
  142. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
  143. oci/golden_gate/models/update_mysql_connection_details.py +10 -12
  144. oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
  145. oci/golden_gate/models/work_request.py +11 -3
  146. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  147. oci/governance_rules_control_plane/work_request_client.py +5 -5
  148. oci/healthchecks/health_checks_client.py +17 -17
  149. oci/identity/identity_client.py +145 -145
  150. oci/identity_data_plane/dataplane_client.py +2 -2
  151. oci/identity_domains/identity_domains_client.py +294 -294
  152. oci/integration/integration_instance_client.py +15 -15
  153. oci/jms/java_management_service_client.py +66 -66
  154. oci/jms_java_downloads/java_download_client.py +25 -25
  155. oci/key_management/ekm_client.py +5 -5
  156. oci/key_management/kms_crypto_client.py +6 -6
  157. oci/key_management/kms_management_client.py +21 -21
  158. oci/key_management/kms_vault_client.py +14 -14
  159. oci/license_manager/license_manager_client.py +18 -18
  160. oci/limits/limits_client.py +4 -4
  161. oci/limits/quotas_client.py +7 -7
  162. oci/load_balancer/load_balancer_client.py +61 -61
  163. oci/lockbox/lockbox_client.py +23 -23
  164. oci/log_analytics/log_analytics_client.py +388 -192
  165. oci/log_analytics/models/export_details.py +15 -17
  166. oci/logging/logging_management_client.py +30 -30
  167. oci/loggingingestion/logging_client.py +1 -1
  168. oci/loggingsearch/log_search_client.py +1 -1
  169. oci/management_agent/management_agent_client.py +23 -23
  170. oci/management_dashboard/dashx_apis_client.py +14 -14
  171. oci/marketplace/account_client.py +2 -2
  172. oci/marketplace/marketplace_client.py +30 -30
  173. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  174. oci/media_services/media_services_client.py +48 -48
  175. oci/media_services/media_stream_client.py +2 -2
  176. oci/monitoring/monitoring_client.py +13 -13
  177. oci/mysql/channels_client.py +7 -7
  178. oci/mysql/db_backups_client.py +6 -6
  179. oci/mysql/db_system_client.py +17 -17
  180. oci/mysql/mysqlaas_client.py +7 -7
  181. oci/mysql/replicas_client.py +5 -5
  182. oci/mysql/work_requests_client.py +4 -4
  183. oci/network_firewall/network_firewall_client.py +80 -80
  184. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  185. oci/nosql/nosql_client.py +24 -24
  186. oci/object_storage/object_storage_client.py +50 -50
  187. oci/oce/oce_instance_client.py +10 -10
  188. oci/oci_control_center/occ_metrics_client.py +3 -3
  189. oci/ocvp/__init__.py +4 -2
  190. oci/ocvp/cluster_client.py +732 -0
  191. oci/ocvp/cluster_client_composite_operations.py +160 -0
  192. oci/ocvp/esxi_host_client.py +262 -14
  193. oci/ocvp/esxi_host_client_composite_operations.py +84 -1
  194. oci/ocvp/models/__init__.py +29 -7
  195. oci/ocvp/models/change_sddc_compartment_details.py +1 -1
  196. oci/ocvp/models/cluster.py +1026 -0
  197. oci/ocvp/models/cluster_collection.py +72 -0
  198. oci/ocvp/models/cluster_summary.py +671 -0
  199. oci/ocvp/models/create_cluster_details.py +658 -0
  200. oci/ocvp/models/create_esxi_host_details.py +112 -161
  201. oci/ocvp/models/create_sddc_details.py +86 -814
  202. oci/ocvp/models/datastore_details.py +154 -0
  203. oci/ocvp/models/datastore_info.py +6 -6
  204. oci/ocvp/models/downgrade_hcx_details.py +1 -1
  205. oci/ocvp/models/esxi_host.py +132 -64
  206. oci/ocvp/models/esxi_host_collection.py +1 -1
  207. oci/ocvp/models/esxi_host_summary.py +100 -63
  208. oci/ocvp/models/hcx_license_summary.py +1 -1
  209. oci/ocvp/models/initial_cluster_configuration.py +518 -0
  210. oci/ocvp/models/initial_configuration.py +72 -0
  211. oci/ocvp/models/network_configuration.py +635 -0
  212. oci/ocvp/models/replace_host_details.py +78 -0
  213. oci/ocvp/models/sddc.py +176 -1269
  214. oci/ocvp/models/sddc_collection.py +1 -1
  215. oci/ocvp/models/sddc_password.py +123 -0
  216. oci/ocvp/models/sddc_summary.py +55 -161
  217. oci/ocvp/models/supported_commitment_summary.py +96 -0
  218. oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
  219. oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
  220. oci/ocvp/models/supported_host_shape_collection.py +1 -1
  221. oci/ocvp/models/supported_host_shape_summary.py +54 -54
  222. oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
  223. oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
  224. oci/ocvp/models/update_cluster_details.py +265 -0
  225. oci/ocvp/models/update_esxi_host_details.py +32 -32
  226. oci/ocvp/models/update_sddc_details.py +42 -377
  227. oci/ocvp/models/vsphere_license.py +1 -1
  228. oci/ocvp/models/vsphere_upgrade_object.py +1 -1
  229. oci/ocvp/models/work_request.py +20 -4
  230. oci/ocvp/models/work_request_collection.py +1 -1
  231. oci/ocvp/models/work_request_error.py +1 -1
  232. oci/ocvp/models/work_request_error_collection.py +1 -1
  233. oci/ocvp/models/work_request_log_entry.py +1 -1
  234. oci/ocvp/models/work_request_log_entry_collection.py +1 -1
  235. oci/ocvp/models/work_request_resource.py +1 -1
  236. oci/ocvp/sddc_client.py +212 -68
  237. oci/ocvp/sddc_client_composite_operations.py +1 -1
  238. oci/ocvp/work_request_client.py +10 -10
  239. oci/ocvp/work_request_client_composite_operations.py +1 -1
  240. oci/oda/management_client.py +56 -56
  241. oci/oda/oda_client.py +17 -17
  242. oci/oda/odapackage_client.py +7 -7
  243. oci/onesubscription/billing_schedule_client.py +1 -1
  244. oci/onesubscription/commitment_client.py +2 -2
  245. oci/onesubscription/computed_usage_client.py +3 -3
  246. oci/onesubscription/invoice_summary_client.py +2 -2
  247. oci/onesubscription/organization_subscription_client.py +1 -1
  248. oci/onesubscription/ratecard_client.py +1 -1
  249. oci/onesubscription/subscribed_service_client.py +2 -2
  250. oci/onesubscription/subscription_client.py +1 -1
  251. oci/ons/notification_control_plane_client.py +6 -6
  252. oci/ons/notification_data_plane_client.py +10 -10
  253. oci/opa/opa_instance_client.py +11 -11
  254. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  255. oci/opensearch/opensearch_cluster_client.py +14 -14
  256. oci/operator_access_control/access_requests_client.py +9 -9
  257. oci/operator_access_control/operator_actions_client.py +2 -2
  258. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  259. oci/operator_access_control/operator_control_client.py +6 -6
  260. oci/opsi/models/__init__.py +22 -0
  261. oci/opsi/models/awr_hub_objects.py +72 -0
  262. oci/opsi/models/awr_hub_source.py +904 -0
  263. oci/opsi/models/awr_hub_source_summary.py +904 -0
  264. oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
  265. oci/opsi/models/awr_hub_sources.py +72 -0
  266. oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
  267. oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
  268. oci/opsi/models/create_awr_hub_details.py +1 -1
  269. oci/opsi/models/create_awr_hub_source_details.py +377 -0
  270. oci/opsi/models/list_objects.py +134 -0
  271. oci/opsi/models/object_summary.py +329 -0
  272. oci/opsi/models/update_awr_hub_source_details.py +210 -0
  273. oci/opsi/models/work_request.py +27 -3
  274. oci/opsi/operations_insights_client.py +3221 -1507
  275. oci/opsi/operations_insights_client_composite_operations.py +283 -0
  276. oci/optimizer/optimizer_client.py +26 -26
  277. oci/os_management/event_client.py +8 -8
  278. oci/os_management/os_management_client.py +69 -69
  279. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  280. oci/os_management_hub/managed_instance_client.py +22 -22
  281. oci/os_management_hub/managed_instance_group_client.py +22 -22
  282. oci/os_management_hub/management_station_client.py +8 -8
  283. oci/os_management_hub/onboarding_client.py +5 -5
  284. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  285. oci/os_management_hub/scheduled_job_client.py +6 -6
  286. oci/os_management_hub/software_source_client.py +22 -22
  287. oci/os_management_hub/work_request_client.py +4 -4
  288. oci/osp_gateway/address_rule_service_client.py +1 -1
  289. oci/osp_gateway/address_service_client.py +2 -2
  290. oci/osp_gateway/invoice_service_client.py +5 -5
  291. oci/osp_gateway/subscription_service_client.py +5 -5
  292. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  293. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  294. oci/osub_subscription/commitment_client.py +2 -2
  295. oci/osub_subscription/ratecard_client.py +1 -1
  296. oci/osub_subscription/subscription_client.py +1 -1
  297. oci/osub_usage/computed_usage_client.py +3 -3
  298. oci/psql/postgresql_client.py +66 -66
  299. oci/queue/queue_admin_client.py +11 -11
  300. oci/queue/queue_client.py +8 -8
  301. oci/recovery/database_recovery_client.py +23 -23
  302. oci/redis/redis_cluster_client.py +11 -11
  303. oci/regions_definitions.py +12 -4
  304. oci/resource_manager/resource_manager_client.py +52 -52
  305. oci/resource_search/resource_search_client.py +3 -3
  306. oci/rover/rover_bundle_client.py +8 -8
  307. oci/rover/rover_cluster_client.py +8 -8
  308. oci/rover/rover_entitlement_client.py +6 -6
  309. oci/rover/rover_node_client.py +15 -15
  310. oci/rover/shape_client.py +1 -1
  311. oci/rover/work_requests_client.py +5 -5
  312. oci/sch/service_connector_client.py +12 -12
  313. oci/secrets/secrets_client.py +3 -3
  314. oci/service_catalog/service_catalog_client.py +26 -26
  315. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  316. oci/service_mesh/service_mesh_client.py +48 -48
  317. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  318. oci/streaming/stream_admin_client.py +18 -18
  319. oci/streaming/stream_client.py +8 -8
  320. oci/tenant_manager_control_plane/domain_client.py +5 -5
  321. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  322. oci/tenant_manager_control_plane/governance_client.py +2 -2
  323. oci/tenant_manager_control_plane/link_client.py +3 -3
  324. oci/tenant_manager_control_plane/orders_client.py +2 -2
  325. oci/tenant_manager_control_plane/organization_client.py +10 -10
  326. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  327. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  328. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  329. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  330. oci/threat_intelligence/threatintel_client.py +5 -5
  331. oci/usage/resources_client.py +2 -2
  332. oci/usage/rewards_client.py +6 -6
  333. oci/usage/usagelimits_client.py +1 -1
  334. oci/usage_api/usageapi_client.py +19 -19
  335. oci/vault/vaults_client.py +11 -11
  336. oci/vbs_inst/vbs_instance_client.py +10 -10
  337. oci/version.py +1 -1
  338. oci/visual_builder/vb_instance_client.py +13 -13
  339. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  340. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  341. oci/waa/waa_client.py +13 -13
  342. oci/waa/work_request_client.py +4 -4
  343. oci/waas/redirect_client.py +6 -6
  344. oci/waas/waas_client.py +66 -66
  345. oci/waf/waf_client.py +24 -24
  346. oci/work_requests/work_request_client.py +4 -4
  347. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
  348. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
  349. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
  350. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  351. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
  352. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/top_level.txt +0 -0
@@ -152,14 +152,14 @@ class PostgresqlClient(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.116.0/psql/change_backup_compartment.py.html>`__ to see an example of how to use change_backup_compartment API.
155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/change_backup_compartment.py.html>`__ to see an example of how to use change_backup_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 = ['backupId']
159
159
  resource_path = "/backups/{backupId}/actions/changeCompartment"
160
160
  method = "POST"
161
161
  operation_name = "change_backup_compartment"
162
- api_reference_link = ""
162
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/ChangeBackupCompartment"
163
163
 
164
164
  # Don't accept unknown kwargs
165
165
  expected_kwargs = [
@@ -264,14 +264,14 @@ class PostgresqlClient(object):
264
264
  :rtype: :class:`~oci.response.Response`
265
265
 
266
266
  :example:
267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/change_configuration_compartment.py.html>`__ to see an example of how to use change_configuration_compartment API.
267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/change_configuration_compartment.py.html>`__ to see an example of how to use change_configuration_compartment API.
268
268
  """
269
269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
270
270
  required_arguments = ['configurationId']
271
271
  resource_path = "/configurations/{configurationId}/actions/changeCompartment"
272
272
  method = "POST"
273
273
  operation_name = "change_configuration_compartment"
274
- api_reference_link = ""
274
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/ChangeConfigurationCompartment"
275
275
 
276
276
  # Don't accept unknown kwargs
277
277
  expected_kwargs = [
@@ -378,14 +378,14 @@ class PostgresqlClient(object):
378
378
  :rtype: :class:`~oci.response.Response`
379
379
 
380
380
  :example:
381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
382
382
  """
383
383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
384
384
  required_arguments = ['dbSystemId']
385
385
  resource_path = "/dbSystems/{dbSystemId}/actions/changeCompartment"
386
386
  method = "POST"
387
387
  operation_name = "change_db_system_compartment"
388
- api_reference_link = ""
388
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/ChangeDbSystemCompartment"
389
389
 
390
390
  # Don't accept unknown kwargs
391
391
  expected_kwargs = [
@@ -484,14 +484,14 @@ class PostgresqlClient(object):
484
484
  :rtype: :class:`~oci.response.Response`
485
485
 
486
486
  :example:
487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/create_backup.py.html>`__ to see an example of how to use create_backup API.
487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/create_backup.py.html>`__ to see an example of how to use create_backup API.
488
488
  """
489
489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
490
490
  required_arguments = []
491
491
  resource_path = "/backups"
492
492
  method = "POST"
493
493
  operation_name = "create_backup"
494
- api_reference_link = ""
494
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/CreateBackup"
495
495
 
496
496
  # Don't accept unknown kwargs
497
497
  expected_kwargs = [
@@ -576,14 +576,14 @@ class PostgresqlClient(object):
576
576
  :rtype: :class:`~oci.response.Response`
577
577
 
578
578
  :example:
579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/create_configuration.py.html>`__ to see an example of how to use create_configuration API.
579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/create_configuration.py.html>`__ to see an example of how to use create_configuration API.
580
580
  """
581
581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
582
582
  required_arguments = []
583
583
  resource_path = "/configurations"
584
584
  method = "POST"
585
585
  operation_name = "create_configuration"
586
- api_reference_link = ""
586
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/CreateConfiguration"
587
587
 
588
588
  # Don't accept unknown kwargs
589
589
  expected_kwargs = [
@@ -670,14 +670,14 @@ class PostgresqlClient(object):
670
670
  :rtype: :class:`~oci.response.Response`
671
671
 
672
672
  :example:
673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/create_db_system.py.html>`__ to see an example of how to use create_db_system API.
673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/create_db_system.py.html>`__ to see an example of how to use create_db_system API.
674
674
  """
675
675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
676
676
  required_arguments = []
677
677
  resource_path = "/dbSystems"
678
678
  method = "POST"
679
679
  operation_name = "create_db_system"
680
- api_reference_link = ""
680
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/CreateDbSystem"
681
681
 
682
682
  # Don't accept unknown kwargs
683
683
  expected_kwargs = [
@@ -764,14 +764,14 @@ class PostgresqlClient(object):
764
764
  :rtype: :class:`~oci.response.Response`
765
765
 
766
766
  :example:
767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
768
768
  """
769
769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
770
770
  required_arguments = ['backupId']
771
771
  resource_path = "/backups/{backupId}"
772
772
  method = "DELETE"
773
773
  operation_name = "delete_backup"
774
- api_reference_link = ""
774
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/DeleteBackup"
775
775
 
776
776
  # Don't accept unknown kwargs
777
777
  expected_kwargs = [
@@ -865,14 +865,14 @@ class PostgresqlClient(object):
865
865
  :rtype: :class:`~oci.response.Response`
866
866
 
867
867
  :example:
868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/delete_configuration.py.html>`__ to see an example of how to use delete_configuration API.
868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/delete_configuration.py.html>`__ to see an example of how to use delete_configuration API.
869
869
  """
870
870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
871
871
  required_arguments = ['configurationId']
872
872
  resource_path = "/configurations/{configurationId}"
873
873
  method = "DELETE"
874
874
  operation_name = "delete_configuration"
875
- api_reference_link = ""
875
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/DeleteConfiguration"
876
876
 
877
877
  # Don't accept unknown kwargs
878
878
  expected_kwargs = [
@@ -966,14 +966,14 @@ class PostgresqlClient(object):
966
966
  :rtype: :class:`~oci.response.Response`
967
967
 
968
968
  :example:
969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/delete_db_system.py.html>`__ to see an example of how to use delete_db_system API.
969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/delete_db_system.py.html>`__ to see an example of how to use delete_db_system API.
970
970
  """
971
971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
972
972
  required_arguments = ['dbSystemId']
973
973
  resource_path = "/dbSystems/{dbSystemId}"
974
974
  method = "DELETE"
975
975
  operation_name = "delete_db_system"
976
- api_reference_link = ""
976
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/DeleteDbSystem"
977
977
 
978
978
  # Don't accept unknown kwargs
979
979
  expected_kwargs = [
@@ -1073,14 +1073,14 @@ class PostgresqlClient(object):
1073
1073
  :rtype: :class:`~oci.response.Response`
1074
1074
 
1075
1075
  :example:
1076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/failover_db_system.py.html>`__ to see an example of how to use failover_db_system API.
1076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/failover_db_system.py.html>`__ to see an example of how to use failover_db_system API.
1077
1077
  """
1078
1078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1079
1079
  required_arguments = ['dbSystemId']
1080
1080
  resource_path = "/dbSystems/{dbSystemId}/actions/failover"
1081
1081
  method = "POST"
1082
1082
  operation_name = "failover_db_system"
1083
- api_reference_link = ""
1083
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/FailoverDbSystem"
1084
1084
 
1085
1085
  # Don't accept unknown kwargs
1086
1086
  expected_kwargs = [
@@ -1176,14 +1176,14 @@ class PostgresqlClient(object):
1176
1176
  :rtype: :class:`~oci.response.Response`
1177
1177
 
1178
1178
  :example:
1179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_backup.py.html>`__ to see an example of how to use get_backup API.
1179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_backup.py.html>`__ to see an example of how to use get_backup API.
1180
1180
  """
1181
1181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1182
1182
  required_arguments = ['backupId']
1183
1183
  resource_path = "/backups/{backupId}"
1184
1184
  method = "GET"
1185
1185
  operation_name = "get_backup"
1186
- api_reference_link = ""
1186
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/GetBackup"
1187
1187
 
1188
1188
  # Don't accept unknown kwargs
1189
1189
  expected_kwargs = [
@@ -1274,14 +1274,14 @@ class PostgresqlClient(object):
1274
1274
  :rtype: :class:`~oci.response.Response`
1275
1275
 
1276
1276
  :example:
1277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
1277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
1278
1278
  """
1279
1279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1280
1280
  required_arguments = ['configurationId']
1281
1281
  resource_path = "/configurations/{configurationId}"
1282
1282
  method = "GET"
1283
1283
  operation_name = "get_configuration"
1284
- api_reference_link = ""
1284
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/GetConfiguration"
1285
1285
 
1286
1286
  # Don't accept unknown kwargs
1287
1287
  expected_kwargs = [
@@ -1372,14 +1372,14 @@ class PostgresqlClient(object):
1372
1372
  :rtype: :class:`~oci.response.Response`
1373
1373
 
1374
1374
  :example:
1375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_connection_details.py.html>`__ to see an example of how to use get_connection_details API.
1375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_connection_details.py.html>`__ to see an example of how to use get_connection_details API.
1376
1376
  """
1377
1377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1378
1378
  required_arguments = ['dbSystemId']
1379
1379
  resource_path = "/dbSystems/{dbSystemId}/connectionDetails"
1380
1380
  method = "GET"
1381
1381
  operation_name = "get_connection_details"
1382
- api_reference_link = ""
1382
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/ConnectionDetails/GetConnectionDetails"
1383
1383
 
1384
1384
  # Don't accept unknown kwargs
1385
1385
  expected_kwargs = [
@@ -1475,14 +1475,14 @@ class PostgresqlClient(object):
1475
1475
  :rtype: :class:`~oci.response.Response`
1476
1476
 
1477
1477
  :example:
1478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
1478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
1479
1479
  """
1480
1480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1481
1481
  required_arguments = ['dbSystemId']
1482
1482
  resource_path = "/dbSystems/{dbSystemId}"
1483
1483
  method = "GET"
1484
1484
  operation_name = "get_db_system"
1485
- api_reference_link = ""
1485
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/GetDbSystem"
1486
1486
 
1487
1487
  # Don't accept unknown kwargs
1488
1488
  expected_kwargs = [
@@ -1589,14 +1589,14 @@ class PostgresqlClient(object):
1589
1589
  :rtype: :class:`~oci.response.Response`
1590
1590
 
1591
1591
  :example:
1592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_default_configuration.py.html>`__ to see an example of how to use get_default_configuration API.
1592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_default_configuration.py.html>`__ to see an example of how to use get_default_configuration API.
1593
1593
  """
1594
1594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1595
1595
  required_arguments = ['defaultConfigurationId']
1596
1596
  resource_path = "/defaultConfigurations/{defaultConfigurationId}"
1597
1597
  method = "GET"
1598
1598
  operation_name = "get_default_configuration"
1599
- api_reference_link = ""
1599
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DefaultConfiguration/GetDefaultConfiguration"
1600
1600
 
1601
1601
  # Don't accept unknown kwargs
1602
1602
  expected_kwargs = [
@@ -1687,14 +1687,14 @@ class PostgresqlClient(object):
1687
1687
  :rtype: :class:`~oci.response.Response`
1688
1688
 
1689
1689
  :example:
1690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_primary_db_instance.py.html>`__ to see an example of how to use get_primary_db_instance API.
1690
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_primary_db_instance.py.html>`__ to see an example of how to use get_primary_db_instance API.
1691
1691
  """
1692
1692
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1693
1693
  required_arguments = ['dbSystemId']
1694
1694
  resource_path = "/dbSystems/{dbSystemId}/primaryDbInstance"
1695
1695
  method = "GET"
1696
1696
  operation_name = "get_primary_db_instance"
1697
- api_reference_link = ""
1697
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/GetPrimaryDbInstance"
1698
1698
 
1699
1699
  # Don't accept unknown kwargs
1700
1700
  expected_kwargs = [
@@ -1785,14 +1785,14 @@ class PostgresqlClient(object):
1785
1785
  :rtype: :class:`~oci.response.Response`
1786
1786
 
1787
1787
  :example:
1788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1789
1789
  """
1790
1790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1791
1791
  required_arguments = ['workRequestId']
1792
1792
  resource_path = "/workRequests/{workRequestId}"
1793
1793
  method = "GET"
1794
1794
  operation_name = "get_work_request"
1795
- api_reference_link = ""
1795
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequest/GetWorkRequest"
1796
1796
 
1797
1797
  # Don't accept unknown kwargs
1798
1798
  expected_kwargs = [
@@ -1919,14 +1919,14 @@ class PostgresqlClient(object):
1919
1919
  :rtype: :class:`~oci.response.Response`
1920
1920
 
1921
1921
  :example:
1922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_backups.py.html>`__ to see an example of how to use list_backups API.
1922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_backups.py.html>`__ to see an example of how to use list_backups API.
1923
1923
  """
1924
1924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1925
1925
  required_arguments = []
1926
1926
  resource_path = "/backups"
1927
1927
  method = "GET"
1928
1928
  operation_name = "list_backups"
1929
- api_reference_link = ""
1929
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/BackupCollection/ListBackups"
1930
1930
 
1931
1931
  # Don't accept unknown kwargs
1932
1932
  expected_kwargs = [
@@ -2087,14 +2087,14 @@ class PostgresqlClient(object):
2087
2087
  :rtype: :class:`~oci.response.Response`
2088
2088
 
2089
2089
  :example:
2090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_configurations.py.html>`__ to see an example of how to use list_configurations API.
2090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_configurations.py.html>`__ to see an example of how to use list_configurations API.
2091
2091
  """
2092
2092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2093
2093
  required_arguments = []
2094
2094
  resource_path = "/configurations"
2095
2095
  method = "GET"
2096
2096
  operation_name = "list_configurations"
2097
- api_reference_link = ""
2097
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/ConfigurationCollection/ListConfigurations"
2098
2098
 
2099
2099
  # Don't accept unknown kwargs
2100
2100
  expected_kwargs = [
@@ -2247,14 +2247,14 @@ class PostgresqlClient(object):
2247
2247
  :rtype: :class:`~oci.response.Response`
2248
2248
 
2249
2249
  :example:
2250
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
2250
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
2251
2251
  """
2252
2252
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2253
2253
  required_arguments = []
2254
2254
  resource_path = "/dbSystems"
2255
2255
  method = "GET"
2256
2256
  operation_name = "list_db_systems"
2257
- api_reference_link = ""
2257
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystemCollection/ListDbSystems"
2258
2258
 
2259
2259
  # Don't accept unknown kwargs
2260
2260
  expected_kwargs = [
@@ -2406,14 +2406,14 @@ class PostgresqlClient(object):
2406
2406
  :rtype: :class:`~oci.response.Response`
2407
2407
 
2408
2408
  :example:
2409
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_default_configurations.py.html>`__ to see an example of how to use list_default_configurations API.
2409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_default_configurations.py.html>`__ to see an example of how to use list_default_configurations API.
2410
2410
  """
2411
2411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2412
2412
  required_arguments = []
2413
2413
  resource_path = "/defaultConfigurations"
2414
2414
  method = "GET"
2415
2415
  operation_name = "list_default_configurations"
2416
- api_reference_link = ""
2416
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DefaultConfigurationCollection/ListDefaultConfigurations"
2417
2417
 
2418
2418
  # Don't accept unknown kwargs
2419
2419
  expected_kwargs = [
@@ -2556,14 +2556,14 @@ class PostgresqlClient(object):
2556
2556
  :rtype: :class:`~oci.response.Response`
2557
2557
 
2558
2558
  :example:
2559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
2559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
2560
2560
  """
2561
2561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2562
2562
  required_arguments = []
2563
2563
  resource_path = "/shapes"
2564
2564
  method = "GET"
2565
2565
  operation_name = "list_shapes"
2566
- api_reference_link = ""
2566
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/ShapeSummary/ListShapes"
2567
2567
 
2568
2568
  # Don't accept unknown kwargs
2569
2569
  expected_kwargs = [
@@ -2690,14 +2690,14 @@ class PostgresqlClient(object):
2690
2690
  :rtype: :class:`~oci.response.Response`
2691
2691
 
2692
2692
  :example:
2693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
2693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
2694
2694
  """
2695
2695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2696
2696
  required_arguments = ['workRequestId']
2697
2697
  resource_path = "/workRequests/{workRequestId}/errors"
2698
2698
  method = "GET"
2699
2699
  operation_name = "list_work_request_errors"
2700
- api_reference_link = ""
2700
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequestError/ListWorkRequestErrors"
2701
2701
 
2702
2702
  # Don't accept unknown kwargs
2703
2703
  expected_kwargs = [
@@ -2832,14 +2832,14 @@ class PostgresqlClient(object):
2832
2832
  :rtype: :class:`~oci.response.Response`
2833
2833
 
2834
2834
  :example:
2835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
2835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
2836
2836
  """
2837
2837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2838
2838
  required_arguments = ['workRequestId']
2839
2839
  resource_path = "/workRequests/{workRequestId}/logs"
2840
2840
  method = "GET"
2841
2841
  operation_name = "list_work_request_logs"
2842
- api_reference_link = ""
2842
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequestLogEntry/ListWorkRequestLogs"
2843
2843
 
2844
2844
  # Don't accept unknown kwargs
2845
2845
  expected_kwargs = [
@@ -2985,14 +2985,14 @@ class PostgresqlClient(object):
2985
2985
  :rtype: :class:`~oci.response.Response`
2986
2986
 
2987
2987
  :example:
2988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
2988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
2989
2989
  """
2990
2990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2991
2991
  required_arguments = []
2992
2992
  resource_path = "/workRequests"
2993
2993
  method = "GET"
2994
2994
  operation_name = "list_work_requests"
2995
- api_reference_link = ""
2995
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/WorkRequest/ListWorkRequests"
2996
2996
 
2997
2997
  # Don't accept unknown kwargs
2998
2998
  expected_kwargs = [
@@ -3120,14 +3120,14 @@ class PostgresqlClient(object):
3120
3120
  :rtype: :class:`~oci.response.Response`
3121
3121
 
3122
3122
  :example:
3123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/patch_db_system.py.html>`__ to see an example of how to use patch_db_system API.
3123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/patch_db_system.py.html>`__ to see an example of how to use patch_db_system API.
3124
3124
  """
3125
3125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3126
3126
  required_arguments = ['dbSystemId']
3127
3127
  resource_path = "/dbSystems/{dbSystemId}"
3128
3128
  method = "PATCH"
3129
3129
  operation_name = "patch_db_system"
3130
- api_reference_link = ""
3130
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/PatchDbSystem"
3131
3131
 
3132
3132
  # Don't accept unknown kwargs
3133
3133
  expected_kwargs = [
@@ -3229,14 +3229,14 @@ class PostgresqlClient(object):
3229
3229
  :rtype: :class:`~oci.response.Response`
3230
3230
 
3231
3231
  :example:
3232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/reset_master_user_password.py.html>`__ to see an example of how to use reset_master_user_password API.
3232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/reset_master_user_password.py.html>`__ to see an example of how to use reset_master_user_password API.
3233
3233
  """
3234
3234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3235
3235
  required_arguments = ['dbSystemId']
3236
3236
  resource_path = "/dbSystems/{dbSystemId}/actions/resetMasterUserPassword"
3237
3237
  method = "POST"
3238
3238
  operation_name = "reset_master_user_password"
3239
- api_reference_link = ""
3239
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/ResetMasterUserPassword"
3240
3240
 
3241
3241
  # Don't accept unknown kwargs
3242
3242
  expected_kwargs = [
@@ -3341,14 +3341,14 @@ class PostgresqlClient(object):
3341
3341
  :rtype: :class:`~oci.response.Response`
3342
3342
 
3343
3343
  :example:
3344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/restart_db_instance_in_db_system.py.html>`__ to see an example of how to use restart_db_instance_in_db_system API.
3344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/restart_db_instance_in_db_system.py.html>`__ to see an example of how to use restart_db_instance_in_db_system API.
3345
3345
  """
3346
3346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3347
3347
  required_arguments = ['dbSystemId']
3348
3348
  resource_path = "/dbSystems/{dbSystemId}/actions/restartDbInstance"
3349
3349
  method = "POST"
3350
3350
  operation_name = "restart_db_instance_in_db_system"
3351
- api_reference_link = ""
3351
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/RestartDbInstanceInDbSystem"
3352
3352
 
3353
3353
  # Don't accept unknown kwargs
3354
3354
  expected_kwargs = [
@@ -3453,14 +3453,14 @@ class PostgresqlClient(object):
3453
3453
  :rtype: :class:`~oci.response.Response`
3454
3454
 
3455
3455
  :example:
3456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/restore_db_system.py.html>`__ to see an example of how to use restore_db_system API.
3456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/restore_db_system.py.html>`__ to see an example of how to use restore_db_system API.
3457
3457
  """
3458
3458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3459
3459
  required_arguments = ['dbSystemId']
3460
3460
  resource_path = "/dbSystems/{dbSystemId}/actions/restore"
3461
3461
  method = "POST"
3462
3462
  operation_name = "restore_db_system"
3463
- api_reference_link = ""
3463
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/RestoreDbSystem"
3464
3464
 
3465
3465
  # Don't accept unknown kwargs
3466
3466
  expected_kwargs = [
@@ -3562,14 +3562,14 @@ class PostgresqlClient(object):
3562
3562
  :rtype: :class:`~oci.response.Response`
3563
3563
 
3564
3564
  :example:
3565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/update_backup.py.html>`__ to see an example of how to use update_backup API.
3565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/update_backup.py.html>`__ to see an example of how to use update_backup API.
3566
3566
  """
3567
3567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3568
3568
  required_arguments = ['backupId']
3569
3569
  resource_path = "/backups/{backupId}"
3570
3570
  method = "PUT"
3571
3571
  operation_name = "update_backup"
3572
- api_reference_link = ""
3572
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Backup/UpdateBackup"
3573
3573
 
3574
3574
  # Don't accept unknown kwargs
3575
3575
  expected_kwargs = [
@@ -3673,14 +3673,14 @@ class PostgresqlClient(object):
3673
3673
  :rtype: :class:`~oci.response.Response`
3674
3674
 
3675
3675
  :example:
3676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
3676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
3677
3677
  """
3678
3678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3679
3679
  required_arguments = ['configurationId']
3680
3680
  resource_path = "/configurations/{configurationId}"
3681
3681
  method = "PUT"
3682
3682
  operation_name = "update_configuration"
3683
- api_reference_link = ""
3683
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/Configuration/UpdateConfiguration"
3684
3684
 
3685
3685
  # Don't accept unknown kwargs
3686
3686
  expected_kwargs = [
@@ -3787,14 +3787,14 @@ class PostgresqlClient(object):
3787
3787
  :rtype: :class:`~oci.response.Response`
3788
3788
 
3789
3789
  :example:
3790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
3790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
3791
3791
  """
3792
3792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3793
3793
  required_arguments = ['dbSystemId']
3794
3794
  resource_path = "/dbSystems/{dbSystemId}"
3795
3795
  method = "PUT"
3796
3796
  operation_name = "update_db_system"
3797
- api_reference_link = ""
3797
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/UpdateDbSystem"
3798
3798
 
3799
3799
  # Don't accept unknown kwargs
3800
3800
  expected_kwargs = [
@@ -3902,14 +3902,14 @@ class PostgresqlClient(object):
3902
3902
  :rtype: :class:`~oci.response.Response`
3903
3903
 
3904
3904
  :example:
3905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/psql/update_db_system_db_instance.py.html>`__ to see an example of how to use update_db_system_db_instance API.
3905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/psql/update_db_system_db_instance.py.html>`__ to see an example of how to use update_db_system_db_instance API.
3906
3906
  """
3907
3907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3908
3908
  required_arguments = ['dbSystemId', 'dbInstanceId']
3909
3909
  resource_path = "/dbSystems/{dbSystemId}/dbinstances/{dbInstanceId}"
3910
3910
  method = "PUT"
3911
3911
  operation_name = "update_db_system_db_instance"
3912
- api_reference_link = ""
3912
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/postgresql/20220915/DbSystem/UpdateDbSystemDbInstance"
3913
3913
 
3914
3914
  # Don't accept unknown kwargs
3915
3915
  expected_kwargs = [