oci 2.138.0__py3-none-any.whl → 2.139.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 (467) hide show
  1. oci/_vendor/idna/__init__.py +45 -2
  2. oci/_vendor/idna/codec.py +47 -43
  3. oci/_vendor/idna/compat.py +10 -7
  4. oci/_vendor/idna/core.py +210 -173
  5. oci/_vendor/idna/idnadata.py +3869 -1676
  6. oci/_vendor/idna/intranges.py +13 -9
  7. oci/_vendor/idna/package_data.py +2 -3
  8. oci/_vendor/idna/uts46data.py +8355 -8031
  9. oci/_vendor/urllib3/__init__.py +1 -1
  10. oci/_vendor/urllib3/_collections.py +19 -1
  11. oci/_vendor/urllib3/_version.py +2 -2
  12. oci/_vendor/urllib3/connection.py +8 -3
  13. oci/_vendor/urllib3/connectionpool.py +45 -13
  14. oci/_vendor/urllib3/contrib/__init__.py +1 -1
  15. oci/_vendor/urllib3/contrib/_appengine_environ.py +1 -1
  16. oci/_vendor/urllib3/contrib/_securetransport/__init__.py +1 -1
  17. oci/_vendor/urllib3/contrib/_securetransport/bindings.py +2 -2
  18. oci/_vendor/urllib3/contrib/_securetransport/low_level.py +1 -1
  19. oci/_vendor/urllib3/contrib/appengine.py +2 -2
  20. oci/_vendor/urllib3/contrib/ntlmpool.py +3 -3
  21. oci/_vendor/urllib3/contrib/pyopenssl.py +14 -7
  22. oci/_vendor/urllib3/contrib/securetransport.py +2 -4
  23. oci/_vendor/urllib3/contrib/socks.py +1 -1
  24. oci/_vendor/urllib3/exceptions.py +1 -1
  25. oci/_vendor/urllib3/fields.py +1 -1
  26. oci/_vendor/urllib3/filepost.py +1 -1
  27. oci/_vendor/urllib3/packages/__init__.py +2 -2
  28. oci/_vendor/urllib3/packages/backports/__init__.py +1 -1
  29. oci/_vendor/urllib3/packages/backports/makefile.py +1 -1
  30. oci/_vendor/urllib3/packages/backports/weakref_finalize.py +160 -0
  31. oci/_vendor/urllib3/packages/six.py +1 -2
  32. oci/_vendor/urllib3/poolmanager.py +7 -4
  33. oci/_vendor/urllib3/request.py +22 -1
  34. oci/_vendor/urllib3/response.py +65 -4
  35. oci/_vendor/urllib3/util/__init__.py +1 -1
  36. oci/_vendor/urllib3/util/connection.py +1 -1
  37. oci/_vendor/urllib3/util/proxy.py +1 -1
  38. oci/_vendor/urllib3/util/queue.py +1 -1
  39. oci/_vendor/urllib3/util/request.py +1 -1
  40. oci/_vendor/urllib3/util/response.py +1 -1
  41. oci/_vendor/urllib3/util/retry.py +5 -3
  42. oci/_vendor/urllib3/util/ssl_.py +14 -5
  43. oci/_vendor/urllib3/util/ssl_match_hostname.py +1 -1
  44. oci/_vendor/urllib3/util/ssltransport.py +1 -1
  45. oci/_vendor/urllib3/util/timeout.py +7 -4
  46. oci/_vendor/urllib3/util/url.py +8 -5
  47. oci/_vendor/urllib3/util/wait.py +1 -2
  48. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  49. oci/adm/application_dependency_management_client.py +36 -36
  50. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  51. oci/ai_document/ai_service_document_client.py +26 -26
  52. oci/ai_language/ai_service_language_client.py +44 -44
  53. oci/ai_speech/ai_service_speech_client.py +19 -19
  54. oci/ai_vision/ai_service_vision_client.py +25 -25
  55. oci/analytics/analytics_client.py +24 -24
  56. oci/announcements_service/announcement_client.py +5 -5
  57. oci/announcements_service/announcement_subscription_client.py +9 -9
  58. oci/announcements_service/announcements_preferences_client.py +4 -4
  59. oci/announcements_service/service_client.py +1 -1
  60. oci/apigateway/api_gateway_client.py +21 -21
  61. oci/apigateway/deployment_client.py +6 -6
  62. oci/apigateway/gateway_client.py +6 -6
  63. oci/apigateway/subscribers_client.py +6 -6
  64. oci/apigateway/usage_plans_client.py +6 -6
  65. oci/apigateway/work_requests_client.py +5 -5
  66. oci/apm_config/config_client.py +9 -9
  67. oci/apm_control_plane/apm_domain_client.py +14 -14
  68. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  69. oci/apm_traces/attributes_client.py +8 -8
  70. oci/apm_traces/query_client.py +2 -2
  71. oci/apm_traces/trace_client.py +4 -4
  72. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  73. oci/artifacts/artifacts_client.py +32 -32
  74. oci/audit/audit_client.py +3 -3
  75. oci/autoscaling/auto_scaling_client.py +11 -11
  76. oci/bastion/bastion_client.py +15 -15
  77. oci/bds/bds_client.py +72 -72
  78. oci/blockchain/blockchain_platform_client.py +27 -27
  79. oci/budget/budget_client.py +10 -10
  80. oci/capacity_management/capacity_management_client.py +32 -32
  81. oci/certificates/certificates_client.py +5 -5
  82. oci/certificates_management/certificates_management_client.py +32 -32
  83. oci/cims/incident_client.py +13 -14
  84. oci/cims/models/__init__.py +4 -2
  85. oci/cims/models/cmos_user_group_info.py +103 -0
  86. oci/cims/models/create_incident.py +33 -2
  87. oci/cims/models/create_limit_item_details.py +2 -57
  88. oci/cims/models/create_user_details.py +4 -4
  89. oci/cims/models/incident.py +188 -0
  90. oci/cims/models/incident_resource_type.py +4 -4
  91. oci/cims/models/incident_summary.py +188 -0
  92. oci/cims/models/limit_item.py +2 -2
  93. oci/cims/models/{service_categories.py → services.py} +27 -27
  94. oci/cims/models/sub_categories.py +15 -15
  95. oci/cims/models/ticket.py +7 -3
  96. oci/cims/models/validation_response.py +33 -2
  97. oci/cloud_bridge/common_client.py +5 -5
  98. oci/cloud_bridge/discovery_client.py +15 -15
  99. oci/cloud_bridge/inventory_client.py +16 -16
  100. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  101. oci/cloud_guard/cloud_guard_client.py +155 -155
  102. oci/cloud_migrations/migration_client.py +43 -43
  103. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  104. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  105. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  106. oci/compute_instance_agent/plugin_client.py +2 -2
  107. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  108. oci/container_engine/container_engine_client.py +44 -44
  109. oci/container_instances/container_instance_client.py +18 -18
  110. oci/core/blockstorage_client.py +60 -60
  111. oci/core/compute_client.py +102 -102
  112. oci/core/compute_management_client.py +32 -32
  113. oci/core/virtual_network_client.py +247 -247
  114. oci/dashboard_service/dashboard_client.py +6 -6
  115. oci/dashboard_service/dashboard_group_client.py +6 -6
  116. oci/data_catalog/data_catalog_client.py +149 -149
  117. oci/data_flow/data_flow_client.py +44 -44
  118. oci/data_integration/data_integration_client.py +163 -163
  119. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  120. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  121. oci/data_safe/data_safe_client.py +292 -292
  122. oci/data_science/data_science_client.py +92 -92
  123. oci/database/database_client.py +523 -398
  124. oci/database/database_client_composite_operations.py +88 -0
  125. oci/database/models/__init__.py +4 -0
  126. oci/database/models/autonomous_database.py +2 -2
  127. oci/database/models/autonomous_database_summary.py +2 -2
  128. oci/database/models/configure_exascale_exadata_infrastructure_details.py +72 -0
  129. oci/database/models/create_autonomous_database_base.py +2 -2
  130. oci/database/models/create_db_home_details.py +33 -2
  131. oci/database/models/create_db_home_from_backup_details.py +31 -0
  132. oci/database/models/create_db_home_from_database_details.py +31 -0
  133. oci/database/models/create_exascale_db_storage_vault_details.py +37 -2
  134. oci/database/models/create_pluggable_database_creation_type_details.py +2 -2
  135. oci/database/models/create_vm_cluster_details.py +37 -2
  136. oci/database/models/exadata_infrastructure.py +29 -2
  137. oci/database/models/exadata_infrastructure_summary.py +29 -2
  138. oci/database/models/exascale_config_details.py +103 -0
  139. oci/database/models/exascale_db_storage_vault.py +35 -0
  140. oci/database/models/exascale_db_storage_vault_summary.py +37 -2
  141. oci/database/models/update_autonomous_database_details.py +2 -2
  142. oci/database/models/vm_cluster.py +84 -2
  143. oci/database/models/vm_cluster_summary.py +84 -2
  144. oci/database_management/db_management_client.py +211 -211
  145. oci/database_management/diagnosability_client.py +4 -4
  146. oci/database_management/managed_my_sql_databases_client.py +7 -7
  147. oci/database_management/perfhub_client.py +1 -1
  148. oci/database_management/sql_tuning_client.py +17 -17
  149. oci/database_migration/database_migration_client.py +42 -42
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  152. oci/delegate_access_control/work_request_client.py +4 -4
  153. oci/demand_signal/occ_demand_signal_client.py +7 -7
  154. oci/desktops/desktop_service_client.py +21 -21
  155. oci/devops/devops_client.py +141 -141
  156. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  157. oci/dns/dns_client.py +54 -54
  158. oci/dts/appliance_export_job_client.py +6 -6
  159. oci/dts/shipping_vendors_client.py +1 -1
  160. oci/dts/transfer_appliance_client.py +8 -8
  161. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  162. oci/dts/transfer_device_client.py +5 -5
  163. oci/dts/transfer_job_client.py +6 -6
  164. oci/dts/transfer_package_client.py +7 -7
  165. oci/em_warehouse/em_warehouse_client.py +13 -13
  166. oci/email/email_client.py +31 -31
  167. oci/email_data_plane/email_dp_client.py +1 -1
  168. oci/events/events_client.py +6 -6
  169. oci/file_storage/file_storage_client.py +68 -68
  170. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  171. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  172. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  173. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  174. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  175. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  176. oci/functions/functions_invoke_client.py +1 -1
  177. oci/functions/functions_management_client.py +16 -16
  178. oci/fusion_apps/fusion_applications_client.py +41 -41
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
  181. oci/generative_ai/models/dedicated_ai_cluster.py +20 -4
  182. oci/generative_ai/models/endpoint.py +1 -1
  183. oci/generative_ai/models/model.py +1 -1
  184. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  185. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  186. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  187. oci/generative_ai_inference/models/__init__.py +10 -0
  188. oci/generative_ai_inference/models/base_chat_request.py +6 -2
  189. oci/generative_ai_inference/models/chat_content.py +11 -3
  190. oci/generative_ai_inference/models/cohere_chat_request.py +60 -2
  191. oci/generative_ai_inference/models/cohere_response_format.py +109 -0
  192. oci/generative_ai_inference/models/cohere_response_json_format.py +82 -0
  193. oci/generative_ai_inference/models/cohere_response_text_format.py +51 -0
  194. oci/generative_ai_inference/models/image_content.py +78 -0
  195. oci/generative_ai_inference/models/image_url.py +123 -0
  196. oci/generative_ai_inference/models/text_content.py +1 -1
  197. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  198. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  199. oci/golden_gate/golden_gate_client.py +191 -69
  200. oci/golden_gate/golden_gate_client_composite_operations.py +44 -0
  201. oci/golden_gate/models/__init__.py +4 -0
  202. oci/golden_gate/models/amazon_kinesis_connection.py +46 -2
  203. oci/golden_gate/models/amazon_kinesis_connection_summary.py +46 -2
  204. oci/golden_gate/models/amazon_redshift_connection.py +52 -2
  205. oci/golden_gate/models/amazon_redshift_connection_summary.py +52 -2
  206. oci/golden_gate/models/amazon_s3_connection.py +46 -2
  207. oci/golden_gate/models/amazon_s3_connection_summary.py +46 -2
  208. oci/golden_gate/models/azure_data_lake_storage_connection.py +120 -2
  209. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +120 -2
  210. oci/golden_gate/models/azure_synapse_connection.py +52 -2
  211. oci/golden_gate/models/azure_synapse_connection_summary.py +52 -2
  212. oci/golden_gate/models/connection.py +33 -2
  213. oci/golden_gate/models/connection_summary.py +33 -2
  214. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +47 -3
  215. oci/golden_gate/models/create_amazon_redshift_connection_details.py +53 -3
  216. oci/golden_gate/models/create_amazon_s3_connection_details.py +47 -3
  217. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +118 -0
  218. oci/golden_gate/models/create_azure_synapse_connection_details.py +53 -3
  219. oci/golden_gate/models/create_connection_details.py +33 -2
  220. oci/golden_gate/models/create_db2_connection_details.py +125 -1
  221. oci/golden_gate/models/create_deployment_backup_details.py +31 -0
  222. oci/golden_gate/models/create_elasticsearch_connection_details.py +50 -0
  223. oci/golden_gate/models/create_generic_connection_details.py +7 -0
  224. oci/golden_gate/models/create_golden_gate_connection_details.py +46 -0
  225. oci/golden_gate/models/create_google_big_query_connection_details.py +49 -3
  226. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +49 -3
  227. oci/golden_gate/models/create_hdfs_connection_details.py +7 -0
  228. oci/golden_gate/models/create_java_message_service_connection_details.py +270 -0
  229. oci/golden_gate/models/create_kafka_connection_details.py +235 -0
  230. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +239 -4
  231. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +45 -1
  232. oci/golden_gate/models/create_mongo_db_connection_details.py +44 -0
  233. oci/golden_gate/models/create_mysql_connection_details.py +90 -1
  234. oci/golden_gate/models/create_oci_object_storage_connection_details.py +84 -1
  235. oci/golden_gate/models/create_oracle_connection_details.py +90 -1
  236. oci/golden_gate/models/create_oracle_nosql_connection_details.py +84 -1
  237. oci/golden_gate/models/create_postgresql_connection_details.py +88 -1
  238. oci/golden_gate/models/create_redis_connection_details.py +198 -0
  239. oci/golden_gate/models/create_snowflake_connection_details.py +128 -2
  240. oci/golden_gate/models/db2_connection.py +126 -2
  241. oci/golden_gate/models/db2_connection_summary.py +126 -2
  242. oci/golden_gate/models/default_refresh_connection_details.py +51 -0
  243. oci/golden_gate/models/deployment_backup.py +31 -0
  244. oci/golden_gate/models/deployment_backup_summary.py +31 -0
  245. oci/golden_gate/models/elasticsearch_connection.py +52 -2
  246. oci/golden_gate/models/elasticsearch_connection_summary.py +52 -2
  247. oci/golden_gate/models/export_deployment_wallet_details.py +35 -0
  248. oci/golden_gate/models/generic_connection.py +7 -0
  249. oci/golden_gate/models/generic_connection_summary.py +7 -0
  250. oci/golden_gate/models/golden_gate_connection.py +48 -2
  251. oci/golden_gate/models/golden_gate_connection_summary.py +48 -2
  252. oci/golden_gate/models/google_big_query_connection.py +48 -2
  253. oci/golden_gate/models/google_big_query_connection_summary.py +48 -2
  254. oci/golden_gate/models/google_cloud_storage_connection.py +48 -2
  255. oci/golden_gate/models/google_cloud_storage_connection_summary.py +48 -2
  256. oci/golden_gate/models/hdfs_connection.py +7 -0
  257. oci/golden_gate/models/hdfs_connection_summary.py +7 -0
  258. oci/golden_gate/models/import_deployment_wallet_details.py +35 -0
  259. oci/golden_gate/models/java_message_service_connection.py +272 -2
  260. oci/golden_gate/models/java_message_service_connection_summary.py +272 -2
  261. oci/golden_gate/models/kafka_connection.py +299 -2
  262. oci/golden_gate/models/kafka_connection_summary.py +237 -2
  263. oci/golden_gate/models/kafka_schema_registry_connection.py +239 -4
  264. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +239 -4
  265. oci/golden_gate/models/microsoft_sqlserver_connection.py +46 -2
  266. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +46 -2
  267. oci/golden_gate/models/mongo_db_connection.py +46 -2
  268. oci/golden_gate/models/mongo_db_connection_summary.py +46 -2
  269. oci/golden_gate/models/mysql_connection.py +91 -2
  270. oci/golden_gate/models/mysql_connection_summary.py +91 -2
  271. oci/golden_gate/models/oci_object_storage_connection.py +85 -2
  272. oci/golden_gate/models/oci_object_storage_connection_summary.py +85 -2
  273. oci/golden_gate/models/oracle_connection.py +91 -2
  274. oci/golden_gate/models/oracle_connection_summary.py +91 -2
  275. oci/golden_gate/models/oracle_nosql_connection.py +85 -2
  276. oci/golden_gate/models/oracle_nosql_connection_summary.py +85 -2
  277. oci/golden_gate/models/postgresql_connection.py +89 -2
  278. oci/golden_gate/models/postgresql_connection_summary.py +89 -2
  279. oci/golden_gate/models/redis_connection.py +200 -2
  280. oci/golden_gate/models/redis_connection_summary.py +200 -2
  281. oci/golden_gate/models/refresh_connection_details.py +101 -0
  282. oci/golden_gate/models/snowflake_connection.py +128 -2
  283. oci/golden_gate/models/snowflake_connection_summary.py +128 -2
  284. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +46 -2
  285. oci/golden_gate/models/update_amazon_redshift_connection_details.py +52 -2
  286. oci/golden_gate/models/update_amazon_s3_connection_details.py +46 -2
  287. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +118 -0
  288. oci/golden_gate/models/update_azure_synapse_connection_details.py +52 -2
  289. oci/golden_gate/models/update_connection_details.py +33 -2
  290. oci/golden_gate/models/update_db2_connection_details.py +124 -0
  291. oci/golden_gate/models/update_elasticsearch_connection_details.py +50 -0
  292. oci/golden_gate/models/update_generic_connection_details.py +7 -0
  293. oci/golden_gate/models/update_golden_gate_connection_details.py +46 -0
  294. oci/golden_gate/models/update_google_big_query_connection_details.py +48 -2
  295. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +48 -2
  296. oci/golden_gate/models/update_hdfs_connection_details.py +7 -0
  297. oci/golden_gate/models/update_java_message_service_connection_details.py +270 -0
  298. oci/golden_gate/models/update_kafka_connection_details.py +235 -0
  299. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +241 -4
  300. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +44 -0
  301. oci/golden_gate/models/update_mongo_db_connection_details.py +44 -0
  302. oci/golden_gate/models/update_mysql_connection_details.py +89 -0
  303. oci/golden_gate/models/update_oci_object_storage_connection_details.py +83 -0
  304. oci/golden_gate/models/update_oracle_connection_details.py +89 -0
  305. oci/golden_gate/models/update_oracle_nosql_connection_details.py +83 -0
  306. oci/golden_gate/models/update_postgresql_connection_details.py +87 -0
  307. oci/golden_gate/models/update_redis_connection_details.py +198 -0
  308. oci/golden_gate/models/update_snowflake_connection_details.py +122 -2
  309. oci/golden_gate/models/work_request.py +7 -3
  310. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  311. oci/governance_rules_control_plane/work_request_client.py +5 -5
  312. oci/healthchecks/health_checks_client.py +17 -17
  313. oci/identity/identity_client.py +145 -145
  314. oci/identity_data_plane/dataplane_client.py +2 -2
  315. oci/identity_domains/identity_domains_client.py +311 -311
  316. oci/integration/integration_instance_client.py +19 -19
  317. oci/jms/java_management_service_client.py +75 -75
  318. oci/jms_java_downloads/java_download_client.py +25 -25
  319. oci/key_management/ekm_client.py +5 -5
  320. oci/key_management/kms_crypto_client.py +6 -6
  321. oci/key_management/kms_hsm_cluster_client.py +12 -12
  322. oci/key_management/kms_management_client.py +21 -21
  323. oci/key_management/kms_vault_client.py +14 -14
  324. oci/license_manager/license_manager_client.py +18 -18
  325. oci/limits/limits_client.py +4 -4
  326. oci/limits/quotas_client.py +7 -7
  327. oci/load_balancer/load_balancer_client.py +61 -61
  328. oci/lockbox/lockbox_client.py +24 -24
  329. oci/log_analytics/log_analytics_client.py +193 -193
  330. oci/logging/logging_management_client.py +30 -30
  331. oci/loggingingestion/logging_client.py +1 -1
  332. oci/loggingsearch/log_search_client.py +1 -1
  333. oci/management_agent/management_agent_client.py +28 -28
  334. oci/management_dashboard/dashx_apis_client.py +14 -14
  335. oci/marketplace/account_client.py +2 -2
  336. oci/marketplace/marketplace_client.py +30 -30
  337. oci/marketplace_private_offer/attachment_client.py +5 -5
  338. oci/marketplace_private_offer/offer_client.py +6 -6
  339. oci/marketplace_publisher/attachment_client.py +5 -5
  340. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  341. oci/marketplace_publisher/offer_client.py +6 -6
  342. oci/media_services/media_services_client.py +60 -60
  343. oci/media_services/media_stream_client.py +2 -2
  344. oci/monitoring/monitoring_client.py +18 -18
  345. oci/mysql/channels_client.py +7 -7
  346. oci/mysql/db_backups_client.py +7 -7
  347. oci/mysql/db_system_client.py +17 -17
  348. oci/mysql/mysqlaas_client.py +7 -7
  349. oci/mysql/replicas_client.py +5 -5
  350. oci/mysql/work_requests_client.py +4 -4
  351. oci/network_firewall/network_firewall_client.py +86 -86
  352. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  353. oci/nosql/nosql_client.py +24 -24
  354. oci/object_storage/object_storage_client.py +153 -57
  355. oci/oce/oce_instance_client.py +10 -10
  356. oci/oci_control_center/occ_metrics_client.py +3 -3
  357. oci/ocvp/cluster_client.py +5 -5
  358. oci/ocvp/esxi_host_client.py +8 -8
  359. oci/ocvp/sddc_client.py +14 -14
  360. oci/ocvp/work_request_client.py +4 -4
  361. oci/oda/management_client.py +59 -59
  362. oci/oda/oda_client.py +17 -17
  363. oci/oda/odapackage_client.py +7 -7
  364. oci/onesubscription/billing_schedule_client.py +1 -1
  365. oci/onesubscription/commitment_client.py +2 -2
  366. oci/onesubscription/computed_usage_client.py +3 -3
  367. oci/onesubscription/invoice_summary_client.py +2 -2
  368. oci/onesubscription/organization_subscription_client.py +1 -1
  369. oci/onesubscription/ratecard_client.py +1 -1
  370. oci/onesubscription/subscribed_service_client.py +2 -2
  371. oci/onesubscription/subscription_client.py +1 -1
  372. oci/ons/notification_control_plane_client.py +6 -6
  373. oci/ons/notification_data_plane_client.py +10 -10
  374. oci/opa/opa_instance_client.py +13 -13
  375. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  376. oci/opensearch/opensearch_cluster_client.py +14 -14
  377. oci/operator_access_control/access_requests_client.py +10 -10
  378. oci/operator_access_control/operator_actions_client.py +2 -2
  379. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  380. oci/operator_access_control/operator_control_client.py +6 -6
  381. oci/opsi/operations_insights_client.py +180 -180
  382. oci/optimizer/optimizer_client.py +26 -26
  383. oci/os_management/event_client.py +8 -8
  384. oci/os_management/os_management_client.py +69 -69
  385. oci/os_management_hub/event_client.py +8 -8
  386. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  387. oci/os_management_hub/managed_instance_client.py +31 -31
  388. oci/os_management_hub/managed_instance_group_client.py +25 -25
  389. oci/os_management_hub/management_station_client.py +10 -10
  390. oci/os_management_hub/onboarding_client.py +6 -6
  391. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  392. oci/os_management_hub/scheduled_job_client.py +7 -7
  393. oci/os_management_hub/software_source_client.py +27 -27
  394. oci/os_management_hub/work_request_client.py +4 -4
  395. oci/osp_gateway/address_rule_service_client.py +1 -1
  396. oci/osp_gateway/address_service_client.py +2 -2
  397. oci/osp_gateway/invoice_service_client.py +5 -5
  398. oci/osp_gateway/subscription_service_client.py +5 -5
  399. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  400. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  401. oci/osub_subscription/commitment_client.py +2 -2
  402. oci/osub_subscription/ratecard_client.py +1 -1
  403. oci/osub_subscription/subscription_client.py +1 -1
  404. oci/osub_usage/computed_usage_client.py +3 -3
  405. oci/psql/models/connection_details.py +29 -2
  406. oci/psql/models/endpoint.py +1 -1
  407. oci/psql/models/network_details.py +33 -2
  408. oci/psql/models/update_network_details.py +33 -2
  409. oci/psql/postgresql_client.py +33 -33
  410. oci/queue/queue_admin_client.py +11 -11
  411. oci/queue/queue_client.py +8 -8
  412. oci/recovery/database_recovery_client.py +26 -26
  413. oci/redis/redis_cluster_client.py +12 -12
  414. oci/regions_definitions.py +3 -0
  415. oci/resource_manager/resource_manager_client.py +52 -52
  416. oci/resource_scheduler/schedule_client.py +13 -13
  417. oci/resource_search/resource_search_client.py +3 -3
  418. oci/rover/rover_bundle_client.py +8 -8
  419. oci/rover/rover_cluster_client.py +8 -8
  420. oci/rover/rover_entitlement_client.py +6 -6
  421. oci/rover/rover_node_client.py +15 -15
  422. oci/rover/shape_client.py +1 -1
  423. oci/rover/work_requests_client.py +5 -5
  424. oci/sch/connector_plugins_client.py +2 -2
  425. oci/sch/service_connector_client.py +12 -12
  426. oci/secrets/secrets_client.py +3 -3
  427. oci/security_attribute/security_attribute_client.py +18 -18
  428. oci/service_catalog/service_catalog_client.py +26 -26
  429. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  430. oci/service_mesh/service_mesh_client.py +48 -48
  431. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  432. oci/streaming/stream_admin_client.py +18 -18
  433. oci/streaming/stream_client.py +8 -8
  434. oci/tenant_manager_control_plane/domain_client.py +5 -5
  435. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  436. oci/tenant_manager_control_plane/governance_client.py +2 -2
  437. oci/tenant_manager_control_plane/link_client.py +3 -3
  438. oci/tenant_manager_control_plane/orders_client.py +2 -2
  439. oci/tenant_manager_control_plane/organization_client.py +10 -10
  440. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  441. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  442. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  443. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  444. oci/threat_intelligence/threatintel_client.py +5 -5
  445. oci/usage/resources_client.py +2 -2
  446. oci/usage/rewards_client.py +6 -6
  447. oci/usage/usagelimits_client.py +1 -1
  448. oci/usage_api/usageapi_client.py +33 -33
  449. oci/vault/vaults_client.py +13 -13
  450. oci/vbs_inst/vbs_instance_client.py +10 -10
  451. oci/version.py +1 -1
  452. oci/visual_builder/vb_instance_client.py +13 -13
  453. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  454. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  455. oci/waa/waa_client.py +13 -13
  456. oci/waa/work_request_client.py +4 -4
  457. oci/waas/redirect_client.py +6 -6
  458. oci/waas/waas_client.py +66 -66
  459. oci/waf/waf_client.py +24 -24
  460. oci/work_requests/work_request_client.py +4 -4
  461. oci/zpr/zpr_client.py +15 -15
  462. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/METADATA +1 -1
  463. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/RECORD +467 -456
  464. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/THIRD_PARTY_LICENSES.txt +1 -1
  465. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/LICENSE.txt +0 -0
  466. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/WHEEL +0 -0
  467. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/top_level.txt +0 -0
