oci 2.126.2__py3-none-any.whl → 2.126.3__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 (323) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +10 -10
  8. oci/ai_vision/ai_service_vision_client.py +25 -25
  9. oci/analytics/analytics_client.py +23 -23
  10. oci/announcements_service/announcement_client.py +4 -4
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +8 -8
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +51 -51
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +19 -19
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cims/user_client.py +1 -1
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +14 -14
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +99 -99
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +247 -247
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +42 -42
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +278 -278
  63. oci/data_science/data_science_client.py +91 -91
  64. oci/database/database_client.py +333 -333
  65. oci/database/models/create_vm_cluster_details.py +33 -2
  66. oci/database/models/exadata_infrastructure.py +31 -0
  67. oci/database/models/exadata_infrastructure_summary.py +31 -0
  68. oci/database/models/update_vm_cluster_details.py +33 -2
  69. oci/database/models/vm_cluster.py +33 -2
  70. oci/database/models/vm_cluster_summary.py +33 -2
  71. oci/database_management/db_management_client.py +206 -206
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +7 -7
  74. oci/database_management/perfhub_client.py +1 -1
  75. oci/database_management/sql_tuning_client.py +17 -17
  76. oci/database_migration/database_migration_client.py +41 -41
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/desktops/desktop_service_client.py +21 -21
  79. oci/devops/devops_client.py +89 -89
  80. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  81. oci/dns/dns_client.py +52 -52
  82. oci/dts/appliance_export_job_client.py +6 -6
  83. oci/dts/shipping_vendors_client.py +1 -1
  84. oci/dts/transfer_appliance_client.py +8 -8
  85. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  86. oci/dts/transfer_device_client.py +5 -5
  87. oci/dts/transfer_job_client.py +6 -6
  88. oci/dts/transfer_package_client.py +7 -7
  89. oci/em_warehouse/em_data_lake_client.py +13 -13
  90. oci/em_warehouse/em_warehouse_client.py +13 -13
  91. oci/email/email_client.py +608 -28
  92. oci/email/email_client_composite_operations.py +132 -0
  93. oci/email/models/__init__.py +10 -0
  94. oci/email/models/create_email_domain_details.py +31 -0
  95. oci/email/models/create_email_return_path_details.py +239 -0
  96. oci/email/models/email_domain.py +82 -0
  97. oci/email/models/email_return_path.py +577 -0
  98. oci/email/models/email_return_path_collection.py +72 -0
  99. oci/email/models/email_return_path_summary.py +444 -0
  100. oci/email/models/sender.py +15 -3
  101. oci/email/models/update_email_domain_details.py +31 -0
  102. oci/email/models/update_email_return_path_details.py +156 -0
  103. oci/email/models/work_request.py +15 -3
  104. oci/email/models/work_request_summary.py +15 -3
  105. oci/email_data_plane/email_dp_client.py +1 -1
  106. oci/events/events_client.py +6 -6
  107. oci/file_storage/file_storage_client.py +50 -50
  108. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  109. oci/functions/functions_invoke_client.py +1 -1
  110. oci/functions/functions_management_client.py +16 -16
  111. oci/fusion_apps/data_masking_activity_client.py +3 -3
  112. oci/fusion_apps/fusion_applications_client.py +39 -39
  113. oci/fusion_apps/fusion_environment_client.py +15 -15
  114. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  115. oci/fusion_apps/refresh_activity_client.py +4 -4
  116. oci/fusion_apps/scheduled_activity_client.py +2 -2
  117. oci/fusion_apps/service_attachment_client.py +2 -2
  118. oci/generative_ai/generative_ai_client.py +22 -22
  119. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  120. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  121. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  122. oci/golden_gate/golden_gate_client.py +61 -61
  123. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  124. oci/governance_rules_control_plane/work_request_client.py +5 -5
  125. oci/healthchecks/health_checks_client.py +17 -17
  126. oci/identity/identity_client.py +145 -145
  127. oci/identity_data_plane/dataplane_client.py +2 -2
  128. oci/identity_domains/identity_domains_client.py +300 -300
  129. oci/integration/integration_instance_client.py +15 -15
  130. oci/jms/java_management_service_client.py +66 -66
  131. oci/jms_java_downloads/java_download_client.py +25 -25
  132. oci/key_management/ekm_client.py +5 -5
  133. oci/key_management/kms_crypto_client.py +6 -6
  134. oci/key_management/kms_hsm_cluster_client.py +12 -12
  135. oci/key_management/kms_management_client.py +21 -21
  136. oci/key_management/kms_vault_client.py +14 -14
  137. oci/license_manager/license_manager_client.py +18 -18
  138. oci/limits/limits_client.py +4 -4
  139. oci/limits/quotas_client.py +7 -7
  140. oci/load_balancer/load_balancer_client.py +61 -61
  141. oci/load_balancer/models/ssl_configuration.py +41 -0
  142. oci/load_balancer/models/ssl_configuration_details.py +41 -0
  143. oci/lockbox/lockbox_client.py +24 -24
  144. oci/log_analytics/log_analytics_client.py +193 -193
  145. oci/logging/logging_management_client.py +30 -30
  146. oci/loggingingestion/logging_client.py +1 -1
  147. oci/loggingsearch/log_search_client.py +1 -1
  148. oci/management_agent/management_agent_client.py +28 -28
  149. oci/management_dashboard/dashx_apis_client.py +14 -14
  150. oci/marketplace/account_client.py +2 -2
  151. oci/marketplace/marketplace_client.py +30 -30
  152. oci/marketplace_private_offer/__init__.py +16 -0
  153. oci/marketplace_private_offer/attachment_client.py +719 -0
  154. oci/marketplace_private_offer/attachment_client_composite_operations.py +71 -0
  155. oci/marketplace_private_offer/models/__init__.py +48 -0
  156. oci/marketplace_private_offer/models/attachment.py +446 -0
  157. oci/marketplace_private_offer/models/attachment_collection.py +72 -0
  158. oci/marketplace_private_offer/models/attachment_summary.py +293 -0
  159. oci/marketplace_private_offer/models/buyer_information.py +161 -0
  160. oci/marketplace_private_offer/models/contact.py +134 -0
  161. oci/marketplace_private_offer/models/create_attachment_details.py +134 -0
  162. oci/marketplace_private_offer/models/create_offer_details.py +498 -0
  163. oci/marketplace_private_offer/models/custom_field.py +103 -0
  164. oci/marketplace_private_offer/models/offer.py +787 -0
  165. oci/marketplace_private_offer/models/offer_collection.py +72 -0
  166. oci/marketplace_private_offer/models/offer_internal_detail.py +103 -0
  167. oci/marketplace_private_offer/models/offer_summary.py +591 -0
  168. oci/marketplace_private_offer/models/pricing.py +146 -0
  169. oci/marketplace_private_offer/models/publisher_summary.py +710 -0
  170. oci/marketplace_private_offer/models/resource_bundle.py +205 -0
  171. oci/marketplace_private_offer/models/seller_information.py +99 -0
  172. oci/marketplace_private_offer/models/update_offer_details.py +467 -0
  173. oci/marketplace_private_offer/models/upload_data.py +134 -0
  174. oci/marketplace_private_offer/offer_client.py +789 -0
  175. oci/marketplace_private_offer/offer_client_composite_operations.py +172 -0
  176. oci/marketplace_publisher/__init__.py +5 -1
  177. oci/marketplace_publisher/attachment_client.py +719 -0
  178. oci/marketplace_publisher/attachment_client_composite_operations.py +121 -0
  179. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  180. oci/marketplace_publisher/models/__init__.py +32 -0
  181. oci/marketplace_publisher/models/attachment.py +446 -0
  182. oci/marketplace_publisher/models/attachment_collection.py +72 -0
  183. oci/marketplace_publisher/models/attachment_summary.py +293 -0
  184. oci/marketplace_publisher/models/buyer_information.py +161 -0
  185. oci/marketplace_publisher/models/contact.py +134 -0
  186. oci/marketplace_publisher/models/create_attachment_details.py +134 -0
  187. oci/marketplace_publisher/models/create_offer_details.py +498 -0
  188. oci/marketplace_publisher/models/custom_field.py +103 -0
  189. oci/marketplace_publisher/models/offer.py +787 -0
  190. oci/marketplace_publisher/models/offer_collection.py +72 -0
  191. oci/marketplace_publisher/models/offer_internal_detail.py +103 -0
  192. oci/marketplace_publisher/models/offer_summary.py +591 -0
  193. oci/marketplace_publisher/models/pricing.py +146 -0
  194. oci/marketplace_publisher/models/resource_bundle.py +205 -0
  195. oci/marketplace_publisher/models/seller_information.py +99 -0
  196. oci/marketplace_publisher/models/update_offer_details.py +467 -0
  197. oci/marketplace_publisher/models/work_request.py +23 -3
  198. oci/marketplace_publisher/models/work_request_summary.py +23 -3
  199. oci/marketplace_publisher/offer_client.py +789 -0
  200. oci/marketplace_publisher/offer_client_composite_operations.py +160 -0
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/monitoring/monitoring_client.py +18 -18
  204. oci/mysql/channels_client.py +7 -7
  205. oci/mysql/db_backups_client.py +6 -6
  206. oci/mysql/db_system_client.py +17 -17
  207. oci/mysql/mysqlaas_client.py +7 -7
  208. oci/mysql/replicas_client.py +5 -5
  209. oci/mysql/work_requests_client.py +4 -4
  210. oci/network_firewall/network_firewall_client.py +80 -80
  211. oci/network_load_balancer/models/create_listener_details.py +33 -2
  212. oci/network_load_balancer/models/listener.py +33 -2
  213. oci/network_load_balancer/models/listener_details.py +33 -2
  214. oci/network_load_balancer/models/listener_summary.py +33 -2
  215. oci/network_load_balancer/models/update_listener_details.py +33 -2
  216. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  217. oci/nosql/nosql_client.py +24 -24
  218. oci/object_storage/object_storage_client.py +50 -50
  219. oci/oce/oce_instance_client.py +10 -10
  220. oci/oci_control_center/occ_metrics_client.py +3 -3
  221. oci/ocvp/cluster_client.py +5 -5
  222. oci/ocvp/esxi_host_client.py +8 -8
  223. oci/ocvp/sddc_client.py +14 -14
  224. oci/ocvp/work_request_client.py +4 -4
  225. oci/oda/management_client.py +59 -59
  226. oci/oda/oda_client.py +17 -17
  227. oci/oda/odapackage_client.py +7 -7
  228. oci/onesubscription/billing_schedule_client.py +1 -1
  229. oci/onesubscription/commitment_client.py +2 -2
  230. oci/onesubscription/computed_usage_client.py +3 -3
  231. oci/onesubscription/invoice_summary_client.py +2 -2
  232. oci/onesubscription/organization_subscription_client.py +1 -1
  233. oci/onesubscription/ratecard_client.py +1 -1
  234. oci/onesubscription/subscribed_service_client.py +2 -2
  235. oci/onesubscription/subscription_client.py +1 -1
  236. oci/ons/notification_control_plane_client.py +6 -6
  237. oci/ons/notification_data_plane_client.py +10 -10
  238. oci/opa/opa_instance_client.py +13 -13
  239. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  240. oci/opensearch/opensearch_cluster_client.py +14 -14
  241. oci/operator_access_control/access_requests_client.py +10 -10
  242. oci/operator_access_control/operator_actions_client.py +2 -2
  243. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  244. oci/operator_access_control/operator_control_client.py +6 -6
  245. oci/opsi/operations_insights_client.py +175 -175
  246. oci/optimizer/optimizer_client.py +26 -26
  247. oci/os_management/event_client.py +8 -8
  248. oci/os_management/os_management_client.py +69 -69
  249. oci/os_management_hub/event_client.py +8 -8
  250. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  251. oci/os_management_hub/managed_instance_client.py +31 -31
  252. oci/os_management_hub/managed_instance_group_client.py +25 -25
  253. oci/os_management_hub/management_station_client.py +10 -10
  254. oci/os_management_hub/onboarding_client.py +6 -6
  255. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  256. oci/os_management_hub/scheduled_job_client.py +7 -7
  257. oci/os_management_hub/software_source_client.py +27 -27
  258. oci/os_management_hub/work_request_client.py +4 -4
  259. oci/osp_gateway/address_rule_service_client.py +1 -1
  260. oci/osp_gateway/address_service_client.py +2 -2
  261. oci/osp_gateway/invoice_service_client.py +5 -5
  262. oci/osp_gateway/subscription_service_client.py +5 -5
  263. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  264. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  265. oci/osub_subscription/commitment_client.py +2 -2
  266. oci/osub_subscription/ratecard_client.py +1 -1
  267. oci/osub_subscription/subscription_client.py +1 -1
  268. oci/osub_usage/computed_usage_client.py +3 -3
  269. oci/psql/postgresql_client.py +33 -33
  270. oci/queue/queue_admin_client.py +11 -11
  271. oci/queue/queue_client.py +8 -8
  272. oci/recovery/database_recovery_client.py +25 -25
  273. oci/redis/redis_cluster_client.py +11 -11
  274. oci/resource_manager/resource_manager_client.py +52 -52
  275. oci/resource_search/resource_search_client.py +3 -3
  276. oci/rover/rover_bundle_client.py +8 -8
  277. oci/rover/rover_cluster_client.py +8 -8
  278. oci/rover/rover_entitlement_client.py +6 -6
  279. oci/rover/rover_node_client.py +15 -15
  280. oci/rover/shape_client.py +1 -1
  281. oci/rover/work_requests_client.py +5 -5
  282. oci/sch/connector_plugins_client.py +2 -2
  283. oci/sch/service_connector_client.py +12 -12
  284. oci/secrets/secrets_client.py +3 -3
  285. oci/service_catalog/service_catalog_client.py +26 -26
  286. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  287. oci/service_mesh/service_mesh_client.py +48 -48
  288. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  289. oci/streaming/stream_admin_client.py +18 -18
  290. oci/streaming/stream_client.py +8 -8
  291. oci/tenant_manager_control_plane/domain_client.py +5 -5
  292. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  293. oci/tenant_manager_control_plane/governance_client.py +2 -2
  294. oci/tenant_manager_control_plane/link_client.py +3 -3
  295. oci/tenant_manager_control_plane/orders_client.py +2 -2
  296. oci/tenant_manager_control_plane/organization_client.py +10 -10
  297. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  298. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  299. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  300. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  301. oci/threat_intelligence/threatintel_client.py +5 -5
  302. oci/usage/resources_client.py +2 -2
  303. oci/usage/rewards_client.py +6 -6
  304. oci/usage/usagelimits_client.py +1 -1
  305. oci/usage_api/usageapi_client.py +33 -33
  306. oci/vault/vaults_client.py +13 -13
  307. oci/vbs_inst/vbs_instance_client.py +10 -10
  308. oci/version.py +1 -1
  309. oci/visual_builder/vb_instance_client.py +13 -13
  310. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  311. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  312. oci/waa/waa_client.py +13 -13
  313. oci/waa/work_request_client.py +4 -4
  314. oci/waas/redirect_client.py +6 -6
  315. oci/waas/waas_client.py +66 -66
  316. oci/waf/waf_client.py +24 -24
  317. oci/work_requests/work_request_client.py +4 -4
  318. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/METADATA +1 -1
  319. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/RECORD +323 -274
  320. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/LICENSE.txt +0 -0
  321. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  322. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/WHEEL +0 -0
  323. {oci-2.126.2.dist-info → oci-2.126.3.dist-info}/top_level.txt +0 -0
