oci 2.111.0__py3-none-any.whl → 2.112.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 (325) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +18 -18
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +47 -47
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/__init__.py +1 -3
  35. oci/cims/incident_client.py +356 -93
  36. oci/cims/models/__init__.py +6 -0
  37. oci/cims/models/account_item.py +85 -0
  38. oci/cims/models/activity_item.py +112 -14
  39. oci/cims/models/category.py +5 -5
  40. oci/cims/models/contact.py +32 -1
  41. oci/cims/models/contextual_data.py +9 -9
  42. oci/cims/models/create_account_item_details.py +78 -0
  43. oci/cims/models/create_category_details.py +2 -4
  44. oci/cims/models/create_incident.py +13 -9
  45. oci/cims/models/create_issue_type_details.py +0 -2
  46. oci/cims/models/create_item_details.py +9 -7
  47. oci/cims/models/create_limit_item_details.py +3 -3
  48. oci/cims/models/create_resource_details.py +2 -289
  49. oci/cims/models/create_sub_category_details.py +3 -5
  50. oci/cims/models/create_tech_support_item_details.py +1 -3
  51. oci/cims/models/create_ticket_details.py +11 -13
  52. oci/cims/models/create_user_details.py +65 -36
  53. oci/cims/models/incident.py +10 -6
  54. oci/cims/models/incident_resource_type.py +66 -4
  55. oci/cims/models/incident_summary.py +9 -5
  56. oci/cims/models/incident_type.py +1 -1
  57. oci/cims/models/issue_type.py +33 -2
  58. oci/cims/models/item.py +8 -4
  59. oci/cims/models/limit_item.py +7 -7
  60. oci/cims/models/resource.py +2 -285
  61. oci/cims/models/service_categories.py +134 -0
  62. oci/cims/models/service_category.py +1 -1
  63. oci/cims/models/sub_category.py +5 -5
  64. oci/cims/models/tenancy_information.py +3 -3
  65. oci/cims/models/ticket.py +7 -3
  66. oci/cims/models/update_activity_item_details.py +8 -6
  67. oci/cims/models/update_incident.py +62 -2
  68. oci/cims/models/update_item_details.py +3 -5
  69. oci/cims/models/update_resource_details.py +0 -2
  70. oci/cims/models/update_ticket_details.py +0 -2
  71. oci/cims/models/user.py +79 -19
  72. oci/cims/user_client.py +1 -1
  73. oci/cloud_bridge/common_client.py +5 -5
  74. oci/cloud_bridge/discovery_client.py +14 -14
  75. oci/cloud_bridge/inventory_client.py +16 -16
  76. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  77. oci/cloud_guard/cloud_guard_client.py +133 -133
  78. oci/cloud_migrations/migration_client.py +43 -43
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +129 -24
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +90 -90
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/virtual_network_client.py +242 -242
  89. oci/dashboard_service/dashboard_client.py +6 -6
  90. oci/dashboard_service/dashboard_group_client.py +6 -6
  91. oci/data_catalog/data_catalog_client.py +424 -154
  92. oci/data_catalog/models/__init__.py +22 -0
  93. oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
  94. oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
  95. oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
  96. oci/data_catalog/models/asynchronous_export_result.py +196 -0
  97. oci/data_catalog/models/attribute.py +33 -0
  98. oci/data_catalog/models/attribute_summary.py +33 -0
  99. oci/data_catalog/models/create_job_definition_details.py +42 -3
  100. oci/data_catalog/models/create_job_details.py +2 -0
  101. oci/data_catalog/models/create_job_execution_details.py +11 -3
  102. oci/data_catalog/models/data_asset.py +33 -0
  103. oci/data_catalog/models/data_asset_summary.py +35 -2
  104. oci/data_catalog/models/entity.py +33 -0
  105. oci/data_catalog/models/entity_lineage.py +222 -0
  106. oci/data_catalog/models/entity_summary.py +33 -0
  107. oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
  108. oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
  109. oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
  110. oci/data_catalog/models/folder.py +33 -0
  111. oci/data_catalog/models/folder_summary.py +35 -2
  112. oci/data_catalog/models/job.py +44 -3
  113. oci/data_catalog/models/job_definition.py +42 -3
  114. oci/data_catalog/models/job_definition_summary.py +44 -5
  115. oci/data_catalog/models/job_execution.py +11 -3
  116. oci/data_catalog/models/job_execution_summary.py +11 -3
  117. oci/data_catalog/models/job_summary.py +44 -3
  118. oci/data_catalog/models/lineage_object.py +400 -0
  119. oci/data_catalog/models/lineage_relationship.py +134 -0
  120. oci/data_catalog/models/object_lineage.py +223 -0
  121. oci/data_catalog/models/object_lineage_request_details.py +190 -0
  122. oci/data_catalog/models/object_storage_object_reference.py +134 -0
  123. oci/data_catalog/models/update_job_definition_details.py +31 -0
  124. oci/data_catalog/models/update_job_details.py +2 -0
  125. oci/data_flow/data_flow_client.py +42 -42
  126. oci/data_integration/data_integration_client.py +163 -163
  127. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  128. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  129. oci/data_safe/data_safe_client.py +214 -214
  130. oci/data_science/data_science_client.py +85 -85
  131. oci/database/database_client.py +311 -311
  132. oci/database_management/db_management_client.py +182 -182
  133. oci/database_management/diagnosability_client.py +4 -4
  134. oci/database_management/sql_tuning_client.py +10 -10
  135. oci/database_migration/database_migration_client.py +41 -41
  136. oci/database_tools/database_tools_client.py +19 -19
  137. oci/devops/devops_client.py +89 -89
  138. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  139. oci/dns/dns_client.py +52 -52
  140. oci/dts/appliance_export_job_client.py +6 -6
  141. oci/dts/shipping_vendors_client.py +1 -1
  142. oci/dts/transfer_appliance_client.py +8 -8
  143. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  144. oci/dts/transfer_device_client.py +5 -5
  145. oci/dts/transfer_job_client.py +6 -6
  146. oci/dts/transfer_package_client.py +7 -7
  147. oci/em_warehouse/em_data_lake_client.py +13 -13
  148. oci/em_warehouse/em_warehouse_client.py +13 -13
  149. oci/email/email_client.py +25 -25
  150. oci/events/events_client.py +6 -6
  151. oci/file_storage/file_storage_client.py +50 -50
  152. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  153. oci/functions/functions_invoke_client.py +1 -1
  154. oci/functions/functions_management_client.py +16 -16
  155. oci/fusion_apps/data_masking_activity_client.py +3 -3
  156. oci/fusion_apps/fusion_applications_client.py +39 -39
  157. oci/fusion_apps/fusion_environment_client.py +15 -15
  158. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  159. oci/fusion_apps/refresh_activity_client.py +4 -4
  160. oci/fusion_apps/scheduled_activity_client.py +2 -2
  161. oci/fusion_apps/service_attachment_client.py +2 -2
  162. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  163. oci/golden_gate/golden_gate_client.py +57 -57
  164. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  165. oci/governance_rules_control_plane/work_request_client.py +5 -5
  166. oci/healthchecks/health_checks_client.py +17 -17
  167. oci/identity/identity_client.py +145 -145
  168. oci/identity_data_plane/dataplane_client.py +2 -2
  169. oci/identity_domains/identity_domains_client.py +190 -190
  170. oci/integration/integration_instance_client.py +15 -15
  171. oci/jms/java_management_service_client.py +56 -56
  172. oci/key_management/kms_crypto_client.py +6 -6
  173. oci/key_management/kms_management_client.py +21 -21
  174. oci/key_management/kms_vault_client.py +14 -14
  175. oci/license_manager/license_manager_client.py +18 -18
  176. oci/limits/limits_client.py +4 -4
  177. oci/limits/quotas_client.py +7 -7
  178. oci/load_balancer/load_balancer_client.py +61 -61
  179. oci/lockbox/lockbox_client.py +22 -22
  180. oci/log_analytics/log_analytics_client.py +192 -192
  181. oci/logging/logging_management_client.py +30 -30
  182. oci/loggingingestion/logging_client.py +1 -1
  183. oci/loggingsearch/log_search_client.py +1 -1
  184. oci/management_agent/management_agent_client.py +23 -23
  185. oci/management_dashboard/dashx_apis_client.py +14 -14
  186. oci/marketplace/account_client.py +2 -2
  187. oci/marketplace/marketplace_client.py +25 -25
  188. oci/media_services/media_services_client.py +48 -48
  189. oci/media_services/media_stream_client.py +2 -2
  190. oci/monitoring/monitoring_client.py +13 -13
  191. oci/mysql/channels_client.py +7 -7
  192. oci/mysql/db_backups_client.py +6 -6
  193. oci/mysql/db_system_client.py +17 -17
  194. oci/mysql/mysqlaas_client.py +7 -7
  195. oci/mysql/replicas_client.py +5 -5
  196. oci/mysql/work_requests_client.py +4 -4
  197. oci/network_firewall/network_firewall_client.py +17 -17
  198. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  199. oci/nosql/nosql_client.py +22 -22
  200. oci/object_storage/object_storage_client.py +50 -50
  201. oci/oce/oce_instance_client.py +10 -10
  202. oci/oci_control_center/occ_metrics_client.py +3 -3
  203. oci/ocvp/esxi_host_client.py +6 -6
  204. oci/ocvp/sddc_client.py +13 -13
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +56 -56
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +11 -11
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +9 -9
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +159 -159
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  231. oci/os_management_hub/managed_instance_client.py +22 -22
  232. oci/os_management_hub/managed_instance_group_client.py +22 -22
  233. oci/os_management_hub/management_station_client.py +8 -8
  234. oci/os_management_hub/onboarding_client.py +5 -5
  235. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  236. oci/os_management_hub/scheduled_job_client.py +6 -6
  237. oci/os_management_hub/software_source_client.py +22 -22
  238. oci/os_management_hub/work_request_client.py +4 -4
  239. oci/osp_gateway/address_rule_service_client.py +1 -1
  240. oci/osp_gateway/address_service_client.py +2 -2
  241. oci/osp_gateway/invoice_service_client.py +5 -5
  242. oci/osp_gateway/subscription_service_client.py +5 -5
  243. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  244. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  245. oci/osub_subscription/commitment_client.py +2 -2
  246. oci/osub_subscription/ratecard_client.py +1 -1
  247. oci/osub_subscription/subscription_client.py +1 -1
  248. oci/osub_usage/computed_usage_client.py +3 -3
  249. oci/queue/models/__init__.py +4 -0
  250. oci/queue/models/channel_collection.py +72 -0
  251. oci/queue/models/create_queue_details.py +50 -11
  252. oci/queue/models/delete_messages_details_entry.py +2 -2
  253. oci/queue/models/get_message.py +55 -12
  254. oci/queue/models/message_metadata.py +103 -0
  255. oci/queue/models/purge_queue_details.py +43 -8
  256. oci/queue/models/put_message.py +44 -5
  257. oci/queue/models/put_messages.py +3 -3
  258. oci/queue/models/put_messages_details_entry.py +29 -2
  259. oci/queue/models/queue.py +76 -21
  260. oci/queue/models/queue_stats.py +34 -3
  261. oci/queue/models/queue_summary.py +37 -17
  262. oci/queue/models/stats.py +2 -2
  263. oci/queue/models/update_messages_details.py +1 -1
  264. oci/queue/models/update_messages_details_entry.py +2 -2
  265. oci/queue/models/update_messages_result.py +2 -2
  266. oci/queue/models/update_messages_result_entry.py +12 -4
  267. oci/queue/models/update_queue_details.py +47 -8
  268. oci/queue/models/updated_message.py +12 -4
  269. oci/queue/models/work_request.py +6 -2
  270. oci/queue/models/work_request_error.py +6 -2
  271. oci/queue/models/work_request_log_entry.py +6 -2
  272. oci/queue/models/work_request_summary.py +8 -4
  273. oci/queue/queue_admin_client.py +67 -46
  274. oci/queue/queue_admin_client_composite_operations.py +4 -4
  275. oci/queue/queue_client.py +209 -36
  276. oci/recovery/database_recovery_client.py +23 -23
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
  321. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
  322. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
  325. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -159,7 +159,7 @@ class ResourceManagerClient(object):
