oci 2.149.2__py3-none-any.whl → 2.150.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 (308) 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 +12 -12
  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 +84 -84
  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 +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +6 -6
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +15 -15
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  41. oci/cloud_guard/cloud_guard_client.py +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +117 -117
  52. oci/core/compute_management_client.py +32 -32
  53. oci/core/virtual_network_client.py +258 -258
  54. oci/dashboard_service/dashboard_client.py +6 -6
  55. oci/dashboard_service/dashboard_group_client.py +6 -6
  56. oci/data_catalog/data_catalog_client.py +149 -149
  57. oci/data_flow/data_flow_client.py +45 -45
  58. oci/data_integration/data_integration_client.py +163 -163
  59. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  60. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  61. oci/data_safe/data_safe_client.py +317 -317
  62. oci/data_science/data_science_client.py +145 -145
  63. oci/database/database_client.py +414 -414
  64. oci/database_management/db_management_client.py +228 -228
  65. oci/database_management/diagnosability_client.py +4 -4
  66. oci/database_management/managed_my_sql_databases_client.py +9 -9
  67. oci/database_management/perfhub_client.py +1 -1
  68. oci/database_management/sql_tuning_client.py +17 -17
  69. oci/database_migration/database_migration_client.py +42 -42
  70. oci/database_tools/database_tools_client.py +23 -23
  71. oci/dblm/db_life_cycle_management_client.py +12 -12
  72. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  73. oci/delegate_access_control/work_request_client.py +4 -4
  74. oci/demand_signal/occ_demand_signal_client.py +7 -7
  75. oci/desktops/desktop_service_client.py +21 -21
  76. oci/devops/devops_client.py +141 -141
  77. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  78. oci/dns/dns_client.py +54 -54
  79. oci/dts/appliance_export_job_client.py +6 -6
  80. oci/dts/shipping_vendors_client.py +1 -1
  81. oci/dts/transfer_appliance_client.py +8 -8
  82. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  83. oci/dts/transfer_device_client.py +5 -5
  84. oci/dts/transfer_job_client.py +6 -6
  85. oci/dts/transfer_package_client.py +7 -7
  86. oci/em_warehouse/em_warehouse_client.py +13 -13
  87. oci/email/email_client.py +31 -31
  88. oci/email_data_plane/email_dp_client.py +1 -1
  89. oci/events/events_client.py +6 -6
  90. oci/file_storage/file_storage_client.py +74 -74
  91. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  92. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  93. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  94. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  95. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  96. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  97. oci/functions/functions_invoke_client.py +8 -3
  98. oci/functions/functions_management_client.py +16 -16
  99. oci/fusion_apps/fusion_applications_client.py +41 -41
  100. oci/generative_ai/generative_ai_client.py +22 -22
  101. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  102. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  103. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  104. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  105. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  106. oci/golden_gate/golden_gate_client.py +751 -113
  107. oci/golden_gate/golden_gate_client_composite_operations.py +170 -0
  108. oci/golden_gate/models/__init__.py +18 -0
  109. oci/golden_gate/models/add_deployment_local_peer_details.py +101 -0
  110. oci/golden_gate/models/collect_pipeline_diagnostic_details.py +132 -0
  111. oci/golden_gate/models/create_deployment_details.py +132 -4
  112. oci/golden_gate/models/deployment.py +212 -0
  113. oci/golden_gate/models/deployment_peer_collection.py +70 -0
  114. oci/golden_gate/models/deployment_peer_summary.py +464 -0
  115. oci/golden_gate/models/deployment_placement_details.py +103 -0
  116. oci/golden_gate/models/deployment_placement_info.py +101 -0
  117. oci/golden_gate/models/deployment_type_summary.py +69 -2
  118. oci/golden_gate/models/pipeline.py +27 -0
  119. oci/golden_gate/models/pipeline_diagnostic_data.py +220 -0
  120. oci/golden_gate/models/process_options.py +49 -2
  121. oci/golden_gate/models/remove_deployment_local_peer_details.py +101 -0
  122. oci/golden_gate/models/switchover_deployment_peer_details.py +101 -0
  123. oci/golden_gate/models/update_deployment_details.py +31 -0
  124. oci/golden_gate/models/work_request.py +11 -3
  125. oci/golden_gate/models/zero_etl_pipeline.py +7 -0
  126. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  127. oci/governance_rules_control_plane/work_request_client.py +5 -5
  128. oci/healthchecks/health_checks_client.py +17 -17
  129. oci/identity/identity_client.py +145 -145
  130. oci/identity_data_plane/dataplane_client.py +2 -2
  131. oci/identity_domains/identity_domains_client.py +311 -311
  132. oci/integration/integration_instance_client.py +19 -19
  133. oci/jms/java_management_service_client.py +79 -79
  134. oci/jms_java_downloads/java_download_client.py +25 -25
  135. oci/key_management/ekm_client.py +5 -5
  136. oci/key_management/kms_crypto_client.py +6 -6
  137. oci/key_management/kms_hsm_cluster_client.py +12 -12
  138. oci/key_management/kms_management_client.py +21 -21
  139. oci/key_management/kms_vault_client.py +14 -14
  140. oci/key_management/models/__init__.py +4 -0
  141. oci/key_management/models/create_vault_replica_details.py +29 -2
  142. oci/key_management/models/replica_external_vault_metadata.py +111 -0
  143. oci/key_management/models/replica_vault_metadata.py +101 -0
  144. oci/license_manager/license_manager_client.py +18 -18
  145. oci/limits/limits_client.py +4 -4
  146. oci/limits/quotas_client.py +7 -7
  147. oci/load_balancer/load_balancer_client.py +61 -61
  148. oci/lockbox/lockbox_client.py +24 -24
  149. oci/log_analytics/log_analytics_client.py +193 -193
  150. oci/logging/logging_management_client.py +30 -30
  151. oci/loggingingestion/logging_client.py +1 -1
  152. oci/loggingsearch/log_search_client.py +1 -1
  153. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  154. oci/management_agent/management_agent_client.py +28 -28
  155. oci/management_dashboard/dashx_apis_client.py +14 -14
  156. oci/marketplace/account_client.py +2 -2
  157. oci/marketplace/marketplace_client.py +30 -30
  158. oci/marketplace_private_offer/attachment_client.py +5 -5
  159. oci/marketplace_private_offer/offer_client.py +6 -6
  160. oci/marketplace_publisher/attachment_client.py +5 -5
  161. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  162. oci/marketplace_publisher/offer_client.py +6 -6
  163. oci/media_services/media_services_client.py +60 -60
  164. oci/media_services/media_stream_client.py +2 -2
  165. oci/mngdmac/mac_device_client.py +3 -3
  166. oci/mngdmac/mac_order_client.py +11 -11
  167. oci/monitoring/monitoring_client.py +18 -18
  168. oci/mysql/channels_client.py +7 -7
  169. oci/mysql/db_backups_client.py +7 -7
  170. oci/mysql/db_system_client.py +17 -17
  171. oci/mysql/mysqlaas_client.py +7 -7
  172. oci/mysql/replicas_client.py +5 -5
  173. oci/mysql/work_requests_client.py +4 -4
  174. oci/network_firewall/network_firewall_client.py +86 -86
  175. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  176. oci/nosql/nosql_client.py +24 -24
  177. oci/object_storage/object_storage_client.py +55 -55
  178. oci/oce/oce_instance_client.py +10 -10
  179. oci/oci_control_center/occ_metrics_client.py +3 -3
  180. oci/ocvp/cluster_client.py +5 -5
  181. oci/ocvp/esxi_host_client.py +8 -8
  182. oci/ocvp/sddc_client.py +14 -14
  183. oci/ocvp/work_request_client.py +4 -4
  184. oci/oda/management_client.py +59 -59
  185. oci/oda/oda_client.py +17 -17
  186. oci/oda/odapackage_client.py +7 -7
  187. oci/onesubscription/billing_schedule_client.py +1 -1
  188. oci/onesubscription/commitment_client.py +2 -2
  189. oci/onesubscription/computed_usage_client.py +3 -3
  190. oci/onesubscription/invoice_summary_client.py +2 -2
  191. oci/onesubscription/organization_subscription_client.py +1 -1
  192. oci/onesubscription/ratecard_client.py +1 -1
  193. oci/onesubscription/subscribed_service_client.py +2 -2
  194. oci/onesubscription/subscription_client.py +1 -1
  195. oci/ons/notification_control_plane_client.py +6 -6
  196. oci/ons/notification_data_plane_client.py +10 -10
  197. oci/opa/opa_instance_client.py +13 -13
  198. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  199. oci/opensearch/opensearch_cluster_client.py +16 -16
  200. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  201. oci/operator_access_control/access_requests_client.py +10 -10
  202. oci/operator_access_control/operator_actions_client.py +2 -2
  203. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  204. oci/operator_access_control/operator_control_client.py +6 -6
  205. oci/opsi/operations_insights_client.py +181 -181
  206. oci/optimizer/optimizer_client.py +26 -26
  207. oci/os_management/event_client.py +8 -8
  208. oci/os_management/os_management_client.py +69 -69
  209. oci/os_management_hub/event_client.py +8 -8
  210. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  211. oci/os_management_hub/managed_instance_client.py +33 -33
  212. oci/os_management_hub/managed_instance_group_client.py +26 -26
  213. oci/os_management_hub/management_station_client.py +10 -10
  214. oci/os_management_hub/onboarding_client.py +13 -13
  215. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  216. oci/os_management_hub/scheduled_job_client.py +7 -7
  217. oci/os_management_hub/software_source_client.py +33 -33
  218. oci/os_management_hub/work_request_client.py +5 -5
  219. oci/osp_gateway/address_rule_service_client.py +1 -1
  220. oci/osp_gateway/address_service_client.py +2 -2
  221. oci/osp_gateway/invoice_service_client.py +5 -5
  222. oci/osp_gateway/subscription_service_client.py +5 -5
  223. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  224. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  225. oci/osub_subscription/commitment_client.py +2 -2
  226. oci/osub_subscription/ratecard_client.py +1 -1
  227. oci/osub_subscription/subscription_client.py +1 -1
  228. oci/osub_usage/computed_usage_client.py +3 -3
  229. oci/psql/postgresql_client.py +34 -34
  230. oci/queue/queue_admin_client.py +11 -11
  231. oci/queue/queue_client.py +8 -8
  232. oci/recovery/database_recovery_client.py +26 -26
  233. oci/redis/redis_cluster_client.py +12 -12
  234. oci/resource_manager/resource_manager_client.py +52 -52
  235. oci/resource_scheduler/schedule_client.py +13 -13
  236. oci/resource_search/resource_search_client.py +3 -3
  237. oci/rover/rover_bundle_client.py +8 -8
  238. oci/rover/rover_cluster_client.py +8 -8
  239. oci/rover/rover_entitlement_client.py +6 -6
  240. oci/rover/rover_node_client.py +15 -15
  241. oci/rover/shape_client.py +1 -1
  242. oci/rover/work_requests_client.py +5 -5
  243. oci/sch/connector_plugins_client.py +4 -4
  244. oci/sch/models/__init__.py +32 -0
  245. oci/sch/models/function_task_details_response.py +158 -0
  246. oci/sch/models/functions_target_details_response.py +192 -0
  247. oci/sch/models/log_rule_task_details_response.py +91 -0
  248. oci/sch/models/logging_analytics_target_details_response.py +130 -0
  249. oci/sch/models/logging_source_details_response.py +91 -0
  250. oci/sch/models/monitoring_source_details_response.py +91 -0
  251. oci/sch/models/monitoring_target_details_response.py +192 -0
  252. oci/sch/models/notifications_target_details_response.py +128 -0
  253. oci/sch/models/object_storage_target_details_response.py +219 -0
  254. oci/sch/models/plugin_source_details_response.py +128 -0
  255. oci/sch/models/private_endpoint_metadata.py +101 -0
  256. oci/sch/models/service_connector.py +19 -15
  257. oci/sch/models/service_connector_summary.py +7 -3
  258. oci/sch/models/source_details.py +5 -5
  259. oci/sch/models/source_details_response.py +158 -0
  260. oci/sch/models/streaming_source_details_response.py +121 -0
  261. oci/sch/models/streaming_target_details_response.py +94 -0
  262. oci/sch/models/target_details.py +5 -5
  263. oci/sch/models/target_details_response.py +174 -0
  264. oci/sch/models/task_details.py +5 -5
  265. oci/sch/models/task_details_response.py +142 -0
  266. oci/sch/service_connector_client.py +14 -14
  267. oci/secrets/secrets_client.py +3 -3
  268. oci/security_attribute/security_attribute_client.py +18 -18
  269. oci/service_catalog/service_catalog_client.py +26 -26
  270. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  271. oci/service_mesh/service_mesh_client.py +48 -48
  272. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  273. oci/streaming/stream_admin_client.py +18 -18
  274. oci/streaming/stream_client.py +8 -8
  275. oci/tenant_manager_control_plane/domain_client.py +5 -5
  276. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  277. oci/tenant_manager_control_plane/governance_client.py +2 -2
  278. oci/tenant_manager_control_plane/link_client.py +3 -3
  279. oci/tenant_manager_control_plane/orders_client.py +2 -2
  280. oci/tenant_manager_control_plane/organization_client.py +10 -10
  281. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  282. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  283. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  284. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  285. oci/threat_intelligence/threatintel_client.py +5 -5
  286. oci/usage/resources_client.py +2 -2
  287. oci/usage/rewards_client.py +6 -6
  288. oci/usage/usagelimits_client.py +1 -1
  289. oci/usage_api/usageapi_client.py +33 -33
  290. oci/vault/vaults_client.py +13 -13
  291. oci/vbs_inst/vbs_instance_client.py +10 -10
  292. oci/version.py +1 -1
  293. oci/visual_builder/vb_instance_client.py +14 -14
  294. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  295. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  296. oci/waa/waa_client.py +13 -13
  297. oci/waa/work_request_client.py +4 -4
  298. oci/waas/redirect_client.py +6 -6
  299. oci/waas/waas_client.py +66 -66
  300. oci/waf/waf_client.py +24 -24
  301. oci/work_requests/work_request_client.py +4 -4
  302. oci/zpr/zpr_client.py +15 -15
  303. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/METADATA +1 -1
  304. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/RECORD +308 -281
  305. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/LICENSE.txt +0 -0
  306. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  307. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/WHEEL +0 -0
  308. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/top_level.txt +0 -0