@@ -158,7 +158,7 @@ class GoldenGateClient(object):
158
158
  :rtype: :class:`~oci.response.Response`
159
159
 
160
160
  :example:
161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
162
162
  """
163
163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
164
164
  required_arguments = ['deploymentBackupId']
@@ -276,7 +276,7 @@ class GoldenGateClient(object):
276
276
  :rtype: :class:`~oci.response.Response`
277
277
 
278
278
  :example:
279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
280
280
  """
281
281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
282
282
  required_arguments = ['deploymentUpgradeId']
@@ -396,7 +396,7 @@ class GoldenGateClient(object):
396
396
  :rtype: :class:`~oci.response.Response`
397
397
 
398
398
  :example:
399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
400
400
  """
401
401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
402
402
  required_arguments = ['deploymentUpgradeId']
@@ -515,7 +515,7 @@ class GoldenGateClient(object):
515
515
  :rtype: :class:`~oci.response.Response`
516
516
 
517
517
  :example:
518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
519
519
  """
520
520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
521
521
  required_arguments = ['connectionId']
@@ -636,7 +636,7 @@ class GoldenGateClient(object):
636
636
  :rtype: :class:`~oci.response.Response`
637
637
 
638
638
  :example:
639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
640
640
  """
641
641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
642
642
  required_arguments = ['databaseRegistrationId']
@@ -759,7 +759,7 @@ class GoldenGateClient(object):
759
759
  :rtype: :class:`~oci.response.Response`
760
760
 
761
761
  :example:
762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
763
763
  """