159
159
  :rtype: :class:`~oci.response.Response`
160
160
 
161
161
  :example:
162
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/cancel_job.py.html>`__ to see an example of how to use cancel_job API.
162
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/cancel_job.py.html>`__ to see an example of how to use cancel_job API.
163
163
  """
164
164
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
165
165
  required_arguments = ['jobId']
@@ -287,7 +287,7 @@ class ResourceManagerClient(object):
287
287
  :rtype: :class:`~oci.response.Response`
288
288
 
289
289
  :example:
290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/change_configuration_source_provider_compartment.py.html>`__ to see an example of how to use change_configuration_source_provider_compartment API.
290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/change_configuration_source_provider_compartment.py.html>`__ to see an example of how to use change_configuration_source_provider_compartment API.
291
291
  """
292
292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
293
293
  required_arguments = ['configurationSourceProviderId']
@@ -412,7 +412,7 @@ class ResourceManagerClient(object):
412
412
  :rtype: :class:`~oci.response.Response`
413
413
 
414
414
  :example:
415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/change_private_endpoint_compartment.py.html>`__ to see an example of how to use change_private_endpoint_compartment API.
415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/change_private_endpoint_compartment.py.html>`__ to see an example of how to use change_private_endpoint_compartment API.
416
416
  """
417
417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
418
418
  required_arguments = ['privateEndpointId']
@@ -537,7 +537,7 @@ class ResourceManagerClient(object):
537
537
  :rtype: :class:`~oci.response.Response`
538
538
 
539
539
  :example:
540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/change_stack_compartment.py.html>`__ to see an example of how to use change_stack_compartment API.
540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/change_stack_compartment.py.html>`__ to see an example of how to use change_stack_compartment API.
541
541
  """