@@ -158,7 +158,7 @@ class ObjectStorageClient(object):
158
158
  :rtype: :class:`~oci.response.Response`
159
159
 
160
160
  :example:
161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/abort_multipart_upload.py.html>`__ to see an example of how to use abort_multipart_upload API.
161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/abort_multipart_upload.py.html>`__ to see an example of how to use abort_multipart_upload API.
162
162
  """
163
163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
164
164
  required_arguments = ['namespaceName', 'bucketName', 'objectName', 'uploadId']
@@ -263,7 +263,7 @@ class ObjectStorageClient(object):
263
263
  :rtype: :class:`~oci.response.Response`
264
264
 
265
265
  :example:
266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
267
267
  """
268
268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
269
269
  required_arguments = ['workRequestId']
@@ -382,7 +382,7 @@ class ObjectStorageClient(object):
382
382
  :rtype: :class:`~oci.response.Response`
383
383
 
384
384
  :example:
385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/commit_multipart_upload.py.html>`__ to see an example of how to use commit_multipart_upload API.
385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/commit_multipart_upload.py.html>`__ to see an example of how to use commit_multipart_upload API.
386
386
  """
387
387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
388
388
  required_arguments = ['namespaceName', 'bucketName', 'objectName', 'uploadId']
@@ -553,7 +553,7 @@ class ObjectStorageClient(object):
553
553
  :rtype: :class:`~oci.response.Response`
554
554
 
555
555
  :example:
556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/copy_object.py.html>`__ to see an example of how to use copy_object API.
556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/copy_object.py.html>`__ to see an example of how to use copy_object API.
557
557
  """