764
764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
765
765
  required_arguments = ['deploymentBackupId']
@@ -882,7 +882,7 @@ class GoldenGateClient(object):
882
882
  :rtype: :class:`~oci.response.Response`
883
883
 
884
884
  :example:
885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
886
886
  """
887
887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
888
888
  required_arguments = ['deploymentId']
@@ -1000,7 +1000,7 @@ class GoldenGateClient(object):
1000
1000
  :rtype: :class:`~oci.response.Response`
1001
1001
 
1002
1002
  :example:
1003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
1003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
1004
1004
  """
1005
1005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1006
1006
  required_arguments = ['deploymentId']
@@ -1118,7 +1118,7 @@ class GoldenGateClient(object):
1118
1118
  :rtype: :class:`~oci.response.Response`
1119
1119
 
1120
1120
  :example:
1121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
1121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
1122
1122
  """
1123
1123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1124
1124
  required_arguments = ['deploymentBackupId']
@@ -1230,7 +1230,7 @@ class GoldenGateClient(object):
1230
1230
  :rtype: :class:`~oci.response.Response`
1231
1231
 
1232
1232
  :example:
1233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
1233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
1234
1234
  """
1235
1235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1236
1236
  required_arguments = ['deploymentId']
@@ -1337,7 +1337,7 @@ class GoldenGateClient(object):
1337
1337
  :rtype: :class:`~oci.response.Response`