@@ -159,7 +159,7 @@ class RoverBundleClient(object):
159
159
  :rtype: :class:`~oci.response.Response`
160
160
 
161
161
  :example:
162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_rover_cluster_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_cluster_rover_bundle_requests API.
162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_rover_cluster_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_cluster_rover_bundle_requests API.
163
163
  """
164
164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
165
165
  required_arguments = ['roverClusterId']
@@ -301,7 +301,7 @@ class RoverBundleClient(object):
301
301
  :rtype: :class:`~oci.response.Response`
302
302
 
303
303
  :example:
304
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_rover_node_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_node_rover_bundle_requests API.
304
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_rover_node_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_node_rover_bundle_requests API.
305
305
  """
306
306
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
307
307
  required_arguments = ['roverNodeId']
@@ -430,7 +430,7 @@ class RoverBundleClient(object):
430
430
  :rtype: :class:`~oci.response.Response`
431
431
 
432
432
  :example:
433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/request_bundle_rover_cluster.py.html>`__ to see an example of how to use request_bundle_rover_cluster API.
433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/request_bundle_rover_cluster.py.html>`__ to see an example of how to use request_bundle_rover_cluster API.
434
434
  """
435
435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
436
436
  required_arguments = ['roverClusterId']
@@ -531,7 +531,7 @@ class RoverBundleClient(object):
531
531
  :rtype: :class:`~oci.response.Response`
532
532
 
533
533
  :example:
534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/request_bundle_rover_node.py.html>`__ to see an example of how to use request_bundle_rover_node API.
534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/request_bundle_rover_node.py.html>`__ to see an example of how to use request_bundle_rover_node API.
535
535
  """