542
542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
543
543
  required_arguments = ['stackId']
@@ -662,7 +662,7 @@ class ResourceManagerClient(object):
662
662
  :rtype: :class:`~oci.response.Response`
663
663
 
664
664
  :example:
665
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/change_template_compartment.py.html>`__ to see an example of how to use change_template_compartment API.
665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/change_template_compartment.py.html>`__ to see an example of how to use change_template_compartment API.
666
666
  """
667
667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
668
668
  required_arguments = ['templateId']
@@ -777,7 +777,7 @@ class ResourceManagerClient(object):
777
777
  :rtype: :class:`~oci.response.Response`
778
778
 
779
779
  :example:
780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/create_configuration_source_provider.py.html>`__ to see an example of how to use create_configuration_source_provider API.
780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/create_configuration_source_provider.py.html>`__ to see an example of how to use create_configuration_source_provider API.
781
781
  """
782
782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
783
783
  required_arguments = []
@@ -876,7 +876,7 @@ class ResourceManagerClient(object):
876
876
  :rtype: :class:`~oci.response.Response`
877
877
 
878
878
  :example:
879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/create_job.py.html>`__ to see an example of how to use create_job API.
879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/create_job.py.html>`__ to see an example of how to use create_job API.
880
880
  """
881
881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
882
882
  required_arguments = []
@@ -975,7 +975,7 @@ class ResourceManagerClient(object):
975
975
  :rtype: :class:`~oci.response.Response`
976
976
 
977
977
  :example:
978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/create_private_endpoint.py.html>`__ to see an example of how to use create_private_endpoint API.
978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/create_private_endpoint.py.html>`__ to see an example of how to use create_private_endpoint API.
979
979
  """