1338
1338
 
1339
1339
  :example:
1340
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
1340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
1341
1341
  """
1342
1342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1343
1343
  required_arguments = []
@@ -1434,7 +1434,7 @@ class GoldenGateClient(object):
1434
1434
  :rtype: :class:`~oci.response.Response`
1435
1435
 
1436
1436
  :example:
1437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
1437
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
1438
1438
  """
1439
1439
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1440
1440
  required_arguments = []
@@ -1532,7 +1532,7 @@ class GoldenGateClient(object):
1532
1532
  :rtype: :class:`~oci.response.Response`
1533
1533
 
1534
1534
  :example:
1535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
1535
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
1536
1536
  """
1537
1537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1538
1538
  required_arguments = []
@@ -1629,7 +1629,7 @@ class GoldenGateClient(object):
1629
1629
  :rtype: :class:`~oci.response.Response`
1630
1630
 
1631
1631
  :example:
1632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
1632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
1633
1633
  """
1634
1634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1635
1635
  required_arguments = []
@@ -1726,7 +1726,7 @@ class GoldenGateClient(object):
1726
1726
  :rtype: :class:`~oci.response.Response`
1727
1727
 
1728
1728
  :example:
1729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
1729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
1730
1730
  """
1731
1731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1732
1732
  required_arguments = []
@@ -1824,7 +1824,7 @@ class GoldenGateClient(object):
1824
1824
  :rtype: :class:`~oci.response.Response`
1825
1825
 
1826
1826
  :example:
1827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
1827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
1828
1828
  """