536
536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
537
537
  required_arguments = ['roverNodeId']
@@ -632,7 +632,7 @@ class RoverBundleClient(object):
632
632
  :rtype: :class:`~oci.response.Response`
633
633
 
634
634
  :example:
635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/retrieve_available_bundle_versions_rover_cluster.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_cluster API.
635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/retrieve_available_bundle_versions_rover_cluster.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_cluster API.
636
636
  """
637
637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
638
638
  required_arguments = ['roverClusterId']
@@ -735,7 +735,7 @@ class RoverBundleClient(object):
735
735
  :rtype: :class:`~oci.response.Response`
736
736
 
737
737
  :example:
738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/retrieve_available_bundle_versions_rover_node.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_node API.
738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/retrieve_available_bundle_versions_rover_node.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_node API.
739
739
  """
740
740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
741
741
  required_arguments = ['roverNodeId']
@@ -838,7 +838,7 @@ class RoverBundleClient(object):
838
838
  :rtype: :class:`~oci.response.Response`
839
839
 
840
840
  :example:
841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/retrieve_bundle_status_rover_cluster.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_cluster API.
841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/retrieve_bundle_status_rover_cluster.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_cluster API.
842
842
  """
843
843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
844
844
  required_arguments = ['roverClusterId']
@@ -941,7 +941,7 @@ class RoverBundleClient(object):
941
941
  :rtype: :class:`~oci.response.Response`
942
942
 
943
943
  :example:
944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/retrieve_bundle_status_rover_node.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_node API.
944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/retrieve_bundle_status_rover_node.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_node API.
945
945
  """