558
558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
559
559
  required_arguments = ['namespaceName', 'bucketName']
@@ -670,7 +670,7 @@ class ObjectStorageClient(object):
670
670
  :rtype: :class:`~oci.response.Response`
671
671
 
672
672
  :example:
673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/create_bucket.py.html>`__ to see an example of how to use create_bucket API.
673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/create_bucket.py.html>`__ to see an example of how to use create_bucket API.
674
674
  """
675
675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
676
676
  required_arguments = ['namespaceName']
@@ -801,6 +801,12 @@ class ObjectStorageClient(object):
801
801
 
802
802
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
803
803
 
804
+ :param str opc_checksum_algorithm: (optional)
805
+ The optional checksum algorithm to use to compute and store the checksum of the body of the HTTP request (or the parts in case of multipart uploads),
806
+ in addition to the default MD5 checksum.
807
+
808
+ Allowed values are: "CRC32C", "SHA256", "SHA384"
809
+
804
810
  :param obj retry_strategy: (optional)
805
811
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
806
812
 
@@ -817,7 +823,7 @@ class ObjectStorageClient(object):
817
823
  :rtype: :class:`~oci.response.Response`
818
824
 
819
825
  :example:
820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/create_multipart_upload.py.html>`__ to see an example of how to use create_multipart_upload API.
826
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/create_multipart_upload.py.html>`__ to see an example of how to use create_multipart_upload API.
821
827
  """