1829
1829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1830
1830
  required_arguments = ['deploymentId', 'certificateKey']
@@ -1931,7 +1931,7 @@ class GoldenGateClient(object):
1931
1931
  :rtype: :class:`~oci.response.Response`
1932
1932
 
1933
1933
  :example:
1934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
1934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
1935
1935
  """
1936
1936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1937
1937
  required_arguments = ['connectionId']
@@ -2037,7 +2037,7 @@ class GoldenGateClient(object):
2037
2037
  :rtype: :class:`~oci.response.Response`
2038
2038
 
2039
2039
  :example:
2040
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
2040
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
2041
2041
  """
2042
2042
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2043
2043
  required_arguments = ['connectionAssignmentId']
@@ -2142,7 +2142,7 @@ class GoldenGateClient(object):
2142
2142
  :rtype: :class:`~oci.response.Response`
2143
2143
 
2144
2144
  :example:
2145
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
2145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
2146
2146
  """
2147
2147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2148
2148
  required_arguments = ['databaseRegistrationId']
@@ -2246,7 +2246,7 @@ class GoldenGateClient(object):
2246
2246
  :rtype: :class:`~oci.response.Response`
2247
2247
 
2248
2248
  :example:
2249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
2249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
2250
2250
  """
2251
2251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2252
2252
  required_arguments = ['deploymentId']