946
946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
947
947
  required_arguments = ['roverNodeId']
@@ -160,7 +160,7 @@ class RoverClusterClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/change_rover_cluster_compartment.py.html>`__ to see an example of how to use change_rover_cluster_compartment API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/change_rover_cluster_compartment.py.html>`__ to see an example of how to use change_rover_cluster_compartment API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['roverClusterId']
@@ -270,7 +270,7 @@ class RoverClusterClient(object):
270
270
  :rtype: :class:`~oci.response.Response`
271
271
 
272
272
  :example:
273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/create_rover_cluster.py.html>`__ to see an example of how to use create_rover_cluster API.
273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/create_rover_cluster.py.html>`__ to see an example of how to use create_rover_cluster API.
274
274
  """
275
275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
276
276
  required_arguments = []
@@ -375,7 +375,7 @@ class RoverClusterClient(object):
375
375
  :rtype: :class:`~oci.response.Response`
376
376
 
377
377
  :example:
378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/delete_rover_cluster.py.html>`__ to see an example of how to use delete_rover_cluster API.
378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/delete_rover_cluster.py.html>`__ to see an example of how to use delete_rover_cluster API.
379
379
  """
380
380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
381
381
  required_arguments = ['roverClusterId']
@@ -476,7 +476,7 @@ class RoverClusterClient(object):
476
476
  :rtype: :class:`~oci.response.Response`
477
477
 
478
478
  :example:
479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_cluster.py.html>`__ to see an example of how to use get_rover_cluster API.
479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_cluster.py.html>`__ to see an example of how to use get_rover_cluster API.
480
480
  """
481
481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
482
482
  required_arguments = ['roverClusterId']
@@ -574,7 +574,7 @@ class RoverClusterClient(object):
574
574
  :rtype: :class:`~oci.response.Response`
575
575
 
576
576
  :example:
577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_cluster_certificate.py.html>`__ to see an example of how to use get_rover_cluster_certificate API.
577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_cluster_certificate.py.html>`__ to see an example of how to use get_rover_cluster_certificate API.
578
578
  """
579
579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
580
580
  required_arguments = ['roverClusterId']
@@ -701,7 +701,7 @@ class RoverClusterClient(object):
701
701
  :rtype: :class:`~oci.response.Response`
702
702
 
703
703
  :example:
704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_rover_clusters.py.html>`__ to see an example of how to use list_rover_clusters API.
704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_rover_clusters.py.html>`__ to see an example of how to use list_rover_clusters API.
705
705
  """
706
706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
707
707
  required_arguments = ['compartmentId']
@@ -853,7 +853,7 @@ class RoverClusterClient(object):
853
853
  :rtype: :class:`~oci.response.Response`
854
854
 
855
855
  :example:
856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/request_additional_nodes.py.html>`__ to see an example of how to use request_additional_nodes API.
856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/request_additional_nodes.py.html>`__ to see an example of how to use request_additional_nodes API.
857
857
  """
858
858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
859
859
  required_arguments = ['roverClusterId']
@@ -966,7 +966,7 @@ class RoverClusterClient(object):
966
966
  :rtype: :class:`~oci.response.Response`
967
967
 
968
968
  :example:
969
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/update_rover_cluster.py.html>`__ to see an example of how to use update_rover_cluster API.
969
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/update_rover_cluster.py.html>`__ to see an example of how to use update_rover_cluster API.
970
970
  """
971
971
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
972
972
  required_arguments = ['roverClusterId']
@@ -160,7 +160,7 @@ class RoverEntitlementClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/change_rover_entitlement_compartment.py.html>`__ to see an example of how to use change_rover_entitlement_compartment API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/change_rover_entitlement_compartment.py.html>`__ to see an example of how to use change_rover_entitlement_compartment API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['roverEntitlementId']
@@ -270,7 +270,7 @@ class RoverEntitlementClient(object):
270
270
  :rtype: :class:`~oci.response.Response`
271
271
 
272
272
  :example:
273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/create_rover_entitlement.py.html>`__ to see an example of how to use create_rover_entitlement API.
273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/create_rover_entitlement.py.html>`__ to see an example of how to use create_rover_entitlement API.
274
274
  """
275
275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
276
276
  required_arguments = []
@@ -375,7 +375,7 @@ class RoverEntitlementClient(object):
375
375
  :rtype: :class:`~oci.response.Response`
376
376
 
377
377
  :example:
378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/delete_rover_entitlement.py.html>`__ to see an example of how to use delete_rover_entitlement API.
378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/delete_rover_entitlement.py.html>`__ to see an example of how to use delete_rover_entitlement API.
379
379
  """
380
380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
381
381
  required_arguments = ['roverEntitlementId']
@@ -486,7 +486,7 @@ class RoverEntitlementClient(object):
486
486
  :rtype: :class:`~oci.response.Response`
487
487
 
488
488
  :example:
489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_entitlement.py.html>`__ to see an example of how to use get_rover_entitlement API.
489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_entitlement.py.html>`__ to see an example of how to use get_rover_entitlement API.
490
490
  """
491
491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
492
492
  required_arguments = ['roverEntitlementId', 'compartmentId']
@@ -621,7 +621,7 @@ class RoverEntitlementClient(object):
621
621
  :rtype: :class:`~oci.response.Response`
622
622
 
623
623
  :example:
624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_rover_entitlements.py.html>`__ to see an example of how to use list_rover_entitlements API.
624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_rover_entitlements.py.html>`__ to see an example of how to use list_rover_entitlements API.
625
625
  """
626
626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
627
627
  required_arguments = ['compartmentId']
@@ -759,7 +759,7 @@ class RoverEntitlementClient(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.149.2/rover/update_rover_entitlement.py.html>`__ to see an example of how to use update_rover_entitlement API.
762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/update_rover_entitlement.py.html>`__ to see an example of how to use update_rover_entitlement API.
763
763
  """
764
764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
765
765
  required_arguments = ['roverEntitlementId']
@@ -160,7 +160,7 @@ class RoverNodeClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/change_rover_node_compartment.py.html>`__ to see an example of how to use change_rover_node_compartment API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/change_rover_node_compartment.py.html>`__ to see an example of how to use change_rover_node_compartment API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['roverNodeId']
@@ -270,7 +270,7 @@ class RoverNodeClient(object):
270
270
  :rtype: :class:`~oci.response.Response`
271
271
 
272
272
  :example:
273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/create_rover_node.py.html>`__ to see an example of how to use create_rover_node API.
273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/create_rover_node.py.html>`__ to see an example of how to use create_rover_node API.
274
274
  """
275
275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
276
276
  required_arguments = []
@@ -375,7 +375,7 @@ class RoverNodeClient(object):
375
375
  :rtype: :class:`~oci.response.Response`
376
376
 
377
377
  :example:
378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/delete_rover_node.py.html>`__ to see an example of how to use delete_rover_node API.
378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/delete_rover_node.py.html>`__ to see an example of how to use delete_rover_node API.
379
379
  """
380
380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
381
381
  required_arguments = ['roverNodeId']
@@ -476,7 +476,7 @@ class RoverNodeClient(object):
476
476
  :rtype: :class:`~oci.response.Response`
477
477
 
478
478
  :example:
479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_node.py.html>`__ to see an example of how to use get_rover_node API.
479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_node.py.html>`__ to see an example of how to use get_rover_node API.
480
480
  """
481
481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
482
482
  required_arguments = ['roverNodeId']
@@ -574,7 +574,7 @@ class RoverNodeClient(object):
574
574
  :rtype: :class:`~oci.response.Response`
575
575
 
576
576
  :example:
577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_node_certificate.py.html>`__ to see an example of how to use get_rover_node_certificate API.
577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_node_certificate.py.html>`__ to see an example of how to use get_rover_node_certificate API.
578
578
  """
579
579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
580
580
  required_arguments = ['roverNodeId']
@@ -672,7 +672,7 @@ class RoverNodeClient(object):
672
672
  :rtype: :class:`~oci.response.Response`
673
673
 
674
674
  :example:
675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_node_encryption_key.py.html>`__ to see an example of how to use get_rover_node_encryption_key API.
675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_node_encryption_key.py.html>`__ to see an example of how to use get_rover_node_encryption_key API.
676
676
  """
677
677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
678
678
  required_arguments = ['roverNodeId']
@@ -774,7 +774,7 @@ class RoverNodeClient(object):
774
774
  :rtype: :class:`~oci.response.Response`
775
775
 
776
776
  :example:
777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_rover_node_get_rpt.py.html>`__ to see an example of how to use get_rover_node_get_rpt API.
777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_rover_node_get_rpt.py.html>`__ to see an example of how to use get_rover_node_get_rpt API.
778
778
  """