980
980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
981
981
  required_arguments = []
@@ -1082,7 +1082,7 @@ class ResourceManagerClient(object):
1082
1082
  :rtype: :class:`~oci.response.Response`
1083
1083
 
1084
1084
  :example:
1085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/create_stack.py.html>`__ to see an example of how to use create_stack API.
1085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/create_stack.py.html>`__ to see an example of how to use create_stack API.
1086
1086
  """
1087
1087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1088
1088
  required_arguments = []
@@ -1181,7 +1181,7 @@ class ResourceManagerClient(object):
1181
1181
  :rtype: :class:`~oci.response.Response`
1182
1182
 
1183
1183
  :example:
1184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/create_template.py.html>`__ to see an example of how to use create_template API.
1184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/create_template.py.html>`__ to see an example of how to use create_template API.
1185
1185
  """
1186
1186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1187
1187
  required_arguments = []
@@ -1280,7 +1280,7 @@ class ResourceManagerClient(object):
1280
1280
  :rtype: :class:`~oci.response.Response`
1281
1281
 
1282
1282
  :example:
1283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/delete_configuration_source_provider.py.html>`__ to see an example of how to use delete_configuration_source_provider API.
1283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/delete_configuration_source_provider.py.html>`__ to see an example of how to use delete_configuration_source_provider API.
1284
1284
  """
1285
1285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1286
1286
  required_arguments = ['configurationSourceProviderId']
@@ -1386,7 +1386,7 @@ class ResourceManagerClient(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.111.0/resourcemanager/delete_private_endpoint.py.html>`__ to see an example of how to use delete_private_endpoint API.
1389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/delete_private_endpoint.py.html>`__ to see an example of how to use delete_private_endpoint API.
1390
1390
  """
1391
1391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1392
1392
  required_arguments = ['privateEndpointId']
@@ -1492,7 +1492,7 @@ class ResourceManagerClient(object):
1492
1492
  :rtype: :class:`~oci.response.Response`
1493
1493
 
1494
1494
  :example:
1495
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/delete_stack.py.html>`__ to see an example of how to use delete_stack API.
1495
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/delete_stack.py.html>`__ to see an example of how to use delete_stack API.
1496
1496
  """
1497
1497
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1498
1498
  required_arguments = ['stackId']
@@ -1598,7 +1598,7 @@ class ResourceManagerClient(object):
1598
1598
  :rtype: :class:`~oci.response.Response`
1599
1599
 
1600
1600
  :example:
1601
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/delete_template.py.html>`__ to see an example of how to use delete_template API.
1601
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/delete_template.py.html>`__ to see an example of how to use delete_template API.
1602
1602
  """
1603
1603
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1604
1604
  required_arguments = ['templateId']
@@ -1714,7 +1714,7 @@ class ResourceManagerClient(object):
1714
1714
  :rtype: :class:`~oci.response.Response`
1715
1715
 
1716
1716
  :example:
1717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/detect_stack_drift.py.html>`__ to see an example of how to use detect_stack_drift API.
1717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/detect_stack_drift.py.html>`__ to see an example of how to use detect_stack_drift API.
1718
1718
  """
1719
1719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1720
1720
  required_arguments = ['stackId']
@@ -1821,7 +1821,7 @@ class ResourceManagerClient(object):
1821
1821
  :rtype: :class:`~oci.response.Response`
1822
1822
 
1823
1823
  :example:
1824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_configuration_source_provider.py.html>`__ to see an example of how to use get_configuration_source_provider API.
1824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_configuration_source_provider.py.html>`__ to see an example of how to use get_configuration_source_provider API.
1825
1825
  """
1826
1826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1827
1827
  required_arguments = ['configurationSourceProviderId']
@@ -1922,7 +1922,7 @@ class ResourceManagerClient(object):
1922
1922
  :rtype: :class:`~oci.response.Response`
1923
1923
 
1924
1924
  :example:
1925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job.py.html>`__ to see an example of how to use get_job API.
1925
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job.py.html>`__ to see an example of how to use get_job API.
1926
1926
  """
1927
1927
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1928
1928
  required_arguments = ['jobId']
@@ -2025,7 +2025,7 @@ class ResourceManagerClient(object):
2025
2025
  :rtype: :class:`~oci.response.Response`
2026
2026
 
2027
2027
  :example:
2028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job_detailed_log_content.py.html>`__ to see an example of how to use get_job_detailed_log_content API.
2028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job_detailed_log_content.py.html>`__ to see an example of how to use get_job_detailed_log_content API.
2029
2029
  """