@@ -2350,7 +2350,7 @@ class GoldenGateClient(object):
2350
2350
  :rtype: :class:`~oci.response.Response`
2351
2351
 
2352
2352
  :example:
2353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
2353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
2354
2354
  """
2355
2355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2356
2356
  required_arguments = ['deploymentBackupId']
@@ -2463,7 +2463,7 @@ class GoldenGateClient(object):
2463
2463
  :rtype: :class:`~oci.response.Response`
2464
2464
 
2465
2465
  :example:
2466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
2466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
2467
2467
  """
2468
2468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2469
2469
  required_arguments = ['deploymentId']
@@ -2583,7 +2583,7 @@ class GoldenGateClient(object):
2583
2583
  :rtype: :class:`~oci.response.Response`
2584
2584
 
2585
2585
  :example:
2586
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
2586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
2587
2587
  """
2588
2588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2589
2589
  required_arguments = ['deploymentId']
@@ -2689,7 +2689,7 @@ class GoldenGateClient(object):
2689
2689
  :rtype: :class:`~oci.response.Response`
2690
2690
 
2691
2691
  :example:
2692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
2692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
2693
2693
  """
2694
2694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2695
2695
  required_arguments = ['deploymentId', 'certificateKey']
@@ -2790,7 +2790,7 @@ class GoldenGateClient(object):
2790
2790
  :rtype: :class:`~oci.response.Response`
2791
2791
 
2792
2792
  :example:
2793
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
2793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
2794
2794
  """
2795
2795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2796
2796
  required_arguments = ['connectionId']
@@ -2890,7 +2890,7 @@ class GoldenGateClient(object):
2890
2890
  :rtype: :class:`~oci.response.Response`
2891
2891
 
2892
2892
  :example:
2893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
2893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
2894
2894
  """
2895
2895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2896
2896
  required_arguments = ['connectionAssignmentId']
@@ -2989,7 +2989,7 @@ class GoldenGateClient(object):
2989
2989
  :rtype: :class:`~oci.response.Response`
2990
2990
 
2991
2991
  :example:
2992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
2992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
2993
2993
  """
2994
2994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2995
2995
  required_arguments = ['databaseRegistrationId']
@@ -3087,7 +3087,7 @@ class GoldenGateClient(object):
3087
3087
  :rtype: :class:`~oci.response.Response`
3088
3088
 
3089
3089
  :example:
3090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
3090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
3091
3091
  """
3092
3092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3093
3093
  required_arguments = ['deploymentId']
@@ -3185,7 +3185,7 @@ class GoldenGateClient(object):
3185
3185
  :rtype: :class:`~oci.response.Response`
3186
3186
 
3187
3187
  :example:
3188
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
3188
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
3189
3189
  """
3190
3190
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3191
3191
  required_arguments = ['deploymentBackupId']
@@ -3283,7 +3283,7 @@ class GoldenGateClient(object):
3283
3283
  :rtype: :class:`~oci.response.Response`
3284
3284
 
3285
3285
  :example:
3286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
3286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
3287
3287
  """
3288
3288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3289
3289
  required_arguments = ['deploymentUpgradeId']
@@ -3383,7 +3383,7 @@ class GoldenGateClient(object):
3383
3383
  :rtype: :class:`~oci.response.Response`
3384
3384
 
3385
3385
  :example:
3386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3387
3387
  """
3388
3388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3389
3389
  required_arguments = ['workRequestId']
@@ -3496,7 +3496,7 @@ class GoldenGateClient(object):
3496
3496
  :rtype: :class:`~oci.response.Response`
3497
3497
 
3498
3498
  :example:
3499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
3499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
3500
3500
  """
3501
3501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3502
3502
  required_arguments = ['deploymentId']
@@ -3623,7 +3623,7 @@ class GoldenGateClient(object):
3623
3623
  :rtype: :class:`~oci.response.Response`
3624
3624
 
3625
3625
  :example:
3626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
3626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
3627
3627
  """
3628
3628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3629
3629
  required_arguments = ['deploymentId']
@@ -3798,7 +3798,7 @@ class GoldenGateClient(object):
3798
3798
  :rtype: :class:`~oci.response.Response`
3799
3799
 
3800
3800
  :example:
3801
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
3801
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
3802
3802
  """