779
779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
780
780
  required_arguments = ['roverNodeId']
@@ -905,7 +905,7 @@ class RoverNodeClient(object):
905
905
  :rtype: :class:`~oci.response.Response`
906
906
 
907
907
  :example:
908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_rover_nodes.py.html>`__ to see an example of how to use list_rover_nodes API.
908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_rover_nodes.py.html>`__ to see an example of how to use list_rover_nodes API.
909
909
  """
910
910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
911
911
  required_arguments = ['compartmentId']
@@ -1056,7 +1056,7 @@ class RoverNodeClient(object):
1056
1056
  :rtype: :class:`~oci.response.Response`
1057
1057
 
1058
1058
  :example:
1059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/rover_node_action_retrieve_ca_bundle.py.html>`__ to see an example of how to use rover_node_action_retrieve_ca_bundle API.
1059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/rover_node_action_retrieve_ca_bundle.py.html>`__ to see an example of how to use rover_node_action_retrieve_ca_bundle API.
1060
1060
  """
1061
1061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1062
1062
  required_arguments = ['roverNodeId']
@@ -1180,7 +1180,7 @@ class RoverNodeClient(object):
1180
1180
  :rtype: :class:`~oci.response.Response`
1181
1181
 
1182
1182
  :example:
1183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/rover_node_action_set_key.py.html>`__ to see an example of how to use rover_node_action_set_key API.
1183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/rover_node_action_set_key.py.html>`__ to see an example of how to use rover_node_action_set_key API.
1184
1184
  """
1185
1185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1186
1186
  required_arguments = ['roverNodeId']
@@ -1303,7 +1303,7 @@ class RoverNodeClient(object):
1303
1303
  :rtype: :class:`~oci.response.Response`
1304
1304
 
1305
1305
  :example:
1306
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/rover_node_generate_certificate.py.html>`__ to see an example of how to use rover_node_generate_certificate API.
1306
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/rover_node_generate_certificate.py.html>`__ to see an example of how to use rover_node_generate_certificate API.
1307
1307
  """
1308
1308
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1309
1309
  required_arguments = ['roverNodeId']
@@ -1425,7 +1425,7 @@ class RoverNodeClient(object):
1425
1425
  :rtype: :class:`~oci.response.Response`
1426
1426
 
1427
1427
  :example:
1428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/rover_node_renew_certificate.py.html>`__ to see an example of how to use rover_node_renew_certificate API.
1428
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/rover_node_renew_certificate.py.html>`__ to see an example of how to use rover_node_renew_certificate API.
1429
1429
  """
1430
1430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1431
1431
  required_arguments = ['roverNodeId']
@@ -1547,7 +1547,7 @@ class RoverNodeClient(object):
1547
1547
  :rtype: :class:`~oci.response.Response`
1548
1548
 
1549
1549
  :example:
1550
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/rover_node_replace_certificate_authority.py.html>`__ to see an example of how to use rover_node_replace_certificate_authority API.
1550
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/rover_node_replace_certificate_authority.py.html>`__ to see an example of how to use rover_node_replace_certificate_authority API.
1551
1551
  """
1552
1552
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1553
1553
  required_arguments = ['roverNodeId']
@@ -1666,7 +1666,7 @@ class RoverNodeClient(object):
1666
1666
  :rtype: :class:`~oci.response.Response`
1667
1667
 
1668
1668
  :example:
1669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/rover_node_retrieve_leaf_certificate.py.html>`__ to see an example of how to use rover_node_retrieve_leaf_certificate API.
1669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/rover_node_retrieve_leaf_certificate.py.html>`__ to see an example of how to use rover_node_retrieve_leaf_certificate API.
1670
1670
  """
1671
1671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1672
1672
  required_arguments = ['roverNodeId']
@@ -1779,7 +1779,7 @@ class RoverNodeClient(object):
1779
1779
  :rtype: :class:`~oci.response.Response`
1780
1780
 
1781
1781
  :example:
1782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/update_rover_node.py.html>`__ to see an example of how to use update_rover_node API.
1782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/update_rover_node.py.html>`__ to see an example of how to use update_rover_node API.
1783
1783
  """
1784
1784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1785
1785
  required_arguments = ['roverNodeId']
oci/rover/shape_client.py CHANGED
@@ -159,7 +159,7 @@ class ShapeClient(object):
159
159
  :rtype: :class:`~oci.response.Response`
160
160
 
161
161
  :example:
162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
163
163
  """
164
164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
165
165
  required_arguments = ['compartmentId']
@@ -157,7 +157,7 @@ class WorkRequestsClient(object):
157
157
  :rtype: :class:`~oci.response.Response`
158
158
 
159
159
  :example:
160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
161
161
  """
162
162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
163
163
  required_arguments = ['workRequestId']
@@ -258,7 +258,7 @@ class WorkRequestsClient(object):
258
258
  :rtype: :class:`~oci.response.Response`
259
259
 
260
260
  :example:
261
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
261
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
262
262
  """
263
263
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
264
264
  required_arguments = ['workRequestId']
@@ -372,7 +372,7 @@ class WorkRequestsClient(object):
372
372
  :rtype: :class:`~oci.response.Response`
373
373
 
374
374
  :example:
375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
376
376
  """