2030
2030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2031
2031
  required_arguments = ['jobId']
@@ -2161,7 +2161,7 @@ class ResourceManagerClient(object):
2161
2161
  :rtype: :class:`~oci.response.Response`
2162
2162
 
2163
2163
  :example:
2164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job_logs.py.html>`__ to see an example of how to use get_job_logs API.
2164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job_logs.py.html>`__ to see an example of how to use get_job_logs API.
2165
2165
  """
2166
2166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2167
2167
  required_arguments = ['jobId']
@@ -2297,7 +2297,7 @@ class ResourceManagerClient(object):
2297
2297
  :rtype: :class:`~oci.response.Response`
2298
2298
 
2299
2299
  :example:
2300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job_logs_content.py.html>`__ to see an example of how to use get_job_logs_content API.
2300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job_logs_content.py.html>`__ to see an example of how to use get_job_logs_content API.
2301
2301
  """
2302
2302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2303
2303
  required_arguments = ['jobId']
@@ -2399,7 +2399,7 @@ class ResourceManagerClient(object):
2399
2399
  :rtype: :class:`~oci.response.Response`
2400
2400
 
2401
2401
  :example:
2402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job_tf_config.py.html>`__ to see an example of how to use get_job_tf_config API.
2402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job_tf_config.py.html>`__ to see an example of how to use get_job_tf_config API.
2403
2403
  """
2404
2404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2405
2405
  required_arguments = ['jobId']
@@ -2509,7 +2509,7 @@ class ResourceManagerClient(object):
2509
2509
  :rtype: :class:`~oci.response.Response`
2510
2510
 
2511
2511
  :example:
2512
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job_tf_plan.py.html>`__ to see an example of how to use get_job_tf_plan API.
2512
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job_tf_plan.py.html>`__ to see an example of how to use get_job_tf_plan API.
2513
2513
  """
2514
2514
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2515
2515
  required_arguments = ['jobId']
@@ -2625,7 +2625,7 @@ class ResourceManagerClient(object):
2625
2625
  :rtype: :class:`~oci.response.Response`
2626
2626
 
2627
2627
  :example:
2628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_job_tf_state.py.html>`__ to see an example of how to use get_job_tf_state API.
2628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_job_tf_state.py.html>`__ to see an example of how to use get_job_tf_state API.
2629
2629
  """
2630
2630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2631
2631
  required_arguments = ['jobId']
@@ -2726,7 +2726,7 @@ class ResourceManagerClient(object):
2726
2726
  :rtype: :class:`~oci.response.Response`
2727
2727
 
2728
2728
  :example:
2729
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_private_endpoint.py.html>`__ to see an example of how to use get_private_endpoint API.
2729
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_private_endpoint.py.html>`__ to see an example of how to use get_private_endpoint API.
2730
2730
  """
2731
2731
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2732
2732
  required_arguments = ['privateEndpointId']
@@ -2838,7 +2838,7 @@ class ResourceManagerClient(object):
2838
2838
  :rtype: :class:`~oci.response.Response`
2839
2839
 
2840
2840
  :example:
2841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_reachable_ip.py.html>`__ to see an example of how to use get_reachable_ip API.
2841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_reachable_ip.py.html>`__ to see an example of how to use get_reachable_ip API.
2842
2842
  """
2843
2843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2844
2844
  required_arguments = ['privateEndpointId', 'privateIp']
@@ -2949,7 +2949,7 @@ class ResourceManagerClient(object):
2949
2949
  :rtype: :class:`~oci.response.Response`
2950
2950
 
2951
2951
  :example:
2952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_stack.py.html>`__ to see an example of how to use get_stack API.
2952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_stack.py.html>`__ to see an example of how to use get_stack API.
2953
2953
  """
2954
2954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2955
2955
  required_arguments = ['stackId']
@@ -3051,7 +3051,7 @@ class ResourceManagerClient(object):
3051
3051
  :rtype: :class:`~oci.response.Response`
3052
3052
 
3053
3053
  :example:
3054
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_stack_tf_config.py.html>`__ to see an example of how to use get_stack_tf_config API.
3054
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_stack_tf_config.py.html>`__ to see an example of how to use get_stack_tf_config API.
3055
3055
  """
3056
3056
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3057
3057
  required_arguments = ['stackId']
@@ -3152,7 +3152,7 @@ class ResourceManagerClient(object):
3152
3152
  :rtype: :class:`~oci.response.Response`
3153
3153
 
3154
3154
  :example:
3155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_stack_tf_state.py.html>`__ to see an example of how to use get_stack_tf_state API.
3155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_stack_tf_state.py.html>`__ to see an example of how to use get_stack_tf_state API.
3156
3156
  """
3157
3157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3158
3158
  required_arguments = ['stackId']
