oci 2.152.0__py3-none-any.whl → 2.153.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 (548) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/addons/adk/auth/__init__.py +2 -0
  4. oci/addons/adk/auth/oci/__init__.py +2 -0
  5. oci/addons/adk/run/__init__.py +2 -0
  6. oci/addons/adk/tool/function_tool.py +2 -1
  7. oci/adm/application_dependency_management_client.py +38 -38
  8. oci/adm/models/application_dependency.py +4 -3
  9. oci/adm/models/application_dependency_recommendation_summary.py +4 -4
  10. oci/adm/models/application_dependency_vulnerability_summary.py +57 -6
  11. oci/adm/models/detect_configuration.py +7 -7
  12. oci/adm/models/network_configuration.py +1 -2
  13. oci/adm/models/vulnerability.py +8 -4
  14. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  15. oci/ai_document/ai_service_document_client.py +26 -26
  16. oci/ai_language/ai_service_language_client.py +44 -44
  17. oci/ai_speech/ai_service_speech_client.py +19 -19
  18. oci/ai_vision/ai_service_vision_client.py +28 -28
  19. oci/analytics/analytics_client.py +24 -24
  20. oci/announcements_service/announcement_client.py +5 -5
  21. oci/announcements_service/announcement_subscription_client.py +9 -9
  22. oci/announcements_service/announcements_preferences_client.py +4 -4
  23. oci/announcements_service/service_client.py +1 -1
  24. oci/apigateway/api_gateway_client.py +21 -21
  25. oci/apigateway/deployment_client.py +6 -6
  26. oci/apigateway/gateway_client.py +6 -6
  27. oci/apigateway/subscribers_client.py +6 -6
  28. oci/apigateway/usage_plans_client.py +6 -6
  29. oci/apigateway/work_requests_client.py +5 -5
  30. oci/apm_config/config_client.py +12 -12
  31. oci/apm_control_plane/apm_domain_client.py +14 -14
  32. oci/apm_synthetics/apm_synthetic_client.py +30 -30
  33. oci/apm_synthetics/models/create_script_details.py +10 -6
  34. oci/apm_synthetics/models/monitor.py +51 -0
  35. oci/apm_synthetics/models/monitor_result.py +2 -2
  36. oci/apm_synthetics/models/script.py +9 -5
  37. oci/apm_synthetics/models/script_summary.py +7 -3
  38. oci/apm_synthetics/models/update_script_details.py +10 -6
  39. oci/apm_traces/attributes_client.py +8 -8
  40. oci/apm_traces/query_client.py +2 -2
  41. oci/apm_traces/trace_client.py +4 -4
  42. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  43. oci/artifacts/artifacts_client.py +32 -32
  44. oci/audit/audit_client.py +3 -3
  45. oci/autoscaling/auto_scaling_client.py +11 -11
  46. oci/bastion/bastion_client.py +15 -15
  47. oci/bds/bds_client.py +578 -86
  48. oci/bds/bds_client_composite_operations.py +42 -0
  49. oci/bds/models/__init__.py +26 -0
  50. oci/bds/models/bds_capacity_report.py +132 -0
  51. oci/bds/models/bds_software_update.py +109 -0
  52. oci/bds/models/capacity_availability.py +121 -0
  53. oci/bds/models/capacity_report_shape_availability.py +128 -0
  54. oci/bds/models/create_bds_capacity_report_details.py +101 -0
  55. oci/bds/models/create_capacity_report_shape_availability_details.py +97 -0
  56. oci/bds/models/domain_type_capacity_report.py +107 -0
  57. oci/bds/models/install_os_patch_details.py +33 -2
  58. oci/bds/models/install_software_updates_details.py +70 -0
  59. oci/bds/models/multi_ad_capacity_report.py +107 -0
  60. oci/bds/models/os_patch_package_summary.py +57 -2
  61. oci/bds/models/patch_history_summary.py +13 -7
  62. oci/bds/models/single_ad_capacity_report.py +107 -0
  63. oci/bds/models/software_update.py +253 -0
  64. oci/bds/models/software_update_collection.py +70 -0
  65. oci/bds/models/software_update_summary.py +194 -0
  66. oci/bds/models/work_request.py +7 -3
  67. oci/blockchain/blockchain_platform_client.py +27 -27
  68. oci/budget/budget_client.py +10 -10
  69. oci/capacity_management/__init__.py +5 -1
  70. oci/capacity_management/capacity_management_client.py +32 -32
  71. oci/capacity_management/demand_signal_client.py +1645 -0
  72. oci/capacity_management/demand_signal_client_composite_operations.py +318 -0
  73. oci/capacity_management/internal_demand_signal_client.py +1605 -0
  74. oci/capacity_management/internal_demand_signal_client_composite_operations.py +172 -0
  75. oci/capacity_management/models/__init__.py +79 -1
  76. oci/capacity_management/models/bulk_create_occm_demand_signal_item.py +400 -0
  77. oci/capacity_management/models/bulk_create_occm_demand_signal_item_details.py +101 -0
  78. oci/capacity_management/models/create_internal_occm_demand_signal_delivery_details.py +322 -0
  79. oci/capacity_management/models/create_occm_demand_signal_details.py +198 -0
  80. oci/capacity_management/models/create_occm_demand_signal_item_details.py +462 -0
  81. oci/capacity_management/models/internal_occm_demand_signal.py +431 -0
  82. oci/capacity_management/models/internal_occm_demand_signal_catalog_resource.py +620 -0
  83. oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_collection.py +70 -0
  84. oci/capacity_management/models/internal_occm_demand_signal_catalog_resource_summary.py +588 -0
  85. oci/capacity_management/models/internal_occm_demand_signal_collection.py +70 -0
  86. oci/capacity_management/models/internal_occm_demand_signal_delivery.py +555 -0
  87. oci/capacity_management/models/internal_occm_demand_signal_delivery_collection.py +70 -0
  88. oci/capacity_management/models/internal_occm_demand_signal_delivery_summary.py +495 -0
  89. oci/capacity_management/models/internal_occm_demand_signal_item_collection.py +70 -0
  90. oci/capacity_management/models/internal_occm_demand_signal_item_summary.py +674 -0
  91. oci/capacity_management/models/internal_occm_demand_signal_summary.py +431 -0
  92. oci/capacity_management/models/occm_demand_signal.py +464 -0
  93. oci/capacity_management/models/occm_demand_signal_catalog.py +418 -0
  94. oci/capacity_management/models/occm_demand_signal_catalog_collection.py +70 -0
  95. oci/capacity_management/models/occm_demand_signal_catalog_resource.py +558 -0
  96. oci/capacity_management/models/occm_demand_signal_catalog_resource_collection.py +70 -0
  97. oci/capacity_management/models/occm_demand_signal_catalog_resource_summary.py +526 -0
  98. oci/capacity_management/models/occm_demand_signal_catalog_summary.py +386 -0
  99. oci/capacity_management/models/occm_demand_signal_collection.py +70 -0
  100. oci/capacity_management/models/occm_demand_signal_delivery_collection.py +70 -0
  101. oci/capacity_management/models/occm_demand_signal_delivery_summary.py +481 -0
  102. oci/capacity_management/models/occm_demand_signal_item.py +675 -0
  103. oci/capacity_management/models/occm_demand_signal_item_collection.py +70 -0
  104. oci/capacity_management/models/occm_demand_signal_item_summary.py +643 -0
  105. oci/capacity_management/models/occm_demand_signal_resource_properties_collection.py +70 -0
  106. oci/capacity_management/models/occm_demand_signal_resource_properties_summary.py +256 -0
  107. oci/capacity_management/models/occm_demand_signal_resource_property_constraints_collection.py +70 -0
  108. oci/capacity_management/models/occm_demand_signal_resource_property_constraints_summary.py +101 -0
  109. oci/capacity_management/models/occm_demand_signal_resource_property_option_summary.py +101 -0
  110. oci/capacity_management/models/occm_demand_signal_summary.py +400 -0
  111. oci/capacity_management/models/update_internal_occm_demand_signal_delivery_details.py +260 -0
  112. oci/capacity_management/models/update_internal_occm_demand_signal_details.py +98 -0
  113. oci/capacity_management/models/update_occm_demand_signal_details.py +210 -0
  114. oci/capacity_management/models/update_occm_demand_signal_item_details.py +326 -0
  115. oci/certificates/certificates_client.py +5 -5
  116. oci/certificates_management/certificates_management_client.py +32 -32
  117. oci/cims/incident_client.py +6 -6
  118. oci/cloud_bridge/common_client.py +5 -5
  119. oci/cloud_bridge/discovery_client.py +15 -15
  120. oci/cloud_bridge/inventory_client.py +16 -16
  121. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  122. oci/cloud_guard/cloud_guard_client.py +155 -155
  123. oci/cloud_migrations/migration_client.py +43 -43
  124. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  125. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  126. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  127. oci/compute_instance_agent/plugin_client.py +2 -2
  128. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  129. oci/container_engine/container_engine_client.py +46 -46
  130. oci/container_engine/models/cluster.py +33 -2
  131. oci/container_instances/container_instance_client.py +18 -18
  132. oci/core/blockstorage_client.py +60 -60
  133. oci/core/compute_client.py +1095 -163
  134. oci/core/compute_client_composite_operations.py +403 -0
  135. oci/core/compute_management_client.py +32 -32
  136. oci/core/models/__init__.py +30 -0
  137. oci/core/models/attach_compute_host_group_host_details.py +74 -0
  138. oci/core/models/change_compute_host_group_compartment_details.py +76 -0
  139. oci/core/models/compute_bare_metal_host_placement_constraint_details.py +79 -0
  140. oci/core/models/compute_host.py +191 -0
  141. oci/core/models/compute_host_configuration_check_details.py +243 -0
  142. oci/core/models/compute_host_configuration_data.py +97 -0
  143. oci/core/models/compute_host_group.py +483 -0
  144. oci/core/models/compute_host_group_collection.py +70 -0
  145. oci/core/models/compute_host_group_summary.py +428 -0
  146. oci/core/models/compute_host_summary.py +62 -0
  147. oci/core/models/create_compute_host_group_details.py +282 -0
  148. oci/core/models/create_dedicated_vm_host_details.py +29 -2
  149. oci/core/models/create_ipv6_details.py +4 -4
  150. oci/core/models/create_local_peering_gateway_details.py +45 -0
  151. oci/core/models/create_private_ip_details.py +4 -4
  152. oci/core/models/create_vcn_details.py +33 -2
  153. oci/core/models/create_volume_details.py +8 -2
  154. oci/core/models/dedicated_vm_host.py +27 -0
  155. oci/core/models/detach_compute_host_group_host_details.py +74 -0
  156. oci/core/models/host_group_configuration.py +152 -0
  157. oci/core/models/host_group_placement_constraint_details.py +79 -0
  158. oci/core/models/instance.py +64 -2
  159. oci/core/models/instance_configuration_create_volume_details.py +8 -2
  160. oci/core/models/ipv6.py +4 -4
  161. oci/core/models/launch_instance_details.py +58 -0
  162. oci/core/models/local_peering_gateway.py +45 -0
  163. oci/core/models/placement_constraint_details.py +91 -0
  164. oci/core/models/private_ip.py +4 -4
  165. oci/core/models/recycle_details.py +125 -0
  166. oci/core/models/update_compute_host_group_details.py +216 -0
  167. oci/core/models/update_ipv6_details.py +4 -4
  168. oci/core/models/update_local_peering_gateway_details.py +45 -0
  169. oci/core/models/update_private_ip_details.py +4 -4
  170. oci/core/models/update_vcn_details.py +33 -2
  171. oci/core/models/update_vnic_details.py +2 -2
  172. oci/core/models/update_volume_details.py +8 -2
  173. oci/core/models/vcn.py +33 -2
  174. oci/core/models/vnic.py +2 -2
  175. oci/core/models/volume.py +8 -2
  176. oci/core/virtual_network_client.py +260 -260
  177. oci/dashboard_service/dashboard_client.py +6 -6
  178. oci/dashboard_service/dashboard_group_client.py +6 -6
  179. oci/data_catalog/data_catalog_client.py +149 -149
  180. oci/data_flow/data_flow_client.py +45 -45
  181. oci/data_integration/data_integration_client.py +163 -163
  182. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  183. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  184. oci/data_safe/data_safe_client.py +317 -317
  185. oci/data_science/data_science_client.py +145 -145
  186. oci/database/database_client.py +795 -508
  187. oci/database/models/__init__.py +2 -0
  188. oci/database/models/autonomous_container_database.py +2 -2
  189. oci/database/models/autonomous_container_database_summary.py +2 -2
  190. oci/database/models/autonomous_db_version_summary.py +31 -0
  191. oci/database/models/backup.py +11 -5
  192. oci/database/models/backup_summary.py +11 -5
  193. oci/database/models/create_database_base.py +1 -1
  194. oci/database/models/create_external_backup_job_details.py +11 -7
  195. oci/database/models/db_system.py +11 -5
  196. oci/database/models/db_system_summary.py +11 -5
  197. oci/database/models/db_system_upgrade_summary.py +152 -0
  198. oci/database/models/external_container_database.py +11 -5
  199. oci/database/models/external_container_database_summary.py +11 -5
  200. oci/database/models/external_database_base.py +11 -5
  201. oci/database/models/external_non_container_database.py +11 -5
  202. oci/database/models/external_non_container_database_summary.py +11 -5
  203. oci/database/models/external_pluggable_database.py +11 -5
  204. oci/database/models/external_pluggable_database_summary.py +11 -5
  205. oci/database/models/launch_db_system_details.py +7 -3
  206. oci/database/models/launch_db_system_from_backup_details.py +7 -3
  207. oci/database/models/launch_db_system_from_database_details.py +7 -3
  208. oci/database_management/db_management_client.py +229 -229
  209. oci/database_management/diagnosability_client.py +4 -4
  210. oci/database_management/managed_my_sql_databases_client.py +7 -7
  211. oci/database_management/perfhub_client.py +1 -1
  212. oci/database_management/sql_tuning_client.py +17 -17
  213. oci/database_migration/database_migration_client.py +42 -42
  214. oci/database_tools/database_tools_client.py +23 -23
  215. oci/dblm/db_life_cycle_management_client.py +14 -14
  216. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  217. oci/delegate_access_control/work_request_client.py +4 -4
  218. oci/demand_signal/occ_demand_signal_client.py +7 -7
  219. oci/desktops/desktop_service_client.py +21 -21
  220. oci/devops/devops_client.py +141 -141
  221. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  222. oci/distributed_database/__init__.py +20 -0
  223. oci/distributed_database/distributed_autonomous_db_service_client.py +2315 -0
  224. oci/distributed_database/distributed_autonomous_db_service_client_composite_operations.py +605 -0
  225. oci/distributed_database/distributed_db_private_endpoint_service_client.py +944 -0
  226. oci/distributed_database/distributed_db_private_endpoint_service_client_composite_operations.py +238 -0
  227. oci/distributed_database/distributed_db_service_client.py +2435 -0
  228. oci/distributed_database/distributed_db_service_client_composite_operations.py +647 -0
  229. oci/distributed_database/distributed_db_work_request_service_client.py +654 -0
  230. oci/distributed_database/distributed_db_work_request_service_client_composite_operations.py +26 -0
  231. oci/distributed_database/models/__init__.py +158 -0
  232. oci/distributed_database/models/add_distributed_autonomous_database_gds_control_node_details.py +105 -0
  233. oci/distributed_database/models/add_distributed_database_gds_control_node_details.py +105 -0
  234. oci/distributed_database/models/catalog_peer_with_dedicated_infra.py +331 -0
  235. oci/distributed_database/models/catalog_peer_with_exadb_xs.py +331 -0
  236. oci/distributed_database/models/change_distributed_autonomous_database_compartment_details.py +74 -0
  237. oci/distributed_database/models/change_distributed_database_compartment_details.py +74 -0
  238. oci/distributed_database/models/change_distributed_database_private_endpoint_compartment_details.py +74 -0
  239. oci/distributed_database/models/change_distributed_db_backup_config_details.py +66 -0
  240. oci/distributed_database/models/configure_distributed_autonomous_database_gsms_details.py +103 -0
  241. oci/distributed_database/models/configure_distributed_database_gsms_details.py +103 -0
  242. oci/distributed_database/models/create_distributed_autonomous_database_catalog_details.py +101 -0
  243. oci/distributed_database/models/create_distributed_autonomous_database_catalog_with_dedicated_infra_details.py +342 -0
  244. oci/distributed_database/models/create_distributed_autonomous_database_details.py +799 -0
  245. oci/distributed_database/models/create_distributed_autonomous_database_shard_details.py +101 -0
  246. oci/distributed_database/models/create_distributed_autonomous_database_shard_with_dedicated_infra_details.py +377 -0
  247. oci/distributed_database/models/create_distributed_database_catalog_details.py +99 -0
  248. oci/distributed_database/models/create_distributed_database_catalog_with_exadb_xs_details.py +282 -0
  249. oci/distributed_database/models/create_distributed_database_details.py +810 -0
  250. oci/distributed_database/models/create_distributed_database_private_endpoint_details.py +260 -0
  251. oci/distributed_database/models/create_distributed_database_shard_details.py +99 -0
  252. oci/distributed_database/models/create_distributed_database_shard_with_exadb_xs_details.py +282 -0
  253. oci/distributed_database/models/distributed_autonomous_database.py +1143 -0
  254. oci/distributed_database/models/distributed_autonomous_database_associated_with_private_endpoint.py +105 -0
  255. oci/distributed_database/models/distributed_autonomous_database_catalog.py +194 -0
  256. oci/distributed_database/models/distributed_autonomous_database_catalog_with_dedicated_infra.py +559 -0
  257. oci/distributed_database/models/distributed_autonomous_database_collection.py +70 -0
  258. oci/distributed_database/models/distributed_autonomous_database_connection_string.py +70 -0
  259. oci/distributed_database/models/distributed_autonomous_database_gsm.py +385 -0
  260. oci/distributed_database/models/distributed_autonomous_database_gsm_image.py +105 -0
  261. oci/distributed_database/models/distributed_autonomous_database_shard.py +194 -0
  262. oci/distributed_database/models/distributed_autonomous_database_shard_with_dedicated_infra.py +592 -0
  263. oci/distributed_database/models/distributed_autonomous_database_summary.py +935 -0
  264. oci/distributed_database/models/distributed_autonomous_db_metadata.py +70 -0
  265. oci/distributed_database/models/distributed_database.py +1154 -0
  266. oci/distributed_database/models/distributed_database_associated_with_private_endpoint.py +105 -0
  267. oci/distributed_database/models/distributed_database_catalog.py +192 -0
  268. oci/distributed_database/models/distributed_database_catalog_with_exadb_xs.py +466 -0
  269. oci/distributed_database/models/distributed_database_collection.py +70 -0
  270. oci/distributed_database/models/distributed_database_gsm.py +385 -0
  271. oci/distributed_database/models/distributed_database_private_endpoint.py +639 -0
  272. oci/distributed_database/models/distributed_database_private_endpoint_collection.py +70 -0
  273. oci/distributed_database/models/distributed_database_private_endpoint_summary.py +479 -0
  274. oci/distributed_database/models/distributed_database_shard.py +192 -0
  275. oci/distributed_database/models/distributed_database_shard_with_exadb_xs.py +499 -0
  276. oci/distributed_database/models/distributed_database_summary.py +904 -0
  277. oci/distributed_database/models/distributed_db_backup_config.py +536 -0
  278. oci/distributed_database/models/distributed_db_backup_destination.py +362 -0
  279. oci/distributed_database/models/distributed_db_connection_string.py +70 -0
  280. oci/distributed_database/models/distributed_db_gsm_image.py +105 -0
  281. oci/distributed_database/models/distributed_db_metadata.py +70 -0
  282. oci/distributed_database/models/generate_distributed_autonomous_database_wallet_details.py +70 -0
  283. oci/distributed_database/models/generate_distributed_database_wallet_details.py +70 -0
  284. oci/distributed_database/models/patch_distributed_autonomous_database_details.py +73 -0
  285. oci/distributed_database/models/patch_distributed_database_details.py +73 -0
  286. oci/distributed_database/models/patch_insert_instruction.py +87 -0
  287. oci/distributed_database/models/patch_instruction.py +154 -0
  288. oci/distributed_database/models/patch_merge_instruction.py +95 -0
  289. oci/distributed_database/models/patch_remove_instruction.py +57 -0
  290. oci/distributed_database/models/shard_peer_with_dedicated_infra.py +331 -0
  291. oci/distributed_database/models/shard_peer_with_exadb_xs.py +331 -0
  292. oci/distributed_database/models/update_distributed_autonomous_database_details.py +136 -0
  293. oci/distributed_database/models/update_distributed_database_details.py +136 -0
  294. oci/distributed_database/models/update_distributed_database_private_endpoint_details.py +198 -0
  295. oci/distributed_database/models/upload_distributed_autonomous_database_signed_certificate_and_generate_wallet_details.py +71 -0
  296. oci/distributed_database/models/upload_distributed_database_signed_certificate_and_generate_wallet_details.py +71 -0
  297. oci/distributed_database/models/work_request.py +516 -0
  298. oci/distributed_database/models/work_request_error.py +134 -0
  299. oci/distributed_database/models/work_request_error_collection.py +70 -0
  300. oci/distributed_database/models/work_request_log_entry.py +101 -0
  301. oci/distributed_database/models/work_request_log_entry_collection.py +70 -0
  302. oci/distributed_database/models/work_request_resource.py +232 -0
  303. oci/distributed_database/models/work_request_summary.py +516 -0
  304. oci/distributed_database/models/work_request_summary_collection.py +70 -0
  305. oci/dns/dns_client.py +54 -54
  306. oci/dts/appliance_export_job_client.py +6 -6
  307. oci/dts/shipping_vendors_client.py +1 -1
  308. oci/dts/transfer_appliance_client.py +8 -8
  309. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  310. oci/dts/transfer_device_client.py +5 -5
  311. oci/dts/transfer_job_client.py +6 -6
  312. oci/dts/transfer_package_client.py +7 -7
  313. oci/em_warehouse/em_warehouse_client.py +13 -13
  314. oci/email/email_client.py +31 -31
  315. oci/email_data_plane/email_dp_client.py +1 -1
  316. oci/events/events_client.py +6 -6
  317. oci/file_storage/file_storage_client.py +74 -74
  318. oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
  319. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
  320. oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
  321. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  322. oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
  323. oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
  324. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
  325. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
  326. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  327. oci/functions/functions_invoke_client.py +1 -1
  328. oci/functions/functions_management_client.py +16 -16
  329. oci/fusion_apps/fusion_applications_client.py +41 -41
  330. oci/generative_ai/generative_ai_client.py +22 -22
  331. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  332. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  333. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  334. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  335. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  336. oci/golden_gate/golden_gate_client.py +89 -89
  337. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  338. oci/governance_rules_control_plane/work_request_client.py +5 -5
  339. oci/healthchecks/health_checks_client.py +17 -17
  340. oci/identity/identity_client.py +145 -145
  341. oci/identity_data_plane/dataplane_client.py +2 -2
  342. oci/identity_domains/identity_domains_client.py +311 -311
  343. oci/integration/integration_instance_client.py +19 -19
  344. oci/jms/java_management_service_client.py +79 -79
  345. oci/jms_java_downloads/java_download_client.py +25 -25
  346. oci/key_management/ekm_client.py +5 -5
  347. oci/key_management/kms_crypto_client.py +6 -6
  348. oci/key_management/kms_hsm_cluster_client.py +12 -12
  349. oci/key_management/kms_management_client.py +21 -21
  350. oci/key_management/kms_vault_client.py +14 -14
  351. oci/license_manager/license_manager_client.py +18 -18
  352. oci/limits/limits_client.py +4 -4
  353. oci/limits/quotas_client.py +7 -7
  354. oci/load_balancer/load_balancer_client.py +61 -61
  355. oci/lockbox/lockbox_client.py +24 -24
  356. oci/log_analytics/log_analytics_client.py +200 -200
  357. oci/logging/logging_management_client.py +30 -30
  358. oci/loggingingestion/logging_client.py +1 -1
  359. oci/loggingsearch/log_search_client.py +1 -1
  360. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  361. oci/management_agent/management_agent_client.py +28 -28
  362. oci/management_dashboard/dashx_apis_client.py +474 -14
  363. oci/management_dashboard/models/management_dashboard_tile_details.py +33 -2
  364. oci/marketplace/account_client.py +2 -2
  365. oci/marketplace/marketplace_client.py +30 -30
  366. oci/marketplace_private_offer/attachment_client.py +5 -5
  367. oci/marketplace_private_offer/offer_client.py +6 -6
  368. oci/marketplace_publisher/attachment_client.py +5 -5
  369. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  370. oci/marketplace_publisher/offer_client.py +6 -6
  371. oci/media_services/media_services_client.py +60 -60
  372. oci/media_services/media_stream_client.py +2 -2
  373. oci/mngdmac/mac_device_client.py +3 -3
  374. oci/mngdmac/mac_order_client.py +11 -11
  375. oci/model_deployment/model_deployment_client.py +2 -2
  376. oci/monitoring/monitoring_client.py +18 -18
  377. oci/mysql/channels_client.py +7 -7
  378. oci/mysql/db_backups_client.py +7 -7
  379. oci/mysql/db_system_client.py +17 -17
  380. oci/mysql/models/__init__.py +6 -0
  381. oci/mysql/models/create_db_system_details.py +58 -0
  382. oci/mysql/models/create_rest_details.py +117 -0
  383. oci/mysql/models/db_system.py +58 -0
  384. oci/mysql/models/db_system_snapshot.py +58 -0
  385. oci/mysql/models/db_system_summary.py +27 -0
  386. oci/mysql/models/replica.py +31 -0
  387. oci/mysql/models/replica_overrides.py +33 -2
  388. oci/mysql/models/replica_summary.py +31 -0
  389. oci/mysql/models/rest_details.py +117 -0
  390. oci/mysql/models/update_db_system_details.py +58 -0
  391. oci/mysql/models/update_rest_details.py +117 -0
  392. oci/mysql/mysqlaas_client.py +7 -7
  393. oci/mysql/replicas_client.py +5 -5
  394. oci/mysql/work_requests_client.py +4 -4
  395. oci/network_firewall/models/__init__.py +24 -0
  396. oci/network_firewall/models/create_nat_rule_details.py +193 -0
  397. oci/network_firewall/models/create_nat_v4_rule_details.py +144 -0
  398. oci/network_firewall/models/create_network_firewall_details.py +27 -0
  399. oci/network_firewall/models/nat_configuration_request.py +70 -0
  400. oci/network_firewall/models/nat_configuration_response.py +101 -0
  401. oci/network_firewall/models/nat_rule.py +254 -0
  402. oci/network_firewall/models/nat_rule_collection.py +70 -0
  403. oci/network_firewall/models/nat_rule_match_criteria.py +132 -0
  404. oci/network_firewall/models/nat_rule_summary.py +228 -0
  405. oci/network_firewall/models/nat_v4_nat_rule.py +159 -0
  406. oci/network_firewall/models/nat_v4_nat_summary.py +152 -0
  407. oci/network_firewall/models/network_firewall.py +30 -11
  408. oci/network_firewall/models/network_firewall_policy.py +3 -11
  409. oci/network_firewall/models/network_firewall_policy_summary.py +3 -11
  410. oci/network_firewall/models/network_firewall_summary.py +30 -11
  411. oci/network_firewall/models/update_nat_rule_details.py +162 -0
  412. oci/network_firewall/models/update_nat_v4_rule_details.py +137 -0
  413. oci/network_firewall/models/update_network_firewall_details.py +27 -0
  414. oci/network_firewall/network_firewall_client.py +848 -108
  415. oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
  416. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  417. oci/nosql/nosql_client.py +24 -24
  418. oci/object_storage/object_storage_client.py +55 -55
  419. oci/oce/oce_instance_client.py +10 -10
  420. oci/oci_control_center/occ_metrics_client.py +3 -3
  421. oci/ocvp/cluster_client.py +5 -5
  422. oci/ocvp/esxi_host_client.py +8 -8
  423. oci/ocvp/sddc_client.py +14 -14
  424. oci/ocvp/work_request_client.py +4 -4
  425. oci/oda/management_client.py +59 -59
  426. oci/oda/oda_client.py +17 -17
  427. oci/oda/odapackage_client.py +7 -7
  428. oci/onesubscription/billing_schedule_client.py +1 -1
  429. oci/onesubscription/commitment_client.py +2 -2
  430. oci/onesubscription/computed_usage_client.py +3 -3
  431. oci/onesubscription/invoice_summary_client.py +2 -2
  432. oci/onesubscription/organization_subscription_client.py +1 -1
  433. oci/onesubscription/ratecard_client.py +1 -1
  434. oci/onesubscription/subscribed_service_client.py +2 -2
  435. oci/onesubscription/subscription_client.py +1 -1
  436. oci/ons/notification_control_plane_client.py +6 -6
  437. oci/ons/notification_data_plane_client.py +10 -10
  438. oci/opa/opa_instance_client.py +13 -13
  439. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  440. oci/opensearch/opensearch_cluster_client.py +17 -17
  441. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  442. oci/operator_access_control/access_requests_client.py +10 -10
  443. oci/operator_access_control/operator_actions_client.py +2 -2
  444. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  445. oci/operator_access_control/operator_control_client.py +6 -6
  446. oci/opsi/operations_insights_client.py +181 -181
  447. oci/optimizer/optimizer_client.py +26 -26
  448. oci/os_management/event_client.py +8 -8
  449. oci/os_management/os_management_client.py +69 -69
  450. oci/os_management_hub/event_client.py +8 -8
  451. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  452. oci/os_management_hub/managed_instance_client.py +33 -33
  453. oci/os_management_hub/managed_instance_group_client.py +26 -26
  454. oci/os_management_hub/management_station_client.py +10 -10
  455. oci/os_management_hub/onboarding_client.py +13 -13
  456. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  457. oci/os_management_hub/scheduled_job_client.py +7 -7
  458. oci/os_management_hub/software_source_client.py +33 -33
  459. oci/os_management_hub/work_request_client.py +5 -5
  460. oci/osp_gateway/address_rule_service_client.py +1 -1
  461. oci/osp_gateway/address_service_client.py +2 -2
  462. oci/osp_gateway/invoice_service_client.py +5 -5
  463. oci/osp_gateway/subscription_service_client.py +5 -5
  464. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  465. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  466. oci/osub_subscription/commitment_client.py +2 -2
  467. oci/osub_subscription/ratecard_client.py +1 -1
  468. oci/osub_subscription/subscription_client.py +1 -1
  469. oci/osub_usage/computed_usage_client.py +3 -3
  470. oci/psql/postgresql_client.py +34 -34
  471. oci/queue/queue_admin_client.py +11 -11
  472. oci/queue/queue_client.py +8 -8
  473. oci/recovery/database_recovery_client.py +26 -26
  474. oci/redis/redis_cluster_client.py +12 -12
  475. oci/resource_manager/resource_manager_client.py +52 -52
  476. oci/resource_scheduler/schedule_client.py +14 -14
  477. oci/resource_search/resource_search_client.py +3 -3
  478. oci/rover/rover_bundle_client.py +8 -8
  479. oci/rover/rover_cluster_client.py +8 -8
  480. oci/rover/rover_entitlement_client.py +6 -6
  481. oci/rover/rover_node_client.py +15 -15
  482. oci/rover/shape_client.py +1 -1
  483. oci/rover/work_requests_client.py +5 -5
  484. oci/sch/connector_plugins_client.py +2 -2
  485. oci/sch/service_connector_client.py +12 -12
  486. oci/secrets/secrets_client.py +3 -3
  487. oci/security_attribute/security_attribute_client.py +18 -18
  488. oci/service_catalog/service_catalog_client.py +26 -26
  489. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  490. oci/service_mesh/service_mesh_client.py +48 -48
  491. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  492. oci/streaming/stream_admin_client.py +18 -18
  493. oci/streaming/stream_client.py +8 -8
  494. oci/tenant_manager_control_plane/domain_client.py +5 -5
  495. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  496. oci/tenant_manager_control_plane/governance_client.py +2 -2
  497. oci/tenant_manager_control_plane/link_client.py +3 -3
  498. oci/tenant_manager_control_plane/orders_client.py +2 -2
  499. oci/tenant_manager_control_plane/organization_client.py +10 -10
  500. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  501. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  502. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  503. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  504. oci/threat_intelligence/threatintel_client.py +5 -5
  505. oci/usage/resources_client.py +2 -2
  506. oci/usage/rewards_client.py +6 -6
  507. oci/usage/usagelimits_client.py +1 -1
  508. oci/usage_api/models/average_carbon_emission.py +3 -3
  509. oci/usage_api/models/create_email_recipients_group_details.py +3 -3
  510. oci/usage_api/models/email_recipient.py +6 -6
  511. oci/usage_api/models/email_recipients_group.py +5 -5
  512. oci/usage_api/models/email_recipients_group_collection.py +3 -3
  513. oci/usage_api/models/email_recipients_group_summary.py +5 -5
  514. oci/usage_api/models/forecast.py +5 -3
  515. oci/usage_api/models/report_query.py +16 -16
  516. oci/usage_api/models/request_summarized_usages_details.py +4 -4
  517. oci/usage_api/models/request_usage_carbon_emissions_details.py +143 -2
  518. oci/usage_api/models/saved_custom_table.py +4 -4
  519. oci/usage_api/models/scheduled_run.py +12 -12
  520. oci/usage_api/models/scheduled_run_summary.py +12 -12
  521. oci/usage_api/models/update_email_recipients_group_details.py +3 -3
  522. oci/usage_api/models/usage_carbon_emission_aggregation.py +5 -5
  523. oci/usage_api/models/usage_carbon_emission_summary.py +36 -5
  524. oci/usage_api/models/usage_carbon_emissions_query.py +1 -1
  525. oci/usage_api/models/usage_carbon_emissions_query_collection.py +1 -1
  526. oci/usage_api/models/usage_carbon_emissions_query_summary.py +1 -1
  527. oci/usage_api/models/usage_carbon_emissions_report_query.py +98 -5
  528. oci/usage_api/usageapi_client.py +69 -69
  529. oci/usage_api/usageapi_client_composite_operations.py +4 -4
  530. oci/vault/vaults_client.py +13 -13
  531. oci/vbs_inst/vbs_instance_client.py +10 -10
  532. oci/version.py +1 -1
  533. oci/visual_builder/vb_instance_client.py +14 -14
  534. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  535. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  536. oci/waa/waa_client.py +13 -13
  537. oci/waa/work_request_client.py +4 -4
  538. oci/waas/redirect_client.py +6 -6
  539. oci/waas/waas_client.py +66 -66
  540. oci/waf/waf_client.py +24 -24
  541. oci/work_requests/work_request_client.py +4 -4
  542. oci/zpr/zpr_client.py +15 -15
  543. {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/METADATA +1 -1
  544. {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/RECORD +548 -378
  545. {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/LICENSE.txt +0 -0
  546. {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  547. {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/WHEEL +0 -0
  548. {oci-2.152.0.dist-info → oci-2.153.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@ missing = Sentinel("Missing")
22
22
 
23
23
  class UsageapiClient(object):
24
24
  """
25
- Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by the Cost Analysis and Carbon Emissions Analysis tools in the Console. See [Cost Analysis Overview](/Content/Billing/Concepts/costanalysisoverview.htm) and [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
25
+ Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the chosen dimension. The Usage API is used by [Cost Analysis](/Content/Billing/Concepts/costanalysisoverview.htm), [Scheduled Reports](/Content/Billing/Concepts/scheduledreportoverview.htm), and [Carbon Emissions Analysis](/Content/General/Concepts/emissions-management.htm) in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
26
26
  """
27
27
 
28
28
  def __init__(self, config, **kwargs):
@@ -151,7 +151,7 @@ class UsageapiClient(object):
151
151
  :rtype: :class:`~oci.response.Response`
152
152
 
153
153
  :example:
154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/create_custom_table.py.html>`__ to see an example of how to use create_custom_table API.
154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_custom_table.py.html>`__ to see an example of how to use create_custom_table API.
155
155
  """
156
156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
157
157
  required_arguments = []
@@ -215,14 +215,14 @@ class UsageapiClient(object):
215
215
 
216
216
  def create_email_recipients_group(self, create_email_recipients_group_details, subscription_id, **kwargs):
217
217
  """
218
- Add a list of email recipients that can receive usage statements for the subscription.
218
+ Creates a list of email recipients that can receive usage statements for the subscription.
219
219
 
220
220
 
221
221
  :param oci.usage_api.models.CreateEmailRecipientsGroupDetails create_email_recipients_group_details: (required)
222
222
  New email recipients group details.
223
223
 
224
224
  :param str subscription_id: (required)
225
- The UsageStatement Subscription unique OCID.
225
+ The usage statement subscription unique OCID.
226
226
 
227
227
  :param str opc_request_id: (optional)
228
228
  Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
@@ -251,7 +251,7 @@ class UsageapiClient(object):
251
251
  :rtype: :class:`~oci.response.Response`
252
252
 
253
253
  :example:
254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/create_email_recipients_group.py.html>`__ to see an example of how to use create_email_recipients_group API.
254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_email_recipients_group.py.html>`__ to see an example of how to use create_email_recipients_group API.
255
255
  """
256
256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
257
257
  required_arguments = ['subscriptionId']
@@ -360,7 +360,7 @@ class UsageapiClient(object):
360
360
  :rtype: :class:`~oci.response.Response`
361
361
 
362
362
  :example:
363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/create_query.py.html>`__ to see an example of how to use create_query API.
363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_query.py.html>`__ to see an example of how to use create_query API.
364
364
  """
365
365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
366
366
  required_arguments = []
@@ -457,7 +457,7 @@ class UsageapiClient(object):
457
457
  :rtype: :class:`~oci.response.Response`
458
458
 
459
459
  :example:
460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_schedule.py.html>`__ to see an example of how to use create_schedule API.
461
461
  """
462
462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
463
463
  required_arguments = []
@@ -521,7 +521,7 @@ class UsageapiClient(object):
521
521
 
522
522
  def create_usage_carbon_emissions_query(self, create_usage_carbon_emissions_query_details, **kwargs):
523
523
  """
524
- Returns the created usage carbon emissions query.
524
+ Returns the created carbon emissions usage query.
525
525
 
526
526
 
527
527
  :param oci.usage_api.models.CreateUsageCarbonEmissionsQueryDetails create_usage_carbon_emissions_query_details: (required)
@@ -554,7 +554,7 @@ class UsageapiClient(object):
554
554
  :rtype: :class:`~oci.response.Response`
555
555
 
556
556
  :example:
557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/create_usage_carbon_emissions_query.py.html>`__ to see an example of how to use create_usage_carbon_emissions_query API.
557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/create_usage_carbon_emissions_query.py.html>`__ to see an example of how to use create_usage_carbon_emissions_query API.
558
558
  """
559
559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
560
560
  required_arguments = []
@@ -651,7 +651,7 @@ class UsageapiClient(object):
651
651
  :rtype: :class:`~oci.response.Response`
652
652
 
653
653
  :example:
654
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/delete_custom_table.py.html>`__ to see an example of how to use delete_custom_table API.
654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_custom_table.py.html>`__ to see an example of how to use delete_custom_table API.
655
655
  """
656
656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
657
657
  required_arguments = ['customTableId']
@@ -722,14 +722,14 @@ class UsageapiClient(object):
722
722
 
723
723
  def delete_email_recipients_group(self, email_recipients_group_id, subscription_id, compartment_id, **kwargs):
724
724
  """
725
- Delete the email recipients group for the usage statement subscription.
725
+ Deletes the email recipients group for the usage statement subscription.
726
726
 
727
727
 
728
728
  :param str email_recipients_group_id: (required)
729
- The email recipient group OCID.
729
+ The email recipients group OCID.
730
730
 
731
731
  :param str subscription_id: (required)
732
- The UsageStatement Subscription unique OCID.
732
+ The usage statement subscription unique OCID.
733
733
 
734
734
  :param str compartment_id: (required)
735
735
  The compartment ID in which to list resources.
@@ -761,7 +761,7 @@ class UsageapiClient(object):
761
761
  :rtype: :class:`~oci.response.Response`
762
762
 
763
763
  :example:
764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/delete_email_recipients_group.py.html>`__ to see an example of how to use delete_email_recipients_group API.
764
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_email_recipients_group.py.html>`__ to see an example of how to use delete_email_recipients_group API.
765
765
  """
766
766
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
767
767
  required_arguments = ['emailRecipientsGroupId', 'subscriptionId', 'compartmentId']
@@ -873,7 +873,7 @@ class UsageapiClient(object):
873
873
  :rtype: :class:`~oci.response.Response`
874
874
 
875
875
  :example:
876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/delete_query.py.html>`__ to see an example of how to use delete_query API.
876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_query.py.html>`__ to see an example of how to use delete_query API.
877
877
  """
878
878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
879
879
  required_arguments = ['queryId']
@@ -977,7 +977,7 @@ class UsageapiClient(object):
977
977
  :rtype: :class:`~oci.response.Response`
978
978
 
979
979
  :example:
980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_schedule.py.html>`__ to see an example of how to use delete_schedule API.
981
981
  """
982
982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
983
983
  required_arguments = ['scheduleId']
@@ -1048,7 +1048,7 @@ class UsageapiClient(object):
1048
1048
 
1049
1049
  def delete_usage_carbon_emissions_query(self, usage_carbon_emissions_query_id, **kwargs):
1050
1050
  """
1051
- Delete a usage carbon emissions saved query by the OCID.
1051
+ Delete a carbon emissions usage saved query by the OCID.
1052
1052
 
1053
1053
 
1054
1054
  :param str usage_carbon_emissions_query_id: (required)
@@ -1081,7 +1081,7 @@ class UsageapiClient(object):
1081
1081
  :rtype: :class:`~oci.response.Response`
1082
1082
 
1083
1083
  :example:
1084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/delete_usage_carbon_emissions_query.py.html>`__ to see an example of how to use delete_usage_carbon_emissions_query API.
1084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/delete_usage_carbon_emissions_query.py.html>`__ to see an example of how to use delete_usage_carbon_emissions_query API.
1085
1085
  """
1086
1086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1087
1087
  required_arguments = ['usageCarbonEmissionsQueryId']
@@ -1178,7 +1178,7 @@ class UsageapiClient(object):
1178
1178
  :rtype: :class:`~oci.response.Response`
1179
1179
 
1180
1180
  :example:
1181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/get_custom_table.py.html>`__ to see an example of how to use get_custom_table API.
1181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_custom_table.py.html>`__ to see an example of how to use get_custom_table API.
1182
1182
  """
1183
1183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1184
1184
  required_arguments = ['customTableId']
@@ -1249,14 +1249,14 @@ class UsageapiClient(object):
1249
1249
 
1250
1250
  def get_email_recipients_group(self, email_recipients_group_id, subscription_id, compartment_id, **kwargs):
1251
1251
  """
1252
- Return the saved usage statement email recipient group.
1252
+ Returns the saved usage statement email recipients group.
1253
1253
 
1254
1254
 
1255
1255
  :param str email_recipients_group_id: (required)
1256
- The email recipient group OCID.
1256
+ The email recipients group OCID.
1257
1257
 
1258
1258
  :param str subscription_id: (required)
1259
- The UsageStatement Subscription unique OCID.
1259
+ The usage statement subscription unique OCID.
1260
1260
 
1261
1261
  :param str compartment_id: (required)
1262
1262
  The compartment ID in which to list resources.
@@ -1281,7 +1281,7 @@ class UsageapiClient(object):
1281
1281
  :rtype: :class:`~oci.response.Response`
1282
1282
 
1283
1283
  :example:
1284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/get_email_recipients_group.py.html>`__ to see an example of how to use get_email_recipients_group API.
1284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_email_recipients_group.py.html>`__ to see an example of how to use get_email_recipients_group API.
1285
1285
  """
1286
1286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1287
1287
  required_arguments = ['emailRecipientsGroupId', 'subscriptionId', 'compartmentId']
@@ -1386,7 +1386,7 @@ class UsageapiClient(object):
1386
1386
  :rtype: :class:`~oci.response.Response`
1387
1387
 
1388
1388
  :example:
1389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/get_query.py.html>`__ to see an example of how to use get_query API.
1389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_query.py.html>`__ to see an example of how to use get_query API.
1390
1390
  """
1391
1391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1392
1392
  required_arguments = ['queryId']
@@ -1483,7 +1483,7 @@ class UsageapiClient(object):
1483
1483
  :rtype: :class:`~oci.response.Response`
1484
1484
 
1485
1485
  :example:
1486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
1486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_schedule.py.html>`__ to see an example of how to use get_schedule API.
1487
1487
  """
1488
1488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1489
1489
  required_arguments = ['scheduleId']
@@ -1558,7 +1558,7 @@ class UsageapiClient(object):
1558
1558
 
1559
1559
 
1560
1560
  :param str scheduled_run_id: (required)
1561
- The scheduledRun unique OCID
1561
+ The scheduled run unique OCID.
1562
1562
 
1563
1563
  :param str opc_request_id: (optional)
1564
1564
  Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
@@ -1580,7 +1580,7 @@ class UsageapiClient(object):
1580
1580
  :rtype: :class:`~oci.response.Response`
1581
1581
 
1582
1582
  :example:
1583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/get_scheduled_run.py.html>`__ to see an example of how to use get_scheduled_run API.
1583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_scheduled_run.py.html>`__ to see an example of how to use get_scheduled_run API.
1584
1584
  """
1585
1585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1586
1586
  required_arguments = ['scheduledRunId']
@@ -1651,7 +1651,7 @@ class UsageapiClient(object):
1651
1651
 
1652
1652
  def get_usage_carbon_emissions_query(self, usage_carbon_emissions_query_id, **kwargs):
1653
1653
  """
1654
- Returns the usage carbon emissions saved query.
1654
+ Returns the carbon emissions usage saved query.
1655
1655
 
1656
1656
 
1657
1657
  :param str usage_carbon_emissions_query_id: (required)
@@ -1677,7 +1677,7 @@ class UsageapiClient(object):
1677
1677
  :rtype: :class:`~oci.response.Response`
1678
1678
 
1679
1679
  :example:
1680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/get_usage_carbon_emissions_query.py.html>`__ to see an example of how to use get_usage_carbon_emissions_query API.
1680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/get_usage_carbon_emissions_query.py.html>`__ to see an example of how to use get_usage_carbon_emissions_query API.
1681
1681
  """
1682
1682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1683
1683
  required_arguments = ['usageCarbonEmissionsQueryId']
@@ -1762,7 +1762,7 @@ class UsageapiClient(object):
1762
1762
  particular request, please provide the request ID.
1763
1763
 
1764
1764
  :param int limit: (optional)
1765
- The maximumimum number of items to return.
1765
+ The maximum number of items to return.
1766
1766
 
1767
1767
  :param str page: (optional)
1768
1768
  The page token representing the page at which to start retrieving results.
@@ -1794,7 +1794,7 @@ class UsageapiClient(object):
1794
1794
  :rtype: :class:`~oci.response.Response`
1795
1795
 
1796
1796
  :example:
1797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/list_custom_tables.py.html>`__ to see an example of how to use list_custom_tables API.
1797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_custom_tables.py.html>`__ to see an example of how to use list_custom_tables API.
1798
1798
  """
1799
1799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1800
1800
  required_arguments = ['compartmentId', 'savedReportId']
@@ -1883,11 +1883,11 @@ class UsageapiClient(object):
1883
1883
 
1884
1884
  def list_email_recipients_groups(self, subscription_id, compartment_id, **kwargs):
1885
1885
  """
1886
- Return the saved usage statement email recipient group.
1886
+ Returns the saved usage statement email recipients group.
1887
1887
 
1888
1888
 
1889
1889
  :param str subscription_id: (required)
1890
- The UsageStatement Subscription unique OCID.
1890
+ The usage statement subscription unique OCID.
1891
1891
 
1892
1892
  :param str compartment_id: (required)
1893
1893
  The compartment ID in which to list resources.
@@ -1897,7 +1897,7 @@ class UsageapiClient(object):
1897
1897
  particular request, please provide the request ID.
1898
1898
 
1899
1899
  :param int limit: (optional)
1900
- The maximumimum number of items to return.
1900
+ The maximum number of items to return.
1901
1901
 
1902
1902
  :param str page: (optional)
1903
1903
  The page token representing the page at which to start retrieving results.
@@ -1936,7 +1936,7 @@ class UsageapiClient(object):
1936
1936
  :rtype: :class:`~oci.response.Response`
1937
1937
 
1938
1938
  :example:
1939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/list_email_recipients_groups.py.html>`__ to see an example of how to use list_email_recipients_groups API.
1939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_email_recipients_groups.py.html>`__ to see an example of how to use list_email_recipients_groups API.
1940
1940
  """
1941
1941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1942
1942
  required_arguments = ['subscriptionId', 'compartmentId']
@@ -2050,7 +2050,7 @@ class UsageapiClient(object):
2050
2050
  particular request, please provide the request ID.
2051
2051
 
2052
2052
  :param int limit: (optional)
2053
- The maximumimum number of items to return.
2053
+ The maximum number of items to return.
2054
2054
 
2055
2055
  :param str page: (optional)
2056
2056
  The page token representing the page at which to start retrieving results.
@@ -2082,7 +2082,7 @@ class UsageapiClient(object):
2082
2082
  :rtype: :class:`~oci.response.Response`
2083
2083
 
2084
2084
  :example:
2085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/list_queries.py.html>`__ to see an example of how to use list_queries API.
2085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_queries.py.html>`__ to see an example of how to use list_queries API.
2086
2086
  """
2087
2087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2088
2088
  required_arguments = ['compartmentId']
@@ -2170,11 +2170,11 @@ class UsageapiClient(object):
2170
2170
 
2171
2171
  def list_scheduled_runs(self, schedule_id, **kwargs):
2172
2172
  """
2173
- Returns schedule history list.
2173
+ Returns the schedule history list.
2174
2174
 
2175
2175
 
2176
2176
  :param str schedule_id: (required)
2177
- The unique ID of a schedule.
2177
+ The schedule unique ID.
2178
2178
 
2179
2179
  :param str opc_request_id: (optional)
2180
2180
  Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
@@ -2185,7 +2185,7 @@ class UsageapiClient(object):
2185
2185
  This is usually retrieved from a previous list call.
2186
2186
 
2187
2187
  :param int limit: (optional)
2188
- The maximumimum number of items to return.
2188
+ The maximum number of items to return.
2189
2189
 
2190
2190
  :param str sort_by: (optional)
2191
2191
  The field to sort by. If not specified, the default is timeCreated.
@@ -2213,7 +2213,7 @@ class UsageapiClient(object):
2213
2213
  :rtype: :class:`~oci.response.Response`
2214
2214
 
2215
2215
  :example:
2216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/list_scheduled_runs.py.html>`__ to see an example of how to use list_scheduled_runs API.
2216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_scheduled_runs.py.html>`__ to see an example of how to use list_scheduled_runs API.
2217
2217
  """
2218
2218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2219
2219
  required_arguments = ['scheduleId']
@@ -2316,7 +2316,7 @@ class UsageapiClient(object):
2316
2316
  This is usually retrieved from a previous list call.
2317
2317
 
2318
2318
  :param int limit: (optional)
2319
- The maximumimum number of items to return.
2319
+ The maximum number of items to return.
2320
2320
 
2321
2321
  :param str sort_by: (optional)
2322
2322
  The field to sort by. If not specified, the default is timeCreated.
@@ -2329,7 +2329,7 @@ class UsageapiClient(object):
2329
2329
  Allowed values are: "ASC", "DESC"
2330
2330
 
2331
2331
  :param str name: (optional)
2332
- Query parameter for filtering by name
2332
+ The query parameter for filtering by name.
2333
2333
 
2334
2334
  :param obj retry_strategy: (optional)
2335
2335
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
@@ -2347,7 +2347,7 @@ class UsageapiClient(object):
2347
2347
  :rtype: :class:`~oci.response.Response`
2348
2348
 
2349
2349
  :example:
2350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
2350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_schedules.py.html>`__ to see an example of how to use list_schedules API.
2351
2351
  """
2352
2352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2353
2353
  required_arguments = ['compartmentId']
@@ -2437,7 +2437,7 @@ class UsageapiClient(object):
2437
2437
 
2438
2438
  def list_usage_carbon_emissions_queries(self, compartment_id, **kwargs):
2439
2439
  """
2440
- Returns the usage carbon emissions saved query list.
2440
+ Returns the carbon emissions usage saved query list.
2441
2441
 
2442
2442
 
2443
2443
  :param str compartment_id: (required)
@@ -2448,7 +2448,7 @@ class UsageapiClient(object):
2448
2448
  particular request, please provide the request ID.
2449
2449
 
2450
2450
  :param int limit: (optional)
2451
- The maximumimum number of items to return.
2451
+ The maximum number of items to return.
2452
2452
 
2453
2453
  :param str page: (optional)
2454
2454
  The page token representing the page at which to start retrieving results.
@@ -2480,7 +2480,7 @@ class UsageapiClient(object):
2480
2480
  :rtype: :class:`~oci.response.Response`
2481
2481
 
2482
2482
  :example:
2483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/list_usage_carbon_emissions_queries.py.html>`__ to see an example of how to use list_usage_carbon_emissions_queries API.
2483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/list_usage_carbon_emissions_queries.py.html>`__ to see an example of how to use list_usage_carbon_emissions_queries API.
2484
2484
  """
2485
2485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2486
2486
  required_arguments = ['compartmentId']
@@ -2594,7 +2594,7 @@ class UsageapiClient(object):
2594
2594
  :rtype: :class:`~oci.response.Response`
2595
2595
 
2596
2596
  :example:
2597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/request_average_carbon_emission.py.html>`__ to see an example of how to use request_average_carbon_emission API.
2597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_average_carbon_emission.py.html>`__ to see an example of how to use request_average_carbon_emission API.
2598
2598
  """
2599
2599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2600
2600
  required_arguments = ['skuPartNumber']
@@ -2694,7 +2694,7 @@ class UsageapiClient(object):
2694
2694
  :rtype: :class:`~oci.response.Response`
2695
2695
 
2696
2696
  :example:
2697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/request_clean_energy_usage.py.html>`__ to see an example of how to use request_clean_energy_usage API.
2697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_clean_energy_usage.py.html>`__ to see an example of how to use request_clean_energy_usage API.
2698
2698
  """
2699
2699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2700
2700
  required_arguments = ['region']
@@ -2799,7 +2799,7 @@ class UsageapiClient(object):
2799
2799
  :rtype: :class:`~oci.response.Response`
2800
2800
 
2801
2801
  :example:
2802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/request_summarized_configurations.py.html>`__ to see an example of how to use request_summarized_configurations API.
2802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_summarized_configurations.py.html>`__ to see an example of how to use request_summarized_configurations API.
2803
2803
  """
2804
2804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2805
2805
  required_arguments = ['tenantId']
@@ -2880,7 +2880,7 @@ class UsageapiClient(object):
2880
2880
  This is usually retrieved from a previous list call.
2881
2881
 
2882
2882
  :param int limit: (optional)
2883
- The maximumimum number of items to return.
2883
+ The maximum number of items to return.
2884
2884
 
2885
2885
  :param obj retry_strategy: (optional)
2886
2886
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
@@ -2898,7 +2898,7 @@ class UsageapiClient(object):
2898
2898
  :rtype: :class:`~oci.response.Response`
2899
2899
 
2900
2900
  :example:
2901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/request_summarized_usages.py.html>`__ to see an example of how to use request_summarized_usages API.
2901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_summarized_usages.py.html>`__ to see an example of how to use request_summarized_usages API.
2902
2902
  """
2903
2903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2904
2904
  required_arguments = []
@@ -2969,7 +2969,7 @@ class UsageapiClient(object):
2969
2969
 
2970
2970
  def request_usage_carbon_emission_config(self, tenant_id, **kwargs):
2971
2971
  """
2972
- Returns the configuration list for the UI drop-down list of carbon emission console.
2972
+ Returns the configuration list for the Console's carbon emission user interface drop-down list.
2973
2973
 
2974
2974
 
2975
2975
  :param str tenant_id: (required)
@@ -2995,7 +2995,7 @@ class UsageapiClient(object):
2995
2995
  :rtype: :class:`~oci.response.Response`
2996
2996
 
2997
2997
  :example:
2998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/request_usage_carbon_emission_config.py.html>`__ to see an example of how to use request_usage_carbon_emission_config API.
2998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_usage_carbon_emission_config.py.html>`__ to see an example of how to use request_usage_carbon_emission_config API.
2999
2999
  """
3000
3000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3001
3001
  required_arguments = ['tenantId']
@@ -3061,7 +3061,7 @@ class UsageapiClient(object):
3061
3061
 
3062
3062
  def request_usage_carbon_emissions(self, request_usage_carbon_emissions_details, **kwargs):
3063
3063
  """
3064
- Returns usage carbon emission for the given account.
3064
+ Returns carbon emission usage for the given account.
3065
3065
 
3066
3066
 
3067
3067
  :param oci.usage_api.models.RequestUsageCarbonEmissionsDetails request_usage_carbon_emissions_details: (required)
@@ -3076,7 +3076,7 @@ class UsageapiClient(object):
3076
3076
  This is usually retrieved from a previous list call.
3077
3077
 
3078
3078
  :param int limit: (optional)
3079
- The maximumimum number of items to return.
3079
+ The maximum number of items to return.
3080
3080
 
3081
3081
  :param obj retry_strategy: (optional)
3082
3082
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
@@ -3094,7 +3094,7 @@ class UsageapiClient(object):
3094
3094
  :rtype: :class:`~oci.response.Response`
3095
3095
 
3096
3096
  :example:
3097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/request_usage_carbon_emissions.py.html>`__ to see an example of how to use request_usage_carbon_emissions API.
3097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/request_usage_carbon_emissions.py.html>`__ to see an example of how to use request_usage_carbon_emissions API.
3098
3098
  """
3099
3099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3100
3100
  required_arguments = []
@@ -3165,7 +3165,7 @@ class UsageapiClient(object):
3165
3165
 
3166
3166
  def update_custom_table(self, update_custom_table_details, custom_table_id, **kwargs):
3167
3167
  """
3168
- Update a saved custom table by table id.
3168
+ Update a saved custom table by table ID.
3169
3169
 
3170
3170
 
3171
3171
  :param oci.usage_api.models.UpdateCustomTableDetails update_custom_table_details: (required)
@@ -3201,7 +3201,7 @@ class UsageapiClient(object):
3201
3201
  :rtype: :class:`~oci.response.Response`
3202
3202
 
3203
3203
  :example:
3204
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/update_custom_table.py.html>`__ to see an example of how to use update_custom_table API.
3204
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_custom_table.py.html>`__ to see an example of how to use update_custom_table API.
3205
3205
  """
3206
3206
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3207
3207
  required_arguments = ['customTableId']
@@ -3276,17 +3276,17 @@ class UsageapiClient(object):
3276
3276
 
3277
3277
  def update_email_recipients_group(self, update_email_recipients_group_details, email_recipients_group_id, subscription_id, compartment_id, **kwargs):
3278
3278
  """
3279
- Update a saved email recipients group.
3279
+ Updates a saved email recipients group.
3280
3280
 
3281
3281
 
3282
3282
  :param oci.usage_api.models.UpdateEmailRecipientsGroupDetails update_email_recipients_group_details: (required)
3283
3283
  The information to be updated.
3284
3284
 
3285
3285
  :param str email_recipients_group_id: (required)
3286
- The email recipient group OCID.
3286
+ The email recipients group OCID.
3287
3287
 
3288
3288
  :param str subscription_id: (required)
3289
- The UsageStatement Subscription unique OCID.
3289
+ The usage statement subscription unique OCID.
3290
3290
 
3291
3291
  :param str compartment_id: (required)
3292
3292
  The compartment ID in which to list resources.
@@ -3318,7 +3318,7 @@ class UsageapiClient(object):
3318
3318
  :rtype: :class:`~oci.response.Response`
3319
3319
 
3320
3320
  :example:
3321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/update_email_recipients_group.py.html>`__ to see an example of how to use update_email_recipients_group API.
3321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_email_recipients_group.py.html>`__ to see an example of how to use update_email_recipients_group API.
3322
3322
  """
3323
3323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3324
3324
  required_arguments = ['emailRecipientsGroupId', 'subscriptionId', 'compartmentId']
@@ -3437,7 +3437,7 @@ class UsageapiClient(object):
3437
3437
  :rtype: :class:`~oci.response.Response`
3438
3438
 
3439
3439
  :example:
3440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/update_query.py.html>`__ to see an example of how to use update_query API.
3440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_query.py.html>`__ to see an example of how to use update_query API.
3441
3441
  """
3442
3442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3443
3443
  required_arguments = ['queryId']
@@ -3512,11 +3512,11 @@ class UsageapiClient(object):
3512
3512
 
3513
3513
  def update_schedule(self, update_schedule_details, schedule_id, **kwargs):
3514
3514
  """
3515
- Update a saved schedule
3515
+ Update a saved schedule.
3516
3516
 
3517
3517
 
3518
3518
  :param oci.usage_api.models.UpdateScheduleDetails update_schedule_details: (required)
3519
- The information to be updated. Currently supports only tags
3519
+ The information to be updated. Currently supports only tags.
3520
3520
 
3521
3521
  :param str schedule_id: (required)
3522
3522
  The schedule unique OCID.
@@ -3548,7 +3548,7 @@ class UsageapiClient(object):
3548
3548
  :rtype: :class:`~oci.response.Response`
3549
3549
 
3550
3550
  :example:
3551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
3551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_schedule.py.html>`__ to see an example of how to use update_schedule API.
3552
3552
  """
3553
3553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3554
3554
  required_arguments = ['scheduleId']
@@ -3623,7 +3623,7 @@ class UsageapiClient(object):
3623
3623
 
3624
3624
  def update_usage_carbon_emissions_query(self, update_usage_carbon_emissions_query_details, usage_carbon_emissions_query_id, **kwargs):
3625
3625
  """
3626
- Update a usage carbon emissions saved query by the OCID.
3626
+ Update a carbon emissions usage saved query by the OCID.
3627
3627
 
3628
3628
 
3629
3629
  :param oci.usage_api.models.UpdateUsageCarbonEmissionsQueryDetails update_usage_carbon_emissions_query_details: (required)
@@ -3659,7 +3659,7 @@ class UsageapiClient(object):
3659
3659
  :rtype: :class:`~oci.response.Response`
3660
3660
 
3661
3661
  :example:
3662
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.152.0/usageapi/update_usage_carbon_emissions_query.py.html>`__ to see an example of how to use update_usage_carbon_emissions_query API.
3662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.153.0/usageapi/update_usage_carbon_emissions_query.py.html>`__ to see an example of how to use update_usage_carbon_emissions_query API.
3663
3663
  """
3664
3664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3665
3665
  required_arguments = ['usageCarbonEmissionsQueryId']
@@ -34,7 +34,7 @@ class UsageapiClientCompositeOperations(object):
34
34
  New email recipients group details.
35
35
 
36
36
  :param str subscription_id: (required)
37
- The UsageStatement Subscription unique OCID.
37
+ The usage statement subscription unique OCID.
38
38
 
39
39
  :param list[str] wait_for_states:
40
40
  An array of states to wait on. These should be valid values for :py:attr:`~oci.usage_api.models.EmailRecipientsGroup.lifecycle_state`
@@ -180,10 +180,10 @@ class UsageapiClientCompositeOperations(object):
180
180
  The information to be updated.
181
181
 
182
182
  :param str email_recipients_group_id: (required)
183
- The email recipient group OCID.
183
+ The email recipients group OCID.
184
184
 
185
185
  :param str subscription_id: (required)
186
- The UsageStatement Subscription unique OCID.
186
+ The usage statement subscription unique OCID.
187
187
 
188
188
  :param str compartment_id: (required)
189
189
  The compartment ID in which to list resources.
@@ -228,7 +228,7 @@ class UsageapiClientCompositeOperations(object):
228
228
  to enter the given state(s).
229
229
 
230
230
  :param oci.usage_api.models.UpdateScheduleDetails update_schedule_details: (required)
231
- The information to be updated. Currently supports only tags
231
+ The information to be updated. Currently supports only tags.
232
232
 
233
233
  :param str schedule_id: (required)
234
234
  The schedule unique OCID.