3803
3803
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3804
3804
  required_arguments = ['compartmentId']
@@ -3979,7 +3979,7 @@ class GoldenGateClient(object):
3979
3979
  :rtype: :class:`~oci.response.Response`
3980
3980
 
3981
3981
  :example:
3982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
3982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
3983
3983
  """
3984
3984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3985
3985
  required_arguments = ['compartmentId']
@@ -4169,7 +4169,7 @@ class GoldenGateClient(object):
4169
4169
  :rtype: :class:`~oci.response.Response`
4170
4170
 
4171
4171
  :example:
4172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
4172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
4173
4173
  """
4174
4174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4175
4175
  required_arguments = ['compartmentId']
@@ -4330,7 +4330,7 @@ class GoldenGateClient(object):
4330
4330
  :rtype: :class:`~oci.response.Response`
4331
4331
 
4332
4332
  :example:
4333
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
4333
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
4334
4334
  """
4335
4335
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4336
4336
  required_arguments = ['compartmentId']
@@ -4491,7 +4491,7 @@ class GoldenGateClient(object):
4491
4491
  :rtype: :class:`~oci.response.Response`
4492
4492
 
4493
4493
  :example:
4494
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
4494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
4495
4495
  """
4496
4496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4497
4497
  required_arguments = ['compartmentId']
@@ -4654,7 +4654,7 @@ class GoldenGateClient(object):
4654
4654
  :rtype: :class:`~oci.response.Response`
4655
4655
 
4656
4656
  :example:
4657
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
4657
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
4658
4658
  """
4659
4659
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4660
4660
  required_arguments = ['compartmentId']
@@ -4814,7 +4814,7 @@ class GoldenGateClient(object):
4814
4814
  :rtype: :class:`~oci.response.Response`
4815
4815
 
4816
4816
  :example:
4817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
4817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
4818
4818
  """
4819
4819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4820
4820
  required_arguments = ['compartmentId']
@@ -4961,7 +4961,7 @@ class GoldenGateClient(object):
4961
4961
  :rtype: :class:`~oci.response.Response`
4962
4962
 
4963
4963
  :example:
4964
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
4964
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
4965
4965
  """
4966
4966
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4967
4967
  required_arguments = ['deploymentId']
@@ -5138,7 +5138,7 @@ class GoldenGateClient(object):
5138
5138
  :rtype: :class:`~oci.response.Response`
5139
5139
 
5140
5140
  :example:
5141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
5141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
5142
5142
  """
5143
5143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5144
5144
  required_arguments = ['compartmentId']
@@ -5295,7 +5295,7 @@ class GoldenGateClient(object):
5295
5295
  :rtype: :class:`~oci.response.Response`
5296
5296
 
5297
5297
  :example:
5298
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
5298
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
5299
5299
  """
5300
5300
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5301
5301
  required_arguments = ['deploymentId']
@@ -5417,7 +5417,7 @@ class GoldenGateClient(object):
5417
5417
  :rtype: :class:`~oci.response.Response`
5418
5418
 
5419
5419
  :example:
5420
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
5420
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
5421
5421
  """
5422
5422
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5423
5423
  required_arguments = ['deploymentId']
@@ -5564,7 +5564,7 @@ class GoldenGateClient(object):
5564
5564
  :rtype: :class:`~oci.response.Response`
5565
5565
 
5566
5566
  :example:
5567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
5567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
5568
5568
  """
5569
5569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5570
5570
  required_arguments = ['deploymentId', 'trailFileId']
@@ -5693,7 +5693,7 @@ class GoldenGateClient(object):
5693
5693
  :rtype: :class:`~oci.response.Response`
5694
5694
 
5695
5695
  :example:
5696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
5696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
5697
5697
  """
5698
5698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5699
5699
  required_arguments = ['workRequestId']
@@ -5810,7 +5810,7 @@ class GoldenGateClient(object):
5810
5810
  :rtype: :class:`~oci.response.Response`
5811
5811
 
5812
5812
  :example:
5813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
5813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
5814
5814
  """
5815
5815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5816
5816
  required_arguments = ['workRequestId']
@@ -5933,7 +5933,7 @@ class GoldenGateClient(object):
5933
5933
  :rtype: :class:`~oci.response.Response`
5934
5934
 
5935
5935
  :example:
5936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
5936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
5937
5937
  """
