oci 2.137.0__py3-none-any.whl → 2.137.1__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 (271) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +72 -72
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +8 -8
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +15 -15
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  41. oci/cloud_guard/cloud_guard_client.py +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_engine/models/install_addon_details.py +33 -2
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +102 -102
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +247 -247
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +42 -42
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +292 -292
  63. oci/data_science/data_science_client.py +92 -92
  64. oci/database/database_client.py +396 -396
  65. oci/database_management/db_management_client.py +211 -211
  66. oci/database_management/diagnosability_client.py +4 -4
  67. oci/database_management/managed_my_sql_databases_client.py +7 -7
  68. oci/database_management/perfhub_client.py +1 -1
  69. oci/database_management/sql_tuning_client.py +17 -17
  70. oci/database_migration/database_migration_client.py +42 -42
  71. oci/database_tools/database_tools_client.py +23 -23
  72. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  73. oci/delegate_access_control/work_request_client.py +4 -4
  74. oci/demand_signal/occ_demand_signal_client.py +7 -7
  75. oci/desktops/desktop_service_client.py +21 -21
  76. oci/devops/devops_client.py +141 -141
  77. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  78. oci/dns/dns_client.py +54 -54
  79. oci/dts/appliance_export_job_client.py +6 -6
  80. oci/dts/shipping_vendors_client.py +1 -1
  81. oci/dts/transfer_appliance_client.py +8 -8
  82. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  83. oci/dts/transfer_device_client.py +5 -5
  84. oci/dts/transfer_job_client.py +6 -6
  85. oci/dts/transfer_package_client.py +7 -7
  86. oci/em_warehouse/em_warehouse_client.py +13 -13
  87. oci/email/email_client.py +31 -31
  88. oci/email_data_plane/email_dp_client.py +1 -1
  89. oci/events/events_client.py +6 -6
  90. oci/file_storage/file_storage_client.py +68 -68
  91. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  92. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  93. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  94. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  95. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  96. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  97. oci/functions/functions_invoke_client.py +1 -1
  98. oci/functions/functions_management_client.py +16 -16
  99. oci/fusion_apps/fusion_applications_client.py +41 -41
  100. oci/generative_ai/generative_ai_client.py +22 -22
  101. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  102. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  103. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  104. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  105. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  106. oci/golden_gate/golden_gate_client.py +69 -69
  107. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  108. oci/governance_rules_control_plane/work_request_client.py +5 -5
  109. oci/healthchecks/health_checks_client.py +17 -17
  110. oci/identity/identity_client.py +145 -145
  111. oci/identity_data_plane/dataplane_client.py +2 -2
  112. oci/identity_domains/identity_domains_client.py +307 -307
  113. oci/integration/integration_instance_client.py +19 -19
  114. oci/jms/java_management_service_client.py +75 -75
  115. oci/jms_java_downloads/java_download_client.py +25 -25
  116. oci/key_management/ekm_client.py +5 -5
  117. oci/key_management/kms_crypto_client.py +6 -6
  118. oci/key_management/kms_hsm_cluster_client.py +12 -12
  119. oci/key_management/kms_management_client.py +21 -21
  120. oci/key_management/kms_vault_client.py +14 -14
  121. oci/license_manager/license_manager_client.py +18 -18
  122. oci/limits/limits_client.py +4 -4
  123. oci/limits/quotas_client.py +7 -7
  124. oci/load_balancer/load_balancer_client.py +61 -61
  125. oci/load_balancer/models/create_listener_details.py +4 -6
  126. oci/load_balancer/models/listener.py +4 -6
  127. oci/load_balancer/models/listener_details.py +4 -6
  128. oci/load_balancer/models/update_listener_details.py +4 -6
  129. oci/lockbox/lockbox_client.py +24 -24
  130. oci/log_analytics/log_analytics_client.py +193 -193
  131. oci/logging/logging_management_client.py +30 -30
  132. oci/loggingingestion/logging_client.py +1 -1
  133. oci/loggingsearch/log_search_client.py +1 -1
  134. oci/management_agent/management_agent_client.py +28 -28
  135. oci/management_dashboard/dashx_apis_client.py +14 -14
  136. oci/marketplace/account_client.py +2 -2
  137. oci/marketplace/marketplace_client.py +30 -30
  138. oci/marketplace_private_offer/attachment_client.py +5 -5
  139. oci/marketplace_private_offer/offer_client.py +6 -6
  140. oci/marketplace_publisher/attachment_client.py +5 -5
  141. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  142. oci/marketplace_publisher/offer_client.py +6 -6
  143. oci/media_services/media_services_client.py +60 -60
  144. oci/media_services/media_stream_client.py +2 -2
  145. oci/monitoring/monitoring_client.py +18 -18
  146. oci/mysql/channels_client.py +7 -7
  147. oci/mysql/db_backups_client.py +7 -7
  148. oci/mysql/db_system_client.py +17 -17
  149. oci/mysql/mysqlaas_client.py +7 -7
  150. oci/mysql/replicas_client.py +5 -5
  151. oci/mysql/work_requests_client.py +4 -4
  152. oci/network_firewall/network_firewall_client.py +86 -86
  153. oci/network_load_balancer/models/backend_set.py +0 -4
  154. oci/network_load_balancer/models/backend_set_details.py +0 -4
  155. oci/network_load_balancer/models/backend_set_summary.py +7 -5
  156. oci/network_load_balancer/models/create_listener_details.py +42 -5
  157. oci/network_load_balancer/models/listener.py +42 -5
  158. oci/network_load_balancer/models/listener_details.py +42 -5
  159. oci/network_load_balancer/models/listener_summary.py +42 -5
  160. oci/network_load_balancer/models/update_listener_details.py +42 -5
  161. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  162. oci/nosql/nosql_client.py +24 -24
  163. oci/object_storage/object_storage_client.py +55 -55
  164. oci/oce/oce_instance_client.py +10 -10
  165. oci/oci_control_center/occ_metrics_client.py +3 -3
  166. oci/ocvp/cluster_client.py +5 -5
  167. oci/ocvp/esxi_host_client.py +8 -8
  168. oci/ocvp/sddc_client.py +14 -14
  169. oci/ocvp/work_request_client.py +4 -4
  170. oci/oda/management_client.py +59 -59
  171. oci/oda/oda_client.py +17 -17
  172. oci/oda/odapackage_client.py +7 -7
  173. oci/onesubscription/billing_schedule_client.py +1 -1
  174. oci/onesubscription/commitment_client.py +2 -2
  175. oci/onesubscription/computed_usage_client.py +3 -3
  176. oci/onesubscription/invoice_summary_client.py +2 -2
  177. oci/onesubscription/organization_subscription_client.py +1 -1
  178. oci/onesubscription/ratecard_client.py +1 -1
  179. oci/onesubscription/subscribed_service_client.py +2 -2
  180. oci/onesubscription/subscription_client.py +1 -1
  181. oci/ons/notification_control_plane_client.py +6 -6
  182. oci/ons/notification_data_plane_client.py +10 -10
  183. oci/opa/opa_instance_client.py +13 -13
  184. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  185. oci/opensearch/opensearch_cluster_client.py +14 -14
  186. oci/operator_access_control/access_requests_client.py +20 -20
  187. oci/operator_access_control/operator_actions_client.py +4 -4
  188. oci/operator_access_control/operator_control_assignment_client.py +16 -16
  189. oci/operator_access_control/operator_control_client.py +12 -12
  190. oci/opsi/operations_insights_client.py +180 -180
  191. oci/optimizer/optimizer_client.py +26 -26
  192. oci/os_management/event_client.py +8 -8
  193. oci/os_management/os_management_client.py +69 -69
  194. oci/os_management_hub/event_client.py +8 -8
  195. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  196. oci/os_management_hub/managed_instance_client.py +31 -31
  197. oci/os_management_hub/managed_instance_group_client.py +25 -25
  198. oci/os_management_hub/management_station_client.py +10 -10
  199. oci/os_management_hub/onboarding_client.py +6 -6
  200. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  201. oci/os_management_hub/scheduled_job_client.py +7 -7
  202. oci/os_management_hub/software_source_client.py +27 -27
  203. oci/os_management_hub/work_request_client.py +4 -4
  204. oci/osp_gateway/address_rule_service_client.py +1 -1
  205. oci/osp_gateway/address_service_client.py +2 -2
  206. oci/osp_gateway/invoice_service_client.py +5 -5
  207. oci/osp_gateway/subscription_service_client.py +5 -5
  208. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  209. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  210. oci/osub_subscription/commitment_client.py +2 -2
  211. oci/osub_subscription/ratecard_client.py +1 -1
  212. oci/osub_subscription/subscription_client.py +1 -1
  213. oci/osub_usage/computed_usage_client.py +3 -3
  214. oci/psql/postgresql_client.py +33 -33
  215. oci/queue/queue_admin_client.py +11 -11
  216. oci/queue/queue_client.py +8 -8
  217. oci/recovery/database_recovery_client.py +26 -26
  218. oci/redis/redis_cluster_client.py +12 -12
  219. oci/resource_manager/resource_manager_client.py +52 -52
  220. oci/resource_scheduler/schedule_client.py +13 -13
  221. oci/resource_search/resource_search_client.py +3 -3
  222. oci/rover/rover_bundle_client.py +8 -8
  223. oci/rover/rover_cluster_client.py +8 -8
  224. oci/rover/rover_entitlement_client.py +6 -6
  225. oci/rover/rover_node_client.py +15 -15
  226. oci/rover/shape_client.py +1 -1
  227. oci/rover/work_requests_client.py +5 -5
  228. oci/sch/connector_plugins_client.py +2 -2
  229. oci/sch/service_connector_client.py +12 -12
  230. oci/secrets/secrets_client.py +3 -3
  231. oci/security_attribute/security_attribute_client.py +18 -18
  232. oci/service_catalog/service_catalog_client.py +26 -26
  233. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  234. oci/service_mesh/service_mesh_client.py +48 -48
  235. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  236. oci/streaming/stream_admin_client.py +18 -18
  237. oci/streaming/stream_client.py +8 -8
  238. oci/tenant_manager_control_plane/domain_client.py +5 -5
  239. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  240. oci/tenant_manager_control_plane/governance_client.py +2 -2
  241. oci/tenant_manager_control_plane/link_client.py +3 -3
  242. oci/tenant_manager_control_plane/orders_client.py +2 -2
  243. oci/tenant_manager_control_plane/organization_client.py +10 -10
  244. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  245. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  246. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  247. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  248. oci/threat_intelligence/threatintel_client.py +5 -5
  249. oci/usage/resources_client.py +2 -2
  250. oci/usage/rewards_client.py +6 -6
  251. oci/usage/usagelimits_client.py +1 -1
  252. oci/usage_api/usageapi_client.py +33 -33
  253. oci/vault/vaults_client.py +13 -13
  254. oci/vbs_inst/vbs_instance_client.py +10 -10
  255. oci/version.py +1 -1
  256. oci/visual_builder/vb_instance_client.py +13 -13
  257. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  258. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  259. oci/waa/waa_client.py +13 -13
  260. oci/waa/work_request_client.py +4 -4
  261. oci/waas/redirect_client.py +6 -6
  262. oci/waas/waas_client.py +66 -66
  263. oci/waf/waf_client.py +24 -24
  264. oci/work_requests/work_request_client.py +4 -4
  265. oci/zpr/zpr_client.py +15 -15
  266. {oci-2.137.0.dist-info → oci-2.137.1.dist-info}/METADATA +1 -1
  267. {oci-2.137.0.dist-info → oci-2.137.1.dist-info}/RECORD +271 -271
  268. {oci-2.137.0.dist-info → oci-2.137.1.dist-info}/LICENSE.txt +0 -0
  269. {oci-2.137.0.dist-info → oci-2.137.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  270. {oci-2.137.0.dist-info → oci-2.137.1.dist-info}/WHEEL +0 -0
  271. {oci-2.137.0.dist-info → oci-2.137.1.dist-info}/top_level.txt +0 -0
@@ -150,7 +150,7 @@ class OpensearchClusterBackupClient(object):
150
150
  :rtype: :class:`~oci.response.Response`
151
151
 
152
152
  :example:
153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/delete_opensearch_cluster_backup.py.html>`__ to see an example of how to use delete_opensearch_cluster_backup API.
153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/delete_opensearch_cluster_backup.py.html>`__ to see an example of how to use delete_opensearch_cluster_backup API.
154
154
  """
155
155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
156
156
  required_arguments = ['opensearchClusterBackupId']
@@ -246,7 +246,7 @@ class OpensearchClusterBackupClient(object):
246
246
  :rtype: :class:`~oci.response.Response`
247
247
 
248
248
  :example:
249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/get_opensearch_cluster_backup.py.html>`__ to see an example of how to use get_opensearch_cluster_backup API.
249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/get_opensearch_cluster_backup.py.html>`__ to see an example of how to use get_opensearch_cluster_backup API.
250
250
  """
251
251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
252
252
  required_arguments = ['opensearchClusterBackupId']
@@ -372,7 +372,7 @@ class OpensearchClusterBackupClient(object):
372
372
  :rtype: :class:`~oci.response.Response`
373
373
 
374
374
  :example:
375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/list_opensearch_cluster_backups.py.html>`__ to see an example of how to use list_opensearch_cluster_backups API.
375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/list_opensearch_cluster_backups.py.html>`__ to see an example of how to use list_opensearch_cluster_backups API.
376
376
  """
377
377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
378
378
  required_arguments = ['compartmentId']
@@ -510,7 +510,7 @@ class OpensearchClusterBackupClient(object):
510
510
  :rtype: :class:`~oci.response.Response`
511
511
 
512
512
  :example:
513
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/update_opensearch_cluster_backup.py.html>`__ to see an example of how to use update_opensearch_cluster_backup API.
513
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/update_opensearch_cluster_backup.py.html>`__ to see an example of how to use update_opensearch_cluster_backup API.
514
514
  """
515
515
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
516
516
  required_arguments = ['opensearchClusterBackupId']
@@ -160,7 +160,7 @@ class OpensearchClusterClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/backup_opensearch_cluster.py.html>`__ to see an example of how to use backup_opensearch_cluster API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/backup_opensearch_cluster.py.html>`__ to see an example of how to use backup_opensearch_cluster API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['opensearchClusterId']
@@ -268,7 +268,7 @@ class OpensearchClusterClient(object):
268
268
  :rtype: :class:`~oci.response.Response`
269
269
 
270
270
  :example:
271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/create_opensearch_cluster.py.html>`__ to see an example of how to use create_opensearch_cluster API.
271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/create_opensearch_cluster.py.html>`__ to see an example of how to use create_opensearch_cluster API.
272
272
  """
273
273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
274
274
  required_arguments = []
@@ -362,7 +362,7 @@ class OpensearchClusterClient(object):
362
362
  :rtype: :class:`~oci.response.Response`
363
363
 
364
364
  :example:
365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/delete_opensearch_cluster.py.html>`__ to see an example of how to use delete_opensearch_cluster API.
365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/delete_opensearch_cluster.py.html>`__ to see an example of how to use delete_opensearch_cluster API.
366
366
  """
367
367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
368
368
  required_arguments = ['opensearchClusterId']
@@ -458,7 +458,7 @@ class OpensearchClusterClient(object):
458
458
  :rtype: :class:`~oci.response.Response`
459
459
 
460
460
  :example:
461
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/get_opensearch_cluster.py.html>`__ to see an example of how to use get_opensearch_cluster API.
461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/get_opensearch_cluster.py.html>`__ to see an example of how to use get_opensearch_cluster API.
462
462
  """
463
463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
464
464
  required_arguments = ['opensearchClusterId']
@@ -554,7 +554,7 @@ class OpensearchClusterClient(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.137.0/opensearch/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
558
558
  """
559
559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
560
560
  required_arguments = ['workRequestId']
@@ -677,7 +677,7 @@ class OpensearchClusterClient(object):
677
677
  :rtype: :class:`~oci.response.Response`
678
678
 
679
679
  :example:
680
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/list_opensearch_clusters.py.html>`__ to see an example of how to use list_opensearch_clusters API.
680
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/list_opensearch_clusters.py.html>`__ to see an example of how to use list_opensearch_clusters API.
681
681
  """
682
682
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
683
683
  required_arguments = ['compartmentId']
@@ -806,7 +806,7 @@ class OpensearchClusterClient(object):
806
806
  :rtype: :class:`~oci.response.Response`
807
807
 
808
808
  :example:
809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/list_opensearch_versions.py.html>`__ to see an example of how to use list_opensearch_versions API.
809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/list_opensearch_versions.py.html>`__ to see an example of how to use list_opensearch_versions API.
810
810
  """
811
811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
812
812
  required_arguments = ['compartmentId']
@@ -904,7 +904,7 @@ class OpensearchClusterClient(object):
904
904
  :rtype: :class:`~oci.response.Response`
905
905
 
906
906
  :example:
907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
908
908
  """
909
909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
910
910
  required_arguments = ['workRequestId']
@@ -1016,7 +1016,7 @@ class OpensearchClusterClient(object):
1016
1016
  :rtype: :class:`~oci.response.Response`
1017
1017
 
1018
1018
  :example:
1019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1020
1020
  """
1021
1021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1022
1022
  required_arguments = ['workRequestId']
@@ -1134,7 +1134,7 @@ class OpensearchClusterClient(object):
1134
1134
  :rtype: :class:`~oci.response.Response`
1135
1135
 
1136
1136
  :example:
1137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1138
1138
  """
1139
1139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1140
1140
  required_arguments = ['compartmentId']
@@ -1250,7 +1250,7 @@ class OpensearchClusterClient(object):
1250
1250
  :rtype: :class:`~oci.response.Response`
1251
1251
 
1252
1252
  :example:
1253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/opensearch_cluster_restore.py.html>`__ to see an example of how to use opensearch_cluster_restore API.
1253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/opensearch_cluster_restore.py.html>`__ to see an example of how to use opensearch_cluster_restore API.
1254
1254
  """
1255
1255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1256
1256
  required_arguments = ['opensearchClusterId']
@@ -1368,7 +1368,7 @@ class OpensearchClusterClient(object):
1368
1368
  :rtype: :class:`~oci.response.Response`
1369
1369
 
1370
1370
  :example:
1371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/resize_opensearch_cluster_horizontal.py.html>`__ to see an example of how to use resize_opensearch_cluster_horizontal API.
1371
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/resize_opensearch_cluster_horizontal.py.html>`__ to see an example of how to use resize_opensearch_cluster_horizontal API.
1372
1372
  """
1373
1373
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1374
1374
  required_arguments = ['opensearchClusterId']
@@ -1486,7 +1486,7 @@ class OpensearchClusterClient(object):
1486
1486
  :rtype: :class:`~oci.response.Response`
1487
1487
 
1488
1488
  :example:
1489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/resize_opensearch_cluster_vertical.py.html>`__ to see an example of how to use resize_opensearch_cluster_vertical API.
1489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/resize_opensearch_cluster_vertical.py.html>`__ to see an example of how to use resize_opensearch_cluster_vertical API.
1490
1490
  """
1491
1491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1492
1492
  required_arguments = ['opensearchClusterId']
@@ -1597,7 +1597,7 @@ class OpensearchClusterClient(object):
1597
1597
  :rtype: :class:`~oci.response.Response`
1598
1598
 
1599
1599
  :example:
1600
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/opensearch/update_opensearch_cluster.py.html>`__ to see an example of how to use update_opensearch_cluster API.
1600
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/opensearch/update_opensearch_cluster.py.html>`__ to see an example of how to use update_opensearch_cluster API.
1601
1601
  """
1602
1602
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1603
1603
  required_arguments = ['opensearchClusterId']
@@ -163,14 +163,14 @@ class AccessRequestsClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/approve_access_request.py.html>`__ to see an example of how to use approve_access_request API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/approve_access_request.py.html>`__ to see an example of how to use approve_access_request API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = ['accessRequestId']
170
170
  resource_path = "/accessRequests/{accessRequestId}/action/approve"
171
171
  method = "POST"
172
172
  operation_name = "approve_access_request"
173
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/ApproveAccessRequest"
173
+ api_reference_link = ""
174
174
 
175
175
  # Don't accept unknown kwargs
176
176
  expected_kwargs = [
@@ -266,14 +266,14 @@ class AccessRequestsClient(object):
266
266
  :rtype: :class:`~oci.response.Response`
267
267
 
268
268
  :example:
269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/get_access_request.py.html>`__ to see an example of how to use get_access_request API.
269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/get_access_request.py.html>`__ to see an example of how to use get_access_request API.
270
270
  """
271
271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
272
272
  required_arguments = ['accessRequestId']
273
273
  resource_path = "/accessRequests/{accessRequestId}"
274
274
  method = "GET"
275
275
  operation_name = "get_access_request"
276
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/GetAccessRequest"
276
+ api_reference_link = ""
277
277
 
278
278
  # Don't accept unknown kwargs
279
279
  expected_kwargs = [
@@ -367,14 +367,14 @@ class AccessRequestsClient(object):
367
367
  :rtype: :class:`~oci.response.Response`
368
368
 
369
369
  :example:
370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/get_audit_log_report.py.html>`__ to see an example of how to use get_audit_log_report API.
370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/get_audit_log_report.py.html>`__ to see an example of how to use get_audit_log_report API.
371
371
  """
372
372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
373
373
  required_arguments = ['accessRequestId']
374
374
  resource_path = "/accessRequests/{accessRequestId}/auditLogReport"
375
375
  method = "GET"
376
376
  operation_name = "get_audit_log_report"
377
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AuditLogReport/GetAuditLogReport"
377
+ api_reference_link = ""
378
378
 
379
379
  # Don't accept unknown kwargs
380
380
  expected_kwargs = [
@@ -490,14 +490,14 @@ class AccessRequestsClient(object):
490
490
  :rtype: :class:`~oci.response.Response`
491
491
 
492
492
  :example:
493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/interaction_request.py.html>`__ to see an example of how to use interaction_request API.
493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/interaction_request.py.html>`__ to see an example of how to use interaction_request API.
494
494
  """
495
495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
496
496
  required_arguments = ['accessRequestId']
497
497
  resource_path = "/accessRequests/{accessRequestId}/action/interactionRequest"
498
498
  method = "POST"
499
499
  operation_name = "interaction_request"
500
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/InteractionRequest"
500
+ api_reference_link = ""
501
501
 
502
502
  # Don't accept unknown kwargs
503
503
  expected_kwargs = [
@@ -601,14 +601,14 @@ class AccessRequestsClient(object):
601
601
  :rtype: :class:`~oci.response.Response`
602
602
 
603
603
  :example:
604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/list_access_request_histories.py.html>`__ to see an example of how to use list_access_request_histories API.
604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/list_access_request_histories.py.html>`__ to see an example of how to use list_access_request_histories API.
605
605
  """
606
606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
607
607
  required_arguments = ['accessRequestId']
608
608
  resource_path = "/accessRequests/{accessRequestId}/history"
609
609
  method = "GET"
610
610
  operation_name = "list_access_request_histories"
611
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/ListAccessRequestHistories"
611
+ api_reference_link = ""
612
612
 
613
613
  # Don't accept unknown kwargs
614
614
  expected_kwargs = [
@@ -746,14 +746,14 @@ class AccessRequestsClient(object):
746
746
  :rtype: :class:`~oci.response.Response`
747
747
 
748
748
  :example:
749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/list_access_requests.py.html>`__ to see an example of how to use list_access_requests API.
749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/list_access_requests.py.html>`__ to see an example of how to use list_access_requests API.
750
750
  """
751
751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
752
752
  required_arguments = ['compartmentId']
753
753
  resource_path = "/accessRequests"
754
754
  method = "GET"
755
755
  operation_name = "list_access_requests"
756
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/ListAccessRequests"
756
+ api_reference_link = ""
757
757
 
758
758
  # Don't accept unknown kwargs
759
759
  expected_kwargs = [
@@ -884,14 +884,14 @@ class AccessRequestsClient(object):
884
884
  :rtype: :class:`~oci.response.Response`
885
885
 
886
886
  :example:
887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/list_interactions.py.html>`__ to see an example of how to use list_interactions API.
887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/list_interactions.py.html>`__ to see an example of how to use list_interactions API.
888
888
  """
889
889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
890
890
  required_arguments = ['accessRequestId']
891
891
  resource_path = "/accessRequests/{accessRequestId}/interactions"
892
892
  method = "GET"
893
893
  operation_name = "list_interactions"
894
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/ListInteractions"
894
+ api_reference_link = ""
895
895
 
896
896
  # Don't accept unknown kwargs
897
897
  expected_kwargs = [
@@ -1009,14 +1009,14 @@ class AccessRequestsClient(object):
1009
1009
  :rtype: :class:`~oci.response.Response`
1010
1010
 
1011
1011
  :example:
1012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/reject_access_request.py.html>`__ to see an example of how to use reject_access_request API.
1012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/reject_access_request.py.html>`__ to see an example of how to use reject_access_request API.
1013
1013
  """
1014
1014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1015
1015
  required_arguments = ['accessRequestId']
1016
1016
  resource_path = "/accessRequests/{accessRequestId}/action/reject"
1017
1017
  method = "POST"
1018
1018
  operation_name = "reject_access_request"
1019
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/RejectAccessRequest"
1019
+ api_reference_link = ""
1020
1020
 
1021
1021
  # Don't accept unknown kwargs
1022
1022
  expected_kwargs = [
@@ -1129,14 +1129,14 @@ class AccessRequestsClient(object):
1129
1129
  :rtype: :class:`~oci.response.Response`
1130
1130
 
1131
1131
  :example:
1132
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/review_access_request.py.html>`__ to see an example of how to use review_access_request API.
1132
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/review_access_request.py.html>`__ to see an example of how to use review_access_request API.
1133
1133
  """
1134
1134
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1135
1135
  required_arguments = ['accessRequestId']
1136
1136
  resource_path = "/accessRequests/{accessRequestId}/action/review"
1137
1137
  method = "POST"
1138
1138
  operation_name = "review_access_request"
1139
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/ReviewAccessRequest"
1139
+ api_reference_link = ""
1140
1140
 
1141
1141
  # Don't accept unknown kwargs
1142
1142
  expected_kwargs = [
@@ -1251,14 +1251,14 @@ class AccessRequestsClient(object):
1251
1251
  :rtype: :class:`~oci.response.Response`
1252
1252
 
1253
1253
  :example:
1254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/revoke_access_request.py.html>`__ to see an example of how to use revoke_access_request API.
1254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/revoke_access_request.py.html>`__ to see an example of how to use revoke_access_request API.
1255
1255
  """
1256
1256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1257
1257
  required_arguments = ['accessRequestId']
1258
1258
  resource_path = "/accessRequests/{accessRequestId}/action/revoke"
1259
1259
  method = "POST"
1260
1260
  operation_name = "revoke_access_request"
1261
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/AccessRequest/RevokeAccessRequest"
1261
+ api_reference_link = ""
1262
1262
 
1263
1263
  # Don't accept unknown kwargs
1264
1264
  expected_kwargs = [
@@ -146,14 +146,14 @@ class OperatorActionsClient(object):
146
146
  :rtype: :class:`~oci.response.Response`
147
147
 
148
148
  :example:
149
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/get_operator_action.py.html>`__ to see an example of how to use get_operator_action API.
149
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/get_operator_action.py.html>`__ to see an example of how to use get_operator_action API.
150
150
  """
151
151
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
152
152
  required_arguments = ['operatorActionId']
153
153
  resource_path = "/operatorActions/{operatorActionId}"
154
154
  method = "GET"
155
155
  operation_name = "get_operator_action"
156
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorAction/GetOperatorAction"
156
+ api_reference_link = ""
157
157
 
158
158
  # Don't accept unknown kwargs
159
159
  expected_kwargs = [
@@ -271,14 +271,14 @@ class OperatorActionsClient(object):
271
271
  :rtype: :class:`~oci.response.Response`
272
272
 
273
273
  :example:
274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/list_operator_actions.py.html>`__ to see an example of how to use list_operator_actions API.
274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/list_operator_actions.py.html>`__ to see an example of how to use list_operator_actions API.
275
275
  """
276
276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
277
277
  required_arguments = ['compartmentId']
278
278
  resource_path = "/operatorActions"
279
279
  method = "GET"
280
280
  operation_name = "list_operator_actions"
281
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorAction/ListOperatorActions"
281
+ api_reference_link = ""
282
282
 
283
283
  # Don't accept unknown kwargs
284
284
  expected_kwargs = [
@@ -163,14 +163,14 @@ class OperatorControlAssignmentClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/change_operator_control_assignment_compartment.py.html>`__ to see an example of how to use change_operator_control_assignment_compartment API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/change_operator_control_assignment_compartment.py.html>`__ to see an example of how to use change_operator_control_assignment_compartment API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = ['operatorControlAssignmentId']
170
170
  resource_path = "/operatorControlAssignments/{operatorControlAssignmentId}/actions/changeCompartment"
171
171
  method = "POST"
172
172
  operation_name = "change_operator_control_assignment_compartment"
173
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/ChangeOperatorControlAssignmentCompartment"
173
+ api_reference_link = ""
174
174
 
175
175
  # Don't accept unknown kwargs
176
176
  expected_kwargs = [
@@ -273,14 +273,14 @@ class OperatorControlAssignmentClient(object):
273
273
  :rtype: :class:`~oci.response.Response`
274
274
 
275
275
  :example:
276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/create_operator_control_assignment.py.html>`__ to see an example of how to use create_operator_control_assignment API.
276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/create_operator_control_assignment.py.html>`__ to see an example of how to use create_operator_control_assignment API.
277
277
  """
278
278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
279
279
  required_arguments = []
280
280
  resource_path = "/operatorControlAssignments"
281
281
  method = "POST"
282
282
  operation_name = "create_operator_control_assignment"
283
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/CreateOperatorControlAssignment"
283
+ api_reference_link = ""
284
284
 
285
285
  # Don't accept unknown kwargs
286
286
  expected_kwargs = [
@@ -374,14 +374,14 @@ class OperatorControlAssignmentClient(object):
374
374
  :rtype: :class:`~oci.response.Response`
375
375
 
376
376
  :example:
377
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/delete_operator_control_assignment.py.html>`__ to see an example of how to use delete_operator_control_assignment API.
377
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/delete_operator_control_assignment.py.html>`__ to see an example of how to use delete_operator_control_assignment API.
378
378
  """
379
379
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
380
380
  required_arguments = ['operatorControlAssignmentId']
381
381
  resource_path = "/operatorControlAssignments/{operatorControlAssignmentId}"
382
382
  method = "DELETE"
383
383
  operation_name = "delete_operator_control_assignment"
384
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/DeleteOperatorControlAssignment"
384
+ api_reference_link = ""
385
385
 
386
386
  # Don't accept unknown kwargs
387
387
  expected_kwargs = [
@@ -480,14 +480,14 @@ class OperatorControlAssignmentClient(object):
480
480
  :rtype: :class:`~oci.response.Response`
481
481
 
482
482
  :example:
483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/get_assignment_validation_status.py.html>`__ to see an example of how to use get_assignment_validation_status API.
483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/get_assignment_validation_status.py.html>`__ to see an example of how to use get_assignment_validation_status API.
484
484
  """
485
485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
486
486
  required_arguments = ['operatorControlAssignmentId']
487
487
  resource_path = "/operatorControlAssignments/{operatorControlAssignmentId}/actions/getAssignmentValidationStatus"
488
488
  method = "GET"
489
489
  operation_name = "get_assignment_validation_status"
490
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/GetAssignmentValidationStatus"
490
+ api_reference_link = ""
491
491
 
492
492
  # Don't accept unknown kwargs
493
493
  expected_kwargs = [
@@ -578,14 +578,14 @@ class OperatorControlAssignmentClient(object):
578
578
  :rtype: :class:`~oci.response.Response`
579
579
 
580
580
  :example:
581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/get_operator_control_assignment.py.html>`__ to see an example of how to use get_operator_control_assignment API.
581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/get_operator_control_assignment.py.html>`__ to see an example of how to use get_operator_control_assignment API.
582
582
  """
583
583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
584
584
  required_arguments = ['operatorControlAssignmentId']
585
585
  resource_path = "/operatorControlAssignments/{operatorControlAssignmentId}"
586
586
  method = "GET"
587
587
  operation_name = "get_operator_control_assignment"
588
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/GetOperatorControlAssignment"
588
+ api_reference_link = ""
589
589
 
590
590
  # Don't accept unknown kwargs
591
591
  expected_kwargs = [
@@ -706,14 +706,14 @@ class OperatorControlAssignmentClient(object):
706
706
  :rtype: :class:`~oci.response.Response`
707
707
 
708
708
  :example:
709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/list_operator_control_assignments.py.html>`__ to see an example of how to use list_operator_control_assignments API.
709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/list_operator_control_assignments.py.html>`__ to see an example of how to use list_operator_control_assignments API.
710
710
  """
711
711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
712
712
  required_arguments = ['compartmentId']
713
713
  resource_path = "/operatorControlAssignments"
714
714
  method = "GET"
715
715
  operation_name = "list_operator_control_assignments"
716
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/ListOperatorControlAssignments"
716
+ api_reference_link = ""
717
717
 
718
718
  # Don't accept unknown kwargs
719
719
  expected_kwargs = [
@@ -846,14 +846,14 @@ class OperatorControlAssignmentClient(object):
846
846
  :rtype: :class:`~oci.response.Response`
847
847
 
848
848
  :example:
849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/update_operator_control_assignment.py.html>`__ to see an example of how to use update_operator_control_assignment API.
849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/update_operator_control_assignment.py.html>`__ to see an example of how to use update_operator_control_assignment API.
850
850
  """
851
851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
852
852
  required_arguments = ['operatorControlAssignmentId']
853
853
  resource_path = "/operatorControlAssignments/{operatorControlAssignmentId}"
854
854
  method = "PUT"
855
855
  operation_name = "update_operator_control_assignment"
856
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/UpdateOperatorControlAssignment"
856
+ api_reference_link = ""
857
857
 
858
858
  # Don't accept unknown kwargs
859
859
  expected_kwargs = [
@@ -965,14 +965,14 @@ class OperatorControlAssignmentClient(object):
965
965
  :rtype: :class:`~oci.response.Response`
966
966
 
967
967
  :example:
968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/validate_operator_assignment.py.html>`__ to see an example of how to use validate_operator_assignment API.
968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/validate_operator_assignment.py.html>`__ to see an example of how to use validate_operator_assignment API.
969
969
  """
970
970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
971
971
  required_arguments = ['operatorControlAssignmentId']
972
972
  resource_path = "/operatorControlAssignments/{operatorControlAssignmentId}/actions/validateAssignment"
973
973
  method = "POST"
974
974
  operation_name = "validate_operator_assignment"
975
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControlAssignment/ValidateOperatorAssignment"
975
+ api_reference_link = ""
976
976
 
977
977
  # Don't accept unknown kwargs
978
978
  expected_kwargs = [
@@ -163,14 +163,14 @@ class OperatorControlClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/change_operator_control_compartment.py.html>`__ to see an example of how to use change_operator_control_compartment API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/change_operator_control_compartment.py.html>`__ to see an example of how to use change_operator_control_compartment API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = ['operatorControlId']
170
170
  resource_path = "/operatorControls/{operatorControlId}/actions/changeCompartment"
171
171
  method = "POST"
172
172
  operation_name = "change_operator_control_compartment"
173
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControl/ChangeOperatorControlCompartment"
173
+ api_reference_link = ""
174
174
 
175
175
  # Don't accept unknown kwargs
176
176
  expected_kwargs = [
@@ -273,14 +273,14 @@ class OperatorControlClient(object):
273
273
  :rtype: :class:`~oci.response.Response`
274
274
 
275
275
  :example:
276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/create_operator_control.py.html>`__ to see an example of how to use create_operator_control API.
276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/create_operator_control.py.html>`__ to see an example of how to use create_operator_control API.
277
277
  """
278
278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
279
279
  required_arguments = []
280
280
  resource_path = "/operatorControls"
281
281
  method = "POST"
282
282
  operation_name = "create_operator_control"
283
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControl/CreateOperatorControl"
283
+ api_reference_link = ""
284
284
 
285
285
  # Don't accept unknown kwargs
286
286
  expected_kwargs = [
@@ -378,14 +378,14 @@ class OperatorControlClient(object):
378
378
  :rtype: :class:`~oci.response.Response`
379
379
 
380
380
  :example:
381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/delete_operator_control.py.html>`__ to see an example of how to use delete_operator_control API.
381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/delete_operator_control.py.html>`__ to see an example of how to use delete_operator_control API.
382
382
  """
383
383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
384
384
  required_arguments = ['operatorControlId']
385
385
  resource_path = "/operatorControls/{operatorControlId}"
386
386
  method = "DELETE"
387
387
  operation_name = "delete_operator_control"
388
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControl/DeleteOperatorControl"
388
+ api_reference_link = ""
389
389
 
390
390
  # Don't accept unknown kwargs
391
391
  expected_kwargs = [
@@ -484,14 +484,14 @@ class OperatorControlClient(object):
484
484
  :rtype: :class:`~oci.response.Response`
485
485
 
486
486
  :example:
487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/get_operator_control.py.html>`__ to see an example of how to use get_operator_control API.
487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/get_operator_control.py.html>`__ to see an example of how to use get_operator_control API.
488
488
  """
489
489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
490
490
  required_arguments = ['operatorControlId']
491
491
  resource_path = "/operatorControls/{operatorControlId}"
492
492
  method = "GET"
493
493
  operation_name = "get_operator_control"
494
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControl/GetOperatorControl"
494
+ api_reference_link = ""
495
495
 
496
496
  # Don't accept unknown kwargs
497
497
  expected_kwargs = [
@@ -609,14 +609,14 @@ class OperatorControlClient(object):
609
609
  :rtype: :class:`~oci.response.Response`
610
610
 
611
611
  :example:
612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/list_operator_controls.py.html>`__ to see an example of how to use list_operator_controls API.
612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/list_operator_controls.py.html>`__ to see an example of how to use list_operator_controls API.
613
613
  """
614
614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
615
615
  required_arguments = ['compartmentId']
616
616
  resource_path = "/operatorControls"
617
617
  method = "GET"
618
618
  operation_name = "list_operator_controls"
619
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControl/ListOperatorControls"
619
+ api_reference_link = ""
620
620
 
621
621
  # Don't accept unknown kwargs
622
622
  expected_kwargs = [
@@ -747,14 +747,14 @@ class OperatorControlClient(object):
747
747
  :rtype: :class:`~oci.response.Response`
748
748
 
749
749
  :example:
750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.0/operatoraccesscontrol/update_operator_control.py.html>`__ to see an example of how to use update_operator_control API.
750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.137.1/operatoraccesscontrol/update_operator_control.py.html>`__ to see an example of how to use update_operator_control API.
751
751
  """
752
752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
753
753
  required_arguments = ['operatorControlId']
754
754
  resource_path = "/operatorControls/{operatorControlId}"
755
755
  method = "PUT"
756
756
  operation_name = "update_operator_control"
757
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/operatoraccesscontrol/20200630/OperatorControl/UpdateOperatorControl"
757
+ api_reference_link = ""
758
758
 
759
759
  # Don't accept unknown kwargs
760
760
  expected_kwargs = [