822
828
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
823
829
  required_arguments = ['namespaceName', 'bucketName']
@@ -836,7 +842,8 @@ class ObjectStorageClient(object):
836
842
  "opc_sse_customer_algorithm",
837
843
  "opc_sse_customer_key",
838
844
  "opc_sse_customer_key_sha256",
839
- "opc_sse_kms_key_id"
845
+ "opc_sse_kms_key_id",
846
+ "opc_checksum_algorithm"
840
847
  ]
841
848
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
842
849
  if extra_kwargs:
@@ -863,7 +870,8 @@ class ObjectStorageClient(object):
863
870
  "opc-sse-customer-algorithm": kwargs.get("opc_sse_customer_algorithm", missing),
864
871
  "opc-sse-customer-key": kwargs.get("opc_sse_customer_key", missing),
865
872
  "opc-sse-customer-key-sha256": kwargs.get("opc_sse_customer_key_sha256", missing),
866
- "opc-sse-kms-key-id": kwargs.get("opc_sse_kms_key_id", missing)
873
+ "opc-sse-kms-key-id": kwargs.get("opc_sse_kms_key_id", missing),
874
+ "opc-checksum-algorithm": kwargs.get("opc_checksum_algorithm", missing)
867
875
  }
868
876
  header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
869
877
 