377
377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
378
378
  required_arguments = ['workRequestId']
@@ -514,7 +514,7 @@ class WorkRequestsClient(object):
514
514
  :rtype: :class:`~oci.response.Response`
515
515
 
516
516
  :example:
517
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
517
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
518
518
  """
519
519
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
520
520
  required_arguments = ['workRequestId']
@@ -669,7 +669,7 @@ class WorkRequestsClient(object):
669
669
  :rtype: :class:`~oci.response.Response`
670
670
 
671
671
  :example:
672
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/rover/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/rover/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
673
673
  """
674
674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
675
675
  required_arguments = ['compartmentId']
@@ -147,7 +147,7 @@ class ConnectorPluginsClient(object):
147
147
  :rtype: :class:`~oci.response.Response`
148
148
 
149
149
  :example:
150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/sch/get_connector_plugin.py.html>`__ to see an example of how to use get_connector_plugin API.
150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/sch/get_connector_plugin.py.html>`__ to see an example of how to use get_connector_plugin API.
151
151
  """
152
152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
153
153
  required_arguments = ['connectorPluginName']
@@ -228,7 +228,7 @@ class ConnectorPluginsClient(object):
228
228
 
229
229
  Example: `ACTIVE`
230
230
 
231
- Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED"
231
+ Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"
232
232
 
233
233
  :param str display_name: (optional)
234
234
  A filter to return only resources that match the given display name exactly.
@@ -285,7 +285,7 @@ class ConnectorPluginsClient(object):
285
285
  :rtype: :class:`~oci.response.Response`
286
286
 
287
287
  :example:
288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.149.2/sch/list_connector_plugins.py.html>`__ to see an example of how to use list_connector_plugins API.
288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.0/sch/list_connector_plugins.py.html>`__ to see an example of how to use list_connector_plugins API.
289
289
  """
290
290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
291
291
  required_arguments = []
@@ -313,7 +313,7 @@ class ConnectorPluginsClient(object):
313
313
  f"list_connector_plugins got unknown kwargs: {extra_kwargs!r}")
314
314
 
315
315
  if 'lifecycle_state' in kwargs:
316
- lifecycle_state_allowed_values = ["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED"]
316
+ lifecycle_state_allowed_values = ["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"]
317
317
  if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
