oci 2.144.1__py3-none-any.whl → 2.145.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 (280) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +28 -28
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  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 +9 -9
  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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -3
  29. oci/auth/signers/key_pair_signer.py +6 -5
  30. oci/autoscaling/auto_scaling_client.py +11 -11
  31. oci/base_client.py +2 -2
  32. oci/bastion/bastion_client.py +15 -15
  33. oci/bds/bds_client.py +84 -84
  34. oci/blockchain/blockchain_platform_client.py +27 -27
  35. oci/budget/budget_client.py +10 -10
  36. oci/capacity_management/capacity_management_client.py +32 -32
  37. oci/certificates/certificates_client.py +5 -5
  38. oci/certificates_management/certificates_management_client.py +32 -32
  39. oci/cims/incident_client.py +6 -6
  40. oci/cloud_bridge/common_client.py +5 -5
  41. oci/cloud_bridge/discovery_client.py +15 -15
  42. oci/cloud_bridge/inventory_client.py +16 -16
  43. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  44. oci/cloud_guard/cloud_guard_client.py +155 -155
  45. oci/cloud_migrations/migration_client.py +43 -43
  46. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  47. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  48. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  49. oci/compute_instance_agent/plugin_client.py +2 -2
  50. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  51. oci/container_engine/container_engine_client.py +44 -44
  52. oci/container_instances/container_instance_client.py +18 -18
  53. oci/core/blockstorage_client.py +60 -60
  54. oci/core/compute_client.py +102 -102
  55. oci/core/compute_management_client.py +32 -32
  56. oci/core/virtual_network_client.py +256 -256
  57. oci/dashboard_service/dashboard_client.py +6 -6
  58. oci/dashboard_service/dashboard_group_client.py +6 -6
  59. oci/data_catalog/data_catalog_client.py +149 -149
  60. oci/data_flow/data_flow_client.py +45 -45
  61. oci/data_integration/data_integration_client.py +163 -163
  62. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  63. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  64. oci/data_safe/data_safe_client.py +306 -306
  65. oci/data_science/data_science_client.py +101 -101
  66. oci/database/database_client.py +409 -404
  67. oci/database/models/autonomous_database.py +31 -0
  68. oci/database/models/autonomous_database_standby_summary.py +93 -0
  69. oci/database/models/autonomous_database_summary.py +31 -0
  70. oci/database/models/autonomous_dw_database.py +31 -0
  71. oci/database_management/db_management_client.py +228 -228
  72. oci/database_management/diagnosability_client.py +4 -4
  73. oci/database_management/managed_my_sql_databases_client.py +9 -9
  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 +42 -42
  77. oci/database_tools/database_tools_client.py +23 -23
  78. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  79. oci/delegate_access_control/work_request_client.py +4 -4
  80. oci/demand_signal/occ_demand_signal_client.py +7 -7
  81. oci/desktops/desktop_service_client.py +21 -21
  82. oci/devops/devops_client.py +141 -141
  83. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  84. oci/dns/dns_client.py +54 -54
  85. oci/dts/appliance_export_job_client.py +6 -6
  86. oci/dts/shipping_vendors_client.py +1 -1
  87. oci/dts/transfer_appliance_client.py +8 -8
  88. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  89. oci/dts/transfer_device_client.py +5 -5
  90. oci/dts/transfer_job_client.py +6 -6
  91. oci/dts/transfer_package_client.py +7 -7
  92. oci/em_warehouse/em_warehouse_client.py +13 -13
  93. oci/email/email_client.py +31 -31
  94. oci/email_data_plane/email_dp_client.py +1 -1
  95. oci/events/events_client.py +6 -6
  96. oci/file_storage/file_storage_client.py +68 -68
  97. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  98. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  99. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  100. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  101. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  102. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  103. oci/functions/functions_invoke_client.py +1 -1
  104. oci/functions/functions_management_client.py +16 -16
  105. oci/fusion_apps/fusion_applications_client.py +41 -41
  106. oci/generative_ai/generative_ai_client.py +22 -22
  107. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  108. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  109. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  110. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  111. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  112. oci/golden_gate/golden_gate_client.py +84 -84
  113. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  114. oci/governance_rules_control_plane/work_request_client.py +5 -5
  115. oci/healthchecks/health_checks_client.py +17 -17
  116. oci/identity/identity_client.py +145 -145
  117. oci/identity_data_plane/dataplane_client.py +2 -2
  118. oci/identity_domains/identity_domains_client.py +311 -311
  119. oci/integration/integration_instance_client.py +19 -19
  120. oci/jms/java_management_service_client.py +653 -75
  121. oci/jms/models/__init__.py +24 -0
  122. oci/jms/models/fleet_error_aggregation.py +119 -0
  123. oci/jms/models/fleet_error_aggregation_collection.py +72 -0
  124. oci/jms/models/fleet_error_aggregation_summary.py +103 -0
  125. oci/jms/models/fleet_error_collection.py +72 -0
  126. oci/jms/models/fleet_error_details.py +156 -0
  127. oci/jms/models/fleet_error_summary.py +235 -0
  128. oci/jms/models/generate_agent_installer_configuration_details.py +2 -2
  129. oci/jms/models/operating_system.py +31 -0
  130. oci/jms/models/plugin_error_aggregation.py +123 -0
  131. oci/jms/models/plugin_error_aggregation_collection.py +72 -0
  132. oci/jms/models/plugin_error_aggregation_summary.py +103 -0
  133. oci/jms/models/plugin_error_collection.py +72 -0
  134. oci/jms/models/plugin_error_details.py +160 -0
  135. oci/jms/models/plugin_error_summary.py +282 -0
  136. oci/jms_java_downloads/java_download_client.py +25 -25
  137. oci/key_management/ekm_client.py +5 -5
  138. oci/key_management/kms_crypto_client.py +6 -6
  139. oci/key_management/kms_hsm_cluster_client.py +12 -12
  140. oci/key_management/kms_management_client.py +21 -21
  141. oci/key_management/kms_vault_client.py +14 -14
  142. oci/license_manager/license_manager_client.py +18 -18
  143. oci/limits/limits_client.py +4 -4
  144. oci/limits/quotas_client.py +7 -7
  145. oci/load_balancer/load_balancer_client.py +61 -61
  146. oci/lockbox/lockbox_client.py +24 -24
  147. oci/log_analytics/log_analytics_client.py +193 -193
  148. oci/logging/logging_management_client.py +30 -30
  149. oci/loggingingestion/logging_client.py +1 -1
  150. oci/loggingsearch/log_search_client.py +1 -1
  151. oci/management_agent/management_agent_client.py +28 -28
  152. oci/management_dashboard/dashx_apis_client.py +14 -14
  153. oci/marketplace/account_client.py +2 -2
  154. oci/marketplace/marketplace_client.py +30 -30
  155. oci/marketplace_private_offer/attachment_client.py +5 -5
  156. oci/marketplace_private_offer/offer_client.py +6 -6
  157. oci/marketplace_publisher/attachment_client.py +5 -5
  158. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  159. oci/marketplace_publisher/offer_client.py +6 -6
  160. oci/media_services/media_services_client.py +60 -60
  161. oci/media_services/media_stream_client.py +2 -2
  162. oci/monitoring/monitoring_client.py +18 -18
  163. oci/mysql/channels_client.py +7 -7
  164. oci/mysql/db_backups_client.py +7 -7
  165. oci/mysql/db_system_client.py +17 -17
  166. oci/mysql/mysqlaas_client.py +7 -7
  167. oci/mysql/replicas_client.py +5 -5
  168. oci/mysql/work_requests_client.py +4 -4
  169. oci/network_firewall/network_firewall_client.py +86 -86
  170. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  171. oci/nosql/nosql_client.py +24 -24
  172. oci/object_storage/object_storage_client.py +55 -55
  173. oci/oce/oce_instance_client.py +10 -10
  174. oci/oci_control_center/occ_metrics_client.py +3 -3
  175. oci/ocvp/cluster_client.py +5 -5
  176. oci/ocvp/esxi_host_client.py +8 -8
  177. oci/ocvp/sddc_client.py +14 -14
  178. oci/ocvp/work_request_client.py +4 -4
  179. oci/oda/management_client.py +59 -59
  180. oci/oda/oda_client.py +17 -17
  181. oci/oda/odapackage_client.py +7 -7
  182. oci/onesubscription/billing_schedule_client.py +1 -1
  183. oci/onesubscription/commitment_client.py +2 -2
  184. oci/onesubscription/computed_usage_client.py +3 -3
  185. oci/onesubscription/invoice_summary_client.py +2 -2
  186. oci/onesubscription/organization_subscription_client.py +1 -1
  187. oci/onesubscription/ratecard_client.py +1 -1
  188. oci/onesubscription/subscribed_service_client.py +2 -2
  189. oci/onesubscription/subscription_client.py +1 -1
  190. oci/ons/notification_control_plane_client.py +6 -6
  191. oci/ons/notification_data_plane_client.py +10 -10
  192. oci/opa/opa_instance_client.py +13 -13
  193. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  194. oci/opensearch/opensearch_cluster_client.py +16 -16
  195. oci/operator_access_control/access_requests_client.py +10 -10
  196. oci/operator_access_control/operator_actions_client.py +2 -2
  197. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  198. oci/operator_access_control/operator_control_client.py +6 -6
  199. oci/opsi/operations_insights_client.py +181 -181
  200. oci/optimizer/optimizer_client.py +26 -26
  201. oci/os_management/event_client.py +8 -8
  202. oci/os_management/os_management_client.py +69 -69
  203. oci/os_management_hub/event_client.py +8 -8
  204. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  205. oci/os_management_hub/managed_instance_client.py +31 -31
  206. oci/os_management_hub/managed_instance_group_client.py +25 -25
  207. oci/os_management_hub/management_station_client.py +10 -10
  208. oci/os_management_hub/onboarding_client.py +6 -6
  209. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  210. oci/os_management_hub/scheduled_job_client.py +7 -7
  211. oci/os_management_hub/software_source_client.py +27 -27
  212. oci/os_management_hub/work_request_client.py +4 -4
  213. oci/osp_gateway/address_rule_service_client.py +1 -1
  214. oci/osp_gateway/address_service_client.py +2 -2
  215. oci/osp_gateway/invoice_service_client.py +5 -5
  216. oci/osp_gateway/subscription_service_client.py +5 -5
  217. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  218. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  219. oci/osub_subscription/commitment_client.py +2 -2
  220. oci/osub_subscription/ratecard_client.py +1 -1
  221. oci/osub_subscription/subscription_client.py +1 -1
  222. oci/osub_usage/computed_usage_client.py +3 -3
  223. oci/psql/postgresql_client.py +33 -33
  224. oci/queue/queue_admin_client.py +11 -11
  225. oci/queue/queue_client.py +8 -8
  226. oci/recovery/database_recovery_client.py +26 -26
  227. oci/redis/redis_cluster_client.py +12 -12
  228. oci/resource_manager/resource_manager_client.py +52 -52
  229. oci/resource_scheduler/schedule_client.py +13 -13
  230. oci/resource_search/resource_search_client.py +3 -3
  231. oci/rover/rover_bundle_client.py +8 -8
  232. oci/rover/rover_cluster_client.py +8 -8
  233. oci/rover/rover_entitlement_client.py +6 -6
  234. oci/rover/rover_node_client.py +15 -15
  235. oci/rover/shape_client.py +1 -1
  236. oci/rover/work_requests_client.py +5 -5
  237. oci/sch/connector_plugins_client.py +2 -2
  238. oci/sch/service_connector_client.py +12 -12
  239. oci/secrets/secrets_client.py +3 -3
  240. oci/security_attribute/security_attribute_client.py +18 -18
  241. oci/service_catalog/service_catalog_client.py +26 -26
  242. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  243. oci/service_mesh/service_mesh_client.py +48 -48
  244. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  245. oci/streaming/stream_admin_client.py +18 -18
  246. oci/streaming/stream_client.py +8 -8
  247. oci/tenant_manager_control_plane/domain_client.py +5 -5
  248. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  249. oci/tenant_manager_control_plane/governance_client.py +2 -2
  250. oci/tenant_manager_control_plane/link_client.py +3 -3
  251. oci/tenant_manager_control_plane/orders_client.py +2 -2
  252. oci/tenant_manager_control_plane/organization_client.py +10 -10
  253. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  254. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  255. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  256. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  257. oci/threat_intelligence/threatintel_client.py +5 -5
  258. oci/usage/resources_client.py +2 -2
  259. oci/usage/rewards_client.py +6 -6
  260. oci/usage/usagelimits_client.py +1 -1
  261. oci/usage_api/usageapi_client.py +33 -33
  262. oci/vault/vaults_client.py +13 -13
  263. oci/vbs_inst/vbs_instance_client.py +10 -10
  264. oci/version.py +1 -1
  265. oci/visual_builder/vb_instance_client.py +14 -14
  266. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  267. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  268. oci/waa/waa_client.py +13 -13
  269. oci/waa/work_request_client.py +4 -4
  270. oci/waas/redirect_client.py +6 -6
  271. oci/waas/waas_client.py +66 -66
  272. oci/waf/waf_client.py +24 -24
  273. oci/work_requests/work_request_client.py +4 -4
  274. oci/zpr/zpr_client.py +15 -15
  275. {oci-2.144.1.dist-info → oci-2.145.0.dist-info}/METADATA +1 -1
  276. {oci-2.144.1.dist-info → oci-2.145.0.dist-info}/RECORD +280 -268
  277. {oci-2.144.1.dist-info → oci-2.145.0.dist-info}/LICENSE.txt +0 -0
  278. {oci-2.144.1.dist-info → oci-2.145.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  279. {oci-2.144.1.dist-info → oci-2.145.0.dist-info}/WHEEL +0 -0
  280. {oci-2.144.1.dist-info → oci-2.145.0.dist-info}/top_level.txt +0 -0
@@ -154,7 +154,7 @@ class GoldenGateClient(object):
154
154
  :rtype: :class:`~oci.response.Response`
155
155
 
156
156
  :example:
157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/add_connection_lock.py.html>`__ to see an example of how to use add_connection_lock API.
157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/add_connection_lock.py.html>`__ to see an example of how to use add_connection_lock API.
158
158
  """
159
159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
160
160
  required_arguments = ['connectionId']
@@ -265,7 +265,7 @@ class GoldenGateClient(object):
265
265
  :rtype: :class:`~oci.response.Response`
266
266
 
267
267
  :example:
268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/add_deployment_backup_lock.py.html>`__ to see an example of how to use add_deployment_backup_lock API.
268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/add_deployment_backup_lock.py.html>`__ to see an example of how to use add_deployment_backup_lock API.
269
269
  """
270
270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
271
271
  required_arguments = ['deploymentBackupId']
@@ -376,7 +376,7 @@ class GoldenGateClient(object):
376
376
  :rtype: :class:`~oci.response.Response`
377
377
 
378
378
  :example:
379
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/add_deployment_lock.py.html>`__ to see an example of how to use add_deployment_lock API.
379
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/add_deployment_lock.py.html>`__ to see an example of how to use add_deployment_lock API.
380
380
  """
381
381
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
382
382
  required_arguments = ['deploymentId']
@@ -496,7 +496,7 @@ class GoldenGateClient(object):
496
496
  :rtype: :class:`~oci.response.Response`
497
497
 
498
498
  :example:
499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/cancel_deployment_backup.py.html>`__ to see an example of how to use cancel_deployment_backup API.
500
500
  """
501
501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
502
502
  required_arguments = ['deploymentBackupId']
@@ -622,7 +622,7 @@ class GoldenGateClient(object):
622
622
  :rtype: :class:`~oci.response.Response`
623
623
 
624
624
  :example:
625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
625
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/cancel_deployment_upgrade.py.html>`__ to see an example of how to use cancel_deployment_upgrade API.
626
626
  """
627
627
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
628
628
  required_arguments = ['deploymentUpgradeId']
@@ -742,7 +742,7 @@ class GoldenGateClient(object):
742
742
  :rtype: :class:`~oci.response.Response`
743
743
 
744
744
  :example:
745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/cancel_snooze_deployment_upgrade.py.html>`__ to see an example of how to use cancel_snooze_deployment_upgrade API.
746
746
  """
747
747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
748
748
  required_arguments = ['deploymentUpgradeId']
@@ -864,7 +864,7 @@ class GoldenGateClient(object):
864
864
  :rtype: :class:`~oci.response.Response`
865
865
 
866
866
  :example:
867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/change_connection_compartment.py.html>`__ to see an example of how to use change_connection_compartment API.
868
868
  """
869
869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
870
870
  required_arguments = ['connectionId']
@@ -993,7 +993,7 @@ class GoldenGateClient(object):
993
993
  :rtype: :class:`~oci.response.Response`
994
994
 
995
995
  :example:
996
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
996
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/change_database_registration_compartment.py.html>`__ to see an example of how to use change_database_registration_compartment API.
997
997
  """
998
998
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
999
999
  required_arguments = ['databaseRegistrationId']
@@ -1119,7 +1119,7 @@ class GoldenGateClient(object):
1119
1119
  :rtype: :class:`~oci.response.Response`
1120
1120
 
1121
1121
  :example:
1122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
1122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/change_deployment_backup_compartment.py.html>`__ to see an example of how to use change_deployment_backup_compartment API.
1123
1123
  """
1124
1124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1125
1125
  required_arguments = ['deploymentBackupId']
@@ -1253,7 +1253,7 @@ class GoldenGateClient(object):
1253
1253
  :rtype: :class:`~oci.response.Response`
1254
1254
 
1255
1255
  :example:
1256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
1256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/change_deployment_compartment.py.html>`__ to see an example of how to use change_deployment_compartment API.
1257
1257
  """
1258
1258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1259
1259
  required_arguments = ['deploymentId']
@@ -1389,7 +1389,7 @@ class GoldenGateClient(object):
1389
1389
  :rtype: :class:`~oci.response.Response`
1390
1390
 
1391
1391
  :example:
1392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/change_pipeline_compartment.py.html>`__ to see an example of how to use change_pipeline_compartment API.
1393
1393
  """
1394
1394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1395
1395
  required_arguments = ['pipelineId']
@@ -1515,7 +1515,7 @@ class GoldenGateClient(object):
1515
1515
  :rtype: :class:`~oci.response.Response`
1516
1516
 
1517
1517
  :example:
1518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
1518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/collect_deployment_diagnostic.py.html>`__ to see an example of how to use collect_deployment_diagnostic API.
1519
1519
  """
1520
1520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1521
1521
  required_arguments = ['deploymentId']
@@ -1633,7 +1633,7 @@ class GoldenGateClient(object):
1633
1633
  :rtype: :class:`~oci.response.Response`
1634
1634
 
1635
1635
  :example:
1636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
1636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/copy_deployment_backup.py.html>`__ to see an example of how to use copy_deployment_backup API.
1637
1637
  """
1638
1638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1639
1639
  required_arguments = ['deploymentBackupId']
@@ -1750,7 +1750,7 @@ class GoldenGateClient(object):
1750
1750
  :rtype: :class:`~oci.response.Response`
1751
1751
 
1752
1752
  :example:
1753
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
1753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_certificate.py.html>`__ to see an example of how to use create_certificate API.
1754
1754
  """
1755
1755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1756
1756
  required_arguments = ['deploymentId']
@@ -1865,7 +1865,7 @@ class GoldenGateClient(object):
1865
1865
  :rtype: :class:`~oci.response.Response`
1866
1866
 
1867
1867
  :example:
1868
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
1868
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_connection.py.html>`__ to see an example of how to use create_connection API.
1869
1869
  """
1870
1870
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1871
1871
  required_arguments = []
@@ -1965,7 +1965,7 @@ class GoldenGateClient(object):
1965
1965
  :rtype: :class:`~oci.response.Response`
1966
1966
 
1967
1967
  :example:
1968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
1968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_connection_assignment.py.html>`__ to see an example of how to use create_connection_assignment API.
1969
1969
  """
1970
1970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1971
1971
  required_arguments = []
@@ -2071,7 +2071,7 @@ class GoldenGateClient(object):
2071
2071
  :rtype: :class:`~oci.response.Response`
2072
2072
 
2073
2073
  :example:
2074
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
2074
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_database_registration.py.html>`__ to see an example of how to use create_database_registration API.
2075
2075
  """
2076
2076
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2077
2077
  required_arguments = []
@@ -2168,7 +2168,7 @@ class GoldenGateClient(object):
2168
2168
  :rtype: :class:`~oci.response.Response`
2169
2169
 
2170
2170
  :example:
2171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
2171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_deployment.py.html>`__ to see an example of how to use create_deployment API.
2172
2172
  """
2173
2173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2174
2174
  required_arguments = []
@@ -2265,7 +2265,7 @@ class GoldenGateClient(object):
2265
2265
  :rtype: :class:`~oci.response.Response`
2266
2266
 
2267
2267
  :example:
2268
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
2268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_deployment_backup.py.html>`__ to see an example of how to use create_deployment_backup API.
2269
2269
  """
2270
2270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2271
2271
  required_arguments = []
@@ -2362,7 +2362,7 @@ class GoldenGateClient(object):
2362
2362
  :rtype: :class:`~oci.response.Response`
2363
2363
 
2364
2364
  :example:
2365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
2365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/create_pipeline.py.html>`__ to see an example of how to use create_pipeline API.
2366
2366
  """
2367
2367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2368
2368
  required_arguments = []
@@ -2465,7 +2465,7 @@ class GoldenGateClient(object):
2465
2465
  :rtype: :class:`~oci.response.Response`
2466
2466
 
2467
2467
  :example:
2468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
2468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_certificate.py.html>`__ to see an example of how to use delete_certificate API.
2469
2469
  """
2470
2470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2471
2471
  required_arguments = ['deploymentId', 'certificateKey']
@@ -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.144.1/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
2586
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_connection.py.html>`__ to see an example of how to use delete_connection API.
2587
2587
  """
2588
2588
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2589
2589
  required_arguments = ['connectionId']
@@ -2700,7 +2700,7 @@ class GoldenGateClient(object):
2700
2700
  :rtype: :class:`~oci.response.Response`
2701
2701
 
2702
2702
  :example:
2703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
2703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_connection_assignment.py.html>`__ to see an example of how to use delete_connection_assignment API.
2704
2704
  """
2705
2705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2706
2706
  required_arguments = ['connectionAssignmentId']
@@ -2813,7 +2813,7 @@ class GoldenGateClient(object):
2813
2813
  :rtype: :class:`~oci.response.Response`
2814
2814
 
2815
2815
  :example:
2816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
2816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_database_registration.py.html>`__ to see an example of how to use delete_database_registration API.
2817
2817
  """
2818
2818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2819
2819
  required_arguments = ['databaseRegistrationId']
@@ -2920,7 +2920,7 @@ class GoldenGateClient(object):
2920
2920
  :rtype: :class:`~oci.response.Response`
2921
2921
 
2922
2922
  :example:
2923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
2923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_deployment.py.html>`__ to see an example of how to use delete_deployment API.
2924
2924
  """
2925
2925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2926
2926
  required_arguments = ['deploymentId']
@@ -3035,7 +3035,7 @@ class GoldenGateClient(object):
3035
3035
  :rtype: :class:`~oci.response.Response`
3036
3036
 
3037
3037
  :example:
3038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
3038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_deployment_backup.py.html>`__ to see an example of how to use delete_deployment_backup API.
3039
3039
  """
3040
3040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3041
3041
  required_arguments = ['deploymentBackupId']
@@ -3152,7 +3152,7 @@ class GoldenGateClient(object):
3152
3152
  :rtype: :class:`~oci.response.Response`
3153
3153
 
3154
3154
  :example:
3155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
3155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/delete_pipeline.py.html>`__ to see an example of how to use delete_pipeline API.
3156
3156
  """
3157
3157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3158
3158
  required_arguments = ['pipelineId']
@@ -3273,7 +3273,7 @@ class GoldenGateClient(object):
3273
3273
  :rtype: :class:`~oci.response.Response`
3274
3274
 
3275
3275
  :example:
3276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
3276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/deployment_wallet_exists.py.html>`__ to see an example of how to use deployment_wallet_exists API.
3277
3277
  """
3278
3278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3279
3279
  required_arguments = ['deploymentId']
@@ -3393,7 +3393,7 @@ class GoldenGateClient(object):
3393
3393
  :rtype: :class:`~oci.response.Response`
3394
3394
 
3395
3395
  :example:
3396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
3396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/export_deployment_wallet.py.html>`__ to see an example of how to use export_deployment_wallet API.
3397
3397
  """
3398
3398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3399
3399
  required_arguments = ['deploymentId']
@@ -3511,7 +3511,7 @@ class GoldenGateClient(object):
3511
3511
  :rtype: :class:`~oci.response.Response`
3512
3512
 
3513
3513
  :example:
3514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/generate_library_url.py.html>`__ to see an example of how to use generate_library_url API.
3514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/generate_library_url.py.html>`__ to see an example of how to use generate_library_url API.
3515
3515
  """
3516
3516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3517
3517
  required_arguments = ['deploymentId']
@@ -3619,7 +3619,7 @@ class GoldenGateClient(object):
3619
3619
  :rtype: :class:`~oci.response.Response`
3620
3620
 
3621
3621
  :example:
3622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
3622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_certificate.py.html>`__ to see an example of how to use get_certificate API.
3623
3623
  """
3624
3624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3625
3625
  required_arguments = ['deploymentId', 'certificateKey']
@@ -3720,7 +3720,7 @@ class GoldenGateClient(object):
3720
3720
  :rtype: :class:`~oci.response.Response`
3721
3721
 
3722
3722
  :example:
3723
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
3723
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_connection.py.html>`__ to see an example of how to use get_connection API.
3724
3724
  """
3725
3725
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3726
3726
  required_arguments = ['connectionId']
@@ -3820,7 +3820,7 @@ class GoldenGateClient(object):
3820
3820
  :rtype: :class:`~oci.response.Response`
3821
3821
 
3822
3822
  :example:
3823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
3823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_connection_assignment.py.html>`__ to see an example of how to use get_connection_assignment API.
3824
3824
  """
3825
3825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3826
3826
  required_arguments = ['connectionAssignmentId']
@@ -3919,7 +3919,7 @@ class GoldenGateClient(object):
3919
3919
  :rtype: :class:`~oci.response.Response`
3920
3920
 
3921
3921
  :example:
3922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
3922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_database_registration.py.html>`__ to see an example of how to use get_database_registration API.
3923
3923
  """
3924
3924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3925
3925
  required_arguments = ['databaseRegistrationId']
@@ -4017,7 +4017,7 @@ class GoldenGateClient(object):
4017
4017
  :rtype: :class:`~oci.response.Response`
4018
4018
 
4019
4019
  :example:
4020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
4020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_deployment.py.html>`__ to see an example of how to use get_deployment API.
4021
4021
  """
4022
4022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4023
4023
  required_arguments = ['deploymentId']
@@ -4115,7 +4115,7 @@ class GoldenGateClient(object):
4115
4115
  :rtype: :class:`~oci.response.Response`
4116
4116
 
4117
4117
  :example:
4118
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
4118
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_deployment_backup.py.html>`__ to see an example of how to use get_deployment_backup API.
4119
4119
  """
4120
4120
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4121
4121
  required_arguments = ['deploymentBackupId']
@@ -4213,7 +4213,7 @@ class GoldenGateClient(object):
4213
4213
  :rtype: :class:`~oci.response.Response`
4214
4214
 
4215
4215
  :example:
4216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
4216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_deployment_upgrade.py.html>`__ to see an example of how to use get_deployment_upgrade API.
4217
4217
  """
4218
4218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4219
4219
  required_arguments = ['deploymentUpgradeId']
@@ -4313,7 +4313,7 @@ class GoldenGateClient(object):
4313
4313
  :rtype: :class:`~oci.response.Response`
4314
4314
 
4315
4315
  :example:
4316
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
4316
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_pipeline.py.html>`__ to see an example of how to use get_pipeline API.
4317
4317
  """
4318
4318
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4319
4319
  required_arguments = ['pipelineId']
@@ -4413,7 +4413,7 @@ class GoldenGateClient(object):
4413
4413
  :rtype: :class:`~oci.response.Response`
4414
4414
 
4415
4415
  :example:
4416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
4416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
4417
4417
  """
4418
4418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4419
4419
  required_arguments = ['workRequestId']
@@ -4529,7 +4529,7 @@ class GoldenGateClient(object):
4529
4529
  :rtype: :class:`~oci.response.Response`
4530
4530
 
4531
4531
  :example:
4532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
4532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/import_deployment_wallet.py.html>`__ to see an example of how to use import_deployment_wallet API.
4533
4533
  """
4534
4534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4535
4535
  required_arguments = ['deploymentId']
@@ -4664,7 +4664,7 @@ class GoldenGateClient(object):
4664
4664
  :rtype: :class:`~oci.response.Response`
4665
4665
 
4666
4666
  :example:
4667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
4667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_certificates.py.html>`__ to see an example of how to use list_certificates API.
4668
4668
  """
4669
4669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4670
4670
  required_arguments = ['deploymentId']
@@ -4839,7 +4839,7 @@ class GoldenGateClient(object):
4839
4839
  :rtype: :class:`~oci.response.Response`
4840
4840
 
4841
4841
  :example:
4842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
4842
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_connection_assignments.py.html>`__ to see an example of how to use list_connection_assignments API.
4843
4843
  """
4844
4844
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4845
4845
  required_arguments = ['compartmentId']
@@ -5020,7 +5020,7 @@ class GoldenGateClient(object):
5020
5020
  :rtype: :class:`~oci.response.Response`
5021
5021
 
5022
5022
  :example:
5023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
5023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_connections.py.html>`__ to see an example of how to use list_connections API.
5024
5024
  """
5025
5025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5026
5026
  required_arguments = ['compartmentId']
@@ -5210,7 +5210,7 @@ class GoldenGateClient(object):
5210
5210
  :rtype: :class:`~oci.response.Response`
5211
5211
 
5212
5212
  :example:
5213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
5213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_database_registrations.py.html>`__ to see an example of how to use list_database_registrations API.
5214
5214
  """
5215
5215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5216
5216
  required_arguments = ['compartmentId']
@@ -5371,7 +5371,7 @@ class GoldenGateClient(object):
5371
5371
  :rtype: :class:`~oci.response.Response`
5372
5372
 
5373
5373
  :example:
5374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
5374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployment_backups.py.html>`__ to see an example of how to use list_deployment_backups API.
5375
5375
  """
5376
5376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5377
5377
  required_arguments = ['compartmentId']
@@ -5521,7 +5521,7 @@ class GoldenGateClient(object):
5521
5521
  :rtype: :class:`~oci.response.Response`
5522
5522
 
5523
5523
  :example:
5524
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployment_environments.py.html>`__ to see an example of how to use list_deployment_environments API.
5524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployment_environments.py.html>`__ to see an example of how to use list_deployment_environments API.
5525
5525
  """
5526
5526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5527
5527
  required_arguments = ['compartmentId']
@@ -5669,7 +5669,7 @@ class GoldenGateClient(object):
5669
5669
  :rtype: :class:`~oci.response.Response`
5670
5670
 
5671
5671
  :example:
5672
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
5672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployment_types.py.html>`__ to see an example of how to use list_deployment_types API.
5673
5673
  """
5674
5674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5675
5675
  required_arguments = ['compartmentId']
@@ -5832,7 +5832,7 @@ class GoldenGateClient(object):
5832
5832
  :rtype: :class:`~oci.response.Response`
5833
5833
 
5834
5834
  :example:
5835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
5835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployment_upgrades.py.html>`__ to see an example of how to use list_deployment_upgrades API.
5836
5836
  """
5837
5837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5838
5838
  required_arguments = ['compartmentId']
@@ -5992,7 +5992,7 @@ class GoldenGateClient(object):
5992
5992
  :rtype: :class:`~oci.response.Response`
5993
5993
 
5994
5994
  :example:
5995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
5995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployment_versions.py.html>`__ to see an example of how to use list_deployment_versions API.
5996
5996
  """
5997
5997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5998
5998
  required_arguments = ['compartmentId']
@@ -6139,7 +6139,7 @@ class GoldenGateClient(object):
6139
6139
  :rtype: :class:`~oci.response.Response`
6140
6140
 
6141
6141
  :example:
6142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
6142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployment_wallets_operations.py.html>`__ to see an example of how to use list_deployment_wallets_operations API.
6143
6143
  """
6144
6144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6145
6145
  required_arguments = ['deploymentId']
@@ -6316,7 +6316,7 @@ class GoldenGateClient(object):
6316
6316
  :rtype: :class:`~oci.response.Response`
6317
6317
 
6318
6318
  :example:
6319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
6319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_deployments.py.html>`__ to see an example of how to use list_deployments API.
6320
6320
  """
6321
6321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6322
6322
  required_arguments = ['compartmentId']
@@ -6473,7 +6473,7 @@ class GoldenGateClient(object):
6473
6473
  :rtype: :class:`~oci.response.Response`
6474
6474
 
6475
6475
  :example:
6476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
6476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_messages.py.html>`__ to see an example of how to use list_messages API.
6477
6477
  """
6478
6478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6479
6479
  required_arguments = ['deploymentId']
@@ -6572,7 +6572,7 @@ class GoldenGateClient(object):
6572
6572
  :rtype: :class:`~oci.response.Response`
6573
6573
 
6574
6574
  :example:
6575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_pipeline_initialization_steps.py.html>`__ to see an example of how to use list_pipeline_initialization_steps API.
6575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_pipeline_initialization_steps.py.html>`__ to see an example of how to use list_pipeline_initialization_steps API.
6576
6576
  """
6577
6577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6578
6578
  required_arguments = ['pipelineId']
@@ -6691,7 +6691,7 @@ class GoldenGateClient(object):
6691
6691
  :rtype: :class:`~oci.response.Response`
6692
6692
 
6693
6693
  :example:
6694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_pipeline_running_processes.py.html>`__ to see an example of how to use list_pipeline_running_processes API.
6694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_pipeline_running_processes.py.html>`__ to see an example of how to use list_pipeline_running_processes API.
6695
6695
  """
6696
6696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6697
6697
  required_arguments = ['pipelineId']
@@ -6847,7 +6847,7 @@ class GoldenGateClient(object):
6847
6847
  :rtype: :class:`~oci.response.Response`
6848
6848
 
6849
6849
  :example:
6850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_pipeline_schema_tables.py.html>`__ to see an example of how to use list_pipeline_schema_tables API.
6850
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_pipeline_schema_tables.py.html>`__ to see an example of how to use list_pipeline_schema_tables API.
6851
6851
  """
6852
6852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6853
6853
  required_arguments = ['pipelineId', 'sourceSchemaName', 'targetSchemaName']
@@ -7001,7 +7001,7 @@ class GoldenGateClient(object):
7001
7001
  :rtype: :class:`~oci.response.Response`
7002
7002
 
7003
7003
  :example:
7004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_pipeline_schemas.py.html>`__ to see an example of how to use list_pipeline_schemas API.
7004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_pipeline_schemas.py.html>`__ to see an example of how to use list_pipeline_schemas API.
7005
7005
  """
7006
7006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7007
7007
  required_arguments = ['pipelineId']
@@ -7164,7 +7164,7 @@ class GoldenGateClient(object):
7164
7164
  :rtype: :class:`~oci.response.Response`
7165
7165
 
7166
7166
  :example:
7167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
7167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_pipelines.py.html>`__ to see an example of how to use list_pipelines API.
7168
7168
  """
7169
7169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7170
7170
  required_arguments = ['compartmentId']
@@ -7329,7 +7329,7 @@ class GoldenGateClient(object):
7329
7329
  :rtype: :class:`~oci.response.Response`
7330
7330
 
7331
7331
  :example:
7332
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_recipes.py.html>`__ to see an example of how to use list_recipes API.
7332
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_recipes.py.html>`__ to see an example of how to use list_recipes API.
7333
7333
  """
7334
7334
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7335
7335
  required_arguments = ['compartmentId']
@@ -7481,7 +7481,7 @@ class GoldenGateClient(object):
7481
7481
  :rtype: :class:`~oci.response.Response`
7482
7482
 
7483
7483
  :example:
7484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
7484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_trail_files.py.html>`__ to see an example of how to use list_trail_files API.
7485
7485
  """
7486
7486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7487
7487
  required_arguments = ['deploymentId']
@@ -7629,7 +7629,7 @@ class GoldenGateClient(object):
7629
7629
  :rtype: :class:`~oci.response.Response`
7630
7630
 
7631
7631
  :example:
7632
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
7632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_trail_sequences.py.html>`__ to see an example of how to use list_trail_sequences API.
7633
7633
  """
7634
7634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7635
7635
  required_arguments = ['deploymentId', 'trailFileId']
@@ -7758,7 +7758,7 @@ class GoldenGateClient(object):
7758
7758
  :rtype: :class:`~oci.response.Response`
7759
7759
 
7760
7760
  :example:
7761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
7761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
7762
7762
  """
7763
7763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7764
7764
  required_arguments = ['workRequestId']
@@ -7875,7 +7875,7 @@ class GoldenGateClient(object):
7875
7875
  :rtype: :class:`~oci.response.Response`
7876
7876
 
7877
7877
  :example:
7878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
7878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
7879
7879
  """
7880
7880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7881
7881
  required_arguments = ['workRequestId']
@@ -7998,7 +7998,7 @@ class GoldenGateClient(object):
7998
7998
  :rtype: :class:`~oci.response.Response`
7999
7999
 
8000
8000
  :example:
8001
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
8001
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
8002
8002
  """
8003
8003
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8004
8004
  required_arguments = ['compartmentId']
@@ -8111,7 +8111,7 @@ class GoldenGateClient(object):
8111
8111
  :rtype: :class:`~oci.response.Response`
8112
8112
 
8113
8113
  :example:
8114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/refresh_connection.py.html>`__ to see an example of how to use refresh_connection API.
8114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/refresh_connection.py.html>`__ to see an example of how to use refresh_connection API.
8115
8115
  """
8116
8116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8117
8117
  required_arguments = ['connectionId']
@@ -8230,7 +8230,7 @@ class GoldenGateClient(object):
8230
8230
  :rtype: :class:`~oci.response.Response`
8231
8231
 
8232
8232
  :example:
8233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/remove_connection_lock.py.html>`__ to see an example of how to use remove_connection_lock API.
8233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/remove_connection_lock.py.html>`__ to see an example of how to use remove_connection_lock API.
8234
8234
  """
8235
8235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8236
8236
  required_arguments = ['connectionId']
@@ -8341,7 +8341,7 @@ class GoldenGateClient(object):
8341
8341
  :rtype: :class:`~oci.response.Response`
8342
8342
 
8343
8343
  :example:
8344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/remove_deployment_backup_lock.py.html>`__ to see an example of how to use remove_deployment_backup_lock API.
8344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/remove_deployment_backup_lock.py.html>`__ to see an example of how to use remove_deployment_backup_lock API.
8345
8345
  """
8346
8346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8347
8347
  required_arguments = ['deploymentBackupId']
@@ -8452,7 +8452,7 @@ class GoldenGateClient(object):
8452
8452
  :rtype: :class:`~oci.response.Response`
8453
8453
 
8454
8454
  :example:
8455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/remove_deployment_lock.py.html>`__ to see an example of how to use remove_deployment_lock API.
8455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/remove_deployment_lock.py.html>`__ to see an example of how to use remove_deployment_lock API.
8456
8456
  """
8457
8457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8458
8458
  required_arguments = ['deploymentId']
@@ -8569,7 +8569,7 @@ class GoldenGateClient(object):
8569
8569
  :rtype: :class:`~oci.response.Response`
8570
8570
 
8571
8571
  :example:
8572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
8572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/reschedule_deployment_upgrade.py.html>`__ to see an example of how to use reschedule_deployment_upgrade API.
8573
8573
  """
8574
8574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8575
8575
  required_arguments = ['deploymentUpgradeId']
@@ -8692,7 +8692,7 @@ class GoldenGateClient(object):
8692
8692
  :rtype: :class:`~oci.response.Response`
8693
8693
 
8694
8694
  :example:
8695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
8695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/restore_deployment.py.html>`__ to see an example of how to use restore_deployment API.
8696
8696
  """
8697
8697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8698
8698
  required_arguments = ['deploymentBackupId']
@@ -8821,7 +8821,7 @@ class GoldenGateClient(object):
8821
8821
  :rtype: :class:`~oci.response.Response`
8822
8822
 
8823
8823
  :example:
8824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
8824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/rollback_deployment_upgrade.py.html>`__ to see an example of how to use rollback_deployment_upgrade API.
8825
8825
  """
8826
8826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8827
8827
  required_arguments = ['deploymentUpgradeId']
@@ -8947,7 +8947,7 @@ class GoldenGateClient(object):
8947
8947
  :rtype: :class:`~oci.response.Response`
8948
8948
 
8949
8949
  :example:
8950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
8950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/snooze_deployment_upgrade.py.html>`__ to see an example of how to use snooze_deployment_upgrade API.
8951
8951
  """
8952
8952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8953
8953
  required_arguments = ['deploymentUpgradeId']
@@ -9068,7 +9068,7 @@ class GoldenGateClient(object):
9068
9068
  :rtype: :class:`~oci.response.Response`
9069
9069
 
9070
9070
  :example:
9071
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
9071
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/start_deployment.py.html>`__ to see an example of how to use start_deployment API.
9072
9072
  """
9073
9073
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9074
9074
  required_arguments = ['deploymentId']
@@ -9199,7 +9199,7 @@ class GoldenGateClient(object):
9199
9199
  :rtype: :class:`~oci.response.Response`
9200
9200
 
9201
9201
  :example:
9202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/start_pipeline.py.html>`__ to see an example of how to use start_pipeline API.
9202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/start_pipeline.py.html>`__ to see an example of how to use start_pipeline API.
9203
9203
  """
9204
9204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9205
9205
  required_arguments = ['pipelineId']
@@ -9328,7 +9328,7 @@ class GoldenGateClient(object):
9328
9328
  :rtype: :class:`~oci.response.Response`
9329
9329
 
9330
9330
  :example:
9331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
9331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/stop_deployment.py.html>`__ to see an example of how to use stop_deployment API.
9332
9332
  """
9333
9333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9334
9334
  required_arguments = ['deploymentId']
@@ -9459,7 +9459,7 @@ class GoldenGateClient(object):
9459
9459
  :rtype: :class:`~oci.response.Response`
9460
9460
 
9461
9461
  :example:
9462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/stop_pipeline.py.html>`__ to see an example of how to use stop_pipeline API.
9462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/stop_pipeline.py.html>`__ to see an example of how to use stop_pipeline API.
9463
9463
  """
9464
9464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9465
9465
  required_arguments = ['pipelineId']
@@ -9588,7 +9588,7 @@ class GoldenGateClient(object):
9588
9588
  :rtype: :class:`~oci.response.Response`
9589
9589
 
9590
9590
  :example:
9591
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
9591
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/test_connection_assignment.py.html>`__ to see an example of how to use test_connection_assignment API.
9592
9592
  """
9593
9593
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9594
9594
  required_arguments = ['connectionAssignmentId']
@@ -9711,7 +9711,7 @@ class GoldenGateClient(object):
9711
9711
  :rtype: :class:`~oci.response.Response`
9712
9712
 
9713
9713
  :example:
9714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/test_pipeline_connection.py.html>`__ to see an example of how to use test_pipeline_connection API.
9714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/test_pipeline_connection.py.html>`__ to see an example of how to use test_pipeline_connection API.
9715
9715
  """
9716
9716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9717
9717
  required_arguments = ['pipelineId']
@@ -9830,7 +9830,7 @@ class GoldenGateClient(object):
9830
9830
  :rtype: :class:`~oci.response.Response`
9831
9831
 
9832
9832
  :example:
9833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
9833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/update_connection.py.html>`__ to see an example of how to use update_connection API.
9834
9834
  """
9835
9835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9836
9836
  required_arguments = ['connectionId']
@@ -9948,7 +9948,7 @@ class GoldenGateClient(object):
9948
9948
  :rtype: :class:`~oci.response.Response`
9949
9949
 
9950
9950
  :example:
9951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
9951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/update_database_registration.py.html>`__ to see an example of how to use update_database_registration API.
9952
9952
  """
9953
9953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9954
9954
  required_arguments = ['databaseRegistrationId']
@@ -10060,7 +10060,7 @@ class GoldenGateClient(object):
10060
10060
  :rtype: :class:`~oci.response.Response`
10061
10061
 
10062
10062
  :example:
10063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
10063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/update_deployment.py.html>`__ to see an example of how to use update_deployment API.
10064
10064
  """
10065
10065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10066
10066
  required_arguments = ['deploymentId']
@@ -10180,7 +10180,7 @@ class GoldenGateClient(object):
10180
10180
  :rtype: :class:`~oci.response.Response`
10181
10181
 
10182
10182
  :example:
10183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
10183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/update_deployment_backup.py.html>`__ to see an example of how to use update_deployment_backup API.
10184
10184
  """
10185
10185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10186
10186
  required_arguments = ['deploymentBackupId']
@@ -10304,7 +10304,7 @@ class GoldenGateClient(object):
10304
10304
  :rtype: :class:`~oci.response.Response`
10305
10305
 
10306
10306
  :example:
10307
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
10307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/update_pipeline.py.html>`__ to see an example of how to use update_pipeline API.
10308
10308
  """
10309
10309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10310
10310
  required_arguments = ['pipelineId']
@@ -10430,7 +10430,7 @@ class GoldenGateClient(object):
10430
10430
  :rtype: :class:`~oci.response.Response`
10431
10431
 
10432
10432
  :example:
10433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
10433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/upgrade_deployment.py.html>`__ to see an example of how to use upgrade_deployment API.
10434
10434
  """
10435
10435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10436
10436
  required_arguments = ['deploymentId']
@@ -10559,7 +10559,7 @@ class GoldenGateClient(object):
10559
10559
  :rtype: :class:`~oci.response.Response`
10560
10560
 
10561
10561
  :example:
10562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.1/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
10562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/goldengate/upgrade_deployment_upgrade.py.html>`__ to see an example of how to use upgrade_deployment_upgrade API.
10563
10563
  """
10564
10564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10565
10565
  required_arguments = ['deploymentUpgradeId']