@@ -3253,7 +3253,7 @@ class ResourceManagerClient(object):
3253
3253
  :rtype: :class:`~oci.response.Response`
3254
3254
 
3255
3255
  :example:
3256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_template.py.html>`__ to see an example of how to use get_template API.
3256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_template.py.html>`__ to see an example of how to use get_template API.
3257
3257
  """
3258
3258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3259
3259
  required_arguments = ['templateId']
@@ -3355,7 +3355,7 @@ class ResourceManagerClient(object):
3355
3355
  :rtype: :class:`~oci.response.Response`
3356
3356
 
3357
3357
  :example:
3358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_template_logo.py.html>`__ to see an example of how to use get_template_logo API.
3358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_template_logo.py.html>`__ to see an example of how to use get_template_logo API.
3359
3359
  """
3360
3360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3361
3361
  required_arguments = ['templateId']
@@ -3457,7 +3457,7 @@ class ResourceManagerClient(object):
3457
3457
  :rtype: :class:`~oci.response.Response`
3458
3458
 
3459
3459
  :example:
3460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_template_tf_config.py.html>`__ to see an example of how to use get_template_tf_config API.
3460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_template_tf_config.py.html>`__ to see an example of how to use get_template_tf_config API.
3461
3461
  """
3462
3462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3463
3463
  required_arguments = ['templateId']
@@ -3558,7 +3558,7 @@ class ResourceManagerClient(object):
3558
3558
  :rtype: :class:`~oci.response.Response`
3559
3559
 
3560
3560
  :example:
3561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3562
3562
  """
3563
3563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3564
3564
  required_arguments = ['workRequestId']
@@ -3699,7 +3699,7 @@ class ResourceManagerClient(object):
3699
3699
  :rtype: :class:`~oci.response.Response`
3700
3700
 
3701
3701
  :example:
3702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_configuration_source_providers.py.html>`__ to see an example of how to use list_configuration_source_providers API.
3702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_configuration_source_providers.py.html>`__ to see an example of how to use list_configuration_source_providers API.
3703
3703
  """
3704
3704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3705
3705
  required_arguments = []
@@ -3847,7 +3847,7 @@ class ResourceManagerClient(object):
3847
3847
  :rtype: :class:`~oci.response.Response`
3848
3848
 
3849
3849
  :example:
3850
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_job_associated_resources.py.html>`__ to see an example of how to use list_job_associated_resources API.
3850
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_job_associated_resources.py.html>`__ to see an example of how to use list_job_associated_resources API.
3851
3851
  """
3852
3852
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3853
3853
  required_arguments = ['jobId']
@@ -3979,7 +3979,7 @@ class ResourceManagerClient(object):
3979
3979
  :rtype: :class:`~oci.response.Response`
3980
3980
 
3981
3981
  :example:
3982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_job_outputs.py.html>`__ to see an example of how to use list_job_outputs API.
3982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_job_outputs.py.html>`__ to see an example of how to use list_job_outputs API.
3983
3983
  """
3984
3984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3985
3985
  required_arguments = ['jobId']
@@ -4154,7 +4154,7 @@ class ResourceManagerClient(object):
4154
4154
  :rtype: :class:`~oci.response.Response`
4155
4155
 
4156
4156
  :example:
4157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
4157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_jobs.py.html>`__ to see an example of how to use list_jobs API.
4158
4158
  """
4159
4159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4160
4160
  required_arguments = []
@@ -4330,7 +4330,7 @@ class ResourceManagerClient(object):
4330
4330
  :rtype: :class:`~oci.response.Response`
4331
4331
 
4332
4332
  :example:
4333
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_private_endpoints.py.html>`__ to see an example of how to use list_private_endpoints API.
4333
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_private_endpoints.py.html>`__ to see an example of how to use list_private_endpoints API.
4334
4334
  """
4335
4335
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4336
4336
  required_arguments = []
@@ -4459,7 +4459,7 @@ class ResourceManagerClient(object):
4459
4459
  :rtype: :class:`~oci.response.Response`
4460
4460
 
4461
4461
  :example:
4462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_resource_discovery_services.py.html>`__ to see an example of how to use list_resource_discovery_services API.
4462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_resource_discovery_services.py.html>`__ to see an example of how to use list_resource_discovery_services API.
4463
4463
  """
4464
4464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4465
4465
  required_arguments = []
@@ -4579,7 +4579,7 @@ class ResourceManagerClient(object):
4579
4579
  :rtype: :class:`~oci.response.Response`
4580
4580
 
4581
4581
  :example:
4582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_stack_associated_resources.py.html>`__ to see an example of how to use list_stack_associated_resources API.
4582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_stack_associated_resources.py.html>`__ to see an example of how to use list_stack_associated_resources API.
4583
4583
  """
4584
4584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4585
4585
  required_arguments = ['stackId']
@@ -4723,7 +4723,7 @@ class ResourceManagerClient(object):
4723
4723
  :rtype: :class:`~oci.response.Response`
4724
4724
 
4725
4725
  :example:
4726
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_stack_resource_drift_details.py.html>`__ to see an example of how to use list_stack_resource_drift_details API.
4726
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_stack_resource_drift_details.py.html>`__ to see an example of how to use list_stack_resource_drift_details API.
4727
4727
  """