318
318
  raise ValueError(
319
319
  f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
@@ -14,38 +14,54 @@ from .create_service_connector_details import CreateServiceConnectorDetails
14
14
  from .dimension_details import DimensionDetails
15
15
  from .dimension_value_details import DimensionValueDetails
16
16
  from .function_task_details import FunctionTaskDetails
17
+ from .function_task_details_response import FunctionTaskDetailsResponse
17
18
  from .functions_target_details import FunctionsTargetDetails
19
+ from .functions_target_details_response import FunctionsTargetDetailsResponse
18
20
  from .jmes_path_dimension_value import JmesPathDimensionValue
19
21
  from .latest_streaming_cursor import LatestStreamingCursor
20
22
  from .log_rule_task_details import LogRuleTaskDetails
23
+ from .log_rule_task_details_response import LogRuleTaskDetailsResponse
21
24
  from .log_source import LogSource
22
25
  from .logging_analytics_target_details import LoggingAnalyticsTargetDetails
26
+ from .logging_analytics_target_details_response import LoggingAnalyticsTargetDetailsResponse
23
27
  from .logging_source_details import LoggingSourceDetails
28
+ from .logging_source_details_response import LoggingSourceDetailsResponse
24
29
  from .monitoring_source import MonitoringSource
25
30
  from .monitoring_source_all_metrics import MonitoringSourceAllMetrics
26
31
  from .monitoring_source_details import MonitoringSourceDetails
32
+ from .monitoring_source_details_response import MonitoringSourceDetailsResponse
27
33
  from .monitoring_source_metric_details import MonitoringSourceMetricDetails
28
34
  from .monitoring_source_namespace_details import MonitoringSourceNamespaceDetails
29
35
  from .monitoring_source_selected_namespace import MonitoringSourceSelectedNamespace
30
36
  from .monitoring_source_selected_namespace_details import MonitoringSourceSelectedNamespaceDetails
31
37
  from .monitoring_target_details import MonitoringTargetDetails
38
+ from .monitoring_target_details_response import MonitoringTargetDetailsResponse
32
39
  from .notifications_target_details import NotificationsTargetDetails
40
+ from .notifications_target_details_response import NotificationsTargetDetailsResponse
33
41
  from .object_storage_target_details import ObjectStorageTargetDetails
42
+ from .object_storage_target_details_response import ObjectStorageTargetDetailsResponse
34
43
  from .plugin_source_details import PluginSourceDetails
44
+ from .plugin_source_details_response import PluginSourceDetailsResponse
45
+ from .private_endpoint_metadata import PrivateEndpointMetadata
35
46
  from .service_connector import ServiceConnector
36
47
  from .service_connector_collection import ServiceConnectorCollection
37
48
  from .service_connector_summary import ServiceConnectorSummary
38
49
  from .source_connector_plugin import SourceConnectorPlugin
39
50
  from .source_connector_plugin_summary import SourceConnectorPluginSummary
40
51
  from .source_details import SourceDetails
52
+ from .source_details_response import SourceDetailsResponse
41
53
  from .static_dimension_value import StaticDimensionValue
42
54
  from .streaming_cursor_details import StreamingCursorDetails
43
55
  from .streaming_source_details import StreamingSourceDetails
56
+ from .streaming_source_details_response import StreamingSourceDetailsResponse
44
57
  from .streaming_target_details import StreamingTargetDetails
58
+ from .streaming_target_details_response import StreamingTargetDetailsResponse
45
59
  from .target_connector_plugin import TargetConnectorPlugin
46
60
  from .target_connector_plugin_summary import TargetConnectorPluginSummary
47
61
  from .target_details import TargetDetails
62
+ from .target_details_response import TargetDetailsResponse
48
63
  from .task_details import TaskDetails
64
+ from .task_details_response import TaskDetailsResponse
49
65
  from .trim_horizon_streaming_cursor import TrimHorizonStreamingCursor
50
66
  from .update_service_connector_details import UpdateServiceConnectorDetails
51
67
  from .work_request import WorkRequest
@@ -66,38 +82,54 @@ sch_type_mapping = {
66
82
  "DimensionDetails": DimensionDetails,
67
83
  "DimensionValueDetails": DimensionValueDetails,
68
84
  "FunctionTaskDetails": FunctionTaskDetails,
85
+ "FunctionTaskDetailsResponse": FunctionTaskDetailsResponse,
69
86
  "FunctionsTargetDetails": FunctionsTargetDetails,
87
+ "FunctionsTargetDetailsResponse": FunctionsTargetDetailsResponse,
70
88
  "JmesPathDimensionValue": JmesPathDimensionValue,
71
89
  "LatestStreamingCursor": LatestStreamingCursor,
72
90
  "LogRuleTaskDetails": LogRuleTaskDetails,
91
+ "LogRuleTaskDetailsResponse": LogRuleTaskDetailsResponse,
73
92
  "LogSource": LogSource,
74
93
  "LoggingAnalyticsTargetDetails": LoggingAnalyticsTargetDetails,
94
+ "LoggingAnalyticsTargetDetailsResponse": LoggingAnalyticsTargetDetailsResponse,
75
95
  "LoggingSourceDetails": LoggingSourceDetails,
96
+ "LoggingSourceDetailsResponse": LoggingSourceDetailsResponse,
76
97
  "MonitoringSource": MonitoringSource,
77
98
  "MonitoringSourceAllMetrics": MonitoringSourceAllMetrics,
78
99
  "MonitoringSourceDetails": MonitoringSourceDetails,
100
+ "MonitoringSourceDetailsResponse": MonitoringSourceDetailsResponse,
79
101
  "MonitoringSourceMetricDetails": MonitoringSourceMetricDetails,
80
102
  "MonitoringSourceNamespaceDetails": MonitoringSourceNamespaceDetails,
81
103
  "MonitoringSourceSelectedNamespace": MonitoringSourceSelectedNamespace,
82
104
  "MonitoringSourceSelectedNamespaceDetails": MonitoringSourceSelectedNamespaceDetails,
83
105
  "MonitoringTargetDetails": MonitoringTargetDetails,
106
+ "MonitoringTargetDetailsResponse": MonitoringTargetDetailsResponse,
84
107
  "NotificationsTargetDetails": NotificationsTargetDetails,
108
+ "NotificationsTargetDetailsResponse": NotificationsTargetDetailsResponse,
85
109
  "ObjectStorageTargetDetails": ObjectStorageTargetDetails,
110
+ "ObjectStorageTargetDetailsResponse": ObjectStorageTargetDetailsResponse,
86
111
  "PluginSourceDetails": PluginSourceDetails,
112
+ "PluginSourceDetailsResponse": PluginSourceDetailsResponse,
113
+ "PrivateEndpointMetadata": PrivateEndpointMetadata,
87
114
  "ServiceConnector": ServiceConnector,
88
115
  "ServiceConnectorCollection": ServiceConnectorCollection,
89
116
  "ServiceConnectorSummary": ServiceConnectorSummary,
90
117
  "SourceConnectorPlugin": SourceConnectorPlugin,
91
118
  "SourceConnectorPluginSummary": SourceConnectorPluginSummary,
92
119
  "SourceDetails": SourceDetails,
120
+ "SourceDetailsResponse": SourceDetailsResponse,
93
121
  "StaticDimensionValue": StaticDimensionValue,
94
122
  "StreamingCursorDetails": StreamingCursorDetails,
95
123
  "StreamingSourceDetails": StreamingSourceDetails,
124
+ "StreamingSourceDetailsResponse": StreamingSourceDetailsResponse,
96
125
  "StreamingTargetDetails": StreamingTargetDetails,
126
+ "StreamingTargetDetailsResponse": StreamingTargetDetailsResponse,
97
127
  "TargetConnectorPlugin": TargetConnectorPlugin,
98
128
  "TargetConnectorPluginSummary": TargetConnectorPluginSummary,
99
129
  "TargetDetails": TargetDetails,
130
+ "TargetDetailsResponse": TargetDetailsResponse,
100
131
  "TaskDetails": TaskDetails,
132
+ "TaskDetailsResponse": TaskDetailsResponse,
101
133
  "TrimHorizonStreamingCursor": TrimHorizonStreamingCursor,
102
134
  "UpdateServiceConnectorDetails": UpdateServiceConnectorDetails,
103
135
  "WorkRequest": WorkRequest,