@@ -937,7 +945,7 @@ class ObjectStorageClient(object):
937
945
  :rtype: :class:`~oci.response.Response`
938
946
 
939
947
  :example:
940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/create_preauthenticated_request.py.html>`__ to see an example of how to use create_preauthenticated_request API.
948
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/create_preauthenticated_request.py.html>`__ to see an example of how to use create_preauthenticated_request API.
941
949
  """
942
950
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
943
951
  required_arguments = ['namespaceName', 'bucketName']
@@ -1041,7 +1049,7 @@ class ObjectStorageClient(object):
1041
1049
  :rtype: :class:`~oci.response.Response`
1042
1050
 
1043
1051
  :example:
1044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/create_private_endpoint.py.html>`__ to see an example of how to use create_private_endpoint API.
1052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/create_private_endpoint.py.html>`__ to see an example of how to use create_private_endpoint API.
1045
1053
  """
1046
1054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1047
1055
  required_arguments = ['namespaceName']
@@ -1146,7 +1154,7 @@ class ObjectStorageClient(object):
1146
1154
  :rtype: :class:`~oci.response.Response`
1147
1155
 
1148
1156
  :example:
1149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/create_replication_policy.py.html>`__ to see an example of how to use create_replication_policy API.
1157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/create_replication_policy.py.html>`__ to see an example of how to use create_replication_policy API.
1150
1158
  """
1151
1159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1152
1160
  required_arguments = ['namespaceName', 'bucketName']
@@ -1255,7 +1263,7 @@ class ObjectStorageClient(object):
1255
1263
  :rtype: :class:`~oci.response.Response`
1256
1264
 
1257
1265
  :example:
1258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/create_retention_rule.py.html>`__ to see an example of how to use create_retention_rule API.
1266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/create_retention_rule.py.html>`__ to see an example of how to use create_retention_rule API.
1259
1267
  """
1260
1268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1261
1269
  required_arguments = ['namespaceName', 'bucketName']
@@ -1368,7 +1376,7 @@ class ObjectStorageClient(object):
1368
1376
  :rtype: :class:`~oci.response.Response`
1369
1377
 
1370
1378
  :example:
1371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_bucket.py.html>`__ to see an example of how to use delete_bucket API.
1379
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_bucket.py.html>`__ to see an example of how to use delete_bucket API.
1372
1380
  """
1373
1381
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1374
1382
  required_arguments = ['namespaceName', 'bucketName']
@@ -1483,7 +1491,7 @@ class ObjectStorageClient(object):
1483
1491
  :rtype: :class:`~oci.response.Response`
1484
1492
 
1485
1493
  :example:
1486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_object.py.html>`__ to see an example of how to use delete_object API.
1494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_object.py.html>`__ to see an example of how to use delete_object API.
1487
1495
  """
1488
1496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1489
1497
  required_arguments = ['namespaceName', 'bucketName', 'objectName']
@@ -1600,7 +1608,7 @@ class ObjectStorageClient(object):
1600
1608
  :rtype: :class:`~oci.response.Response`
1601
1609
 
1602
1610
  :example:
1603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_object_lifecycle_policy.py.html>`__ to see an example of how to use delete_object_lifecycle_policy API.
1611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_object_lifecycle_policy.py.html>`__ to see an example of how to use delete_object_lifecycle_policy API.
1604
1612
  """
1605
1613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1606
1614
  required_arguments = ['namespaceName', 'bucketName']
@@ -1707,7 +1715,7 @@ class ObjectStorageClient(object):
1707
1715
  :rtype: :class:`~oci.response.Response`
1708
1716
 
1709
1717
  :example:
1710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_preauthenticated_request.py.html>`__ to see an example of how to use delete_preauthenticated_request API.
1718
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_preauthenticated_request.py.html>`__ to see an example of how to use delete_preauthenticated_request API.
1711
1719
  """
1712
1720
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1713
1721
  required_arguments = ['namespaceName', 'bucketName', 'parId']
@@ -1814,7 +1822,7 @@ class ObjectStorageClient(object):
1814
1822
  :rtype: :class:`~oci.response.Response`
1815
1823
 
1816
1824
  :example:
1817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_private_endpoint.py.html>`__ to see an example of how to use delete_private_endpoint API.
1825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_private_endpoint.py.html>`__ to see an example of how to use delete_private_endpoint API.
1818
1826
  """
1819
1827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1820
1828
  required_arguments = ['namespaceName', 'peName']
@@ -1920,7 +1928,7 @@ class ObjectStorageClient(object):
1920
1928
  :rtype: :class:`~oci.response.Response`
1921
1929
 
1922
1930
  :example:
1923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_replication_policy.py.html>`__ to see an example of how to use delete_replication_policy API.
1931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_replication_policy.py.html>`__ to see an example of how to use delete_replication_policy API.
1924
1932
  """
1925
1933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1926
1934
  required_arguments = ['namespaceName', 'bucketName', 'replicationId']
@@ -2030,7 +2038,7 @@ class ObjectStorageClient(object):
2030
2038
  :rtype: :class:`~oci.response.Response`
2031
2039
 
2032
2040
  :example:
2033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/delete_retention_rule.py.html>`__ to see an example of how to use delete_retention_rule API.
2041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/delete_retention_rule.py.html>`__ to see an example of how to use delete_retention_rule API.
2034
2042
  """
2035
2043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2036
2044
  required_arguments = ['namespaceName', 'bucketName', 'retentionRuleId']
@@ -2152,7 +2160,7 @@ class ObjectStorageClient(object):
2152
2160
  :rtype: :class:`~oci.response.Response`
2153
2161
 
2154
2162
  :example:
2155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_bucket.py.html>`__ to see an example of how to use get_bucket API.
2163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_bucket.py.html>`__ to see an example of how to use get_bucket API.
2156
2164
  """
2157
2165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2158
2166
  required_arguments = ['namespaceName', 'bucketName']
@@ -2281,7 +2289,7 @@ class ObjectStorageClient(object):
2281
2289
  :rtype: :class:`~oci.response.Response`
2282
2290
 
2283
2291
  :example:
2284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
2292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_namespace.py.html>`__ to see an example of how to use get_namespace API.
2285
2293
  """
2286
2294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2287
2295
  required_arguments = []
@@ -2383,7 +2391,7 @@ class ObjectStorageClient(object):
2383
2391
  :rtype: :class:`~oci.response.Response`
2384
2392
 
2385
2393
  :example:
2386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_namespace_metadata.py.html>`__ to see an example of how to use get_namespace_metadata API.
2394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_namespace_metadata.py.html>`__ to see an example of how to use get_namespace_metadata API.
2387
2395
  """
2388
2396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2389
2397
  required_arguments = ['namespaceName']
@@ -2546,7 +2554,7 @@ class ObjectStorageClient(object):
2546
2554
  :rtype: :class:`~oci.response.Response`
2547
2555
 
2548
2556
  :example:
2549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_object.py.html>`__ to see an example of how to use get_object API.
2557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_object.py.html>`__ to see an example of how to use get_object API.
2550
2558
  """
2551
2559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2552
2560
  required_arguments = ['namespaceName', 'bucketName', 'objectName']
@@ -2682,7 +2690,7 @@ class ObjectStorageClient(object):
2682
2690
  :rtype: :class:`~oci.response.Response`
2683
2691
 
2684
2692
  :example:
2685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_object_lifecycle_policy.py.html>`__ to see an example of how to use get_object_lifecycle_policy API.
2693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_object_lifecycle_policy.py.html>`__ to see an example of how to use get_object_lifecycle_policy API.
2686
2694
  """
2687
2695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2688
2696
  required_arguments = ['namespaceName', 'bucketName']
@@ -2789,7 +2797,7 @@ class ObjectStorageClient(object):
2789
2797
  :rtype: :class:`~oci.response.Response`
2790
2798
 
2791
2799
  :example:
2792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_preauthenticated_request.py.html>`__ to see an example of how to use get_preauthenticated_request API.
2800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_preauthenticated_request.py.html>`__ to see an example of how to use get_preauthenticated_request API.
2793
2801
  """
2794
2802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2795
2803
  required_arguments = ['namespaceName', 'bucketName', 'parId']
@@ -2903,7 +2911,7 @@ class ObjectStorageClient(object):
2903
2911
  :rtype: :class:`~oci.response.Response`
2904
2912
 
2905
2913
  :example:
2906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_private_endpoint.py.html>`__ to see an example of how to use get_private_endpoint API.
2914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_private_endpoint.py.html>`__ to see an example of how to use get_private_endpoint API.
2907
2915
  """
2908
2916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2909
2917
  required_arguments = ['namespaceName', 'peName']
@@ -3013,7 +3021,7 @@ class ObjectStorageClient(object):
3013
3021
  :rtype: :class:`~oci.response.Response`
3014
3022
 
3015
3023
  :example:
3016
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_replication_policy.py.html>`__ to see an example of how to use get_replication_policy API.
3024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_replication_policy.py.html>`__ to see an example of how to use get_replication_policy API.
3017
3025
  """
3018
3026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3019
3027
  required_arguments = ['namespaceName', 'bucketName', 'replicationId']
@@ -3120,7 +3128,7 @@ class ObjectStorageClient(object):
3120
3128
  :rtype: :class:`~oci.response.Response`
3121
3129
 
3122
3130
  :example:
3123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_retention_rule.py.html>`__ to see an example of how to use get_retention_rule API.
3131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_retention_rule.py.html>`__ to see an example of how to use get_retention_rule API.
3124
3132
  """
3125
3133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3126
3134
  required_arguments = ['namespaceName', 'bucketName', 'retentionRuleId']
@@ -3220,7 +3228,7 @@ class ObjectStorageClient(object):
3220
3228
  :rtype: :class:`~oci.response.Response`
3221
3229
 
3222
3230
  :example:
3223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3224
3232
  """
3225
3233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3226
3234
  required_arguments = ['workRequestId']
@@ -3332,7 +3340,7 @@ class ObjectStorageClient(object):
3332
3340
  :rtype: :class:`~oci.response.Response`
3333
3341
 
3334
3342
  :example:
3335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/head_bucket.py.html>`__ to see an example of how to use head_bucket API.
3343
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/head_bucket.py.html>`__ to see an example of how to use head_bucket API.
3336
3344
  """
3337
3345
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3338
3346
  required_arguments = ['namespaceName', 'bucketName']
@@ -3474,7 +3482,7 @@ class ObjectStorageClient(object):
3474
3482
  :rtype: :class:`~oci.response.Response`
3475
3483
 
3476
3484
  :example:
3477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/head_object.py.html>`__ to see an example of how to use head_object API.
3485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/head_object.py.html>`__ to see an example of how to use head_object API.
3478
3486
  """
3479
3487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3480
3488
  required_arguments = ['namespaceName', 'bucketName', 'objectName']
@@ -3622,7 +3630,7 @@ class ObjectStorageClient(object):
3622
3630
  :rtype: :class:`~oci.response.Response`
3623
3631
 
3624
3632
  :example:
3625
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_buckets.py.html>`__ to see an example of how to use list_buckets API.
3633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_buckets.py.html>`__ to see an example of how to use list_buckets API.
3626
3634
  """
3627
3635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3628
3636
  required_arguments = ['namespaceName', 'compartmentId']
@@ -3765,7 +3773,7 @@ class ObjectStorageClient(object):
3765
3773
  :rtype: :class:`~oci.response.Response`
3766
3774
 
3767
3775
  :example:
3768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_multipart_upload_parts.py.html>`__ to see an example of how to use list_multipart_upload_parts API.
3776
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_multipart_upload_parts.py.html>`__ to see an example of how to use list_multipart_upload_parts API.
3769
3777
  """
3770
3778
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3771
3779
  required_arguments = ['namespaceName', 'bucketName', 'objectName', 'uploadId']
@@ -3893,7 +3901,7 @@ class ObjectStorageClient(object):
3893
3901
  :rtype: :class:`~oci.response.Response`
3894
3902
 
3895
3903
  :example:
3896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_multipart_uploads.py.html>`__ to see an example of how to use list_multipart_uploads API.
3904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_multipart_uploads.py.html>`__ to see an example of how to use list_multipart_uploads API.
3897
3905
  """
3898
3906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3899
3907
  required_arguments = ['namespaceName', 'bucketName']
@@ -4056,7 +4064,7 @@ class ObjectStorageClient(object):
4056
4064
  :rtype: :class:`~oci.response.Response`
4057
4065
 
4058
4066
  :example:
4059
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_object_versions.py.html>`__ to see an example of how to use list_object_versions API.
4067
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_object_versions.py.html>`__ to see an example of how to use list_object_versions API.
4060
4068
  """
4061
4069
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4062
4070
  required_arguments = ['namespaceName', 'bucketName']
@@ -4227,7 +4235,7 @@ class ObjectStorageClient(object):
4227
4235
  :rtype: :class:`~oci.response.Response`
4228
4236
 
4229
4237
  :example:
4230
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_objects.py.html>`__ to see an example of how to use list_objects API.
4238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_objects.py.html>`__ to see an example of how to use list_objects API.
4231
4239
  """
4232
4240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4233
4241
  required_arguments = ['namespaceName', 'bucketName']
@@ -4366,7 +4374,7 @@ class ObjectStorageClient(object):
4366
4374
  :rtype: :class:`~oci.response.Response`
4367
4375
 
4368
4376
  :example:
4369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_preauthenticated_requests.py.html>`__ to see an example of how to use list_preauthenticated_requests API.
4377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_preauthenticated_requests.py.html>`__ to see an example of how to use list_preauthenticated_requests API.
4370
4378
  """
4371
4379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4372
4380
  required_arguments = ['namespaceName', 'bucketName']
@@ -4511,7 +4519,7 @@ class ObjectStorageClient(object):
4511
4519
  :rtype: :class:`~oci.response.Response`
4512
4520
 
4513
4521
  :example:
4514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_private_endpoints.py.html>`__ to see an example of how to use list_private_endpoints API.
4522
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_private_endpoints.py.html>`__ to see an example of how to use list_private_endpoints API.
4515
4523
  """
4516
4524
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4517
4525
  required_arguments = ['namespaceName', 'compartmentId']
@@ -4656,7 +4664,7 @@ class ObjectStorageClient(object):
4656
4664
  :rtype: :class:`~oci.response.Response`
4657
4665
 
4658
4666
  :example:
4659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_replication_policies.py.html>`__ to see an example of how to use list_replication_policies API.
4667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_replication_policies.py.html>`__ to see an example of how to use list_replication_policies API.
4660
4668
  """
4661
4669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4662
4670
  required_arguments = ['namespaceName', 'bucketName']
@@ -4782,7 +4790,7 @@ class ObjectStorageClient(object):
4782
4790
  :rtype: :class:`~oci.response.Response`
4783
4791
 
4784
4792
  :example:
4785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_replication_sources.py.html>`__ to see an example of how to use list_replication_sources API.
4793
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_replication_sources.py.html>`__ to see an example of how to use list_replication_sources API.
4786
4794
  """
4787
4795
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4788
4796
  required_arguments = ['namespaceName', 'bucketName']
@@ -4899,7 +4907,7 @@ class ObjectStorageClient(object):
4899
4907
  :rtype: :class:`~oci.response.Response`
4900
4908
 
4901
4909
  :example:
4902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_retention_rules.py.html>`__ to see an example of how to use list_retention_rules API.
4910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_retention_rules.py.html>`__ to see an example of how to use list_retention_rules API.
4903
4911
  """
4904
4912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4905
4913
  required_arguments = ['namespaceName', 'bucketName']
@@ -5016,7 +5024,7 @@ class ObjectStorageClient(object):
5016
5024
  :rtype: :class:`~oci.response.Response`
5017
5025
 
5018
5026
  :example:
5019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
5027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
5020
5028
  """
5021
5029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5022
5030
  required_arguments = ['workRequestId']
@@ -5137,7 +5145,7 @@ class ObjectStorageClient(object):
5137
5145
  :rtype: :class:`~oci.response.Response`
5138
5146
 
5139
5147
  :example:
5140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
5148
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
5141
5149
  """
5142
5150
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5143
5151
  required_arguments = ['workRequestId']
@@ -5261,7 +5269,7 @@ class ObjectStorageClient(object):
5261
5269
  :rtype: :class:`~oci.response.Response`
5262
5270
 
5263
5271
  :example:
5264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
5272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
5265
5273
  """
5266
5274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5267
5275
  required_arguments = ['compartmentId']
@@ -5367,7 +5375,7 @@ class ObjectStorageClient(object):
5367
5375
  :rtype: :class:`~oci.response.Response`
5368
5376
 
5369
5377
  :example:
5370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/make_bucket_writable.py.html>`__ to see an example of how to use make_bucket_writable API.
5378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/make_bucket_writable.py.html>`__ to see an example of how to use make_bucket_writable API.
5371
5379
  """
5372
5380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5373
5381
  required_arguments = ['namespaceName', 'bucketName']
@@ -5494,6 +5502,42 @@ class ObjectStorageClient(object):
5494
5502
 
5495
5503
  \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
5496
5504
 
5505
+ :param str opc_checksum_algorithm: (optional)
5506
+ The optional checksum algorithm to use to compute and store the checksum of the body of the HTTP request (or the parts in case of multipart uploads),
5507
+ in addition to the default MD5 checksum.
5508
+
5509
+ Allowed values are: "CRC32C", "SHA256", "SHA384"
5510
+
5511
+ :param str opc_content_crc32c: (optional)
5512
+ Applicable only if CRC32C is specified in the opc-checksum-algorithm request header.
5513
+
5514
+ The optional header that defines the base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the body. If the optional opc-content-crc32c header
5515
+ is present, Object Storage performs an integrity check on the body of the HTTP request by computing the CRC32C checksum for the body and comparing
5516
+ it to the CRC32C checksum supplied in the header. If the two checksums do not match, the object is rejected and an HTTP-400 Unmatched Content CRC32C error
5517
+ is returned with the message:
5518
+
5519
+ \"The computed CRC32C of the request body (ACTUAL_CRC32C) does not match the opc-content-crc32c header (HEADER_CRC32C)\"
5520
+
5521
+ :param str opc_content_sha256: (optional)
5522
+ Applicable only if SHA256 is specified in the opc-checksum-algorithm request header.
5523
+
5524
+ The optional header that defines the base64-encoded SHA256 hash of the body. If the optional opc-content-sha256 header is present, Object
5525
+ Storage performs an integrity check on the body of the HTTP request by computing the SHA256 hash for the body and comparing it to the
5526
+ SHA256 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content SHA256 error
5527
+ is returned with the message:
5528
+
5529
+ \"The computed SHA256 of the request body (ACTUAL_SHA256) does not match the opc-content-sha256 header (HEADER_SHA256)\"
5530
+
5531
+ :param str opc_content_sha384: (optional)
5532
+ Applicable only if SHA384 is specified in the opc-checksum-algorithm request header.
5533
+
5534
+ The optional header that defines the base64-encoded SHA384 hash of the body. If the optional opc-content-sha384 header is present, Object
5535
+ Storage performs an integrity check on the body of the HTTP request by computing the SHA384 hash for the body and comparing it to the
5536
+ SHA384 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content SHA384 error
5537
+ is returned with the message:
5538
+
5539
+ \"The computed SHA384 of the request body (ACTUAL_SHA384) does not match the opc-content-sha384 header (HEADER_SHA384)\"
5540
+
5497
5541
  :param str content_type: (optional)
5498
5542
  The optional Content-Type header that defines the standard MIME type format of the object. Content type defaults to
5499
5543
  'application/octet-stream' if not specified in the PutObject call. Specifying values for this header has no effect
@@ -5585,7 +5629,7 @@ class ObjectStorageClient(object):
5585
5629
  :rtype: :class:`~oci.response.Response`
5586
5630
 
5587
5631
  :example:
5588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/put_object.py.html>`__ to see an example of how to use put_object API.
5632
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/put_object.py.html>`__ to see an example of how to use put_object API.
5589
5633
  """
5590
5634
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5591
5635
  required_arguments = ['namespaceName', 'bucketName', 'objectName']
@@ -5605,6 +5649,10 @@ class ObjectStorageClient(object):
5605
5649
  "opc_client_request_id",
5606
5650
  "expect",
5607
5651
  "content_md5",
5652
+ "opc_checksum_algorithm",
5653
+ "opc_content_crc32c",
5654
+ "opc_content_sha256",
5655
+ "opc_content_sha384",
5608
5656
  "content_type",
5609
5657
  "content_language",
5610
5658
  "content_encoding",
@@ -5642,6 +5690,10 @@ class ObjectStorageClient(object):
5642
5690
  "Expect": kwargs.get("expect", missing),
5643
5691
  "Content-Length": kwargs.get("content_length", missing),
5644
5692
  "Content-MD5": kwargs.get("content_md5", missing),
5693
+ "opc-checksum-algorithm": kwargs.get("opc_checksum_algorithm", missing),
5694
+ "opc-content-crc32c": kwargs.get("opc_content_crc32c", missing),
5695
+ "opc-content-sha256": kwargs.get("opc_content_sha256", missing),
5696
+ "opc-content-sha384": kwargs.get("opc_content_sha384", missing),
5645
5697
  "Content-Type": kwargs.get("content_type", missing),
5646
5698
  "Content-Language": kwargs.get("content_language", missing),
5647
5699
  "Content-Encoding": kwargs.get("content_encoding", missing),
@@ -5762,7 +5814,7 @@ class ObjectStorageClient(object):
5762
5814
  :rtype: :class:`~oci.response.Response`
5763
5815
 
5764
5816
  :example:
5765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/put_object_lifecycle_policy.py.html>`__ to see an example of how to use put_object_lifecycle_policy API.
5817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/put_object_lifecycle_policy.py.html>`__ to see an example of how to use put_object_lifecycle_policy API.
5766
5818
  """
5767
5819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5768
5820
  required_arguments = ['namespaceName', 'bucketName']
@@ -5885,7 +5937,7 @@ class ObjectStorageClient(object):
5885
5937
  :rtype: :class:`~oci.response.Response`
5886
5938
 
5887
5939
  :example:
5888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/reencrypt_bucket.py.html>`__ to see an example of how to use reencrypt_bucket API.
5940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/reencrypt_bucket.py.html>`__ to see an example of how to use reencrypt_bucket API.
5889
5941
  """
5890
5942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5891
5943
  required_arguments = ['namespaceName', 'bucketName']
@@ -6004,7 +6056,7 @@ class ObjectStorageClient(object):
6004
6056
  :rtype: :class:`~oci.response.Response`
6005
6057
 
6006
6058
  :example:
6007
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/reencrypt_object.py.html>`__ to see an example of how to use reencrypt_object API.
6059
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/reencrypt_object.py.html>`__ to see an example of how to use reencrypt_object API.
6008
6060
  """
6009
6061
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6010
6062
  required_arguments = ['namespaceName', 'bucketName', 'objectName']
@@ -6124,7 +6176,7 @@ class ObjectStorageClient(object):
6124
6176
  :rtype: :class:`~oci.response.Response`
6125
6177
 
6126
6178
  :example:
6127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/rename_object.py.html>`__ to see an example of how to use rename_object API.
6179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/rename_object.py.html>`__ to see an example of how to use rename_object API.
6128
6180
  """
6129
6181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6130
6182
  required_arguments = ['namespaceName', 'bucketName']
@@ -6231,7 +6283,7 @@ class ObjectStorageClient(object):
6231
6283
  :rtype: :class:`~oci.response.Response`
6232
6284
 
6233
6285
  :example:
6234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/restore_objects.py.html>`__ to see an example of how to use restore_objects API.
6286
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/restore_objects.py.html>`__ to see an example of how to use restore_objects API.
6235
6287
  """
6236
6288
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6237
6289
  required_arguments = ['namespaceName', 'bucketName']
@@ -6348,7 +6400,7 @@ class ObjectStorageClient(object):
6348
6400
  :rtype: :class:`~oci.response.Response`
6349
6401
 
6350
6402
  :example:
6351
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/update_bucket.py.html>`__ to see an example of how to use update_bucket API.
6403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/update_bucket.py.html>`__ to see an example of how to use update_bucket API.
6352
6404
  """
6353
6405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6354
6406
  required_arguments = ['namespaceName', 'bucketName']
@@ -6460,7 +6512,7 @@ class ObjectStorageClient(object):
6460
6512
  :rtype: :class:`~oci.response.Response`
6461
6513
 
6462
6514
  :example:
6463
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/update_namespace_metadata.py.html>`__ to see an example of how to use update_namespace_metadata API.
6515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/update_namespace_metadata.py.html>`__ to see an example of how to use update_namespace_metadata API.
6464
6516
  """
6465
6517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6466
6518
  required_arguments = ['namespaceName']
@@ -6567,7 +6619,7 @@ class ObjectStorageClient(object):
6567
6619
  :rtype: :class:`~oci.response.Response`
6568
6620
 
6569
6621
  :example:
6570
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/update_object_storage_tier.py.html>`__ to see an example of how to use update_object_storage_tier API.
6622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/update_object_storage_tier.py.html>`__ to see an example of how to use update_object_storage_tier API.
6571
6623
  """
6572
6624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6573
6625
  required_arguments = ['namespaceName', 'bucketName']
@@ -6687,7 +6739,7 @@ class ObjectStorageClient(object):
6687
6739
  :rtype: :class:`~oci.response.Response`
6688
6740
 
6689
6741
  :example:
6690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/update_private_endpoint.py.html>`__ to see an example of how to use update_private_endpoint API.
6742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/update_private_endpoint.py.html>`__ to see an example of how to use update_private_endpoint API.
6691
6743
  """
6692
6744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6693
6745
  required_arguments = ['namespaceName', 'peName']
@@ -6803,7 +6855,7 @@ class ObjectStorageClient(object):
6803
6855
  :rtype: :class:`~oci.response.Response`
6804
6856
 
6805
6857
  :example:
6806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/update_retention_rule.py.html>`__ to see an example of how to use update_retention_rule API.
6858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/update_retention_rule.py.html>`__ to see an example of how to use update_retention_rule API.
6807
6859
  """
6808
6860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6809
6861
  required_arguments = ['namespaceName', 'bucketName', 'retentionRuleId']
@@ -6933,6 +6985,42 @@ class ObjectStorageClient(object):
6933
6985
 
6934
6986
  \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
6935
6987
 
6988
+ :param str opc_checksum_algorithm: (optional)
6989
+ The optional checksum algorithm to use to compute and store the checksum of the body of the HTTP request (or the parts in case of multipart uploads),
6990
+ in addition to the default MD5 checksum.
6991
+
6992
+ Allowed values are: "CRC32C", "SHA256", "SHA384"
6993
+
6994
+ :param str opc_content_crc32c: (optional)
6995
+ Applicable only if CRC32C is specified in the opc-checksum-algorithm request header.
6996
+
6997
+ The optional header that defines the base64-encoded, 32-bit CRC32C (Castagnoli) checksum of the body. If the optional opc-content-crc32c header
6998
+ is present, Object Storage performs an integrity check on the body of the HTTP request by computing the CRC32C checksum for the body and comparing
6999
+ it to the CRC32C checksum supplied in the header. If the two checksums do not match, the object is rejected and an HTTP-400 Unmatched Content CRC32C error
7000
+ is returned with the message:
7001
+
7002
+ \"The computed CRC32C of the request body (ACTUAL_CRC32C) does not match the opc-content-crc32c header (HEADER_CRC32C)\"
7003
+
7004
+ :param str opc_content_sha256: (optional)
7005
+ Applicable only if SHA256 is specified in the opc-checksum-algorithm request header.
7006
+
7007
+ The optional header that defines the base64-encoded SHA256 hash of the body. If the optional opc-content-sha256 header is present, Object
7008
+ Storage performs an integrity check on the body of the HTTP request by computing the SHA256 hash for the body and comparing it to the
7009
+ SHA256 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content SHA256 error
7010
+ is returned with the message:
7011
+
7012
+ \"The computed SHA256 of the request body (ACTUAL_SHA256) does not match the opc-content-sha256 header (HEADER_SHA256)\"
7013
+
7014
+ :param str opc_content_sha384: (optional)
7015
+ Applicable only if SHA384 is specified in the opc-checksum-algorithm request header.
7016
+
7017
+ The optional header that defines the base64-encoded SHA384 hash of the body. If the optional opc-content-sha384 header is present, Object
7018
+ Storage performs an integrity check on the body of the HTTP request by computing the SHA384 hash for the body and comparing it to the
7019
+ SHA384 hash supplied in the header. If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content SHA384 error
7020
+ is returned with the message:
7021
+
7022
+ \"The computed SHA384 of the request body (ACTUAL_SHA384) does not match the opc-content-sha384 header (HEADER_SHA384)\"
7023
+
6936
7024
  :param str opc_sse_customer_algorithm: (optional)
6937
7025
  The optional header that specifies \"AES256\" as the encryption algorithm. For more information, see
6938
7026
  `Using Your Own Keys for Server-Side Encryption`__.
@@ -6982,7 +7070,7 @@ class ObjectStorageClient(object):
6982
7070
  :rtype: :class:`~oci.response.Response`
6983
7071
 
6984
7072
  :example:
6985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/objectstorage/upload_part.py.html>`__ to see an example of how to use upload_part API.
7073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/objectstorage/upload_part.py.html>`__ to see an example of how to use upload_part API.
6986
7074
  """
6987
7075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6988
7076
  required_arguments = ['namespaceName', 'bucketName', 'objectName', 'uploadId', 'uploadPartNum']
@@ -7002,6 +7090,10 @@ class ObjectStorageClient(object):
7002
7090
  "if_none_match",
7003
7091
  "expect",
7004
7092
  "content_md5",
7093
+ "opc_checksum_algorithm",
7094
+ "opc_content_crc32c",
7095
+ "opc_content_sha256",
7096
+ "opc_content_sha384",
7005
7097
  "opc_sse_customer_algorithm",
7006
7098
  "opc_sse_customer_key",
7007
7099
  "opc_sse_customer_key_sha256",
@@ -7038,6 +7130,10 @@ class ObjectStorageClient(object):
7038
7130
  "Expect": kwargs.get("expect", missing),
7039
7131
  "Content-Length": kwargs.get("content_length", missing),
7040
7132
  "Content-MD5": kwargs.get("content_md5", missing),
7133
+ "opc-checksum-algorithm": kwargs.get("opc_checksum_algorithm", missing),
7134
+ "opc-content-crc32c": kwargs.get("opc_content_crc32c", missing),
7135
+ "opc-content-sha256": kwargs.get("opc_content_sha256", missing),
7136
+ "opc-content-sha384": kwargs.get("opc_content_sha384", missing),
7041
7137
  "opc-sse-customer-algorithm": kwargs.get("opc_sse_customer_algorithm", missing),
7042
7138
  "opc-sse-customer-key": kwargs.get("opc_sse_customer_key", missing),
7043
7139
  "opc-sse-customer-key-sha256": kwargs.get("opc_sse_customer_key_sha256", missing),