4728
4728
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4729
4729
  required_arguments = ['stackId']
@@ -4892,7 +4892,7 @@ class ResourceManagerClient(object):
4892
4892
  :rtype: :class:`~oci.response.Response`
4893
4893
 
4894
4894
  :example:
4895
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_stacks.py.html>`__ to see an example of how to use list_stacks API.
4895
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_stacks.py.html>`__ to see an example of how to use list_stacks API.
4896
4896
  """
4897
4897
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4898
4898
  required_arguments = []
@@ -5019,7 +5019,7 @@ class ResourceManagerClient(object):
5019
5019
  :rtype: :class:`~oci.response.Response`
5020
5020
 
5021
5021
  :example:
5022
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_template_categories.py.html>`__ to see an example of how to use list_template_categories API.
5022
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_template_categories.py.html>`__ to see an example of how to use list_template_categories API.
5023
5023
  """
5024
5024
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5025
5025
  required_arguments = []
@@ -5151,7 +5151,7 @@ class ResourceManagerClient(object):
5151
5151
  :rtype: :class:`~oci.response.Response`
5152
5152
 
5153
5153
  :example:
5154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_templates.py.html>`__ to see an example of how to use list_templates API.
5154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_templates.py.html>`__ to see an example of how to use list_templates API.
5155
5155
  """
5156
5156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5157
5157
  required_arguments = []
@@ -5276,7 +5276,7 @@ class ResourceManagerClient(object):
5276
5276
  :rtype: :class:`~oci.response.Response`
5277
5277
 
5278
5278
  :example:
5279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_terraform_versions.py.html>`__ to see an example of how to use list_terraform_versions API.
5279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_terraform_versions.py.html>`__ to see an example of how to use list_terraform_versions API.
5280
5280
  """
5281
5281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5282
5282
  required_arguments = []
@@ -5395,7 +5395,7 @@ class ResourceManagerClient(object):
5395
5395
  :rtype: :class:`~oci.response.Response`
5396
5396
 
5397
5397
  :example:
5398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
5398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
5399
5399
  """
5400
5400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5401
5401
  required_arguments = ['workRequestId']
@@ -5539,7 +5539,7 @@ class ResourceManagerClient(object):
5539
5539
  :rtype: :class:`~oci.response.Response`
5540
5540
 
5541
5541
  :example:
5542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
5542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
5543
5543
  """
5544
5544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5545
5545
  required_arguments = ['workRequestId']
@@ -5678,7 +5678,7 @@ class ResourceManagerClient(object):
5678
5678
  :rtype: :class:`~oci.response.Response`
5679
5679
 
5680
5680
  :example:
5681
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
5681
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
5682
5682
  """
5683
5683
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5684
5684
  required_arguments = ['compartmentId']
@@ -5792,7 +5792,7 @@ class ResourceManagerClient(object):
5792
5792
  :rtype: :class:`~oci.response.Response`
5793
5793
 
5794
5794
  :example:
5795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/update_configuration_source_provider.py.html>`__ to see an example of how to use update_configuration_source_provider API.
5795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/update_configuration_source_provider.py.html>`__ to see an example of how to use update_configuration_source_provider API.
5796
5796
  """
5797
5797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5798
5798
  required_arguments = ['configurationSourceProviderId']
@@ -5905,7 +5905,7 @@ class ResourceManagerClient(object):
5905
5905
  :rtype: :class:`~oci.response.Response`
5906
5906
 
5907
5907
  :example:
5908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/update_job.py.html>`__ to see an example of how to use update_job API.
5908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/update_job.py.html>`__ to see an example of how to use update_job API.
5909
5909
  """
5910
5910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5911
5911
  required_arguments = ['jobId']
@@ -6018,7 +6018,7 @@ class ResourceManagerClient(object):
6018
6018
  :rtype: :class:`~oci.response.Response`
6019
6019
 
6020
6020
  :example:
6021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/update_private_endpoint.py.html>`__ to see an example of how to use update_private_endpoint API.
6021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/update_private_endpoint.py.html>`__ to see an example of how to use update_private_endpoint API.
6022
6022
  """
6023
6023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6024
6024
  required_arguments = ['privateEndpointId']
@@ -6137,7 +6137,7 @@ class ResourceManagerClient(object):
6137
6137
  :rtype: :class:`~oci.response.Response`
6138
6138
 
6139
6139
  :example:
6140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/update_stack.py.html>`__ to see an example of how to use update_stack API.
6140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/update_stack.py.html>`__ to see an example of how to use update_stack API.
6141
6141
  """
6142
6142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6143
6143
  required_arguments = ['stackId']
@@ -6250,7 +6250,7 @@ class ResourceManagerClient(object):
6250
6250
  :rtype: :class:`~oci.response.Response`
6251
6251
 
6252
6252
  :example:
6253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcemanager/update_template.py.html>`__ to see an example of how to use update_template API.
6253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcemanager/update_template.py.html>`__ to see an example of how to use update_template API.
6254
6254
  """