5938
5938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5939
5939
  required_arguments = ['compartmentId']
@@ -6047,7 +6047,7 @@ class GoldenGateClient(object):
6047
6047
  :rtype: :class:`~oci.response.Response`
6048
6048
 
6049
6049
  :example:
6050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
6050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
6051
6051
  """
6052
6052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6053
6053
  required_arguments = ['deploymentUpgradeId']
@@ -6167,7 +6167,7 @@ class GoldenGateClient(object):
6167
6167
  :rtype: :class:`~oci.response.Response`
6168
6168
 
6169
6169
  :example:
6170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
6170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
6171
6171
  """
6172
6172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6173
6173
  required_arguments = ['deploymentBackupId']
@@ -6285,7 +6285,7 @@ class GoldenGateClient(object):
6285
6285
  :rtype: :class:`~oci.response.Response`
6286
6286
 
6287
6287
  :example:
6288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
6288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
6289
6289
  """
6290
6290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6291
6291
  required_arguments = ['deploymentUpgradeId']
@@ -6403,7 +6403,7 @@ class GoldenGateClient(object):
6403
6403
  :rtype: :class:`~oci.response.Response`
6404
6404
 
6405
6405
  :example:
6406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
6406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
6407
6407
  """
6408
6408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6409
6409
  required_arguments = ['deploymentUpgradeId']
@@ -6521,7 +6521,7 @@ class GoldenGateClient(object):
6521
6521
  :rtype: :class:`~oci.response.Response`
6522
6522
 
6523
6523
  :example:
6524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
6524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
6525
6525
  """
6526
6526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6527
6527
  required_arguments = ['deploymentId']
@@ -6639,7 +6639,7 @@ class GoldenGateClient(object):
6639
6639
  :rtype: :class:`~oci.response.Response`
6640
6640
 
6641
6641
  :example:
6642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
6642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
6643
6643
  """
6644
6644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6645
6645
  required_arguments = ['deploymentId']
@@ -6760,7 +6760,7 @@ class GoldenGateClient(object):
6760
6760
  :rtype: :class:`~oci.response.Response`
6761
6761
 
6762
6762
  :example:
6763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
6763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
6764
6764
  """
6765
6765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6766
6766
  required_arguments = ['connectionAssignmentId']
@@ -6876,7 +6876,7 @@ class GoldenGateClient(object):
6876
6876
  :rtype: :class:`~oci.response.Response`
6877
6877
 
6878
6878
  :example:
6879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
6879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
6880
6880
  """
6881
6881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6882
6882
  required_arguments = ['connectionId']
@@ -6986,7 +6986,7 @@ class GoldenGateClient(object):
6986
6986
  :rtype: :class:`~oci.response.Response`
6987
6987
 
6988
6988
  :example:
6989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
6989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
6990
6990
  """
6991
6991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6992
6992
  required_arguments = ['databaseRegistrationId']
@@ -7095,7 +7095,7 @@ class GoldenGateClient(object):
7095
7095
  :rtype: :class:`~oci.response.Response`
7096
7096
 
7097
7097
  :example:
7098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
7098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
7099
7099
  """
7100
7100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7101
7101
  required_arguments = ['deploymentId']
@@ -7204,7 +7204,7 @@ class GoldenGateClient(object):
7204
7204
  :rtype: :class:`~oci.response.Response`
7205
7205
 
7206
7206
  :example:
7207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
7207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
7208
7208
  """
7209
7209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7210
7210
  required_arguments = ['deploymentBackupId']
@@ -7321,7 +7321,7 @@ class GoldenGateClient(object):
7321
7321
  :rtype: :class:`~oci.response.Response`
7322
7322
 
7323
7323
  :example:
7324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
7324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
7325
7325
  """
7326
7326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7327
7327
  required_arguments = ['deploymentId']
@@ -7439,7 +7439,7 @@ class GoldenGateClient(object):
7439
7439
  :rtype: :class:`~oci.response.Response`
7440
7440
 
7441
7441
  :example:
7442
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.2/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
7442
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.3/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
7443
7443
  """
7444
7444
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7445
7445
  required_arguments = ['deploymentUpgradeId']