6255
6255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6256
6256
  required_arguments = ['templateId']
@@ -139,7 +139,7 @@ class ResourceSearchClient(object):
139
139
  :rtype: :class:`~oci.response.Response`
140
140
 
141
141
  :example:
142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcesearch/get_resource_type.py.html>`__ to see an example of how to use get_resource_type API.
142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcesearch/get_resource_type.py.html>`__ to see an example of how to use get_resource_type API.
143
143
  """
144
144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
145
145
  required_arguments = ['name']
@@ -241,7 +241,7 @@ class ResourceSearchClient(object):
241
241
  :rtype: :class:`~oci.response.Response`
242
242
 
243
243
  :example:
244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcesearch/list_resource_types.py.html>`__ to see an example of how to use list_resource_types API.
244
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcesearch/list_resource_types.py.html>`__ to see an example of how to use list_resource_types API.
245
245
  """
246
246
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
247
247
  required_arguments = []
@@ -349,7 +349,7 @@ class ResourceSearchClient(object):
349
349
  :rtype: :class:`~oci.response.Response`
350
350
 
351
351
  :example:
352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/resourcesearch/search_resources.py.html>`__ to see an example of how to use search_resources API.
352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/resourcesearch/search_resources.py.html>`__ to see an example of how to use search_resources API.
353
353
  """
354
354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
355
355
  required_arguments = []
@@ -154,7 +154,7 @@ class RoverBundleClient(object):
154
154
  :rtype: :class:`~oci.response.Response`
155
155
 
156
156
  :example:
157
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/list_rover_cluster_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_cluster_rover_bundle_requests API.
157
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/list_rover_cluster_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_cluster_rover_bundle_requests API.
158
158
  """
159
159
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
160
160
  required_arguments = ['roverClusterId']
@@ -296,7 +296,7 @@ class RoverBundleClient(object):
296
296
  :rtype: :class:`~oci.response.Response`
297
297
 
298
298
  :example:
299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/list_rover_node_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_node_rover_bundle_requests API.
299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/list_rover_node_rover_bundle_requests.py.html>`__ to see an example of how to use list_rover_node_rover_bundle_requests API.
300
300
  """
301
301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
302
302
  required_arguments = ['roverNodeId']
@@ -425,7 +425,7 @@ class RoverBundleClient(object):
425
425
  :rtype: :class:`~oci.response.Response`
426
426
 
427
427
  :example:
428
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/request_bundle_rover_cluster.py.html>`__ to see an example of how to use request_bundle_rover_cluster API.
428
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/request_bundle_rover_cluster.py.html>`__ to see an example of how to use request_bundle_rover_cluster API.
429
429
  """
430
430
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
431
431
  required_arguments = ['roverClusterId']
@@ -526,7 +526,7 @@ class RoverBundleClient(object):
526
526
  :rtype: :class:`~oci.response.Response`
527
527
 
528
528
  :example:
529
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/request_bundle_rover_node.py.html>`__ to see an example of how to use request_bundle_rover_node API.
529
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/request_bundle_rover_node.py.html>`__ to see an example of how to use request_bundle_rover_node API.
530
530
  """
531
531
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
532
532
  required_arguments = ['roverNodeId']
@@ -627,7 +627,7 @@ class RoverBundleClient(object):
627
627
  :rtype: :class:`~oci.response.Response`
628
628
 
629
629
  :example:
630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/retrieve_available_bundle_versions_rover_cluster.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_cluster API.
630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/retrieve_available_bundle_versions_rover_cluster.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_cluster API.
631
631
  """
632
632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
633
633
  required_arguments = ['roverClusterId']
@@ -730,7 +730,7 @@ class RoverBundleClient(object):
730
730
  :rtype: :class:`~oci.response.Response`
731
731
 
732
732
  :example:
733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/retrieve_available_bundle_versions_rover_node.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_node API.
733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/retrieve_available_bundle_versions_rover_node.py.html>`__ to see an example of how to use retrieve_available_bundle_versions_rover_node API.
734
734
  """
735
735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
736
736
  required_arguments = ['roverNodeId']
@@ -833,7 +833,7 @@ class RoverBundleClient(object):
833
833
  :rtype: :class:`~oci.response.Response`
834
834
 
835
835
  :example:
836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/retrieve_bundle_status_rover_cluster.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_cluster API.
836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/retrieve_bundle_status_rover_cluster.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_cluster API.
837
837
  """
838
838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
839
839
  required_arguments = ['roverClusterId']
@@ -936,7 +936,7 @@ class RoverBundleClient(object):
936
936
  :rtype: :class:`~oci.response.Response`
937
937
 
938
938
  :example:
939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/rover/retrieve_bundle_status_rover_node.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_node API.
939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/rover/retrieve_bundle_status_rover_node.py.html>`__ to see an example of how to use retrieve_bundle_status_rover_node API.
940
940
  """
941
941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
942
942
  required_arguments = ['roverNodeId']