oci 2.17.0 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2577) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -1
  3. data/lib/oci/adm/adm.rb +50 -0
  4. data/lib/oci/adm/application_dependency_management_client.rb +1329 -0
  5. data/lib/oci/adm/application_dependency_management_client_composite_operations.rb +352 -0
  6. data/lib/oci/adm/models/action_type.rb +15 -0
  7. data/lib/oci/adm/models/application_dependency.rb +178 -0
  8. data/lib/oci/adm/models/application_dependency_vulnerability_collection.rb +152 -0
  9. data/lib/oci/adm/models/application_dependency_vulnerability_summary.rb +205 -0
  10. data/lib/oci/adm/models/change_knowledge_base_compartment_details.rb +154 -0
  11. data/lib/oci/adm/models/change_vulnerability_audit_compartment_details.rb +154 -0
  12. data/lib/oci/adm/models/create_knowledge_base_details.rb +200 -0
  13. data/lib/oci/adm/models/create_vulnerability_audit_details.rb +251 -0
  14. data/lib/oci/adm/models/knowledge_base.rb +293 -0
  15. data/lib/oci/adm/models/knowledge_base_collection.rb +150 -0
  16. data/lib/oci/adm/models/knowledge_base_summary.rb +268 -0
  17. data/lib/oci/adm/models/operation_status.rb +16 -0
  18. data/lib/oci/adm/models/operation_type.rb +13 -0
  19. data/lib/oci/adm/models/sort_order.rb +11 -0
  20. data/lib/oci/adm/models/update_knowledge_base_details.rb +186 -0
  21. data/lib/oci/adm/models/update_vulnerability_audit_details.rb +186 -0
  22. data/lib/oci/adm/models/vulnerability.rb +195 -0
  23. data/lib/oci/adm/models/vulnerability_audit.rb +414 -0
  24. data/lib/oci/adm/models/vulnerability_audit_collection.rb +150 -0
  25. data/lib/oci/adm/models/vulnerability_audit_configuration.rb +184 -0
  26. data/lib/oci/adm/models/vulnerability_audit_summary.rb +352 -0
  27. data/lib/oci/adm/models/work_request.rb +309 -0
  28. data/lib/oci/adm/models/work_request_error.rb +173 -0
  29. data/lib/oci/adm/models/work_request_error_collection.rb +150 -0
  30. data/lib/oci/adm/models/work_request_log_entry.rb +160 -0
  31. data/lib/oci/adm/models/work_request_log_entry_collection.rb +150 -0
  32. data/lib/oci/adm/models/work_request_resource.rb +230 -0
  33. data/lib/oci/adm/models/work_request_resource_metadata_key.rb +10 -0
  34. data/lib/oci/adm/models/work_request_summary.rb +341 -0
  35. data/lib/oci/adm/models/work_request_summary_collection.rb +150 -0
  36. data/lib/oci/adm/util.rb +3 -0
  37. data/lib/oci/ai_speech/ai_service_speech_client.rb +715 -0
  38. data/lib/oci/ai_speech/ai_service_speech_client_composite_operations.rb +104 -0
  39. data/lib/oci/ai_speech/ai_speech.rb +40 -0
  40. data/lib/oci/ai_speech/models/audio_format_details.rb +188 -0
  41. data/lib/oci/ai_speech/models/change_transcription_job_compartment_details.rb +156 -0
  42. data/lib/oci/ai_speech/models/create_transcription_job_details.rb +293 -0
  43. data/lib/oci/ai_speech/models/input_location.rb +192 -0
  44. data/lib/oci/ai_speech/models/object_list_file_input_location.rb +162 -0
  45. data/lib/oci/ai_speech/models/object_list_inline_input_location.rb +162 -0
  46. data/lib/oci/ai_speech/models/object_location.rb +182 -0
  47. data/lib/oci/ai_speech/models/output_location.rb +178 -0
  48. data/lib/oci/ai_speech/models/profanity_transcription_filter.rb +182 -0
  49. data/lib/oci/ai_speech/models/sort_order.rb +11 -0
  50. data/lib/oci/ai_speech/models/transcription_filter.rb +186 -0
  51. data/lib/oci/ai_speech/models/transcription_job.rb +504 -0
  52. data/lib/oci/ai_speech/models/transcription_job_collection.rb +150 -0
  53. data/lib/oci/ai_speech/models/transcription_job_summary.rb +366 -0
  54. data/lib/oci/ai_speech/models/transcription_model_details.rb +206 -0
  55. data/lib/oci/ai_speech/models/transcription_normalization.rb +166 -0
  56. data/lib/oci/ai_speech/models/transcription_task.rb +351 -0
  57. data/lib/oci/ai_speech/models/transcription_task_collection.rb +150 -0
  58. data/lib/oci/ai_speech/models/transcription_task_summary.rb +262 -0
  59. data/lib/oci/ai_speech/models/update_transcription_job_details.rb +196 -0
  60. data/lib/oci/ai_speech/util.rb +3 -0
  61. data/lib/oci/ai_vision/ai_service_vision_client.rb +49 -49
  62. data/lib/oci/ai_vision/ai_service_vision_client_composite_operations.rb +10 -10
  63. data/lib/oci/ai_vision/models/analyze_document_details.rb +4 -4
  64. data/lib/oci/ai_vision/models/analyze_document_result.rb +9 -9
  65. data/lib/oci/ai_vision/models/analyze_image_details.rb +3 -3
  66. data/lib/oci/ai_vision/models/analyze_image_result.rb +8 -8
  67. data/lib/oci/ai_vision/models/bounding_polygon.rb +2 -2
  68. data/lib/oci/ai_vision/models/cell.rb +5 -5
  69. data/lib/oci/ai_vision/models/change_model_compartment_details.rb +1 -1
  70. data/lib/oci/ai_vision/models/create_document_job_details.rb +6 -6
  71. data/lib/oci/ai_vision/models/create_image_job_details.rb +5 -5
  72. data/lib/oci/ai_vision/models/create_model_details.rb +12 -12
  73. data/lib/oci/ai_vision/models/create_project_details.rb +7 -7
  74. data/lib/oci/ai_vision/models/data_science_labeling_dataset.rb +1 -1
  75. data/lib/oci/ai_vision/models/dataset.rb +1 -1
  76. data/lib/oci/ai_vision/models/detected_document_type.rb +3 -3
  77. data/lib/oci/ai_vision/models/detected_language.rb +3 -3
  78. data/lib/oci/ai_vision/models/dimensions.rb +4 -4
  79. data/lib/oci/ai_vision/models/document_classification_feature.rb +2 -2
  80. data/lib/oci/ai_vision/models/document_details.rb +4 -4
  81. data/lib/oci/ai_vision/models/document_feature.rb +3 -3
  82. data/lib/oci/ai_vision/models/document_field.rb +1 -1
  83. data/lib/oci/ai_vision/models/document_job.rb +12 -12
  84. data/lib/oci/ai_vision/models/document_metadata.rb +3 -3
  85. data/lib/oci/ai_vision/models/document_text_detection_feature.rb +1 -1
  86. data/lib/oci/ai_vision/models/field_label.rb +3 -3
  87. data/lib/oci/ai_vision/models/field_name.rb +4 -4
  88. data/lib/oci/ai_vision/models/field_value.rb +5 -5
  89. data/lib/oci/ai_vision/models/image_classification_feature.rb +2 -2
  90. data/lib/oci/ai_vision/models/image_details.rb +4 -4
  91. data/lib/oci/ai_vision/models/image_feature.rb +3 -3
  92. data/lib/oci/ai_vision/models/image_job.rb +10 -10
  93. data/lib/oci/ai_vision/models/image_object.rb +3 -3
  94. data/lib/oci/ai_vision/models/image_object_detection_feature.rb +2 -2
  95. data/lib/oci/ai_vision/models/image_text.rb +3 -3
  96. data/lib/oci/ai_vision/models/image_text_detection_feature.rb +2 -2
  97. data/lib/oci/ai_vision/models/inline_document_details.rb +2 -2
  98. data/lib/oci/ai_vision/models/inline_image_details.rb +2 -2
  99. data/lib/oci/ai_vision/models/input_location.rb +3 -3
  100. data/lib/oci/ai_vision/models/label.rb +3 -3
  101. data/lib/oci/ai_vision/models/line.rb +4 -4
  102. data/lib/oci/ai_vision/models/model.rb +20 -20
  103. data/lib/oci/ai_vision/models/model_collection.rb +2 -2
  104. data/lib/oci/ai_vision/models/model_summary.rb +12 -12
  105. data/lib/oci/ai_vision/models/normalized_vertex.rb +2 -2
  106. data/lib/oci/ai_vision/models/object_list_inline_input_location.rb +1 -1
  107. data/lib/oci/ai_vision/models/object_location.rb +3 -3
  108. data/lib/oci/ai_vision/models/object_storage_dataset.rb +1 -1
  109. data/lib/oci/ai_vision/models/object_storage_document_details.rb +3 -3
  110. data/lib/oci/ai_vision/models/object_storage_image_details.rb +4 -4
  111. data/lib/oci/ai_vision/models/ontology_class.rb +3 -3
  112. data/lib/oci/ai_vision/models/output_location.rb +4 -4
  113. data/lib/oci/ai_vision/models/page.rb +5 -5
  114. data/lib/oci/ai_vision/models/processing_error.rb +3 -3
  115. data/lib/oci/ai_vision/models/project.rb +10 -10
  116. data/lib/oci/ai_vision/models/project_collection.rb +1 -1
  117. data/lib/oci/ai_vision/models/project_summary.rb +9 -9
  118. data/lib/oci/ai_vision/models/table.rb +7 -7
  119. data/lib/oci/ai_vision/models/table_row.rb +1 -1
  120. data/lib/oci/ai_vision/models/update_model_details.rb +6 -6
  121. data/lib/oci/ai_vision/models/update_project_details.rb +6 -6
  122. data/lib/oci/ai_vision/models/value_array.rb +1 -1
  123. data/lib/oci/ai_vision/models/value_date.rb +2 -2
  124. data/lib/oci/ai_vision/models/value_integer.rb +2 -2
  125. data/lib/oci/ai_vision/models/value_number.rb +2 -2
  126. data/lib/oci/ai_vision/models/value_phone_number.rb +2 -2
  127. data/lib/oci/ai_vision/models/value_string.rb +2 -2
  128. data/lib/oci/ai_vision/models/value_time.rb +2 -2
  129. data/lib/oci/ai_vision/models/word.rb +2 -2
  130. data/lib/oci/ai_vision/models/work_request.rb +5 -5
  131. data/lib/oci/ai_vision/models/work_request_error.rb +1 -1
  132. data/lib/oci/ai_vision/models/work_request_error_collection.rb +2 -2
  133. data/lib/oci/ai_vision/models/work_request_log_entry.rb +1 -1
  134. data/lib/oci/ai_vision/models/work_request_log_entry_collection.rb +2 -2
  135. data/lib/oci/ai_vision/models/work_request_resource.rb +4 -4
  136. data/lib/oci/ai_vision/models/work_request_summary.rb +7 -7
  137. data/lib/oci/ai_vision/models/work_request_summary_collection.rb +2 -2
  138. data/lib/oci/analytics/analytics.rb +1 -0
  139. data/lib/oci/analytics/analytics_client.rb +73 -0
  140. data/lib/oci/analytics/analytics_client_composite_operations.rb +52 -0
  141. data/lib/oci/analytics/models/analytics_instance.rb +16 -1
  142. data/lib/oci/analytics/models/create_analytics_instance_details.rb +19 -4
  143. data/lib/oci/analytics/models/set_kms_key_details.rb +156 -0
  144. data/lib/oci/analytics/models/work_request.rb +1 -0
  145. data/lib/oci/analytics/models/work_request_operation_type.rb +2 -1
  146. data/lib/oci/analytics/models/work_request_summary.rb +1 -0
  147. data/lib/oci/apigateway/apigateway.rb +24 -0
  148. data/lib/oci/apigateway/models/api_specification_request_policies.rb +17 -4
  149. data/lib/oci/apigateway/models/change_subscriber_compartment_details.rb +156 -0
  150. data/lib/oci/apigateway/models/change_usage_plan_compartment_details.rb +156 -0
  151. data/lib/oci/apigateway/models/client.rb +160 -0
  152. data/lib/oci/apigateway/models/client_summary.rb +150 -0
  153. data/lib/oci/apigateway/models/create_deployment_details.rb +1 -0
  154. data/lib/oci/apigateway/models/create_subscriber_details.rb +238 -0
  155. data/lib/oci/apigateway/models/create_usage_plan_details.rb +223 -0
  156. data/lib/oci/apigateway/models/deployment.rb +1 -0
  157. data/lib/oci/apigateway/models/entitlement.rb +197 -0
  158. data/lib/oci/apigateway/models/entitlement_summary.rb +186 -0
  159. data/lib/oci/apigateway/models/entitlement_target.rb +157 -0
  160. data/lib/oci/apigateway/models/quota.rb +257 -0
  161. data/lib/oci/apigateway/models/rate_limit.rb +183 -0
  162. data/lib/oci/apigateway/models/subscriber.rb +333 -0
  163. data/lib/oci/apigateway/models/subscriber_collection.rb +150 -0
  164. data/lib/oci/apigateway/models/subscriber_summary.rb +308 -0
  165. data/lib/oci/apigateway/models/update_subscriber_details.rb +222 -0
  166. data/lib/oci/apigateway/models/update_usage_plan_details.rb +207 -0
  167. data/lib/oci/apigateway/models/usage_plan.rb +318 -0
  168. data/lib/oci/apigateway/models/usage_plan_collection.rb +150 -0
  169. data/lib/oci/apigateway/models/usage_plan_summary.rb +293 -0
  170. data/lib/oci/apigateway/models/usage_plans_policy.rb +160 -0
  171. data/lib/oci/apigateway/models/work_request.rb +6 -0
  172. data/lib/oci/apigateway/subscribers_client.rb +503 -0
  173. data/lib/oci/apigateway/subscribers_client_composite_operations.rb +223 -0
  174. data/lib/oci/apigateway/usage_plans_client.rb +503 -0
  175. data/lib/oci/apigateway/usage_plans_client_composite_operations.rb +223 -0
  176. data/lib/oci/apm_config/apm_config.rb +11 -0
  177. data/lib/oci/apm_config/config_client.rb +203 -0
  178. data/lib/oci/apm_config/models/apdex.rb +1 -1
  179. data/lib/oci/apm_config/models/apdex_rules.rb +1 -1
  180. data/lib/oci/apm_config/models/apdex_rules_summary.rb +1 -1
  181. data/lib/oci/apm_config/models/config.rb +2 -0
  182. data/lib/oci/apm_config/models/config_summary.rb +2 -0
  183. data/lib/oci/apm_config/models/config_types.rb +2 -1
  184. data/lib/oci/apm_config/models/create_apdex_rules_details.rb +1 -1
  185. data/lib/oci/apm_config/models/create_config_details.rb +3 -1
  186. data/lib/oci/apm_config/models/create_metric_group_details.rb +1 -1
  187. data/lib/oci/apm_config/models/create_options_details.rb +201 -0
  188. data/lib/oci/apm_config/models/create_span_filter_details.rb +1 -1
  189. data/lib/oci/apm_config/models/metric_group.rb +1 -1
  190. data/lib/oci/apm_config/models/metric_group_summary.rb +1 -1
  191. data/lib/oci/apm_config/models/metric_types.rb +11 -0
  192. data/lib/oci/apm_config/models/namespace.rb +151 -0
  193. data/lib/oci/apm_config/models/namespace_collection.rb +150 -0
  194. data/lib/oci/apm_config/models/namespace_metric.rb +190 -0
  195. data/lib/oci/apm_config/models/namespace_metric_collection.rb +150 -0
  196. data/lib/oci/apm_config/models/options.rb +213 -0
  197. data/lib/oci/apm_config/models/options_summary.rb +213 -0
  198. data/lib/oci/apm_config/models/retrieve_namespace_metrics_details.rb +150 -0
  199. data/lib/oci/apm_config/models/span_filter.rb +1 -1
  200. data/lib/oci/apm_config/models/span_filter_summary.rb +1 -1
  201. data/lib/oci/apm_config/models/update_apdex_rules_details.rb +1 -1
  202. data/lib/oci/apm_config/models/update_config_details.rb +3 -1
  203. data/lib/oci/apm_config/models/update_metric_group_details.rb +1 -1
  204. data/lib/oci/apm_config/models/update_options_details.rb +201 -0
  205. data/lib/oci/apm_config/models/update_span_filter_details.rb +1 -1
  206. data/lib/oci/apm_config/models/validate_span_filter_pattern_details.rb +155 -0
  207. data/lib/oci/apm_control_plane/apm_domain_client.rb +12 -12
  208. data/lib/oci/apm_control_plane/apm_domain_client_composite_operations.rb +5 -5
  209. data/lib/oci/apm_control_plane/models/work_request_error.rb +1 -1
  210. data/lib/oci/apm_synthetics/apm_synthetic_client.rb +368 -7
  211. data/lib/oci/apm_synthetics/apm_synthetics.rb +8 -0
  212. data/lib/oci/apm_synthetics/models/browser_monitor_configuration.rb +1 -1
  213. data/lib/oci/apm_synthetics/models/create_dedicated_vantage_point_details.rb +234 -0
  214. data/lib/oci/apm_synthetics/models/create_monitor_details.rb +5 -4
  215. data/lib/oci/apm_synthetics/models/dedicated_vantage_point.rb +308 -0
  216. data/lib/oci/apm_synthetics/models/dedicated_vantage_point_collection.rb +150 -0
  217. data/lib/oci/apm_synthetics/models/dedicated_vantage_point_status.rb +11 -0
  218. data/lib/oci/apm_synthetics/models/dedicated_vantage_point_summary.rb +308 -0
  219. data/lib/oci/apm_synthetics/models/dvp_stack_details.rb +203 -0
  220. data/lib/oci/apm_synthetics/models/geo_summary.rb +1 -1
  221. data/lib/oci/apm_synthetics/models/monitor.rb +4 -3
  222. data/lib/oci/apm_synthetics/models/monitor_result.rb +1 -1
  223. data/lib/oci/apm_synthetics/models/monitor_summary.rb +3 -3
  224. data/lib/oci/apm_synthetics/models/oracle_rm_stack.rb +180 -0
  225. data/lib/oci/apm_synthetics/models/script.rb +1 -1
  226. data/lib/oci/apm_synthetics/models/update_dedicated_vantage_point_details.rb +218 -0
  227. data/lib/oci/apm_synthetics/models/update_monitor_details.rb +5 -4
  228. data/lib/oci/appmgmt_control/appmgmt_control_client.rb +1 -1
  229. data/lib/oci/artifacts/artifacts_client.rb +2 -2
  230. data/lib/oci/bastion/bastion_client.rb +1 -1
  231. data/lib/oci/bds/bds.rb +31 -0
  232. data/lib/oci/bds/bds_client.rb +276 -2
  233. data/lib/oci/bds/bds_client_composite_operations.rb +100 -0
  234. data/lib/oci/bds/models/add_auto_scale_policy_details.rb +186 -0
  235. data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +18 -6
  236. data/lib/oci/bds/models/add_block_storage_details.rb +31 -4
  237. data/lib/oci/bds/models/add_metric_based_horizontal_scaling_policy_details.rb +177 -0
  238. data/lib/oci/bds/models/add_metric_based_vertical_scaling_policy_details.rb +177 -0
  239. data/lib/oci/bds/models/add_schedule_based_horizontal_scaling_policy_details.rb +175 -0
  240. data/lib/oci/bds/models/add_schedule_based_vertical_scaling_policy_details.rb +175 -0
  241. data/lib/oci/bds/models/add_worker_nodes_details.rb +69 -4
  242. data/lib/oci/bds/models/auto_scale_policy.rb +3 -1
  243. data/lib/oci/bds/models/auto_scale_policy_details.rb +269 -0
  244. data/lib/oci/bds/models/auto_scaling_configuration.rb +19 -5
  245. data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +18 -5
  246. data/lib/oci/bds/models/bds_instance.rb +16 -1
  247. data/lib/oci/bds/models/change_shape_nodes.rb +70 -4
  248. data/lib/oci/bds/models/cluster_details.rb +32 -4
  249. data/lib/oci/bds/models/create_bds_instance_details.rb +29 -1
  250. data/lib/oci/bds/models/create_node_details.rb +17 -4
  251. data/lib/oci/bds/models/day_based_horizontal_scaling_schedule_details.rb +161 -0
  252. data/lib/oci/bds/models/day_based_vertical_scaling_schedule_details.rb +161 -0
  253. data/lib/oci/bds/models/horizontal_scaling_schedule_details.rb +170 -0
  254. data/lib/oci/bds/models/install_patch_details.rb +164 -0
  255. data/lib/oci/bds/models/metric_based_horizontal_scale_in_config.rb +177 -0
  256. data/lib/oci/bds/models/metric_based_horizontal_scale_out_config.rb +177 -0
  257. data/lib/oci/bds/models/metric_based_horizontal_scaling_policy_details.rb +185 -0
  258. data/lib/oci/bds/models/metric_based_vertical_scale_down_config.rb +205 -0
  259. data/lib/oci/bds/models/metric_based_vertical_scale_up_config.rb +206 -0
  260. data/lib/oci/bds/models/metric_based_vertical_scaling_policy_details.rb +185 -0
  261. data/lib/oci/bds/models/metric_threshold_rule.rb +2 -2
  262. data/lib/oci/bds/models/node.rb +29 -4
  263. data/lib/oci/bds/models/operation_types.rb +7 -1
  264. data/lib/oci/bds/models/patch_history_summary.rb +199 -0
  265. data/lib/oci/bds/models/patch_summary.rb +165 -0
  266. data/lib/oci/bds/models/remove_node_details.rb +186 -0
  267. data/lib/oci/bds/models/schedule_based_horizontal_scaling_policy_details.rb +182 -0
  268. data/lib/oci/bds/models/schedule_based_vertical_scaling_policy_details.rb +182 -0
  269. data/lib/oci/bds/models/schedule_type.rb +10 -0
  270. data/lib/oci/bds/models/shape_config_details.rb +164 -0
  271. data/lib/oci/bds/models/time_and_horizontal_scaling_config.rb +169 -0
  272. data/lib/oci/bds/models/time_and_vertical_scaling_config.rb +200 -0
  273. data/lib/oci/bds/models/update_auto_scale_policy_details.rb +173 -0
  274. data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +17 -4
  275. data/lib/oci/bds/models/update_bds_instance_details.rb +15 -1
  276. data/lib/oci/bds/models/update_metric_based_horizontal_scaling_policy_details.rb +177 -0
  277. data/lib/oci/bds/models/update_metric_based_vertical_scaling_policy_details.rb +177 -0
  278. data/lib/oci/bds/models/update_schedule_based_horizontal_scaling_policy_details.rb +174 -0
  279. data/lib/oci/bds/models/update_schedule_based_vertical_scaling_policy_details.rb +174 -0
  280. data/lib/oci/bds/models/vertical_scaling_schedule_details.rb +170 -0
  281. data/lib/oci/bds/models/work_request.rb +6 -0
  282. data/lib/oci/budget/budget.rb +1 -0
  283. data/lib/oci/budget/budget_client.rb +30 -32
  284. data/lib/oci/budget/budget_client_composite_operations.rb +6 -6
  285. data/lib/oci/budget/models/alert_rule.rb +12 -12
  286. data/lib/oci/budget/models/alert_rule_summary.rb +11 -11
  287. data/lib/oci/budget/models/budget.rb +49 -15
  288. data/lib/oci/budget/models/budget_summary.rb +51 -17
  289. data/lib/oci/budget/models/create_alert_rule_details.rb +8 -8
  290. data/lib/oci/budget/models/create_budget_details.rb +39 -11
  291. data/lib/oci/budget/models/processing_period_type.rb +11 -0
  292. data/lib/oci/budget/models/update_alert_rule_details.rb +9 -9
  293. data/lib/oci/budget/models/update_budget_details.rb +30 -2
  294. data/lib/oci/cloud_guard/cloud_guard.rb +53 -0
  295. data/lib/oci/cloud_guard/cloud_guard_client.rb +2392 -270
  296. data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +318 -0
  297. data/lib/oci/cloud_guard/models/add_compartment_details.rb +155 -0
  298. data/lib/oci/cloud_guard/models/change_security_policy_compartment_details.rb +156 -0
  299. data/lib/oci/cloud_guard/models/change_security_recipe_compartment_details.rb +156 -0
  300. data/lib/oci/cloud_guard/models/change_security_zone_compartment_details.rb +156 -0
  301. data/lib/oci/cloud_guard/models/classification_status.rb +14 -0
  302. data/lib/oci/cloud_guard/models/condition_type_enum.rb +2 -1
  303. data/lib/oci/cloud_guard/models/confidence.rb +14 -0
  304. data/lib/oci/cloud_guard/models/create_data_mask_rule_details.rb +8 -2
  305. data/lib/oci/cloud_guard/models/create_detector_recipe_details.rb +10 -2
  306. data/lib/oci/cloud_guard/models/create_managed_list_details.rb +10 -2
  307. data/lib/oci/cloud_guard/models/create_responder_recipe_details.rb +10 -2
  308. data/lib/oci/cloud_guard/models/create_security_policy_details.rb +246 -0
  309. data/lib/oci/cloud_guard/models/create_security_recipe_details.rb +226 -0
  310. data/lib/oci/cloud_guard/models/create_security_zone_details.rb +226 -0
  311. data/lib/oci/cloud_guard/models/create_target_details.rb +11 -2
  312. data/lib/oci/cloud_guard/models/data_mask_rule.rb +4 -2
  313. data/lib/oci/cloud_guard/models/data_mask_rule_summary.rb +2 -0
  314. data/lib/oci/cloud_guard/models/detector_details.rb +47 -5
  315. data/lib/oci/cloud_guard/models/detector_enum.rb +2 -1
  316. data/lib/oci/cloud_guard/models/detector_recipe.rb +20 -3
  317. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +4 -3
  318. data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +1 -0
  319. data/lib/oci/cloud_guard/models/detector_recipe_summary.rb +18 -1
  320. data/lib/oci/cloud_guard/models/detector_rule.rb +4 -3
  321. data/lib/oci/cloud_guard/models/detector_rule_summary.rb +1 -0
  322. data/lib/oci/cloud_guard/models/managed_list.rb +4 -2
  323. data/lib/oci/cloud_guard/models/managed_list_summary.rb +2 -0
  324. data/lib/oci/cloud_guard/models/problem.rb +72 -1
  325. data/lib/oci/cloud_guard/models/problem_category_enum.rb +10 -0
  326. data/lib/oci/cloud_guard/models/problem_endpoint_collection.rb +150 -0
  327. data/lib/oci/cloud_guard/models/problem_endpoint_summary.rb +326 -0
  328. data/lib/oci/cloud_guard/models/problem_summary.rb +16 -1
  329. data/lib/oci/cloud_guard/models/remove_compartment_details.rb +155 -0
  330. data/lib/oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.rb +177 -0
  331. data/lib/oci/cloud_guard/models/resource_profile.rb +361 -0
  332. data/lib/oci/cloud_guard/models/resource_profile_collection.rb +150 -0
  333. data/lib/oci/cloud_guard/models/resource_profile_endpoint_collection.rb +150 -0
  334. data/lib/oci/cloud_guard/models/resource_profile_endpoint_summary.rb +326 -0
  335. data/lib/oci/cloud_guard/models/resource_profile_impacted_resource_collection.rb +150 -0
  336. data/lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb +286 -0
  337. data/lib/oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.rb +192 -0
  338. data/lib/oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.rb +150 -0
  339. data/lib/oci/cloud_guard/models/resource_profile_summary.rb +268 -0
  340. data/lib/oci/cloud_guard/models/resource_risk_score_aggregation.rb +215 -0
  341. data/lib/oci/cloud_guard/models/resource_risk_score_aggregation_collection.rb +192 -0
  342. data/lib/oci/cloud_guard/models/resource_risk_score_dimension.rb +11 -0
  343. data/lib/oci/cloud_guard/models/responder_recipe.rb +4 -2
  344. data/lib/oci/cloud_guard/models/responder_recipe_responder_rule.rb +2 -2
  345. data/lib/oci/cloud_guard/models/responder_recipe_summary.rb +4 -2
  346. data/lib/oci/cloud_guard/models/security_policy.rb +385 -0
  347. data/lib/oci/cloud_guard/models/security_policy_collection.rb +150 -0
  348. data/lib/oci/cloud_guard/models/security_policy_summary.rb +385 -0
  349. data/lib/oci/cloud_guard/models/security_recipe.rb +365 -0
  350. data/lib/oci/cloud_guard/models/security_recipe_collection.rb +150 -0
  351. data/lib/oci/cloud_guard/models/security_recipe_summary.rb +365 -0
  352. data/lib/oci/cloud_guard/models/security_zone.rb +364 -0
  353. data/lib/oci/cloud_guard/models/security_zone_collection.rb +150 -0
  354. data/lib/oci/cloud_guard/models/security_zone_summary.rb +336 -0
  355. data/lib/oci/cloud_guard/models/security_zone_target_details.rb +190 -0
  356. data/lib/oci/cloud_guard/models/severity.rb +14 -0
  357. data/lib/oci/cloud_guard/models/sighting.rb +453 -0
  358. data/lib/oci/cloud_guard/models/sighting_collection.rb +150 -0
  359. data/lib/oci/cloud_guard/models/sighting_endpoint_collection.rb +150 -0
  360. data/lib/oci/cloud_guard/models/sighting_endpoint_summary.rb +298 -0
  361. data/lib/oci/cloud_guard/models/sighting_impacted_resource_collection.rb +150 -0
  362. data/lib/oci/cloud_guard/models/sighting_impacted_resource_summary.rb +258 -0
  363. data/lib/oci/cloud_guard/models/sighting_summary.rb +443 -0
  364. data/lib/oci/cloud_guard/models/sighting_type.rb +208 -0
  365. data/lib/oci/cloud_guard/models/tactic_collection.rb +150 -0
  366. data/lib/oci/cloud_guard/models/tactic_summary.rb +164 -0
  367. data/lib/oci/cloud_guard/models/target.rb +19 -3
  368. data/lib/oci/cloud_guard/models/target_details.rb +192 -0
  369. data/lib/oci/cloud_guard/models/target_detector_details.rb +47 -5
  370. data/lib/oci/cloud_guard/models/target_detector_recipe.rb +21 -6
  371. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +4 -3
  372. data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +1 -0
  373. data/lib/oci/cloud_guard/models/target_detector_recipe_summary.rb +19 -4
  374. data/lib/oci/cloud_guard/models/target_resource_type.rb +2 -1
  375. data/lib/oci/cloud_guard/models/target_resource_types_selected.rb +1 -0
  376. data/lib/oci/cloud_guard/models/target_responder_recipe.rb +4 -4
  377. data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule.rb +3 -3
  378. data/lib/oci/cloud_guard/models/target_summary.rb +3 -0
  379. data/lib/oci/cloud_guard/models/technique_collection.rb +150 -0
  380. data/lib/oci/cloud_guard/models/technique_summary.rb +164 -0
  381. data/lib/oci/cloud_guard/models/update_data_mask_rule_details.rb +6 -1
  382. data/lib/oci/cloud_guard/models/update_detector_recipe_details.rb +10 -2
  383. data/lib/oci/cloud_guard/models/update_detector_rule_details.rb +1 -1
  384. data/lib/oci/cloud_guard/models/update_managed_list_details.rb +8 -2
  385. data/lib/oci/cloud_guard/models/update_responder_recipe_details.rb +10 -2
  386. data/lib/oci/cloud_guard/models/update_security_policy_details.rb +188 -0
  387. data/lib/oci/cloud_guard/models/update_security_recipe_details.rb +212 -0
  388. data/lib/oci/cloud_guard/models/update_security_zone_details.rb +212 -0
  389. data/lib/oci/cloud_guard/models/update_target_details.rb +6 -1
  390. data/lib/oci/cloud_guard/models/update_target_detector_recipe_details.rb +32 -2
  391. data/lib/oci/container_engine/container_engine.rb +8 -0
  392. data/lib/oci/container_engine/container_engine_client.rb +96 -0
  393. data/lib/oci/container_engine/container_engine_client_composite_operations.rb +50 -0
  394. data/lib/oci/container_engine/models/cluster.rb +18 -4
  395. data/lib/oci/container_engine/models/cluster_endpoints.rb +20 -4
  396. data/lib/oci/container_engine/models/cluster_options.rb +18 -4
  397. data/lib/oci/container_engine/models/cluster_pod_network_option_details.rb +191 -0
  398. data/lib/oci/container_engine/models/cluster_summary.rb +18 -4
  399. data/lib/oci/container_engine/models/create_cluster_details.rb +18 -4
  400. data/lib/oci/container_engine/models/create_cluster_kubeconfig_content_details.rb +2 -1
  401. data/lib/oci/container_engine/models/create_node_pool_details.rb +18 -5
  402. data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +19 -4
  403. data/lib/oci/container_engine/models/flannel_overlay_cluster_pod_network_option_details.rb +145 -0
  404. data/lib/oci/container_engine/models/flannel_overlay_node_pool_pod_network_option_details.rb +145 -0
  405. data/lib/oci/container_engine/models/node_eviction_node_pool_settings.rb +172 -0
  406. data/lib/oci/container_engine/models/node_pool.rb +71 -4
  407. data/lib/oci/container_engine/models/node_pool_lifecycle_state.rb +17 -0
  408. data/lib/oci/container_engine/models/node_pool_node_config_details.rb +19 -4
  409. data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +19 -4
  410. data/lib/oci/container_engine/models/node_pool_pod_network_option_details.rb +191 -0
  411. data/lib/oci/container_engine/models/node_pool_summary.rb +71 -4
  412. data/lib/oci/container_engine/models/oci_vcn_ip_native_cluster_pod_network_option_details.rb +145 -0
  413. data/lib/oci/container_engine/models/oci_vcn_ip_native_node_pool_pod_network_option_details.rb +195 -0
  414. data/lib/oci/container_engine/models/update_node_pool_details.rb +17 -4
  415. data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +19 -4
  416. data/lib/oci/core/blockstorage_client.rb +1 -1
  417. data/lib/oci/core/compute_client.rb +17 -6
  418. data/lib/oci/core/compute_client_composite_operations.rb +1 -1
  419. data/lib/oci/core/core.rb +33 -0
  420. data/lib/oci/core/models/add_drg_route_distribution_statement_details.rb +0 -1
  421. data/lib/oci/core/models/add_subnet_ipv6_cidr_details.rb +159 -0
  422. data/lib/oci/core/models/add_vcn_cidr_details.rb +1 -1
  423. data/lib/oci/core/models/add_vcn_ipv6_cidr_details.rb +188 -0
  424. data/lib/oci/core/models/allowed_ike_ip_sec_parameters.rb +1 -1
  425. data/lib/oci/core/models/allowed_phase_one_parameters.rb +4 -4
  426. data/lib/oci/core/models/allowed_phase_two_parameters.rb +4 -4
  427. data/lib/oci/core/models/amd_milan_bm_launch_instance_platform_config.rb +103 -6
  428. data/lib/oci/core/models/amd_milan_bm_platform_config.rb +103 -6
  429. data/lib/oci/core/models/amd_rome_bm_gpu_launch_instance_platform_config.rb +270 -0
  430. data/lib/oci/core/models/amd_rome_bm_gpu_platform_config.rb +277 -0
  431. data/lib/oci/core/models/amd_rome_bm_launch_instance_platform_config.rb +138 -5
  432. data/lib/oci/core/models/amd_rome_bm_platform_config.rb +144 -5
  433. data/lib/oci/core/models/app_catalog_listing_resource_version.rb +3 -3
  434. data/lib/oci/core/models/attach_i_scsi_volume_details.rb +19 -4
  435. data/lib/oci/core/models/boot_volume.rb +3 -1
  436. data/lib/oci/core/models/byoip_range.rb +35 -3
  437. data/lib/oci/core/models/byoip_range_summary.rb +33 -1
  438. data/lib/oci/core/models/byoip_range_vcn_ipv6_allocation_summary.rb +201 -0
  439. data/lib/oci/core/models/byoipv6_cidr_details.rb +175 -0
  440. data/lib/oci/core/models/capture_filter.rb +321 -0
  441. data/lib/oci/core/models/change_capture_filter_compartment_details.rb +157 -0
  442. data/lib/oci/core/models/change_vtap_compartment_details.rb +155 -0
  443. data/lib/oci/core/models/compartment_internal.rb +151 -0
  444. data/lib/oci/core/models/copy_volume_group_backup_details.rb +2 -2
  445. data/lib/oci/core/models/create_boot_volume_details.rb +3 -1
  446. data/lib/oci/core/models/create_byoip_range_details.rb +17 -2
  447. data/lib/oci/core/models/create_capture_filter_details.rb +249 -0
  448. data/lib/oci/core/models/create_drg_attachment_details.rb +5 -5
  449. data/lib/oci/core/models/create_drg_details.rb +1 -1
  450. data/lib/oci/core/models/create_drg_route_table_details.rb +1 -1
  451. data/lib/oci/core/models/create_internet_gateway_details.rb +1 -1
  452. data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +12 -3
  453. data/lib/oci/core/models/create_ipv6_details.rb +19 -4
  454. data/lib/oci/core/models/create_subnet_details.rb +19 -1
  455. data/lib/oci/core/models/create_vcn_details.rb +55 -1
  456. data/lib/oci/core/models/create_virtual_circuit_details.rb +46 -1
  457. data/lib/oci/core/models/create_volume_details.rb +3 -1
  458. data/lib/oci/core/models/create_vtap_details.rb +476 -0
  459. data/lib/oci/core/models/cross_connect.rb +35 -4
  460. data/lib/oci/core/models/cross_connect_group.rb +35 -4
  461. data/lib/oci/core/models/cross_connect_mapping_details.rb +19 -4
  462. data/lib/oci/core/models/default_drg_route_tables.rb +1 -1
  463. data/lib/oci/core/models/default_phase_one_parameters.rb +4 -4
  464. data/lib/oci/core/models/default_phase_two_parameters.rb +4 -4
  465. data/lib/oci/core/models/dpd_config.rb +6 -3
  466. data/lib/oci/core/models/drg.rb +6 -6
  467. data/lib/oci/core/models/drg_attachment.rb +7 -7
  468. data/lib/oci/core/models/drg_attachment_match_all_drg_route_distribution_match_criteria.rb +146 -0
  469. data/lib/oci/core/models/drg_attachment_network_create_details.rb +1 -1
  470. data/lib/oci/core/models/drg_redundancy_status.rb +1 -1
  471. data/lib/oci/core/models/drg_route_distribution.rb +2 -2
  472. data/lib/oci/core/models/drg_route_distribution_match_criteria.rb +3 -1
  473. data/lib/oci/core/models/drg_route_rule.rb +1 -1
  474. data/lib/oci/core/models/drg_route_table.rb +3 -3
  475. data/lib/oci/core/models/i_scsi_volume_attachment.rb +19 -4
  476. data/lib/oci/core/models/instance_configuration_amd_milan_bm_launch_instance_platform_config.rb +104 -7
  477. data/lib/oci/core/models/instance_configuration_amd_rome_bm_gpu_launch_instance_platform_config.rb +277 -0
  478. data/lib/oci/core/models/instance_configuration_amd_rome_bm_launch_instance_platform_config.rb +145 -5
  479. data/lib/oci/core/models/instance_configuration_create_volume_details.rb +3 -1
  480. data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +29 -4
  481. data/lib/oci/core/models/instance_configuration_intel_icelake_bm_launch_instance_platform_config.rb +260 -0
  482. data/lib/oci/core/models/instance_configuration_intel_skylake_bm_launch_instance_platform_config.rb +2 -1
  483. data/lib/oci/core/models/instance_configuration_launch_instance_platform_config.rb +4 -0
  484. data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +15 -4
  485. data/lib/oci/core/models/instance_power_action_details.rb +172 -0
  486. data/lib/oci/core/models/instance_source_via_image_details.rb +31 -4
  487. data/lib/oci/core/models/intel_icelake_bm_launch_instance_platform_config.rb +253 -0
  488. data/lib/oci/core/models/intel_icelake_bm_platform_config.rb +260 -0
  489. data/lib/oci/core/models/intel_skylake_bm_launch_instance_platform_config.rb +2 -1
  490. data/lib/oci/core/models/intel_skylake_bm_platform_config.rb +2 -1
  491. data/lib/oci/core/models/internet_gateway.rb +1 -1
  492. data/lib/oci/core/models/ip_sec_connection.rb +2 -2
  493. data/lib/oci/core/models/ip_sec_connection_tunnel.rb +26 -11
  494. data/lib/oci/core/models/ip_sec_connection_tunnel_error_details.rb +7 -7
  495. data/lib/oci/core/models/launch_instance_platform_config.rb +10 -0
  496. data/lib/oci/core/models/launch_instance_shape_config_details.rb +15 -4
  497. data/lib/oci/core/models/percentage_of_cores_enabled_options.rb +178 -0
  498. data/lib/oci/core/models/phase_one_config_details.rb +7 -6
  499. data/lib/oci/core/models/phase_two_config_details.rb +7 -6
  500. data/lib/oci/core/models/platform_config.rb +4 -0
  501. data/lib/oci/core/models/public_ip_pool.rb +3 -1
  502. data/lib/oci/core/models/reboot_migrate_action_details.rb +185 -0
  503. data/lib/oci/core/models/remove_subnet_ipv6_cidr_details.rb +159 -0
  504. data/lib/oci/core/models/remove_vcn_ipv6_cidr_details.rb +160 -0
  505. data/lib/oci/core/models/reset_action_details.rb +178 -0
  506. data/lib/oci/core/models/route_table.rb +1 -1
  507. data/lib/oci/core/models/shape.rb +181 -4
  508. data/lib/oci/core/models/shape_access_control_service_enabled_platform_options.rb +171 -0
  509. data/lib/oci/core/models/shape_alternative_object.rb +156 -0
  510. data/lib/oci/core/models/shape_input_output_memory_management_unit_enabled_platform_options.rb +171 -0
  511. data/lib/oci/core/models/shape_platform_config_options.rb +71 -4
  512. data/lib/oci/core/models/shape_symmetric_multi_threading_enabled_platform_options.rb +171 -0
  513. data/lib/oci/core/models/shape_virtual_instructions_enabled_platform_options.rb +171 -0
  514. data/lib/oci/core/models/soft_reset_action_details.rb +178 -0
  515. data/lib/oci/core/models/subnet.rb +16 -1
  516. data/lib/oci/core/models/topology.rb +2 -1
  517. data/lib/oci/core/models/tunnel_phase_one_details.rb +9 -10
  518. data/lib/oci/core/models/tunnel_phase_two_details.rb +12 -10
  519. data/lib/oci/core/models/tunnel_route_summary.rb +7 -6
  520. data/lib/oci/core/models/tunnel_security_association_summary.rb +8 -6
  521. data/lib/oci/core/models/update_boot_volume_details.rb +3 -1
  522. data/lib/oci/core/models/update_capture_filter_details.rb +208 -0
  523. data/lib/oci/core/models/update_drg_attachment_details.rb +2 -2
  524. data/lib/oci/core/models/update_drg_route_distribution_statement_details.rb +0 -1
  525. data/lib/oci/core/models/update_instance_shape_config_details.rb +15 -4
  526. data/lib/oci/core/models/update_ip_sec_connection_tunnel_details.rb +12 -3
  527. data/lib/oci/core/models/update_subnet_details.rb +22 -4
  528. data/lib/oci/core/models/update_virtual_circuit_details.rb +46 -1
  529. data/lib/oci/core/models/update_volume_details.rb +3 -1
  530. data/lib/oci/core/models/update_vtap_details.rb +448 -0
  531. data/lib/oci/core/models/vcn.rb +31 -1
  532. data/lib/oci/core/models/vcn_drg_attachment_network_create_details.rb +23 -5
  533. data/lib/oci/core/models/vcn_drg_attachment_network_details.rb +43 -5
  534. data/lib/oci/core/models/vcn_drg_attachment_network_update_details.rb +21 -5
  535. data/lib/oci/core/models/virtual_circuit.rb +52 -1
  536. data/lib/oci/core/models/volume.rb +3 -1
  537. data/lib/oci/core/models/vtap.rb +601 -0
  538. data/lib/oci/core/models/vtap_capture_filter_rule_details.rb +294 -0
  539. data/lib/oci/core/virtual_network_client.rb +1244 -154
  540. data/lib/oci/core/virtual_network_client_composite_operations.rb +527 -31
  541. data/lib/oci/data_catalog/data_catalog_client.rb +2 -3
  542. data/lib/oci/data_catalog/models/create_attribute_details.rb +15 -1
  543. data/lib/oci/data_catalog/models/create_folder_details.rb +18 -4
  544. data/lib/oci/data_catalog/models/create_job_details.rb +2 -3
  545. data/lib/oci/data_catalog/models/entity.rb +15 -1
  546. data/lib/oci/data_catalog/models/entity_summary.rb +15 -1
  547. data/lib/oci/data_catalog/models/folder.rb +18 -4
  548. data/lib/oci/data_catalog/models/folder_summary.rb +30 -1
  549. data/lib/oci/data_catalog/models/job.rb +2 -3
  550. data/lib/oci/data_catalog/models/job_summary.rb +2 -3
  551. data/lib/oci/data_catalog/models/update_job_details.rb +2 -3
  552. data/lib/oci/data_catalog/models/work_request.rb +4 -0
  553. data/lib/oci/data_connectivity/data_connectivity.rb +230 -0
  554. data/lib/oci/data_connectivity/data_connectivity_management_client.rb +4234 -0
  555. data/lib/oci/data_connectivity/data_connectivity_management_client_composite_operations.rb +470 -0
  556. data/lib/oci/data_connectivity/models/abstract_call_attribute.rb +182 -0
  557. data/lib/oci/data_connectivity/models/abstract_data_operation_config.rb +184 -0
  558. data/lib/oci/data_connectivity/models/abstract_format_attribute.rb +195 -0
  559. data/lib/oci/data_connectivity/models/abstract_read_attribute.rb +193 -0
  560. data/lib/oci/data_connectivity/models/abstract_write_attribute.rb +197 -0
  561. data/lib/oci/data_connectivity/models/aggregator_summary.rb +190 -0
  562. data/lib/oci/data_connectivity/models/attach_data_asset_info.rb +154 -0
  563. data/lib/oci/data_connectivity/models/attribute.rb +235 -0
  564. data/lib/oci/data_connectivity/models/attribute_profile_result.rb +262 -0
  565. data/lib/oci/data_connectivity/models/avro_format_attribute.rb +158 -0
  566. data/lib/oci/data_connectivity/models/base_type.rb +268 -0
  567. data/lib/oci/data_connectivity/models/bicc_read_attributes.rb +237 -0
  568. data/lib/oci/data_connectivity/models/bip_call_attribute.rb +230 -0
  569. data/lib/oci/data_connectivity/models/call_operation_config.rb +195 -0
  570. data/lib/oci/data_connectivity/models/change_endpoint_compartment_details.rb +154 -0
  571. data/lib/oci/data_connectivity/models/change_registry_compartment_details.rb +154 -0
  572. data/lib/oci/data_connectivity/models/column.rb +164 -0
  573. data/lib/oci/data_connectivity/models/composite_type.rb +208 -0
  574. data/lib/oci/data_connectivity/models/compression.rb +176 -0
  575. data/lib/oci/data_connectivity/models/config_definition.rb +243 -0
  576. data/lib/oci/data_connectivity/models/config_parameter_definition.rb +233 -0
  577. data/lib/oci/data_connectivity/models/config_parameter_value.rb +210 -0
  578. data/lib/oci/data_connectivity/models/config_values.rb +167 -0
  579. data/lib/oci/data_connectivity/models/configured_type.rb +212 -0
  580. data/lib/oci/data_connectivity/models/connection.rb +322 -0
  581. data/lib/oci/data_connectivity/models/connection_property.rb +160 -0
  582. data/lib/oci/data_connectivity/models/connection_summary.rb +322 -0
  583. data/lib/oci/data_connectivity/models/connection_summary_collection.rb +150 -0
  584. data/lib/oci/data_connectivity/models/connection_validation.rb +306 -0
  585. data/lib/oci/data_connectivity/models/connection_validation_summary.rb +303 -0
  586. data/lib/oci/data_connectivity/models/connection_validation_summary_collection.rb +150 -0
  587. data/lib/oci/data_connectivity/models/connectivity_validation.rb +210 -0
  588. data/lib/oci/data_connectivity/models/connector_attribute.rb +182 -0
  589. data/lib/oci/data_connectivity/models/create_attach_data_asset_details.rb +154 -0
  590. data/lib/oci/data_connectivity/models/create_connection_details.rb +321 -0
  591. data/lib/oci/data_connectivity/models/create_connection_validation_details.rb +175 -0
  592. data/lib/oci/data_connectivity/models/create_connectivity_validation_details.rb +330 -0
  593. data/lib/oci/data_connectivity/models/create_data_asset_details.rb +346 -0
  594. data/lib/oci/data_connectivity/models/create_data_preview_details.rb +197 -0
  595. data/lib/oci/data_connectivity/models/create_data_profile_details.rb +210 -0
  596. data/lib/oci/data_connectivity/models/create_de_reference_artifact_details.rb +154 -0
  597. data/lib/oci/data_connectivity/models/create_detach_data_asset_details.rb +154 -0
  598. data/lib/oci/data_connectivity/models/create_dp_endpoint_details.rb +293 -0
  599. data/lib/oci/data_connectivity/models/create_dp_endpoint_from_private.rb +291 -0
  600. data/lib/oci/data_connectivity/models/create_dp_endpoint_from_public.rb +181 -0
  601. data/lib/oci/data_connectivity/models/create_endpoint_details.rb +282 -0
  602. data/lib/oci/data_connectivity/models/create_entity_shape_details.rb +420 -0
  603. data/lib/oci/data_connectivity/models/create_entity_shape_from_data_store.rb +213 -0
  604. data/lib/oci/data_connectivity/models/create_entity_shape_from_file.rb +229 -0
  605. data/lib/oci/data_connectivity/models/create_entity_shape_from_sql.rb +230 -0
  606. data/lib/oci/data_connectivity/models/create_entity_shape_from_table.rb +213 -0
  607. data/lib/oci/data_connectivity/models/create_entity_shape_from_view.rb +213 -0
  608. data/lib/oci/data_connectivity/models/create_execute_operation_job_details.rb +176 -0
  609. data/lib/oci/data_connectivity/models/create_folder_details.rb +263 -0
  610. data/lib/oci/data_connectivity/models/create_full_push_down_task_details.rb +172 -0
  611. data/lib/oci/data_connectivity/models/create_reference_artifact_details.rb +154 -0
  612. data/lib/oci/data_connectivity/models/create_registry_details.rb +210 -0
  613. data/lib/oci/data_connectivity/models/create_test_network_connectivity_details.rb +154 -0
  614. data/lib/oci/data_connectivity/models/csv_format_attribute.rb +238 -0
  615. data/lib/oci/data_connectivity/models/data_asset.rb +347 -0
  616. data/lib/oci/data_connectivity/models/data_asset_summary.rb +347 -0
  617. data/lib/oci/data_connectivity/models/data_asset_summary_collection.rb +150 -0
  618. data/lib/oci/data_connectivity/models/data_entity.rb +206 -0
  619. data/lib/oci/data_connectivity/models/data_entity_details.rb +190 -0
  620. data/lib/oci/data_connectivity/models/data_entity_from_data_store.rb +443 -0
  621. data/lib/oci/data_connectivity/models/data_entity_from_data_store_entity_details.rb +432 -0
  622. data/lib/oci/data_connectivity/models/data_entity_from_file.rb +390 -0
  623. data/lib/oci/data_connectivity/models/data_entity_from_file_entity_details.rb +379 -0
  624. data/lib/oci/data_connectivity/models/data_entity_from_sql.rb +390 -0
  625. data/lib/oci/data_connectivity/models/data_entity_from_sql_entity_details.rb +379 -0
  626. data/lib/oci/data_connectivity/models/data_entity_from_table.rb +377 -0
  627. data/lib/oci/data_connectivity/models/data_entity_from_table_entity_details.rb +366 -0
  628. data/lib/oci/data_connectivity/models/data_entity_from_view.rb +377 -0
  629. data/lib/oci/data_connectivity/models/data_entity_from_view_entity_details.rb +366 -0
  630. data/lib/oci/data_connectivity/models/data_entity_summary.rb +206 -0
  631. data/lib/oci/data_connectivity/models/data_entity_summary_collection.rb +150 -0
  632. data/lib/oci/data_connectivity/models/data_entity_summary_from_data_store.rb +443 -0
  633. data/lib/oci/data_connectivity/models/data_entity_summary_from_file.rb +390 -0
  634. data/lib/oci/data_connectivity/models/data_entity_summary_from_sql.rb +390 -0
  635. data/lib/oci/data_connectivity/models/data_entity_summary_from_table.rb +377 -0
  636. data/lib/oci/data_connectivity/models/data_entity_summary_from_view.rb +377 -0
  637. data/lib/oci/data_connectivity/models/data_format.rb +198 -0
  638. data/lib/oci/data_connectivity/models/data_preview.rb +188 -0
  639. data/lib/oci/data_connectivity/models/data_profile.rb +181 -0
  640. data/lib/oci/data_connectivity/models/data_type.rb +233 -0
  641. data/lib/oci/data_connectivity/models/data_type_stat.rb +181 -0
  642. data/lib/oci/data_connectivity/models/date_attribute.rb +177 -0
  643. data/lib/oci/data_connectivity/models/de_reference_info.rb +300 -0
  644. data/lib/oci/data_connectivity/models/derived_type.rb +169 -0
  645. data/lib/oci/data_connectivity/models/detach_data_asset_info.rb +154 -0
  646. data/lib/oci/data_connectivity/models/dp_endpoint.rb +300 -0
  647. data/lib/oci/data_connectivity/models/dp_endpoint_details.rb +293 -0
  648. data/lib/oci/data_connectivity/models/dp_endpoint_from_private.rb +298 -0
  649. data/lib/oci/data_connectivity/models/dp_endpoint_from_private_details.rb +291 -0
  650. data/lib/oci/data_connectivity/models/dp_endpoint_from_public.rb +181 -0
  651. data/lib/oci/data_connectivity/models/dp_endpoint_from_public_details.rb +181 -0
  652. data/lib/oci/data_connectivity/models/dp_endpoint_summary.rb +293 -0
  653. data/lib/oci/data_connectivity/models/dp_endpoint_summary_from_private.rb +291 -0
  654. data/lib/oci/data_connectivity/models/dp_endpoint_summary_from_public.rb +181 -0
  655. data/lib/oci/data_connectivity/models/endpoint.rb +382 -0
  656. data/lib/oci/data_connectivity/models/endpoint_summary.rb +276 -0
  657. data/lib/oci/data_connectivity/models/endpoint_summary_collection.rb +150 -0
  658. data/lib/oci/data_connectivity/models/entity_profile_result.rb +182 -0
  659. data/lib/oci/data_connectivity/models/entity_shape.rb +206 -0
  660. data/lib/oci/data_connectivity/models/entity_shape_from_data_store.rb +390 -0
  661. data/lib/oci/data_connectivity/models/entity_shape_from_file.rb +390 -0
  662. data/lib/oci/data_connectivity/models/entity_shape_from_sql.rb +403 -0
  663. data/lib/oci/data_connectivity/models/entity_shape_from_table.rb +390 -0
  664. data/lib/oci/data_connectivity/models/entity_shape_from_view.rb +390 -0
  665. data/lib/oci/data_connectivity/models/error_details.rb +162 -0
  666. data/lib/oci/data_connectivity/models/execute_operation_job.rb +210 -0
  667. data/lib/oci/data_connectivity/models/execute_operation_job_details.rb +198 -0
  668. data/lib/oci/data_connectivity/models/external_storage.rb +221 -0
  669. data/lib/oci/data_connectivity/models/filter_push.rb +162 -0
  670. data/lib/oci/data_connectivity/models/folder.rb +264 -0
  671. data/lib/oci/data_connectivity/models/folder_summary.rb +264 -0
  672. data/lib/oci/data_connectivity/models/folder_summary_collection.rb +150 -0
  673. data/lib/oci/data_connectivity/models/foreign_key.rb +265 -0
  674. data/lib/oci/data_connectivity/models/full_push_down_task_response.rb +178 -0
  675. data/lib/oci/data_connectivity/models/hdfs_write_attributes.rb +164 -0
  676. data/lib/oci/data_connectivity/models/histogram.rb +160 -0
  677. data/lib/oci/data_connectivity/models/input_port.rb +221 -0
  678. data/lib/oci/data_connectivity/models/join.rb +190 -0
  679. data/lib/oci/data_connectivity/models/json_format_attribute.rb +158 -0
  680. data/lib/oci/data_connectivity/models/key.rb +189 -0
  681. data/lib/oci/data_connectivity/models/key_attribute.rb +159 -0
  682. data/lib/oci/data_connectivity/models/key_range.rb +159 -0
  683. data/lib/oci/data_connectivity/models/key_range_partition_config.rb +175 -0
  684. data/lib/oci/data_connectivity/models/message.rb +191 -0
  685. data/lib/oci/data_connectivity/models/native_shape_field.rb +224 -0
  686. data/lib/oci/data_connectivity/models/network_connectivity_status.rb +231 -0
  687. data/lib/oci/data_connectivity/models/network_connectivity_status_collection.rb +154 -0
  688. data/lib/oci/data_connectivity/models/numeric_attribute.rb +252 -0
  689. data/lib/oci/data_connectivity/models/object_freq_stat.rb +184 -0
  690. data/lib/oci/data_connectivity/models/object_metadata.rb +315 -0
  691. data/lib/oci/data_connectivity/models/object_storage_write_attributes.rb +164 -0
  692. data/lib/oci/data_connectivity/models/operation.rb +198 -0
  693. data/lib/oci/data_connectivity/models/operation_exec_result.rb +228 -0
  694. data/lib/oci/data_connectivity/models/operation_from_procedure.rb +264 -0
  695. data/lib/oci/data_connectivity/models/operation_input_record.rb +154 -0
  696. data/lib/oci/data_connectivity/models/operation_summary.rb +198 -0
  697. data/lib/oci/data_connectivity/models/operation_summary_collection.rb +150 -0
  698. data/lib/oci/data_connectivity/models/operation_summary_from_procedure.rb +255 -0
  699. data/lib/oci/data_connectivity/models/oracle_adwc_write_attributes.rb +201 -0
  700. data/lib/oci/data_connectivity/models/oracle_atp_write_attributes.rb +201 -0
  701. data/lib/oci/data_connectivity/models/oracle_read_attribute.rb +162 -0
  702. data/lib/oci/data_connectivity/models/oracle_read_attributes.rb +162 -0
  703. data/lib/oci/data_connectivity/models/oracle_write_attributes.rb +190 -0
  704. data/lib/oci/data_connectivity/models/outlier.rb +188 -0
  705. data/lib/oci/data_connectivity/models/output_port.rb +221 -0
  706. data/lib/oci/data_connectivity/models/parameter.rb +291 -0
  707. data/lib/oci/data_connectivity/models/parent_reference.rb +150 -0
  708. data/lib/oci/data_connectivity/models/parquet_format_attribute.rb +158 -0
  709. data/lib/oci/data_connectivity/models/partition_config.rb +189 -0
  710. data/lib/oci/data_connectivity/models/primary_key.rb +169 -0
  711. data/lib/oci/data_connectivity/models/profile_config.rb +240 -0
  712. data/lib/oci/data_connectivity/models/profile_stat.rb +160 -0
  713. data/lib/oci/data_connectivity/models/push_down_operation.rb +197 -0
  714. data/lib/oci/data_connectivity/models/query.rb +158 -0
  715. data/lib/oci/data_connectivity/models/read_operation_config.rb +263 -0
  716. data/lib/oci/data_connectivity/models/reference_artifact_summary.rb +300 -0
  717. data/lib/oci/data_connectivity/models/reference_artifact_summary_collection.rb +150 -0
  718. data/lib/oci/data_connectivity/models/reference_info.rb +300 -0
  719. data/lib/oci/data_connectivity/models/registry.rb +324 -0
  720. data/lib/oci/data_connectivity/models/registry_metadata.rb +288 -0
  721. data/lib/oci/data_connectivity/models/registry_summary.rb +290 -0
  722. data/lib/oci/data_connectivity/models/registry_summary_collection.rb +150 -0
  723. data/lib/oci/data_connectivity/models/row.rb +150 -0
  724. data/lib/oci/data_connectivity/models/schema.rb +314 -0
  725. data/lib/oci/data_connectivity/models/schema_drift_config.rb +265 -0
  726. data/lib/oci/data_connectivity/models/schema_summary.rb +311 -0
  727. data/lib/oci/data_connectivity/models/schema_summary_collection.rb +150 -0
  728. data/lib/oci/data_connectivity/models/select.rb +176 -0
  729. data/lib/oci/data_connectivity/models/shape.rb +186 -0
  730. data/lib/oci/data_connectivity/models/shape_field.rb +209 -0
  731. data/lib/oci/data_connectivity/models/sort.rb +162 -0
  732. data/lib/oci/data_connectivity/models/sort_clause.rb +179 -0
  733. data/lib/oci/data_connectivity/models/source.rb +288 -0
  734. data/lib/oci/data_connectivity/models/string_attribute.rb +247 -0
  735. data/lib/oci/data_connectivity/models/structured_type.rb +181 -0
  736. data/lib/oci/data_connectivity/models/target.rb +325 -0
  737. data/lib/oci/data_connectivity/models/test_network_connectivity.rb +182 -0
  738. data/lib/oci/data_connectivity/models/type.rb +169 -0
  739. data/lib/oci/data_connectivity/models/type_library.rb +259 -0
  740. data/lib/oci/data_connectivity/models/type_summary.rb +171 -0
  741. data/lib/oci/data_connectivity/models/type_system.rb +287 -0
  742. data/lib/oci/data_connectivity/models/typed_object.rb +280 -0
  743. data/lib/oci/data_connectivity/models/types_summary_collection.rb +150 -0
  744. data/lib/oci/data_connectivity/models/unique_key.rb +265 -0
  745. data/lib/oci/data_connectivity/models/update_connection_details.rb +311 -0
  746. data/lib/oci/data_connectivity/models/update_data_asset_details.rb +336 -0
  747. data/lib/oci/data_connectivity/models/update_dp_endpoint_details.rb +293 -0
  748. data/lib/oci/data_connectivity/models/update_dp_endpoint_from_private.rb +291 -0
  749. data/lib/oci/data_connectivity/models/update_dp_endpoint_from_public.rb +181 -0
  750. data/lib/oci/data_connectivity/models/update_endpoint_details.rb +224 -0
  751. data/lib/oci/data_connectivity/models/update_folder_details.rb +263 -0
  752. data/lib/oci/data_connectivity/models/update_registry_details.rb +196 -0
  753. data/lib/oci/data_connectivity/models/validation_message.rb +164 -0
  754. data/lib/oci/data_connectivity/models/validation_result.rb +184 -0
  755. data/lib/oci/data_connectivity/models/work_request.rb +308 -0
  756. data/lib/oci/data_connectivity/models/work_request_error.rb +173 -0
  757. data/lib/oci/data_connectivity/models/work_request_error_collection.rb +150 -0
  758. data/lib/oci/data_connectivity/models/work_request_error_summary.rb +169 -0
  759. data/lib/oci/data_connectivity/models/work_request_log.rb +160 -0
  760. data/lib/oci/data_connectivity/models/work_request_log_collection.rb +150 -0
  761. data/lib/oci/data_connectivity/models/work_request_resource.rb +222 -0
  762. data/lib/oci/data_connectivity/models/work_request_summary.rb +305 -0
  763. data/lib/oci/data_connectivity/models/work_request_summary_collection.rb +150 -0
  764. data/lib/oci/data_connectivity/models/write_operation_config.rb +312 -0
  765. data/lib/oci/data_connectivity/network_validation_client.rb +187 -0
  766. data/lib/oci/data_connectivity/network_validation_client_composite_operations.rb +25 -0
  767. data/lib/oci/data_connectivity/util.rb +3 -0
  768. data/lib/oci/data_flow/data_flow.rb +1 -0
  769. data/lib/oci/data_flow/models/application.rb +27 -1
  770. data/lib/oci/data_flow/models/create_application_details.rb +27 -1
  771. data/lib/oci/data_flow/models/create_run_details.rb +27 -1
  772. data/lib/oci/data_flow/models/run.rb +27 -1
  773. data/lib/oci/data_flow/models/shape_config.rb +168 -0
  774. data/lib/oci/data_flow/models/update_application_details.rb +27 -1
  775. data/lib/oci/data_integration/data_integration.rb +36 -0
  776. data/lib/oci/data_integration/data_integration_client.rb +413 -0
  777. data/lib/oci/data_integration/data_integration_client_composite_operations.rb +213 -0
  778. data/lib/oci/data_integration/models/abstract_call_attribute.rb +196 -0
  779. data/lib/oci/data_integration/models/abstract_data_operation_config.rb +45 -4
  780. data/lib/oci/data_integration/models/abstract_formatted_text.rb +153 -0
  781. data/lib/oci/data_integration/models/abstract_read_attribute.rb +2 -0
  782. data/lib/oci/data_integration/models/aggregator.rb +2 -2
  783. data/lib/oci/data_integration/models/application.rb +139 -1
  784. data/lib/oci/data_integration/models/application_details.rb +81 -4
  785. data/lib/oci/data_integration/models/application_summary.rb +139 -1
  786. data/lib/oci/data_integration/models/auth_config.rb +226 -0
  787. data/lib/oci/data_integration/models/auth_details.rb +1 -1
  788. data/lib/oci/data_integration/models/bip_call_attribute.rb +220 -0
  789. data/lib/oci/data_integration/models/bip_read_attributes.rb +257 -0
  790. data/lib/oci/data_integration/models/bip_report_parameter_value.rb +160 -0
  791. data/lib/oci/data_integration/models/change_dis_application_compartment_details.rb +154 -0
  792. data/lib/oci/data_integration/models/child_reference.rb +3 -0
  793. data/lib/oci/data_integration/models/conditional_composite_field_map.rb +244 -0
  794. data/lib/oci/data_integration/models/conditional_output_port.rb +234 -0
  795. data/lib/oci/data_integration/models/connection.rb +2 -0
  796. data/lib/oci/data_integration/models/connection_details.rb +3 -1
  797. data/lib/oci/data_integration/models/connection_from_bip.rb +223 -0
  798. data/lib/oci/data_integration/models/connection_from_bip_details.rb +219 -0
  799. data/lib/oci/data_integration/models/connection_summary.rb +2 -0
  800. data/lib/oci/data_integration/models/connection_summary_from_bip.rb +223 -0
  801. data/lib/oci/data_integration/models/connection_summary_from_object_storage.rb +1 -0
  802. data/lib/oci/data_integration/models/create_application_details.rb +78 -1
  803. data/lib/oci/data_integration/models/create_connection_details.rb +3 -1
  804. data/lib/oci/data_integration/models/create_connection_from_bip.rb +207 -0
  805. data/lib/oci/data_integration/models/create_data_asset_from_fusion_app.rb +45 -6
  806. data/lib/oci/data_integration/models/create_dis_application_details.rb +334 -0
  807. data/lib/oci/data_integration/models/create_task_from_data_loader_task.rb +47 -4
  808. data/lib/oci/data_integration/models/create_task_from_rest_task.rb +44 -4
  809. data/lib/oci/data_integration/models/data_asset_from_fusion_app.rb +3 -3
  810. data/lib/oci/data_integration/models/data_asset_summary_from_fusion_app.rb +45 -6
  811. data/lib/oci/data_integration/models/data_asset_summary_from_object_storage.rb +1 -0
  812. data/lib/oci/data_integration/models/data_entity.rb +1 -0
  813. data/lib/oci/data_integration/models/dependent_object.rb +140 -1
  814. data/lib/oci/data_integration/models/direct_field_map.rb +29 -3
  815. data/lib/oci/data_integration/models/direct_named_field_map.rb +29 -3
  816. data/lib/oci/data_integration/models/dis_application.rb +478 -0
  817. data/lib/oci/data_integration/models/dis_application_summary.rb +478 -0
  818. data/lib/oci/data_integration/models/dis_application_summary_collection.rb +150 -0
  819. data/lib/oci/data_integration/models/distinct.rb +2 -2
  820. data/lib/oci/data_integration/models/end_operator.rb +2 -2
  821. data/lib/oci/data_integration/models/expression_operator.rb +2 -2
  822. data/lib/oci/data_integration/models/field_map.rb +6 -0
  823. data/lib/oci/data_integration/models/filter.rb +2 -2
  824. data/lib/oci/data_integration/models/flatten.rb +222 -0
  825. data/lib/oci/data_integration/models/flatten_details.rb +196 -0
  826. data/lib/oci/data_integration/models/flatten_projection_preferences.rb +273 -0
  827. data/lib/oci/data_integration/models/function.rb +210 -0
  828. data/lib/oci/data_integration/models/intersect.rb +2 -2
  829. data/lib/oci/data_integration/models/joiner.rb +2 -2
  830. data/lib/oci/data_integration/models/json_text.rb +167 -0
  831. data/lib/oci/data_integration/models/lookup.rb +2 -2
  832. data/lib/oci/data_integration/models/macro_pivot_field.rb +201 -0
  833. data/lib/oci/data_integration/models/merge_operator.rb +2 -2
  834. data/lib/oci/data_integration/models/minus.rb +2 -2
  835. data/lib/oci/data_integration/models/named_entity_map.rb +244 -0
  836. data/lib/oci/data_integration/models/oci_function.rb +207 -0
  837. data/lib/oci/data_integration/models/operator.rb +11 -3
  838. data/lib/oci/data_integration/models/pivot.rb +222 -0
  839. data/lib/oci/data_integration/models/pivot_field.rb +221 -0
  840. data/lib/oci/data_integration/models/pivot_keys.rb +233 -0
  841. data/lib/oci/data_integration/models/poll_rest_call_config.rb +194 -0
  842. data/lib/oci/data_integration/models/projection.rb +2 -2
  843. data/lib/oci/data_integration/models/proxy_field.rb +15 -2
  844. data/lib/oci/data_integration/models/published_object_from_data_loader_task.rb +47 -4
  845. data/lib/oci/data_integration/models/read_operation_config.rb +13 -1
  846. data/lib/oci/data_integration/models/reference.rb +9 -0
  847. data/lib/oci/data_integration/models/reference_summary.rb +9 -0
  848. data/lib/oci/data_integration/models/resource_principal_auth_config.rb +194 -0
  849. data/lib/oci/data_integration/models/rule_based_entity_map.rb +292 -0
  850. data/lib/oci/data_integration/models/rule_type_config.rb +15 -2
  851. data/lib/oci/data_integration/models/scope_reference.rb +207 -0
  852. data/lib/oci/data_integration/models/sort_oper.rb +2 -2
  853. data/lib/oci/data_integration/models/source.rb +2 -2
  854. data/lib/oci/data_integration/models/split.rb +232 -0
  855. data/lib/oci/data_integration/models/start_operator.rb +2 -2
  856. data/lib/oci/data_integration/models/target.rb +68 -6
  857. data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +47 -4
  858. data/lib/oci/data_integration/models/task_from_rest_task_details.rb +44 -4
  859. data/lib/oci/data_integration/models/task_operator.rb +2 -2
  860. data/lib/oci/data_integration/models/task_run_details.rb +11 -1
  861. data/lib/oci/data_integration/models/task_run_summary.rb +11 -1
  862. data/lib/oci/data_integration/models/task_summary_from_data_loader_task.rb +47 -4
  863. data/lib/oci/data_integration/models/task_summary_from_rest_task.rb +30 -4
  864. data/lib/oci/data_integration/models/typed_expression.rb +186 -0
  865. data/lib/oci/data_integration/models/typed_object.rb +6 -0
  866. data/lib/oci/data_integration/models/union.rb +2 -2
  867. data/lib/oci/data_integration/models/update_application_details.rb +81 -4
  868. data/lib/oci/data_integration/models/update_connection_details.rb +3 -1
  869. data/lib/oci/data_integration/models/update_connection_from_bip.rb +211 -0
  870. data/lib/oci/data_integration/models/update_dis_application_details.rb +346 -0
  871. data/lib/oci/data_integration/models/update_reference_details.rb +1 -1
  872. data/lib/oci/data_integration/models/update_task_from_data_loader_task.rb +47 -4
  873. data/lib/oci/data_integration/models/update_task_from_rest_task.rb +44 -4
  874. data/lib/oci/data_integration/models/write_operation_config.rb +13 -1
  875. data/lib/oci/data_labeling_service/data_labeling_service.rb +2 -0
  876. data/lib/oci/data_labeling_service/models/dataset_format_details.rb +2 -2
  877. data/lib/oci/data_labeling_service/models/dataset_source_details.rb +1 -1
  878. data/lib/oci/data_labeling_service/models/delimited_file_type_metadata.rb +220 -0
  879. data/lib/oci/data_labeling_service/models/document_dataset_format_details.rb +1 -1
  880. data/lib/oci/data_labeling_service/models/export_format.rb +2 -1
  881. data/lib/oci/data_labeling_service/models/image_dataset_format_details.rb +1 -1
  882. data/lib/oci/data_labeling_service/models/initial_record_generation_configuration.rb +2 -2
  883. data/lib/oci/data_labeling_service/models/label.rb +1 -1
  884. data/lib/oci/data_labeling_service/models/label_set.rb +2 -2
  885. data/lib/oci/data_labeling_service/models/object_storage_source_details.rb +3 -3
  886. data/lib/oci/data_labeling_service/models/text_dataset_format_details.rb +21 -5
  887. data/lib/oci/data_labeling_service/models/text_file_type_metadata.rb +189 -0
  888. data/lib/oci/data_labeling_service_dataplane/data_labeling_service_dataplane.rb +2 -0
  889. data/lib/oci/data_labeling_service_dataplane/models/dataset.rb +6 -6
  890. data/lib/oci/data_labeling_service_dataplane/models/dataset_source_details.rb +1 -1
  891. data/lib/oci/data_labeling_service_dataplane/models/delimited_file_type_metadata.rb +220 -0
  892. data/lib/oci/data_labeling_service_dataplane/models/initial_record_generation_configuration.rb +1 -1
  893. data/lib/oci/data_labeling_service_dataplane/models/object_storage_dataset_source_details.rb +2 -2
  894. data/lib/oci/data_labeling_service_dataplane/models/text_dataset_format_details.rb +20 -4
  895. data/lib/oci/data_labeling_service_dataplane/models/text_file_type_metadata.rb +189 -0
  896. data/lib/oci/data_safe/data_safe_client.rb +6 -6
  897. data/lib/oci/data_safe/models/audit_archive_retrieval.rb +1 -0
  898. data/lib/oci/data_safe/models/audit_archive_retrieval_lifecycle_state.rb +2 -1
  899. data/lib/oci/data_safe/models/audit_archive_retrieval_summary.rb +1 -0
  900. data/lib/oci/data_safe/models/security_assessment.rb +1 -0
  901. data/lib/oci/data_safe/models/security_assessment_lifecycle_state.rb +1 -0
  902. data/lib/oci/data_safe/models/security_assessment_summary.rb +1 -0
  903. data/lib/oci/data_safe/models/user_assessment.rb +1 -0
  904. data/lib/oci/data_safe/models/user_assessment_lifecycle_state.rb +1 -0
  905. data/lib/oci/data_safe/models/user_assessment_summary.rb +1 -0
  906. data/lib/oci/data_safe/models/work_request_resource.rb +1 -0
  907. data/lib/oci/data_science/data_science.rb +2 -0
  908. data/lib/oci/data_science/data_science_client.rb +2 -7
  909. data/lib/oci/data_science/models/create_notebook_session_details.rb +14 -2
  910. data/lib/oci/data_science/models/job_infrastructure_configuration_details.rb +2 -0
  911. data/lib/oci/data_science/models/managed_egress_standalone_job_infrastructure_configuration_details.rb +177 -0
  912. data/lib/oci/data_science/models/notebook_session.rb +14 -1
  913. data/lib/oci/data_science/models/notebook_session_config_details.rb +194 -0
  914. data/lib/oci/data_science/models/notebook_session_summary.rb +14 -1
  915. data/lib/oci/database/database.rb +18 -0
  916. data/lib/oci/database/database_client.rb +958 -83
  917. data/lib/oci/database/database_client_composite_operations.rb +379 -0
  918. data/lib/oci/database/models/autonomous_container_database.rb +76 -5
  919. data/lib/oci/database/models/autonomous_container_database_summary.rb +76 -5
  920. data/lib/oci/database/models/autonomous_database.rb +208 -8
  921. data/lib/oci/database/models/autonomous_database_character_sets.rb +153 -0
  922. data/lib/oci/database/models/autonomous_database_standby_summary.rb +1 -0
  923. data/lib/oci/database/models/autonomous_database_summary.rb +208 -8
  924. data/lib/oci/database/models/autonomous_exadata_infrastructure.rb +2 -2
  925. data/lib/oci/database/models/autonomous_exadata_infrastructure_summary.rb +2 -2
  926. data/lib/oci/database/models/autonomous_vm_cluster.rb +145 -5
  927. data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +145 -5
  928. data/lib/oci/database/models/backup.rb +33 -4
  929. data/lib/oci/database/models/backup_summary.rb +33 -4
  930. data/lib/oci/database/models/cloud_autonomous_vm_cluster.rb +132 -6
  931. data/lib/oci/database/models/cloud_autonomous_vm_cluster_summary.rb +132 -6
  932. data/lib/oci/database/models/cloud_vm_cluster.rb +19 -6
  933. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +19 -6
  934. data/lib/oci/database/models/compute_performance_summary.rb +211 -0
  935. data/lib/oci/database/models/create_autonomous_container_database_details.rb +4 -2
  936. data/lib/oci/database/models/create_autonomous_database_base.rb +105 -10
  937. data/lib/oci/database/models/create_autonomous_database_clone_details.rb +25 -1
  938. data/lib/oci/database/models/create_autonomous_database_details.rb +28 -4
  939. data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +25 -1
  940. data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +25 -1
  941. data/lib/oci/database/models/create_autonomous_vm_cluster_details.rb +70 -1
  942. data/lib/oci/database/models/create_cloud_autonomous_vm_cluster_details.rb +19 -3
  943. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +19 -6
  944. data/lib/oci/database/models/create_cross_region_autonomous_database_data_guard_details.rb +33 -5
  945. data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +222 -6
  946. data/lib/oci/database/models/create_database_details.rb +44 -1
  947. data/lib/oci/database/models/create_database_software_image_details.rb +1 -1
  948. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +18 -1
  949. data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +25 -1
  950. data/lib/oci/database/models/create_vm_cluster_details.rb +17 -4
  951. data/lib/oci/database/models/data_collection_options.rb +156 -0
  952. data/lib/oci/database/models/data_guard_association.rb +1 -0
  953. data/lib/oci/database/models/data_guard_association_summary.rb +1 -0
  954. data/lib/oci/database/models/database.rb +30 -1
  955. data/lib/oci/database/models/database_connection_credentials.rb +2 -0
  956. data/lib/oci/database/models/database_connection_string.rb +1 -0
  957. data/lib/oci/database/models/database_software_image.rb +1 -1
  958. data/lib/oci/database/models/database_software_image_summary.rb +1 -1
  959. data/lib/oci/database/models/database_ssl_connection_credentials.rb +236 -0
  960. data/lib/oci/database/models/database_summary.rb +30 -1
  961. data/lib/oci/database/models/db_node.rb +6 -2
  962. data/lib/oci/database/models/db_node_summary.rb +6 -2
  963. data/lib/oci/database/models/db_server.rb +14 -1
  964. data/lib/oci/database/models/db_server_patching_details.rb +219 -0
  965. data/lib/oci/database/models/db_server_summary.rb +14 -1
  966. data/lib/oci/database/models/db_system.rb +54 -3
  967. data/lib/oci/database/models/db_system_compute_performance_summary.rb +165 -0
  968. data/lib/oci/database/models/db_system_shape_summary.rb +35 -1
  969. data/lib/oci/database/models/db_system_storage_performance_summary.rb +203 -0
  970. data/lib/oci/database/models/db_system_summary.rb +54 -3
  971. data/lib/oci/database/models/db_system_upgrade_history_entry.rb +303 -0
  972. data/lib/oci/database/models/db_system_upgrade_history_entry_summary.rb +304 -0
  973. data/lib/oci/database/models/disk_performance_details.rb +169 -0
  974. data/lib/oci/database/models/enable_external_container_database_stack_monitoring_details.rb +153 -0
  975. data/lib/oci/database/models/enable_external_database_stack_monitoring_details_base.rb +156 -0
  976. data/lib/oci/database/models/enable_external_non_container_database_stack_monitoring_details.rb +153 -0
  977. data/lib/oci/database/models/enable_external_pluggable_database_stack_monitoring_details.rb +153 -0
  978. data/lib/oci/database/models/estimated_patching_time.rb +197 -0
  979. data/lib/oci/database/models/exadata_infrastructure.rb +46 -1
  980. data/lib/oci/database/models/exadata_infrastructure_summary.rb +46 -1
  981. data/lib/oci/database/models/external_container_database.rb +17 -4
  982. data/lib/oci/database/models/external_container_database_summary.rb +17 -4
  983. data/lib/oci/database/models/external_database_base.rb +17 -4
  984. data/lib/oci/database/models/external_non_container_database.rb +17 -4
  985. data/lib/oci/database/models/external_non_container_database_summary.rb +17 -4
  986. data/lib/oci/database/models/external_pluggable_database.rb +17 -4
  987. data/lib/oci/database/models/external_pluggable_database_summary.rb +17 -4
  988. data/lib/oci/database/models/launch_autonomous_exadata_infrastructure_details.rb +2 -2
  989. data/lib/oci/database/models/launch_db_system_base.rb +36 -5
  990. data/lib/oci/database/models/launch_db_system_details.rb +5 -1
  991. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +5 -1
  992. data/lib/oci/database/models/launch_db_system_from_database_details.rb +5 -1
  993. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +5 -1
  994. data/lib/oci/database/models/maintenance_run.rb +180 -4
  995. data/lib/oci/database/models/maintenance_run_summary.rb +180 -4
  996. data/lib/oci/database/models/maintenance_window.rb +67 -1
  997. data/lib/oci/database/models/migrate_vault_key_details.rb +46 -4
  998. data/lib/oci/database/models/stack_monitoring_config.rb +194 -0
  999. data/lib/oci/database/models/storage_performance_details.rb +183 -0
  1000. data/lib/oci/database/models/update_autonomous_database_details.rb +76 -7
  1001. data/lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb +2 -2
  1002. data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +14 -1
  1003. data/lib/oci/database/models/update_cloud_autonomous_vm_cluster_details.rb +2 -2
  1004. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +19 -6
  1005. data/lib/oci/database/models/update_db_system_details.rb +3 -3
  1006. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +18 -1
  1007. data/lib/oci/database/models/update_maintenance_run_details.rb +62 -4
  1008. data/lib/oci/database/models/update_vm_cluster_details.rb +17 -4
  1009. data/lib/oci/database/models/upgrade_db_system_details.rb +208 -0
  1010. data/lib/oci/database/models/vm_cluster.rb +17 -4
  1011. data/lib/oci/database/models/vm_cluster_summary.rb +17 -4
  1012. data/lib/oci/database_management/database_management.rb +21 -0
  1013. data/lib/oci/database_management/db_management_client.rb +213 -0
  1014. data/lib/oci/database_management/diagnosability_client.rb +479 -0
  1015. data/lib/oci/database_management/diagnosability_client_composite_operations.rb +25 -0
  1016. data/lib/oci/database_management/models/activity_time_series_metrics.rb +1 -1
  1017. data/lib/oci/database_management/models/addm_task_summary.rb +342 -0
  1018. data/lib/oci/database_management/models/addm_tasks_collection.rb +164 -0
  1019. data/lib/oci/database_management/models/alert_log_collection.rb +164 -0
  1020. data/lib/oci/database_management/models/alert_log_count_summary.rb +190 -0
  1021. data/lib/oci/database_management/models/alert_log_counts_collection.rb +164 -0
  1022. data/lib/oci/database_management/models/alert_log_summary.rb +266 -0
  1023. data/lib/oci/database_management/models/asm_property_collection.rb +1 -1
  1024. data/lib/oci/database_management/models/attention_log_collection.rb +164 -0
  1025. data/lib/oci/database_management/models/attention_log_count_summary.rb +190 -0
  1026. data/lib/oci/database_management/models/attention_log_counts_collection.rb +164 -0
  1027. data/lib/oci/database_management/models/attention_log_summary.rb +310 -0
  1028. data/lib/oci/database_management/models/cluster_cache_metric.rb +1 -1
  1029. data/lib/oci/database_management/models/compare_type.rb +2 -1
  1030. data/lib/oci/database_management/models/cpu_utilization_aggregate_metrics.rb +17 -4
  1031. data/lib/oci/database_management/models/database_fleet_health_metrics.rb +1 -0
  1032. data/lib/oci/database_management/models/database_home_metric_definition.rb +2 -2
  1033. data/lib/oci/database_management/models/database_home_metrics.rb +1 -1
  1034. data/lib/oci/database_management/models/database_io_aggregate_metrics.rb +34 -6
  1035. data/lib/oci/database_management/models/database_storage_aggregate_metrics.rb +1 -1
  1036. data/lib/oci/database_management/models/historic_addm_result.rb +357 -0
  1037. data/lib/oci/database_management/models/managed_database_credential.rb +217 -0
  1038. data/lib/oci/database_management/models/managed_database_password_credential.rb +166 -0
  1039. data/lib/oci/database_management/models/managed_database_secret_credential.rb +173 -0
  1040. data/lib/oci/database_management/models/memory_aggregate_metrics.rb +1 -1
  1041. data/lib/oci/database_management/models/metric_statistics_definition.rb +218 -0
  1042. data/lib/oci/database_management/models/object_storage_job_execution_result_details.rb +1 -1
  1043. data/lib/oci/database_management/models/run_historic_addm_details.rb +169 -0
  1044. data/lib/oci/database_management/models/snapshot_details.rb +154 -0
  1045. data/lib/oci/database_management/models/sql_tuning_advisor_task_recommendation_summary.rb +18 -4
  1046. data/lib/oci/database_management/models/sql_tuning_set_collection.rb +164 -0
  1047. data/lib/oci/database_management/models/sql_tuning_set_input.rb +160 -0
  1048. data/lib/oci/database_management/models/sql_tuning_set_summary.rb +184 -0
  1049. data/lib/oci/database_management/models/start_sql_tuning_task_details.rb +20 -4
  1050. data/lib/oci/database_management/models/tablespace_collection.rb +1 -1
  1051. data/lib/oci/database_management/models/time_series_metric_definition.rb +1 -1
  1052. data/lib/oci/database_management/models/user.rb +3 -3
  1053. data/lib/oci/database_management/models/user_collection.rb +1 -1
  1054. data/lib/oci/database_management/models/user_summary.rb +16 -2
  1055. data/lib/oci/database_management/sql_tuning_client.rb +81 -3
  1056. data/lib/oci/database_migration/database_migration.rb +32 -0
  1057. data/lib/oci/database_migration/database_migration_client.rb +311 -0
  1058. data/lib/oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.rb +198 -0
  1059. data/lib/oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.rb +166 -0
  1060. data/lib/oci/database_migration/models/adb_serverles_tablespace_details.rb +185 -0
  1061. data/lib/oci/database_migration/models/aws_s3_details.rb +166 -0
  1062. data/lib/oci/database_migration/models/connection.rb +52 -1
  1063. data/lib/oci/database_migration/models/connection_summary.rb +52 -1
  1064. data/lib/oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.rb +198 -0
  1065. data/lib/oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.rb +166 -0
  1066. data/lib/oci/database_migration/models/create_adb_serverles_tablespace_details.rb +146 -0
  1067. data/lib/oci/database_migration/models/create_aws_s3_details.rb +198 -0
  1068. data/lib/oci/database_migration/models/create_connection_details.rb +31 -1
  1069. data/lib/oci/database_migration/models/create_data_pump_settings.rb +14 -1
  1070. data/lib/oci/database_migration/models/create_data_transfer_medium_details.rb +19 -5
  1071. data/lib/oci/database_migration/models/create_non_adb_auto_create_tablespace_details.rb +198 -0
  1072. data/lib/oci/database_migration/models/create_non_adb_remap_tablespace_details.rb +166 -0
  1073. data/lib/oci/database_migration/models/create_target_type_tablespace_details.rb +192 -0
  1074. data/lib/oci/database_migration/models/data_pump_settings.rb +14 -1
  1075. data/lib/oci/database_migration/models/data_transfer_medium_details.rb +17 -4
  1076. data/lib/oci/database_migration/models/database_manual_connection_sub_types.rb +11 -0
  1077. data/lib/oci/database_migration/models/excluded_object_summary.rb +227 -0
  1078. data/lib/oci/database_migration/models/excluded_object_summary_collection.rb +152 -0
  1079. data/lib/oci/database_migration/models/migration_database_target_types.rb +14 -0
  1080. data/lib/oci/database_migration/models/migration_database_target_types_update.rb +16 -0
  1081. data/lib/oci/database_migration/models/migration_object_collection.rb +152 -0
  1082. data/lib/oci/database_migration/models/migration_object_summary.rb +214 -0
  1083. data/lib/oci/database_migration/models/non_adb_auto_create_tablespace_details.rb +198 -0
  1084. data/lib/oci/database_migration/models/non_adb_remap_tablespace_details.rb +166 -0
  1085. data/lib/oci/database_migration/models/object_status.rb +11 -0
  1086. data/lib/oci/database_migration/models/reason_keywords.rb +14 -0
  1087. data/lib/oci/database_migration/models/target_type_tablespace_details.rb +199 -0
  1088. data/lib/oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.rb +198 -0
  1089. data/lib/oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.rb +166 -0
  1090. data/lib/oci/database_migration/models/update_adb_serverles_tablespace_details.rb +146 -0
  1091. data/lib/oci/database_migration/models/update_aws_s3_details.rb +198 -0
  1092. data/lib/oci/database_migration/models/update_data_pump_settings.rb +14 -1
  1093. data/lib/oci/database_migration/models/update_data_transfer_medium_details.rb +19 -5
  1094. data/lib/oci/database_migration/models/update_non_adb_auto_create_tablespace_details.rb +198 -0
  1095. data/lib/oci/database_migration/models/update_non_adb_remap_tablespace_details.rb +166 -0
  1096. data/lib/oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.rb +148 -0
  1097. data/lib/oci/database_migration/models/update_target_defaults_remap_tablespace_details.rb +148 -0
  1098. data/lib/oci/database_migration/models/update_target_type_tablespace_details.rb +196 -0
  1099. data/lib/oci/database_tools/database_tools.rb +26 -3
  1100. data/lib/oci/database_tools/database_tools_client.rb +43 -43
  1101. data/lib/oci/database_tools/database_tools_client_composite_operations.rb +7 -7
  1102. data/lib/oci/database_tools/models/change_database_tools_connection_compartment_details.rb +2 -2
  1103. data/lib/oci/database_tools/models/change_database_tools_private_endpoint_compartment_details.rb +2 -2
  1104. data/lib/oci/database_tools/models/connection_type.rb +2 -1
  1105. data/lib/oci/database_tools/models/create_database_tools_connection_details.rb +5 -3
  1106. data/lib/oci/database_tools/models/create_database_tools_connection_my_sql_details.rb +262 -0
  1107. data/lib/oci/database_tools/models/create_database_tools_connection_oracle_database_details.rb +5 -5
  1108. data/lib/oci/database_tools/models/create_database_tools_private_endpoint_details.rb +4 -4
  1109. data/lib/oci/database_tools/models/create_database_tools_related_resource_my_sql_details.rb +176 -0
  1110. data/lib/oci/database_tools/models/database_tools_connection.rb +10 -8
  1111. data/lib/oci/database_tools/models/database_tools_connection_collection.rb +2 -2
  1112. data/lib/oci/database_tools/models/database_tools_connection_my_sql.rb +286 -0
  1113. data/lib/oci/database_tools/models/database_tools_connection_my_sql_summary.rb +286 -0
  1114. data/lib/oci/database_tools/models/database_tools_connection_oracle_database.rb +6 -6
  1115. data/lib/oci/database_tools/models/database_tools_connection_oracle_database_summary.rb +4 -4
  1116. data/lib/oci/database_tools/models/database_tools_connection_summary.rb +9 -7
  1117. data/lib/oci/database_tools/models/database_tools_endpoint_service.rb +7 -7
  1118. data/lib/oci/database_tools/models/database_tools_endpoint_service_collection.rb +2 -2
  1119. data/lib/oci/database_tools/models/database_tools_endpoint_service_summary.rb +7 -7
  1120. data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql.rb +189 -0
  1121. data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql_details.rb +182 -0
  1122. data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql_summary.rb +189 -0
  1123. data/lib/oci/database_tools/models/{database_tools_virtual_source.rb → database_tools_key_store_content_secret_id_my_sql.rb} +20 -26
  1124. data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_details.rb +162 -0
  1125. data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_summary.rb +162 -0
  1126. data/lib/oci/database_tools/models/database_tools_key_store_my_sql.rb +201 -0
  1127. data/lib/oci/database_tools/models/database_tools_key_store_my_sql_details.rb +194 -0
  1128. data/lib/oci/database_tools/models/database_tools_key_store_my_sql_summary.rb +201 -0
  1129. data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql.rb +189 -0
  1130. data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql_details.rb +182 -0
  1131. data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql_summary.rb +189 -0
  1132. data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql.rb +162 -0
  1133. data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_details.rb +162 -0
  1134. data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_summary.rb +162 -0
  1135. data/lib/oci/database_tools/models/database_tools_private_endpoint.rb +8 -8
  1136. data/lib/oci/database_tools/models/database_tools_private_endpoint_collection.rb +2 -2
  1137. data/lib/oci/database_tools/models/database_tools_private_endpoint_reverse_connection_configuration.rb +1 -1
  1138. data/lib/oci/database_tools/models/database_tools_private_endpoint_summary.rb +8 -8
  1139. data/lib/oci/database_tools/models/database_tools_related_resource_my_sql.rb +183 -0
  1140. data/lib/oci/database_tools/models/database_tools_user_password_secret_id_details.rb +1 -1
  1141. data/lib/oci/database_tools/models/key_store_type_my_sql.rb +12 -0
  1142. data/lib/oci/database_tools/models/{service_capability.rb → related_resource_entity_type_my_sql.rb} +2 -2
  1143. data/lib/oci/database_tools/models/update_database_tools_connection_details.rb +4 -2
  1144. data/lib/oci/database_tools/models/update_database_tools_connection_my_sql_details.rb +258 -0
  1145. data/lib/oci/database_tools/models/update_database_tools_connection_oracle_database_details.rb +4 -4
  1146. data/lib/oci/database_tools/models/update_database_tools_private_endpoint_details.rb +1 -1
  1147. data/lib/oci/database_tools/models/update_database_tools_related_resource_my_sql_details.rb +176 -0
  1148. data/lib/oci/database_tools/models/validate_database_tools_connection_details.rb +4 -2
  1149. data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_details.rb +145 -0
  1150. data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_result.rb +192 -0
  1151. data/lib/oci/database_tools/models/validate_database_tools_connection_oracle_database_details.rb +1 -1
  1152. data/lib/oci/database_tools/models/validate_database_tools_connection_result.rb +4 -2
  1153. data/lib/oci/database_tools/models/work_request_collection.rb +2 -2
  1154. data/lib/oci/database_tools/models/work_request_error_collection.rb +1 -1
  1155. data/lib/oci/database_tools/models/work_request_log_entry.rb +1 -1
  1156. data/lib/oci/database_tools/models/work_request_log_entry_collection.rb +2 -2
  1157. data/lib/oci/database_tools/models/work_request_resource.rb +1 -1
  1158. data/lib/oci/devops/devops.rb +81 -0
  1159. data/lib/oci/devops/devops_client.rb +132 -3
  1160. data/lib/oci/devops/devops_client_composite_operations.rb +1 -1
  1161. data/lib/oci/devops/models/approval_action.rb +14 -4
  1162. data/lib/oci/devops/models/bitbucket_cloud_app_password_connection.rb +218 -0
  1163. data/lib/oci/devops/models/bitbucket_cloud_app_password_connection_summary.rb +218 -0
  1164. data/lib/oci/devops/models/bitbucket_cloud_build_run_source.rb +176 -0
  1165. data/lib/oci/devops/models/bitbucket_cloud_build_source.rb +174 -0
  1166. data/lib/oci/devops/models/bitbucket_cloud_filter.rb +196 -0
  1167. data/lib/oci/devops/models/bitbucket_cloud_filter_attributes.rb +168 -0
  1168. data/lib/oci/devops/models/bitbucket_cloud_trigger.rb +214 -0
  1169. data/lib/oci/devops/models/bitbucket_cloud_trigger_create_result.rb +214 -0
  1170. data/lib/oci/devops/models/bitbucket_cloud_trigger_summary.rb +193 -0
  1171. data/lib/oci/devops/models/build_outputs.rb +17 -4
  1172. data/lib/oci/devops/models/build_pipeline_stage.rb +2 -2
  1173. data/lib/oci/devops/models/build_pipeline_stage_predecessor.rb +3 -1
  1174. data/lib/oci/devops/models/build_pipeline_stage_summary.rb +1 -1
  1175. data/lib/oci/devops/models/build_run_source.rb +2 -0
  1176. data/lib/oci/devops/models/build_source.rb +2 -0
  1177. data/lib/oci/devops/models/build_stage_run_step.rb +1 -1
  1178. data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage.rb +314 -0
  1179. data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.rb +190 -0
  1180. data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_summary.rb +314 -0
  1181. data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage.rb +218 -0
  1182. data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.rb +190 -0
  1183. data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_summary.rb +218 -0
  1184. data/lib/oci/devops/models/compute_instance_group_by_query_selector.rb +1 -1
  1185. data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage.rb +232 -0
  1186. data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.rb +189 -0
  1187. data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_summary.rb +232 -0
  1188. data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage.rb +287 -0
  1189. data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.rb +173 -0
  1190. data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_summary.rb +287 -0
  1191. data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage.rb +232 -0
  1192. data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
  1193. data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_summary.rb +232 -0
  1194. data/lib/oci/devops/models/compute_instance_group_deploy_environment.rb +1 -1
  1195. data/lib/oci/devops/models/compute_instance_group_deploy_stage.rb +1 -1
  1196. data/lib/oci/devops/models/compute_instance_group_deploy_stage_execution_progress.rb +1 -1
  1197. data/lib/oci/devops/models/compute_instance_group_deploy_stage_summary.rb +1 -1
  1198. data/lib/oci/devops/models/compute_instance_group_failure_policy_by_count.rb +1 -1
  1199. data/lib/oci/devops/models/compute_instance_group_failure_policy_by_percentage.rb +1 -1
  1200. data/lib/oci/devops/models/compute_instance_group_selector_collection.rb +1 -1
  1201. data/lib/oci/devops/models/connection.rb +2 -0
  1202. data/lib/oci/devops/models/connection_summary.rb +1 -0
  1203. data/lib/oci/devops/models/create_bitbucket_cloud_app_password_connection_details.rb +194 -0
  1204. data/lib/oci/devops/models/create_bitbucket_cloud_trigger_details.rb +169 -0
  1205. data/lib/oci/devops/models/create_build_pipeline_stage_details.rb +1 -1
  1206. data/lib/oci/devops/models/create_compute_instance_group_blue_green_deploy_stage_details.rb +282 -0
  1207. data/lib/oci/devops/models/create_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.rb +186 -0
  1208. data/lib/oci/devops/models/create_compute_instance_group_canary_approval_deploy_stage_details.rb +200 -0
  1209. data/lib/oci/devops/models/create_compute_instance_group_canary_deploy_stage_details.rb +255 -0
  1210. data/lib/oci/devops/models/create_compute_instance_group_canary_traffic_shift_deploy_stage_details.rb +200 -0
  1211. data/lib/oci/devops/models/create_compute_instance_group_deploy_stage_details.rb +1 -1
  1212. data/lib/oci/devops/models/create_connection_details.rb +1 -0
  1213. data/lib/oci/devops/models/create_deploy_stage_details.rb +13 -2
  1214. data/lib/oci/devops/models/create_deployment_details.rb +1 -0
  1215. data/lib/oci/devops/models/create_oke_blue_green_deploy_stage_details.rb +214 -0
  1216. data/lib/oci/devops/models/create_oke_blue_green_traffic_shift_deploy_stage_details.rb +186 -0
  1217. data/lib/oci/devops/models/create_oke_canary_approval_deploy_stage_details.rb +200 -0
  1218. data/lib/oci/devops/models/create_oke_canary_deploy_stage_details.rb +214 -0
  1219. data/lib/oci/devops/models/create_oke_canary_traffic_shift_deploy_stage_details.rb +200 -0
  1220. data/lib/oci/devops/models/create_oke_cluster_deploy_environment_details.rb +17 -4
  1221. data/lib/oci/devops/models/create_oke_deploy_stage_details.rb +2 -2
  1222. data/lib/oci/devops/models/create_oke_helm_chart_deploy_stage_details.rb +268 -0
  1223. data/lib/oci/devops/models/create_repository_details.rb +1 -1
  1224. data/lib/oci/devops/models/create_single_deploy_stage_redeployment_details.rb +192 -0
  1225. data/lib/oci/devops/models/create_trigger_details.rb +1 -0
  1226. data/lib/oci/devops/models/deploy_artifact.rb +1 -0
  1227. data/lib/oci/devops/models/deploy_artifact_source.rb +2 -0
  1228. data/lib/oci/devops/models/deploy_environment.rb +2 -1
  1229. data/lib/oci/devops/models/deploy_stage.rb +24 -2
  1230. data/lib/oci/devops/models/deploy_stage_execution_progress.rb +14 -3
  1231. data/lib/oci/devops/models/deploy_stage_summary.rb +12 -1
  1232. data/lib/oci/devops/models/deployment.rb +3 -1
  1233. data/lib/oci/devops/models/deployment_summary.rb +1 -0
  1234. data/lib/oci/devops/models/filter.rb +1 -0
  1235. data/lib/oci/devops/models/generic_deploy_artifact_source.rb +1 -1
  1236. data/lib/oci/devops/models/helm_repository_deploy_artifact_source.rb +176 -0
  1237. data/lib/oci/devops/models/invoke_function_deploy_stage_execution_progress.rb +1 -1
  1238. data/lib/oci/devops/models/load_balancer_config.rb +4 -1
  1239. data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.rb +1 -1
  1240. data/lib/oci/devops/models/network_channel.rb +191 -0
  1241. data/lib/oci/devops/models/nginx_blue_green_strategy.rb +190 -0
  1242. data/lib/oci/devops/models/nginx_canary_strategy.rb +172 -0
  1243. data/lib/oci/devops/models/ocir_deploy_artifact_source.rb +1 -1
  1244. data/lib/oci/devops/models/oke_blue_green_deploy_stage.rb +246 -0
  1245. data/lib/oci/devops/models/oke_blue_green_deploy_stage_execution_progress.rb +186 -0
  1246. data/lib/oci/devops/models/oke_blue_green_deploy_stage_summary.rb +246 -0
  1247. data/lib/oci/devops/models/oke_blue_green_strategy.rb +189 -0
  1248. data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage.rb +218 -0
  1249. data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_execution_progress.rb +186 -0
  1250. data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_summary.rb +218 -0
  1251. data/lib/oci/devops/models/oke_canary_approval_deploy_stage.rb +232 -0
  1252. data/lib/oci/devops/models/oke_canary_approval_deploy_stage_execution_progress.rb +189 -0
  1253. data/lib/oci/devops/models/oke_canary_approval_deploy_stage_summary.rb +232 -0
  1254. data/lib/oci/devops/models/oke_canary_deploy_stage.rb +246 -0
  1255. data/lib/oci/devops/models/oke_canary_deploy_stage_execution_progress.rb +173 -0
  1256. data/lib/oci/devops/models/oke_canary_deploy_stage_summary.rb +246 -0
  1257. data/lib/oci/devops/models/oke_canary_strategy.rb +189 -0
  1258. data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage.rb +232 -0
  1259. data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
  1260. data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage_summary.rb +232 -0
  1261. data/lib/oci/devops/models/oke_cluster_deploy_environment.rb +17 -4
  1262. data/lib/oci/devops/models/oke_cluster_deploy_environment_summary.rb +17 -4
  1263. data/lib/oci/devops/models/oke_deploy_stage.rb +2 -2
  1264. data/lib/oci/devops/models/oke_deploy_stage_summary.rb +2 -2
  1265. data/lib/oci/devops/models/oke_helm_chart_deploy_stage.rb +298 -0
  1266. data/lib/oci/devops/models/oke_helm_chart_deploy_stage_summary.rb +298 -0
  1267. data/lib/oci/devops/models/oke_helm_chart_deployment_stage_execution_progress.rb +225 -0
  1268. data/lib/oci/devops/models/private_endpoint_channel.rb +176 -0
  1269. data/lib/oci/devops/models/put_repository_ref_details.rb +1 -1
  1270. data/lib/oci/devops/models/repository.rb +4 -4
  1271. data/lib/oci/devops/models/repository_branch.rb +9 -1
  1272. data/lib/oci/devops/models/repository_ref.rb +33 -5
  1273. data/lib/oci/devops/models/repository_ref_summary.rb +1 -1
  1274. data/lib/oci/devops/models/repository_tag.rb +9 -1
  1275. data/lib/oci/devops/models/single_deploy_stage_redeployment.rb +244 -0
  1276. data/lib/oci/devops/models/single_deploy_stage_redeployment_summary.rb +232 -0
  1277. data/lib/oci/devops/models/trigger.rb +3 -1
  1278. data/lib/oci/devops/models/trigger_create_result.rb +1 -0
  1279. data/lib/oci/devops/models/trigger_schedule.rb +3 -3
  1280. data/lib/oci/devops/models/trigger_summary.rb +1 -0
  1281. data/lib/oci/devops/models/update_bitbucket_cloud_app_password_connection_details.rb +190 -0
  1282. data/lib/oci/devops/models/update_bitbucket_cloud_trigger_details.rb +165 -0
  1283. data/lib/oci/devops/models/update_compute_instance_group_blue_green_deploy_stage_details.rb +235 -0
  1284. data/lib/oci/devops/models/update_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.rb +165 -0
  1285. data/lib/oci/devops/models/update_compute_instance_group_canary_approval_deploy_stage_details.rb +181 -0
  1286. data/lib/oci/devops/models/update_compute_instance_group_canary_deploy_stage_details.rb +222 -0
  1287. data/lib/oci/devops/models/update_compute_instance_group_canary_traffic_shift_deploy_stage_details.rb +181 -0
  1288. data/lib/oci/devops/models/update_compute_instance_group_deploy_stage_details.rb +1 -1
  1289. data/lib/oci/devops/models/update_connection_details.rb +1 -0
  1290. data/lib/oci/devops/models/update_deploy_stage_details.rb +12 -1
  1291. data/lib/oci/devops/models/update_deployment_details.rb +1 -0
  1292. data/lib/oci/devops/models/update_github_access_token_connection_details.rb +1 -1
  1293. data/lib/oci/devops/models/update_oke_blue_green_deploy_stage_details.rb +182 -0
  1294. data/lib/oci/devops/models/update_oke_blue_green_traffic_shift_deploy_stage_details.rb +165 -0
  1295. data/lib/oci/devops/models/update_oke_canary_approval_deploy_stage_details.rb +181 -0
  1296. data/lib/oci/devops/models/update_oke_canary_deploy_stage_details.rb +182 -0
  1297. data/lib/oci/devops/models/update_oke_canary_traffic_shift_deploy_stage_details.rb +181 -0
  1298. data/lib/oci/devops/models/update_oke_cluster_deploy_environment_details.rb +17 -4
  1299. data/lib/oci/devops/models/update_oke_deploy_stage_details.rb +2 -2
  1300. data/lib/oci/devops/models/update_oke_helm_chart_deploy_stage_details.rb +264 -0
  1301. data/lib/oci/devops/models/update_single_deploy_stage_redeployment_details.rb +157 -0
  1302. data/lib/oci/devops/models/update_trigger_details.rb +1 -0
  1303. data/lib/oci/devops/models/vulnerability_audit_summary.rb +182 -0
  1304. data/lib/oci/devops/models/vulnerability_audit_summary_collection.rb +150 -0
  1305. data/lib/oci/dns/dns_client.rb +189 -119
  1306. data/lib/oci/dns/models/record.rb +2 -1
  1307. data/lib/oci/dns/models/record_details.rb +2 -1
  1308. data/lib/oci/dns/models/record_operation.rb +2 -1
  1309. data/lib/oci/dns/models/resolver_vnic_endpoint.rb +2 -1
  1310. data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +2 -1
  1311. data/lib/oci/dns/models/steering_policy_filter_rule_case.rb +1 -1
  1312. data/lib/oci/dns/models/steering_policy_health_rule_case.rb +1 -1
  1313. data/lib/oci/dns/models/steering_policy_limit_rule_case.rb +1 -1
  1314. data/lib/oci/dns/models/steering_policy_priority_rule_case.rb +1 -1
  1315. data/lib/oci/dns/models/steering_policy_weighted_rule_case.rb +1 -1
  1316. data/lib/oci/dns/models/tsig_key.rb +0 -1
  1317. data/lib/oci/em_warehouse/em_data_lake_client.rb +968 -0
  1318. data/lib/oci/em_warehouse/em_data_lake_client_composite_operations.rb +223 -0
  1319. data/lib/oci/em_warehouse/em_warehouse.rb +43 -0
  1320. data/lib/oci/em_warehouse/models/action_type.rb +15 -0
  1321. data/lib/oci/em_warehouse/models/change_em_warehouse_compartment_details.rb +156 -0
  1322. data/lib/oci/em_warehouse/models/create_em_warehouse_details.rb +228 -0
  1323. data/lib/oci/em_warehouse/models/em_instances_details.rb +182 -0
  1324. data/lib/oci/em_warehouse/models/em_warehouse.rb +390 -0
  1325. data/lib/oci/em_warehouse/models/em_warehouse_collection.rb +150 -0
  1326. data/lib/oci/em_warehouse/models/em_warehouse_summary.rb +366 -0
  1327. data/lib/oci/em_warehouse/models/etl_run_collection.rb +150 -0
  1328. data/lib/oci/em_warehouse/models/etl_run_summary.rb +322 -0
  1329. data/lib/oci/em_warehouse/models/operation_status.rb +16 -0
  1330. data/lib/oci/em_warehouse/models/operation_type.rb +13 -0
  1331. data/lib/oci/em_warehouse/models/resource_usage.rb +206 -0
  1332. data/lib/oci/em_warehouse/models/sort_order.rb +11 -0
  1333. data/lib/oci/em_warehouse/models/update_em_warehouse_details.rb +200 -0
  1334. data/lib/oci/em_warehouse/models/work_request.rb +309 -0
  1335. data/lib/oci/em_warehouse/models/work_request_error.rb +173 -0
  1336. data/lib/oci/em_warehouse/models/work_request_error_collection.rb +150 -0
  1337. data/lib/oci/em_warehouse/models/work_request_log_entry.rb +160 -0
  1338. data/lib/oci/em_warehouse/models/work_request_log_entry_collection.rb +150 -0
  1339. data/lib/oci/em_warehouse/models/work_request_resource.rb +230 -0
  1340. data/lib/oci/em_warehouse/models/work_request_resource_metadata_key.rb +10 -0
  1341. data/lib/oci/em_warehouse/models/work_request_summary.rb +309 -0
  1342. data/lib/oci/em_warehouse/models/work_request_summary_collection.rb +150 -0
  1343. data/lib/oci/em_warehouse/util.rb +3 -0
  1344. data/lib/oci/functions/functions.rb +3 -0
  1345. data/lib/oci/functions/functions_invoke_client.rb +2 -2
  1346. data/lib/oci/functions/models/constant_provisioned_concurrency_config.rb +159 -0
  1347. data/lib/oci/functions/models/create_function_details.rb +14 -1
  1348. data/lib/oci/functions/models/function.rb +14 -1
  1349. data/lib/oci/functions/models/function_provisioned_concurrency_config.rb +189 -0
  1350. data/lib/oci/functions/models/function_summary.rb +14 -1
  1351. data/lib/oci/functions/models/none_provisioned_concurrency_config.rb +146 -0
  1352. data/lib/oci/functions/models/update_function_details.rb +14 -1
  1353. data/lib/oci/golden_gate/models/create_deployment_details.rb +1 -2
  1354. data/lib/oci/golden_gate/models/deployment.rb +32 -3
  1355. data/lib/oci/golden_gate/models/deployment_summary.rb +35 -6
  1356. data/lib/oci/governance_rules_control_plane/governance_rule_client.rb +1107 -0
  1357. data/lib/oci/governance_rules_control_plane/governance_rule_client_composite_operations.rb +369 -0
  1358. data/lib/oci/governance_rules_control_plane/governance_rules_control_plane.rb +63 -0
  1359. data/lib/oci/governance_rules_control_plane/models/action_type.rb +15 -0
  1360. data/lib/oci/governance_rules_control_plane/models/allowed_regions_template.rb +183 -0
  1361. data/lib/oci/governance_rules_control_plane/models/association.rb +171 -0
  1362. data/lib/oci/governance_rules_control_plane/models/base_tag_definition_validator.rb +203 -0
  1363. data/lib/oci/governance_rules_control_plane/models/create_governance_rule_details.rb +291 -0
  1364. data/lib/oci/governance_rules_control_plane/models/create_inclusion_criterion_details.rb +173 -0
  1365. data/lib/oci/governance_rules_control_plane/models/creation_option.rb +11 -0
  1366. data/lib/oci/governance_rules_control_plane/models/default_tag_definition_validator.rb +148 -0
  1367. data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule.rb +289 -0
  1368. data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule_collection.rb +150 -0
  1369. data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule_summary.rb +279 -0
  1370. data/lib/oci/governance_rules_control_plane/models/enum_tag_definition_validator.rb +163 -0
  1371. data/lib/oci/governance_rules_control_plane/models/governance_rule.rb +397 -0
  1372. data/lib/oci/governance_rules_control_plane/models/governance_rule_collection.rb +150 -0
  1373. data/lib/oci/governance_rules_control_plane/models/governance_rule_lifecycle_state.rb +11 -0
  1374. data/lib/oci/governance_rules_control_plane/models/governance_rule_summary.rb +363 -0
  1375. data/lib/oci/governance_rules_control_plane/models/governance_rule_type.rb +12 -0
  1376. data/lib/oci/governance_rules_control_plane/models/inclusion_criterion.rb +270 -0
  1377. data/lib/oci/governance_rules_control_plane/models/inclusion_criterion_collection.rb +150 -0
  1378. data/lib/oci/governance_rules_control_plane/models/inclusion_criterion_summary.rb +231 -0
  1379. data/lib/oci/governance_rules_control_plane/models/operation_status.rb +16 -0
  1380. data/lib/oci/governance_rules_control_plane/models/operation_type.rb +25 -0
  1381. data/lib/oci/governance_rules_control_plane/models/quota_template.rb +183 -0
  1382. data/lib/oci/governance_rules_control_plane/models/sort_order.rb +11 -0
  1383. data/lib/oci/governance_rules_control_plane/models/tag.rb +188 -0
  1384. data/lib/oci/governance_rules_control_plane/models/tag_default.rb +192 -0
  1385. data/lib/oci/governance_rules_control_plane/models/tag_template.rb +192 -0
  1386. data/lib/oci/governance_rules_control_plane/models/template.rb +193 -0
  1387. data/lib/oci/governance_rules_control_plane/models/tenancy_association.rb +163 -0
  1388. data/lib/oci/governance_rules_control_plane/models/tenancy_attachment.rb +281 -0
  1389. data/lib/oci/governance_rules_control_plane/models/tenancy_attachment_collection.rb +150 -0
  1390. data/lib/oci/governance_rules_control_plane/models/tenancy_attachment_summary.rb +257 -0
  1391. data/lib/oci/governance_rules_control_plane/models/update_governance_rule_details.rb +219 -0
  1392. data/lib/oci/governance_rules_control_plane/models/work_request.rb +321 -0
  1393. data/lib/oci/governance_rules_control_plane/models/work_request_error.rb +173 -0
  1394. data/lib/oci/governance_rules_control_plane/models/work_request_error_collection.rb +150 -0
  1395. data/lib/oci/governance_rules_control_plane/models/work_request_log_entry.rb +160 -0
  1396. data/lib/oci/governance_rules_control_plane/models/work_request_log_entry_collection.rb +150 -0
  1397. data/lib/oci/governance_rules_control_plane/models/work_request_resource.rb +230 -0
  1398. data/lib/oci/governance_rules_control_plane/models/work_request_resource_metadata_key.rb +10 -0
  1399. data/lib/oci/governance_rules_control_plane/models/work_request_summary.rb +321 -0
  1400. data/lib/oci/governance_rules_control_plane/models/work_request_summary_collection.rb +150 -0
  1401. data/lib/oci/governance_rules_control_plane/util.rb +3 -0
  1402. data/lib/oci/governance_rules_control_plane/work_request_client.rb +447 -0
  1403. data/lib/oci/governance_rules_control_plane/work_request_client_composite_operations.rb +25 -0
  1404. data/lib/oci/identity/identity.rb +3 -0
  1405. data/lib/oci/identity/identity_client.rb +415 -188
  1406. data/lib/oci/identity/identity_client_composite_operations.rb +174 -12
  1407. data/lib/oci/identity/models/add_lock_details.rb +191 -0
  1408. data/lib/oci/identity/models/allowed_domain_license_type_summary.rb +1 -1
  1409. data/lib/oci/identity/models/auth_token.rb +4 -1
  1410. data/lib/oci/identity/models/authentication_policy.rb +1 -1
  1411. data/lib/oci/identity/models/base_tag_definition_validator.rb +1 -1
  1412. data/lib/oci/identity/models/change_domain_compartment_details.rb +1 -1
  1413. data/lib/oci/identity/models/change_domain_license_type_details.rb +2 -2
  1414. data/lib/oci/identity/models/change_tas_domain_license_type_details.rb +2 -2
  1415. data/lib/oci/identity/models/compartment.rb +2 -2
  1416. data/lib/oci/identity/models/create_auth_token_details.rb +2 -0
  1417. data/lib/oci/identity/models/create_db_credential_details.rb +2 -0
  1418. data/lib/oci/identity/models/create_domain_details.rb +13 -15
  1419. data/lib/oci/identity/models/create_dynamic_group_details.rb +4 -1
  1420. data/lib/oci/identity/models/create_group_details.rb +3 -0
  1421. data/lib/oci/identity/models/create_network_source_details.rb +2 -3
  1422. data/lib/oci/identity/models/create_policy_details.rb +2 -2
  1423. data/lib/oci/identity/models/create_smtp_credential_details.rb +2 -0
  1424. data/lib/oci/identity/models/create_swift_password_details.rb +2 -0
  1425. data/lib/oci/identity/models/create_tag_default_details.rb +14 -4
  1426. data/lib/oci/identity/models/create_tag_namespace_details.rb +14 -4
  1427. data/lib/oci/identity/models/create_user_details.rb +7 -1
  1428. data/lib/oci/identity/models/customer_secret_key.rb +1 -1
  1429. data/lib/oci/identity/models/db_credential_summary.rb +3 -0
  1430. data/lib/oci/identity/models/domain.rb +14 -13
  1431. data/lib/oci/identity/models/domain_replication.rb +4 -4
  1432. data/lib/oci/identity/models/domain_replication_states.rb +4 -4
  1433. data/lib/oci/identity/models/domain_summary.rb +14 -14
  1434. data/lib/oci/identity/models/dynamic_group.rb +5 -2
  1435. data/lib/oci/identity/models/enable_replication_to_region_details.rb +2 -2
  1436. data/lib/oci/identity/models/group.rb +5 -2
  1437. data/lib/oci/identity/models/iam_work_request.rb +3 -2
  1438. data/lib/oci/identity/models/iam_work_request_error_summary.rb +2 -1
  1439. data/lib/oci/identity/models/iam_work_request_log_summary.rb +1 -1
  1440. data/lib/oci/identity/models/iam_work_request_resource.rb +1 -1
  1441. data/lib/oci/identity/models/iam_work_request_summary.rb +2 -2
  1442. data/lib/oci/identity/models/identity_provider.rb +1 -1
  1443. data/lib/oci/identity/models/mfa_totp_device.rb +1 -1
  1444. data/lib/oci/identity/models/network_policy.rb +1 -1
  1445. data/lib/oci/identity/models/network_sources.rb +1 -3
  1446. data/lib/oci/identity/models/network_sources_summary.rb +1 -2
  1447. data/lib/oci/identity/models/policy.rb +2 -2
  1448. data/lib/oci/identity/models/region.rb +1 -1
  1449. data/lib/oci/identity/models/region_subscription.rb +2 -2
  1450. data/lib/oci/identity/models/remove_lock_details.rb +164 -0
  1451. data/lib/oci/identity/models/replicated_region_details.rb +3 -3
  1452. data/lib/oci/identity/models/resource_lock.rb +228 -0
  1453. data/lib/oci/identity/models/smtp_credential.rb +4 -1
  1454. data/lib/oci/identity/models/smtp_credential_summary.rb +3 -0
  1455. data/lib/oci/identity/models/tag.rb +1 -1
  1456. data/lib/oci/identity/models/tag_default.rb +15 -5
  1457. data/lib/oci/identity/models/tag_default_summary.rb +14 -4
  1458. data/lib/oci/identity/models/tag_namespace.rb +16 -6
  1459. data/lib/oci/identity/models/tag_namespace_summary.rb +15 -5
  1460. data/lib/oci/identity/models/tag_summary.rb +1 -1
  1461. data/lib/oci/identity/models/tenancy.rb +1 -1
  1462. data/lib/oci/identity/models/ui_password.rb +1 -1
  1463. data/lib/oci/identity/models/update_auth_token_details.rb +3 -0
  1464. data/lib/oci/identity/models/update_customer_secret_key_details.rb +3 -0
  1465. data/lib/oci/identity/models/update_domain_details.rb +4 -4
  1466. data/lib/oci/identity/models/update_dynamic_group_details.rb +4 -1
  1467. data/lib/oci/identity/models/update_group_details.rb +3 -0
  1468. data/lib/oci/identity/models/update_network_source_details.rb +1 -2
  1469. data/lib/oci/identity/models/update_policy_details.rb +2 -2
  1470. data/lib/oci/identity/models/update_smtp_credential_details.rb +3 -0
  1471. data/lib/oci/identity/models/update_swift_password_details.rb +3 -0
  1472. data/lib/oci/identity/models/update_tag_details.rb +1 -1
  1473. data/lib/oci/identity/models/update_tag_namespace_details.rb +1 -1
  1474. data/lib/oci/identity/models/update_user_details.rb +7 -1
  1475. data/lib/oci/identity/models/user.rb +9 -4
  1476. data/lib/oci/jms/java_management_service_client.rb +507 -1
  1477. data/lib/oci/jms/java_management_service_client_composite_operations.rb +50 -0
  1478. data/lib/oci/jms/jms.rb +18 -0
  1479. data/lib/oci/jms/models/action_type.rb +2 -1
  1480. data/lib/oci/jms/models/blocklist.rb +204 -0
  1481. data/lib/oci/jms/models/blocklist_collection.rb +150 -0
  1482. data/lib/oci/jms/models/blocklist_entry.rb +184 -0
  1483. data/lib/oci/jms/models/blocklist_sort_by.rb +10 -0
  1484. data/lib/oci/jms/models/blocklist_target.rb +184 -0
  1485. data/lib/oci/jms/models/create_blocklist_details.rb +187 -0
  1486. data/lib/oci/jms/models/create_fleet_details.rb +27 -1
  1487. data/lib/oci/jms/models/custom_log.rb +169 -0
  1488. data/lib/oci/jms/models/existing_installation_site_id.rb +169 -0
  1489. data/lib/oci/jms/models/fleet.rb +28 -1
  1490. data/lib/oci/jms/models/fleet_summary.rb +28 -1
  1491. data/lib/oci/jms/models/installation_site.rb +328 -0
  1492. data/lib/oci/jms/models/installation_site_collection.rb +150 -0
  1493. data/lib/oci/jms/models/installation_site_sort_by.rb +17 -0
  1494. data/lib/oci/jms/models/installation_site_summary.rb +319 -0
  1495. data/lib/oci/jms/models/java_runtime_id.rb +184 -0
  1496. data/lib/oci/jms/models/jre_usage.rb +15 -1
  1497. data/lib/oci/jms/models/lifecycle_state.rb +1 -0
  1498. data/lib/oci/jms/models/operation_type.rb +3 -1
  1499. data/lib/oci/jms/models/principal.rb +164 -0
  1500. data/lib/oci/jms/models/remove_fleet_installation_sites_details.rb +154 -0
  1501. data/lib/oci/jms/models/update_fleet_details.rb +27 -1
  1502. data/lib/oci/jms/models/work_item_collection.rb +150 -0
  1503. data/lib/oci/jms/models/work_item_status.rb +16 -0
  1504. data/lib/oci/jms/models/work_item_summary.rb +242 -0
  1505. data/lib/oci/jms/models/work_request.rb +62 -4
  1506. data/lib/oci/jms/models/work_request_resource.rb +1 -0
  1507. data/lib/oci/license_manager/license_manager.rb +53 -0
  1508. data/lib/oci/license_manager/license_manager_client.rb +1294 -0
  1509. data/lib/oci/license_manager/license_manager_client_composite_operations.rb +264 -0
  1510. data/lib/oci/license_manager/models/bulk_upload_cell_info.rb +168 -0
  1511. data/lib/oci/license_manager/models/bulk_upload_failed_record_info.rb +178 -0
  1512. data/lib/oci/license_manager/models/bulk_upload_license_records_details.rb +183 -0
  1513. data/lib/oci/license_manager/models/bulk_upload_response.rb +248 -0
  1514. data/lib/oci/license_manager/models/bulk_upload_template.rb +150 -0
  1515. data/lib/oci/license_manager/models/bulk_upload_validation_error_info.rb +182 -0
  1516. data/lib/oci/license_manager/models/configuration.rb +198 -0
  1517. data/lib/oci/license_manager/models/create_license_record_details.rb +283 -0
  1518. data/lib/oci/license_manager/models/create_product_license_details.rb +270 -0
  1519. data/lib/oci/license_manager/models/image_details.rb +168 -0
  1520. data/lib/oci/license_manager/models/image_response.rb +202 -0
  1521. data/lib/oci/license_manager/models/license_metric.rb +200 -0
  1522. data/lib/oci/license_manager/models/license_record.rb +448 -0
  1523. data/lib/oci/license_manager/models/license_record_collection.rb +150 -0
  1524. data/lib/oci/license_manager/models/license_record_summary.rb +448 -0
  1525. data/lib/oci/license_manager/models/license_unit.rb +12 -0
  1526. data/lib/oci/license_manager/models/life_cycle_state.rb +12 -0
  1527. data/lib/oci/license_manager/models/product.rb +191 -0
  1528. data/lib/oci/license_manager/models/product_category.rb +11 -0
  1529. data/lib/oci/license_manager/models/product_license.rb +503 -0
  1530. data/lib/oci/license_manager/models/product_license_collection.rb +150 -0
  1531. data/lib/oci/license_manager/models/product_license_consumer_collection.rb +150 -0
  1532. data/lib/oci/license_manager/models/product_license_consumer_summary.rb +356 -0
  1533. data/lib/oci/license_manager/models/product_license_summary.rb +503 -0
  1534. data/lib/oci/license_manager/models/resource_unit.rb +10 -0
  1535. data/lib/oci/license_manager/models/status.rb +13 -0
  1536. data/lib/oci/license_manager/models/top_utilized_product_license_collection.rb +150 -0
  1537. data/lib/oci/license_manager/models/top_utilized_product_license_summary.rb +281 -0
  1538. data/lib/oci/license_manager/models/top_utilized_resource_collection.rb +150 -0
  1539. data/lib/oci/license_manager/models/top_utilized_resource_summary.rb +246 -0
  1540. data/lib/oci/license_manager/models/update_configuration_details.rb +154 -0
  1541. data/lib/oci/license_manager/models/update_license_record_details.rb +280 -0
  1542. data/lib/oci/license_manager/models/update_product_license_details.rb +182 -0
  1543. data/lib/oci/license_manager/util.rb +3 -0
  1544. data/lib/oci/limits/limits.rb +3 -0
  1545. data/lib/oci/limits/models/add_lock_details.rb +192 -0
  1546. data/lib/oci/limits/models/create_quota_details.rb +11 -1
  1547. data/lib/oci/limits/models/quota.rb +11 -1
  1548. data/lib/oci/limits/models/quota_summary.rb +11 -1
  1549. data/lib/oci/limits/models/remove_lock_details.rb +164 -0
  1550. data/lib/oci/limits/models/resource_lock.rb +214 -0
  1551. data/lib/oci/limits/quotas_client.rb +130 -0
  1552. data/lib/oci/limits/quotas_client_composite_operations.rb +80 -0
  1553. data/lib/oci/management_agent/management_agent.rb +3 -0
  1554. data/lib/oci/management_agent/management_agent_client.rb +12 -10
  1555. data/lib/oci/management_agent/models/architecture_types.rb +11 -0
  1556. data/lib/oci/management_agent/models/create_management_agent_install_key_details.rb +20 -4
  1557. data/lib/oci/management_agent/models/management_agent_image.rb +55 -1
  1558. data/lib/oci/management_agent/models/management_agent_image_summary.rb +67 -1
  1559. data/lib/oci/management_agent/models/management_agent_install_key.rb +20 -4
  1560. data/lib/oci/management_agent/models/management_agent_install_key_summary.rb +20 -4
  1561. data/lib/oci/management_agent/models/management_agent_plugin.rb +25 -4
  1562. data/lib/oci/management_agent/models/management_agent_plugin_summary.rb +31 -4
  1563. data/lib/oci/management_agent/models/package_types.rb +11 -0
  1564. data/lib/oci/management_agent/models/work_request_resource.rb +1 -1
  1565. data/lib/oci/management_agent/models/work_submission_key.rb +154 -0
  1566. data/lib/oci/management_dashboard/dashx_apis_client.rb +18 -14
  1567. data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +3 -1
  1568. data/lib/oci/management_dashboard/models/management_saved_search.rb +2 -0
  1569. data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +2 -0
  1570. data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +2 -0
  1571. data/lib/oci/management_dashboard/models/saved_search_types.rb +3 -1
  1572. data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +3 -1
  1573. data/lib/oci/marketplace/marketplace.rb +3 -0
  1574. data/lib/oci/marketplace/marketplace_client.rb +1 -1
  1575. data/lib/oci/marketplace/models/architecture_type.rb +11 -0
  1576. data/lib/oci/marketplace/models/ineligibility_reason_enum.rb +19 -0
  1577. data/lib/oci/marketplace/models/international_market_price.rb +203 -0
  1578. data/lib/oci/marketplace/models/launch_eligibility.rb +46 -4
  1579. data/lib/oci/marketplace/models/listing.rb +41 -1
  1580. data/lib/oci/marketplace/models/listing_summary.rb +41 -1
  1581. data/lib/oci/marketplace/models/pricing_currency_enum.rb +7 -1
  1582. data/lib/oci/marketplace/models/pricing_model.rb +23 -4
  1583. data/lib/oci/mysql/db_backups_client.rb +3 -2
  1584. data/lib/oci/mysql/db_backups_client_composite_operations.rb +40 -0
  1585. data/lib/oci/mysql/models/backup_policy.rb +17 -4
  1586. data/lib/oci/mysql/models/channel_summary.rb +1 -0
  1587. data/lib/oci/mysql/models/crash_recovery_status.rb +11 -0
  1588. data/lib/oci/mysql/models/create_backup_policy_details.rb +17 -4
  1589. data/lib/oci/mysql/models/create_db_system_details.rb +50 -6
  1590. data/lib/oci/mysql/models/create_db_system_source_details.rb +2 -0
  1591. data/lib/oci/mysql/models/create_db_system_source_from_pitr_details.rb +188 -0
  1592. data/lib/oci/mysql/models/create_db_system_source_import_from_url_details.rb +5 -1
  1593. data/lib/oci/mysql/models/create_deletion_policy_details.rb +220 -0
  1594. data/lib/oci/mysql/models/db_system.rb +69 -6
  1595. data/lib/oci/mysql/models/db_system_snapshot.rb +57 -6
  1596. data/lib/oci/mysql/models/db_system_source.rb +2 -0
  1597. data/lib/oci/mysql/models/db_system_source_from_pitr.rb +188 -0
  1598. data/lib/oci/mysql/models/db_system_summary.rb +87 -6
  1599. data/lib/oci/mysql/models/deletion_policy_details.rb +232 -0
  1600. data/lib/oci/mysql/models/pitr_policy.rb +154 -0
  1601. data/lib/oci/mysql/models/point_in_time_recovery_details.rb +171 -0
  1602. data/lib/oci/mysql/models/update_backup_policy_details.rb +17 -4
  1603. data/lib/oci/mysql/models/update_db_system_details.rb +59 -9
  1604. data/lib/oci/mysql/models/update_deletion_policy_details.rb +220 -0
  1605. data/lib/oci/mysql/mysql.rb +8 -0
  1606. data/lib/oci/network_firewall/models/action_type.rb +15 -0
  1607. data/lib/oci/network_firewall/models/application.rb +172 -0
  1608. data/lib/oci/network_firewall/models/change_network_firewall_compartment_details.rb +156 -0
  1609. data/lib/oci/network_firewall/models/change_network_firewall_policy_compartment_details.rb +156 -0
  1610. data/lib/oci/network_firewall/models/create_network_firewall_details.rb +287 -0
  1611. data/lib/oci/network_firewall/models/create_network_firewall_policy_details.rb +317 -0
  1612. data/lib/oci/network_firewall/models/decryption_profile.rb +187 -0
  1613. data/lib/oci/network_firewall/models/decryption_rule.rb +220 -0
  1614. data/lib/oci/network_firewall/models/decryption_rule_match_criteria.rb +160 -0
  1615. data/lib/oci/network_firewall/models/icmp6_application.rb +176 -0
  1616. data/lib/oci/network_firewall/models/icmp_application.rb +176 -0
  1617. data/lib/oci/network_firewall/models/lifecycle_state.rb +15 -0
  1618. data/lib/oci/network_firewall/models/mapped_secret.rb +201 -0
  1619. data/lib/oci/network_firewall/models/network_firewall.rb +397 -0
  1620. data/lib/oci/network_firewall/models/network_firewall_collection.rb +150 -0
  1621. data/lib/oci/network_firewall/models/network_firewall_policy.rb +442 -0
  1622. data/lib/oci/network_firewall/models/network_firewall_policy_summary.rb +310 -0
  1623. data/lib/oci/network_firewall/models/network_firewall_policy_summary_collection.rb +150 -0
  1624. data/lib/oci/network_firewall/models/network_firewall_summary.rb +383 -0
  1625. data/lib/oci/network_firewall/models/operation_status.rb +16 -0
  1626. data/lib/oci/network_firewall/models/operation_type.rb +17 -0
  1627. data/lib/oci/network_firewall/models/security_rule.rb +234 -0
  1628. data/lib/oci/network_firewall/models/security_rule_match_criteria.rb +182 -0
  1629. data/lib/oci/network_firewall/models/simple_url_pattern.rb +194 -0
  1630. data/lib/oci/network_firewall/models/sort_order.rb +11 -0
  1631. data/lib/oci/network_firewall/models/ssl_forward_proxy_profile.rb +276 -0
  1632. data/lib/oci/network_firewall/models/ssl_inbound_inspection_profile.rb +190 -0
  1633. data/lib/oci/network_firewall/models/tcp_application.rb +176 -0
  1634. data/lib/oci/network_firewall/models/udp_application.rb +176 -0
  1635. data/lib/oci/network_firewall/models/update_network_firewall_details.rb +214 -0
  1636. data/lib/oci/network_firewall/models/update_network_firewall_policy_details.rb +303 -0
  1637. data/lib/oci/network_firewall/models/url_pattern.rb +188 -0
  1638. data/lib/oci/network_firewall/models/vault_mapped_secret.rb +180 -0
  1639. data/lib/oci/network_firewall/models/work_request.rb +313 -0
  1640. data/lib/oci/network_firewall/models/work_request_error.rb +173 -0
  1641. data/lib/oci/network_firewall/models/work_request_error_collection.rb +150 -0
  1642. data/lib/oci/network_firewall/models/work_request_log_entry.rb +160 -0
  1643. data/lib/oci/network_firewall/models/work_request_log_entry_collection.rb +150 -0
  1644. data/lib/oci/network_firewall/models/work_request_resource.rb +230 -0
  1645. data/lib/oci/network_firewall/models/work_request_resource_metadata_key.rb +10 -0
  1646. data/lib/oci/network_firewall/models/work_request_summary.rb +313 -0
  1647. data/lib/oci/network_firewall/models/work_request_summary_collection.rb +150 -0
  1648. data/lib/oci/network_firewall/network_firewall.rb +62 -0
  1649. data/lib/oci/network_firewall/network_firewall_client.rb +1229 -0
  1650. data/lib/oci/network_firewall/network_firewall_client_composite_operations.rb +371 -0
  1651. data/lib/oci/network_firewall/util.rb +3 -0
  1652. data/lib/oci/oce/models/create_oce_instance_details.rb +15 -1
  1653. data/lib/oci/oce/models/lifecycle_details.rb +13 -0
  1654. data/lib/oci/oce/models/lifecycle_state.rb +15 -0
  1655. data/lib/oci/oce/models/oce_instance.rb +51 -2
  1656. data/lib/oci/oce/models/oce_instance_summary.rb +51 -2
  1657. data/lib/oci/oce/models/update_oce_instance_details.rb +15 -1
  1658. data/lib/oci/oce/oce.rb +2 -0
  1659. data/lib/oci/oce/oce_instance_client.rb +3 -4
  1660. data/lib/oci/ocvp/models/create_esxi_host_details.rb +51 -5
  1661. data/lib/oci/ocvp/models/create_sddc_details.rb +66 -1
  1662. data/lib/oci/ocvp/models/esxi_host.rb +50 -5
  1663. data/lib/oci/ocvp/models/esxi_host_summary.rb +35 -5
  1664. data/lib/oci/ocvp/models/sddc.rb +64 -1
  1665. data/lib/oci/ocvp/models/sddc_summary.rb +49 -1
  1666. data/lib/oci/ocvp/models/sddc_types.rb +11 -0
  1667. data/lib/oci/ocvp/models/supported_host_shape_collection.rb +150 -0
  1668. data/lib/oci/ocvp/models/supported_host_shape_summary.rb +328 -0
  1669. data/lib/oci/ocvp/ocvp.rb +3 -0
  1670. data/lib/oci/ocvp/sddc_client.rb +75 -0
  1671. data/lib/oci/oda/management_client.rb +3131 -0
  1672. data/lib/oci/oda/management_client_composite_operations.rb +847 -0
  1673. data/lib/oci/oda/models/android_channel.rb +230 -0
  1674. data/lib/oci/oda/models/app_event_channel.rb +232 -0
  1675. data/lib/oci/oda/models/application_channel.rb +232 -0
  1676. data/lib/oci/oda/models/authentication_grant_type.rb +11 -0
  1677. data/lib/oci/oda/models/authentication_identity_provider.rb +13 -0
  1678. data/lib/oci/oda/models/authentication_provider.rb +476 -0
  1679. data/lib/oci/oda/models/authentication_provider_collection.rb +150 -0
  1680. data/lib/oci/oda/models/authentication_provider_summary.rb +327 -0
  1681. data/lib/oci/oda/models/bot.rb +420 -0
  1682. data/lib/oci/oda/models/bot_multilingual_mode.rb +11 -0
  1683. data/lib/oci/oda/models/bot_publish_state.rb +11 -0
  1684. data/lib/oci/oda/models/channel.rb +389 -0
  1685. data/lib/oci/oda/models/channel_category.rb +15 -0
  1686. data/lib/oci/oda/models/channel_collection.rb +150 -0
  1687. data/lib/oci/oda/models/channel_summary.rb +345 -0
  1688. data/lib/oci/oda/models/channel_type.rb +24 -0
  1689. data/lib/oci/oda/models/clone_digital_assistant_details.rb +224 -0
  1690. data/lib/oci/oda/models/clone_skill_details.rb +224 -0
  1691. data/lib/oci/oda/models/configure_digital_assistant_parameters_details.rb +150 -0
  1692. data/lib/oci/oda/models/cortana_channel.rb +232 -0
  1693. data/lib/oci/oda/models/create_android_channel_details.rb +210 -0
  1694. data/lib/oci/oda/models/create_android_channel_result.rb +246 -0
  1695. data/lib/oci/oda/models/create_app_event_channel_details.rb +196 -0
  1696. data/lib/oci/oda/models/create_app_event_channel_result.rb +248 -0
  1697. data/lib/oci/oda/models/create_application_channel_details.rb +196 -0
  1698. data/lib/oci/oda/models/create_application_channel_result.rb +248 -0
  1699. data/lib/oci/oda/models/create_authentication_provider_details.rb +403 -0
  1700. data/lib/oci/oda/models/create_bot_kind.rb +13 -0
  1701. data/lib/oci/oda/models/create_channel_details.rb +272 -0
  1702. data/lib/oci/oda/models/create_channel_result.rb +389 -0
  1703. data/lib/oci/oda/models/create_cortana_channel_details.rb +210 -0
  1704. data/lib/oci/oda/models/create_cortana_channel_result.rb +232 -0
  1705. data/lib/oci/oda/models/create_digital_assistant_details.rb +291 -0
  1706. data/lib/oci/oda/models/create_digital_assistant_version_details.rb +198 -0
  1707. data/lib/oci/oda/models/create_facebook_channel_details.rb +210 -0
  1708. data/lib/oci/oda/models/create_facebook_channel_result.rb +235 -0
  1709. data/lib/oci/oda/models/create_imported_package_details.rb +200 -0
  1710. data/lib/oci/oda/models/create_ios_channel_details.rb +210 -0
  1711. data/lib/oci/oda/models/create_ios_channel_result.rb +246 -0
  1712. data/lib/oci/oda/models/create_ms_teams_channel_details.rb +210 -0
  1713. data/lib/oci/oda/models/create_ms_teams_channel_result.rb +232 -0
  1714. data/lib/oci/oda/models/create_new_digital_assistant_details.rb +228 -0
  1715. data/lib/oci/oda/models/create_new_skill_details.rb +228 -0
  1716. data/lib/oci/oda/models/create_oda_instance_attachment_details.rb +250 -0
  1717. data/lib/oci/oda/models/create_oda_instance_details.rb +35 -6
  1718. data/lib/oci/oda/models/create_oss_channel_details.rb +308 -0
  1719. data/lib/oci/oda/models/create_oss_channel_result.rb +314 -0
  1720. data/lib/oci/oda/models/create_osvc_channel_details.rb +289 -0
  1721. data/lib/oci/oda/models/create_osvc_channel_result.rb +306 -0
  1722. data/lib/oci/oda/models/create_service_cloud_channel_details.rb +263 -0
  1723. data/lib/oci/oda/models/create_service_cloud_channel_result.rb +280 -0
  1724. data/lib/oci/oda/models/create_skill_details.rb +291 -0
  1725. data/lib/oci/oda/models/create_skill_parameter_details.rb +210 -0
  1726. data/lib/oci/oda/models/create_skill_version_details.rb +198 -0
  1727. data/lib/oci/oda/models/create_slack_channel_details.rb +252 -0
  1728. data/lib/oci/oda/models/create_slack_channel_result.rb +260 -0
  1729. data/lib/oci/oda/models/create_test_channel_result.rb +220 -0
  1730. data/lib/oci/oda/models/create_translator_details.rb +235 -0
  1731. data/lib/oci/oda/models/create_twilio_channel_details.rb +252 -0
  1732. data/lib/oci/oda/models/create_twilio_channel_result.rb +274 -0
  1733. data/lib/oci/oda/models/create_web_channel_details.rb +231 -0
  1734. data/lib/oci/oda/models/create_web_channel_result.rb +267 -0
  1735. data/lib/oci/oda/models/create_webhook_channel_details.rb +223 -0
  1736. data/lib/oci/oda/models/create_webhook_channel_result.rb +282 -0
  1737. data/lib/oci/oda/models/default_parameter_values.rb +154 -0
  1738. data/lib/oci/oda/models/digital_assistant.rb +436 -0
  1739. data/lib/oci/oda/models/digital_assistant_collection.rb +150 -0
  1740. data/lib/oci/oda/models/digital_assistant_parameter.rb +252 -0
  1741. data/lib/oci/oda/models/digital_assistant_parameter_collection.rb +150 -0
  1742. data/lib/oci/oda/models/digital_assistant_parameter_summary.rb +255 -0
  1743. data/lib/oci/oda/models/digital_assistant_parameter_value.rb +186 -0
  1744. data/lib/oci/oda/models/digital_assistant_summary.rb +354 -0
  1745. data/lib/oci/oda/models/export_bot_details.rb +150 -0
  1746. data/lib/oci/oda/models/export_digital_assistant_details.rb +147 -0
  1747. data/lib/oci/oda/models/export_skill_details.rb +147 -0
  1748. data/lib/oci/oda/models/extend_digital_assistant_details.rb +224 -0
  1749. data/lib/oci/oda/models/extend_skill_details.rb +224 -0
  1750. data/lib/oci/oda/models/facebook_channel.rb +218 -0
  1751. data/lib/oci/oda/models/import_bot_details.rb +150 -0
  1752. data/lib/oci/oda/models/import_contract.rb +154 -0
  1753. data/lib/oci/oda/models/imported_package.rb +321 -0
  1754. data/lib/oci/oda/models/imported_package_summary.rb +272 -0
  1755. data/lib/oci/oda/models/ios_channel.rb +230 -0
  1756. data/lib/oci/oda/models/lifecycle_state.rb +16 -0
  1757. data/lib/oci/oda/models/metadata_property.rb +160 -0
  1758. data/lib/oci/oda/models/ms_teams_channel.rb +232 -0
  1759. data/lib/oci/oda/models/oda_instance.rb +136 -4
  1760. data/lib/oci/oda/models/oda_instance_attachment.rb +344 -0
  1761. data/lib/oci/oda/models/oda_instance_attachment_collection.rb +150 -0
  1762. data/lib/oci/oda/models/oda_instance_attachment_owner.rb +168 -0
  1763. data/lib/oci/oda/models/oda_instance_attachment_summary.rb +322 -0
  1764. data/lib/oci/oda/models/oda_instance_owner.rb +168 -0
  1765. data/lib/oci/oda/models/oda_instance_summary.rb +67 -5
  1766. data/lib/oci/oda/models/oss_channel.rb +314 -0
  1767. data/lib/oci/oda/models/osvc_channel.rb +306 -0
  1768. data/lib/oci/oda/models/osvc_service_type.rb +11 -0
  1769. data/lib/oci/oda/models/package.rb +339 -0
  1770. data/lib/oci/oda/models/package_summary.rb +297 -0
  1771. data/lib/oci/oda/models/parameter.rb +242 -0
  1772. data/lib/oci/oda/models/parameter_definition.rb +329 -0
  1773. data/lib/oci/oda/models/parameter_type.rb +14 -0
  1774. data/lib/oci/oda/models/resource_type_default_parameter_values.rb +168 -0
  1775. data/lib/oci/oda/models/resource_type_import_contract.rb +164 -0
  1776. data/lib/oci/oda/models/resource_type_metadata.rb +164 -0
  1777. data/lib/oci/oda/models/restricted_operation.rb +168 -0
  1778. data/lib/oci/oda/models/service_cloud_channel.rb +280 -0
  1779. data/lib/oci/oda/models/service_cloud_client_type.rb +11 -0
  1780. data/lib/oci/oda/models/skill.rb +436 -0
  1781. data/lib/oci/oda/models/skill_collection.rb +150 -0
  1782. data/lib/oci/oda/models/skill_parameter.rb +252 -0
  1783. data/lib/oci/oda/models/skill_parameter_collection.rb +150 -0
  1784. data/lib/oci/oda/models/skill_parameter_summary.rb +255 -0
  1785. data/lib/oci/oda/models/skill_summary.rb +354 -0
  1786. data/lib/oci/oda/models/slack_channel.rb +260 -0
  1787. data/lib/oci/oda/models/storage_location.rb +210 -0
  1788. data/lib/oci/oda/models/test_channel.rb +204 -0
  1789. data/lib/oci/oda/models/translation_service.rb +11 -0
  1790. data/lib/oci/oda/models/translator.rb +314 -0
  1791. data/lib/oci/oda/models/translator_collection.rb +150 -0
  1792. data/lib/oci/oda/models/translator_summary.rb +288 -0
  1793. data/lib/oci/oda/models/twilio_channel.rb +274 -0
  1794. data/lib/oci/oda/models/update_android_channel_details.rb +206 -0
  1795. data/lib/oci/oda/models/update_app_event_channel_details.rb +192 -0
  1796. data/lib/oci/oda/models/update_application_channel_details.rb +192 -0
  1797. data/lib/oci/oda/models/update_authentication_provider_details.rb +321 -0
  1798. data/lib/oci/oda/models/update_channel_details.rb +261 -0
  1799. data/lib/oci/oda/models/update_cortana_channel_details.rb +206 -0
  1800. data/lib/oci/oda/models/update_digital_assistant_details.rb +192 -0
  1801. data/lib/oci/oda/models/update_digital_assistant_parameter_details.rb +150 -0
  1802. data/lib/oci/oda/models/update_facebook_channel_details.rb +206 -0
  1803. data/lib/oci/oda/models/update_imported_package_details.rb +200 -0
  1804. data/lib/oci/oda/models/update_ios_channel_details.rb +206 -0
  1805. data/lib/oci/oda/models/update_ms_teams_channel_details.rb +206 -0
  1806. data/lib/oci/oda/models/update_oda_instance_attachment_details.rb +210 -0
  1807. data/lib/oci/oda/models/update_oda_instance_details.rb +1 -2
  1808. data/lib/oci/oda/models/update_oss_channel_details.rb +304 -0
  1809. data/lib/oci/oda/models/update_osvc_channel_details.rb +285 -0
  1810. data/lib/oci/oda/models/update_service_cloud_channel_details.rb +259 -0
  1811. data/lib/oci/oda/models/update_skill_details.rb +192 -0
  1812. data/lib/oci/oda/models/update_skill_parameter_details.rb +174 -0
  1813. data/lib/oci/oda/models/update_slack_channel_details.rb +248 -0
  1814. data/lib/oci/oda/models/update_translator_details.rb +212 -0
  1815. data/lib/oci/oda/models/update_twilio_channel_details.rb +248 -0
  1816. data/lib/oci/oda/models/update_web_channel_details.rb +227 -0
  1817. data/lib/oci/oda/models/update_webhook_channel_details.rb +219 -0
  1818. data/lib/oci/oda/models/web_channel.rb +251 -0
  1819. data/lib/oci/oda/models/webhook_channel.rb +266 -0
  1820. data/lib/oci/oda/models/webhook_payload_version.rb +11 -0
  1821. data/lib/oci/oda/models/work_request.rb +20 -0
  1822. data/lib/oci/oda/models/work_request_resource.rb +9 -0
  1823. data/lib/oci/oda/models/work_request_summary.rb +19 -0
  1824. data/lib/oci/oda/oda.rb +148 -0
  1825. data/lib/oci/oda/oda_client.rb +349 -2
  1826. data/lib/oci/oda/oda_client_composite_operations.rb +151 -0
  1827. data/lib/oci/oda/odapackage_client.rb +644 -0
  1828. data/lib/oci/oda/odapackage_client_composite_operations.rb +176 -0
  1829. data/lib/oci/onesubscription/billing_schedule_client.rb +193 -0
  1830. data/lib/oci/onesubscription/billing_schedule_client_composite_operations.rb +25 -0
  1831. data/lib/oci/onesubscription/commitment_client.rb +245 -0
  1832. data/lib/oci/onesubscription/commitment_client_composite_operations.rb +25 -0
  1833. data/lib/oci/onesubscription/computed_usage_client.rb +355 -0
  1834. data/lib/oci/onesubscription/computed_usage_client_composite_operations.rb +25 -0
  1835. data/lib/oci/onesubscription/invoice_summary_client.rb +290 -0
  1836. data/lib/oci/onesubscription/invoice_summary_client_composite_operations.rb +25 -0
  1837. data/lib/oci/onesubscription/models/aggregated_computed_usage_summary.rb +312 -0
  1838. data/lib/oci/onesubscription/models/billing_schedule_product.rb +166 -0
  1839. data/lib/oci/onesubscription/models/billing_schedule_summary.rb +342 -0
  1840. data/lib/oci/onesubscription/models/commitment.rb +254 -0
  1841. data/lib/oci/onesubscription/models/commitment_service.rb +227 -0
  1842. data/lib/oci/onesubscription/models/commitment_summary.rb +254 -0
  1843. data/lib/oci/onesubscription/models/computed_usage.rb +525 -0
  1844. data/lib/oci/onesubscription/models/computed_usage_aggregation.rb +276 -0
  1845. data/lib/oci/onesubscription/models/computed_usage_product.rb +242 -0
  1846. data/lib/oci/onesubscription/models/computed_usage_summary.rb +529 -0
  1847. data/lib/oci/onesubscription/models/invoice_line_summary.rb +222 -0
  1848. data/lib/oci/onesubscription/models/invoice_summary.rb +405 -0
  1849. data/lib/oci/onesubscription/models/invoiceline_computed_usage_summary.rb +271 -0
  1850. data/lib/oci/onesubscription/models/invoicing_address.rb +262 -0
  1851. data/lib/oci/onesubscription/models/invoicing_business_partner.rb +272 -0
  1852. data/lib/oci/onesubscription/models/invoicing_currency.rb +182 -0
  1853. data/lib/oci/onesubscription/models/invoicing_location.rb +226 -0
  1854. data/lib/oci/onesubscription/models/invoicing_organization.rb +163 -0
  1855. data/lib/oci/onesubscription/models/invoicing_payment_term.rb +249 -0
  1856. data/lib/oci/onesubscription/models/invoicing_product.rb +227 -0
  1857. data/lib/oci/onesubscription/models/invoicing_user.rb +253 -0
  1858. data/lib/oci/onesubscription/models/organization_subscription_summary.rb +243 -0
  1859. data/lib/oci/onesubscription/models/orgnization_subs_currency.rb +182 -0
  1860. data/lib/oci/onesubscription/models/rate_card_product.rb +227 -0
  1861. data/lib/oci/onesubscription/models/rate_card_summary.rb +280 -0
  1862. data/lib/oci/onesubscription/models/rate_card_tier.rb +186 -0
  1863. data/lib/oci/onesubscription/models/subscribed_service.rb +1752 -0
  1864. data/lib/oci/onesubscription/models/subscribed_service_address.rb +262 -0
  1865. data/lib/oci/onesubscription/models/subscribed_service_business_partner.rb +272 -0
  1866. data/lib/oci/onesubscription/models/subscribed_service_location.rb +226 -0
  1867. data/lib/oci/onesubscription/models/subscribed_service_payment_term.rb +249 -0
  1868. data/lib/oci/onesubscription/models/subscribed_service_summary.rb +1722 -0
  1869. data/lib/oci/onesubscription/models/subscribed_service_user.rb +249 -0
  1870. data/lib/oci/onesubscription/models/subscription_currency.rb +182 -0
  1871. data/lib/oci/onesubscription/models/subscription_product.rb +197 -0
  1872. data/lib/oci/onesubscription/models/subscription_subscribed_service.rb +495 -0
  1873. data/lib/oci/onesubscription/models/subscription_summary.rb +252 -0
  1874. data/lib/oci/onesubscription/onesubscription.rb +63 -0
  1875. data/lib/oci/onesubscription/organization_subscription_client.rb +185 -0
  1876. data/lib/oci/onesubscription/organization_subscription_client_composite_operations.rb +25 -0
  1877. data/lib/oci/onesubscription/ratecard_client.rb +195 -0
  1878. data/lib/oci/onesubscription/ratecard_client_composite_operations.rb +25 -0
  1879. data/lib/oci/onesubscription/subscribed_service_client.rb +261 -0
  1880. data/lib/oci/onesubscription/subscribed_service_client_composite_operations.rb +25 -0
  1881. data/lib/oci/onesubscription/subscription_client.rb +196 -0
  1882. data/lib/oci/onesubscription/subscription_client_composite_operations.rb +25 -0
  1883. data/lib/oci/onesubscription/util.rb +3 -0
  1884. data/lib/oci/operator_access_control/access_requests_client.rb +131 -0
  1885. data/lib/oci/operator_access_control/access_requests_client_composite_operations.rb +40 -0
  1886. data/lib/oci/operator_access_control/models/access_request.rb +1 -0
  1887. data/lib/oci/operator_access_control/models/access_request_history_summary.rb +1 -0
  1888. data/lib/oci/operator_access_control/models/access_request_lifecycle_states.rb +1 -0
  1889. data/lib/oci/operator_access_control/models/access_request_summary.rb +1 -0
  1890. data/lib/oci/operator_access_control/models/interaction_collection.rb +150 -0
  1891. data/lib/oci/operator_access_control/models/interaction_request_details.rb +154 -0
  1892. data/lib/oci/operator_access_control/models/interaction_summary.rb +217 -0
  1893. data/lib/oci/operator_access_control/operator_access_control.rb +3 -0
  1894. data/lib/oci/opsi/models/autonomous_database_insight.rb +5 -1
  1895. data/lib/oci/opsi/models/autonomous_database_insight_summary.rb +5 -1
  1896. data/lib/oci/opsi/models/change_operations_insights_private_endpoint_compartment_details.rb +154 -0
  1897. data/lib/oci/opsi/models/change_pe_comanaged_database_insight_details.rb +182 -0
  1898. data/lib/oci/opsi/models/connection_details.rb +1 -1
  1899. data/lib/oci/opsi/models/create_database_insight_details.rb +3 -1
  1900. data/lib/oci/opsi/models/create_host_insight_details.rb +2 -1
  1901. data/lib/oci/opsi/models/create_operations_insights_private_endpoint_details.rb +269 -0
  1902. data/lib/oci/opsi/models/create_pe_comanaged_database_insight_details.rb +288 -0
  1903. data/lib/oci/opsi/models/credential_by_vault.rb +209 -0
  1904. data/lib/oci/opsi/models/credential_details.rb +2 -0
  1905. data/lib/oci/opsi/models/data_object_column_metadata.rb +266 -0
  1906. data/lib/oci/opsi/models/data_object_column_unit.rb +219 -0
  1907. data/lib/oci/opsi/models/data_object_core_column_unit.rb +182 -0
  1908. data/lib/oci/opsi/models/data_object_custom_column_unit.rb +162 -0
  1909. data/lib/oci/opsi/models/data_object_data_size_column_unit.rb +192 -0
  1910. data/lib/oci/opsi/models/data_object_frequency_column_unit.rb +185 -0
  1911. data/lib/oci/opsi/models/data_object_other_standard_column_unit.rb +194 -0
  1912. data/lib/oci/opsi/models/data_object_power_column_unit.rb +185 -0
  1913. data/lib/oci/opsi/models/data_object_query.rb +182 -0
  1914. data/lib/oci/opsi/models/data_object_query_time_filters.rb +191 -0
  1915. data/lib/oci/opsi/models/data_object_rate_column_unit.rb +170 -0
  1916. data/lib/oci/opsi/models/data_object_temperature_column_unit.rb +182 -0
  1917. data/lib/oci/opsi/models/data_object_templatized_query.rb +235 -0
  1918. data/lib/oci/opsi/models/data_object_time_column_unit.rb +190 -0
  1919. data/lib/oci/opsi/models/database_configuration_summary.rb +2 -0
  1920. data/lib/oci/opsi/models/database_entity_source.rb +2 -1
  1921. data/lib/oci/opsi/models/database_entity_source_all.rb +2 -1
  1922. data/lib/oci/opsi/models/database_insight.rb +20 -4
  1923. data/lib/oci/opsi/models/database_insight_summary.rb +20 -4
  1924. data/lib/oci/opsi/models/database_insights_data_object.rb +161 -0
  1925. data/lib/oci/opsi/models/database_insights_data_object_summary.rb +157 -0
  1926. data/lib/oci/opsi/models/em_managed_external_database_insight.rb +5 -1
  1927. data/lib/oci/opsi/models/em_managed_external_database_insight_summary.rb +5 -1
  1928. data/lib/oci/opsi/models/em_managed_external_host_insight.rb +2 -1
  1929. data/lib/oci/opsi/models/em_managed_external_host_insight_summary.rb +7 -2
  1930. data/lib/oci/opsi/models/enable_database_insight_details.rb +3 -1
  1931. data/lib/oci/opsi/models/enable_host_insight_details.rb +2 -1
  1932. data/lib/oci/opsi/models/enable_pe_comanaged_database_insight_details.rb +252 -0
  1933. data/lib/oci/opsi/models/exadata_insight_resource_insight_utilization_item.rb +15 -1
  1934. data/lib/oci/opsi/models/exadata_insights_data_object.rb +161 -0
  1935. data/lib/oci/opsi/models/exadata_insights_data_object_summary.rb +157 -0
  1936. data/lib/oci/opsi/models/exadata_member_summary.rb +1 -0
  1937. data/lib/oci/opsi/models/host_configuration_summary.rb +4 -1
  1938. data/lib/oci/opsi/models/host_details.rb +2 -1
  1939. data/lib/oci/opsi/models/host_entity_source.rb +2 -1
  1940. data/lib/oci/opsi/models/host_importable_agent_entity_summary.rb +2 -1
  1941. data/lib/oci/opsi/models/host_insight.rb +1 -0
  1942. data/lib/oci/opsi/models/host_insight_summary.rb +16 -1
  1943. data/lib/oci/opsi/models/host_insights_data_object.rb +161 -0
  1944. data/lib/oci/opsi/models/host_insights_data_object_summary.rb +157 -0
  1945. data/lib/oci/opsi/models/host_performance_metric_group.rb +3 -1
  1946. data/lib/oci/opsi/models/host_top_processes.rb +287 -0
  1947. data/lib/oci/opsi/models/macs_managed_external_database_insight.rb +5 -1
  1948. data/lib/oci/opsi/models/macs_managed_external_database_insight_summary.rb +5 -1
  1949. data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +2 -1
  1950. data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +7 -2
  1951. data/lib/oci/opsi/models/operation_type.rb +6 -1
  1952. data/lib/oci/opsi/models/operations_insights_private_endpoint.rb +391 -0
  1953. data/lib/oci/opsi/models/operations_insights_private_endpoint_collection.rb +150 -0
  1954. data/lib/oci/opsi/models/operations_insights_private_endpoint_lifecycle_state.rb +16 -0
  1955. data/lib/oci/opsi/models/operations_insights_private_endpoint_summary.rb +361 -0
  1956. data/lib/oci/opsi/models/opsi_data_object.rb +241 -0
  1957. data/lib/oci/opsi/models/opsi_data_object_summary.rb +227 -0
  1958. data/lib/oci/opsi/models/opsi_data_object_type.rb +12 -0
  1959. data/lib/oci/opsi/models/opsi_data_objects.rb +154 -0
  1960. data/lib/oci/opsi/models/opsi_data_objects_collection.rb +150 -0
  1961. data/lib/oci/opsi/models/pe_comanaged_database_connection_details.rb +194 -0
  1962. data/lib/oci/opsi/models/pe_comanaged_database_host_details.rb +164 -0
  1963. data/lib/oci/opsi/models/pe_comanaged_database_insight.rb +300 -0
  1964. data/lib/oci/opsi/models/pe_comanaged_database_insight_summary.rb +248 -0
  1965. data/lib/oci/opsi/models/pe_comanaged_host_configuration_summary.rb +252 -0
  1966. data/lib/oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.rb +240 -0
  1967. data/lib/oci/opsi/models/query_data_object_json_result_set_rows_collection.rb +172 -0
  1968. data/lib/oci/opsi/models/query_data_object_result_set_column_metadata.rb +185 -0
  1969. data/lib/oci/opsi/models/query_data_object_result_set_rows_collection.rb +185 -0
  1970. data/lib/oci/opsi/models/query_opsi_data_object_data_details.rb +177 -0
  1971. data/lib/oci/opsi/models/resource_filters.rb +233 -0
  1972. data/lib/oci/opsi/models/resource_usage_summary.rb +15 -1
  1973. data/lib/oci/opsi/models/summarize_exadata_insight_resource_statistics_aggregation_collection.rb +18 -4
  1974. data/lib/oci/opsi/models/summarize_host_insights_top_processes_usage_trend_collection.rb +179 -0
  1975. data/lib/oci/opsi/models/top_processes_usage_trend.rb +238 -0
  1976. data/lib/oci/opsi/models/top_processes_usage_trend_aggregation.rb +164 -0
  1977. data/lib/oci/opsi/models/update_database_insight_details.rb +3 -1
  1978. data/lib/oci/opsi/models/update_host_insight_details.rb +2 -1
  1979. data/lib/oci/opsi/models/update_operations_insights_private_endpoint_details.rb +210 -0
  1980. data/lib/oci/opsi/models/update_pe_comanaged_database_insight_details.rb +153 -0
  1981. data/lib/oci/opsi/models/work_request.rb +5 -0
  1982. data/lib/oci/opsi/operations_insights_client.rb +945 -110
  1983. data/lib/oci/opsi/operations_insights_client_composite_operations.rb +248 -0
  1984. data/lib/oci/opsi/opsi.rb +52 -0
  1985. data/lib/oci/os_management/models/create_scheduled_job_details.rb +7 -1
  1986. data/lib/oci/os_management/models/manage_module_streams_on_managed_instance_details.rb +199 -0
  1987. data/lib/oci/os_management/models/module_stream.rb +244 -0
  1988. data/lib/oci/os_management/models/module_stream_details.rb +168 -0
  1989. data/lib/oci/os_management/models/module_stream_on_managed_instance_summary.rb +256 -0
  1990. data/lib/oci/os_management/models/module_stream_profile.rb +220 -0
  1991. data/lib/oci/os_management/models/module_stream_profile_details.rb +182 -0
  1992. data/lib/oci/os_management/models/module_stream_profile_on_managed_instance_summary.rb +236 -0
  1993. data/lib/oci/os_management/models/module_stream_profile_summary.rb +182 -0
  1994. data/lib/oci/os_management/models/module_stream_summary.rb +184 -0
  1995. data/lib/oci/os_management/models/operation_types.rb +7 -1
  1996. data/lib/oci/os_management/models/scheduled_job.rb +6 -0
  1997. data/lib/oci/os_management/models/scheduled_job_summary.rb +6 -0
  1998. data/lib/oci/os_management/models/update_module_details.rb +164 -0
  1999. data/lib/oci/os_management/models/update_module_stream_details.rb +261 -0
  2000. data/lib/oci/os_management/models/update_module_stream_profile_details.rb +215 -0
  2001. data/lib/oci/os_management/models/update_module_stream_state_details.rb +150 -0
  2002. data/lib/oci/os_management/models/update_scheduled_job_details.rb +7 -1
  2003. data/lib/oci/os_management/models/work_request.rb +38 -4
  2004. data/lib/oci/os_management/models/work_request_summary.rb +6 -0
  2005. data/lib/oci/os_management/os_management.rb +13 -0
  2006. data/lib/oci/os_management/os_management_client.rb +1172 -73
  2007. data/lib/oci/os_management/os_management_client_composite_operations.rb +605 -6
  2008. data/lib/oci/osp_gateway/models/credit_card_payment_detail.rb +88 -4
  2009. data/lib/oci/osp_gateway/models/credit_card_payment_option.rb +88 -4
  2010. data/lib/oci/osp_gateway/models/other_payment_detail.rb +102 -4
  2011. data/lib/oci/osp_gateway/models/paypal_payment_detail.rb +35 -4
  2012. data/lib/oci/osp_gateway/models/paypal_payment_option.rb +63 -4
  2013. data/lib/oci/regions_definitions.rb +3 -0
  2014. data/lib/oci/resource_manager/models/change_private_endpoint_compartment_details.rb +157 -0
  2015. data/lib/oci/resource_manager/models/config_source.rb +4 -1
  2016. data/lib/oci/resource_manager/models/configuration_source_provider.rb +14 -1
  2017. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +14 -1
  2018. data/lib/oci/resource_manager/models/create_config_source_details.rb +5 -2
  2019. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +14 -1
  2020. data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +5 -1
  2021. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +5 -1
  2022. data/lib/oci/resource_manager/models/create_object_storage_config_source_details.rb +1 -1
  2023. data/lib/oci/resource_manager/models/create_private_endpoint_details.rb +284 -0
  2024. data/lib/oci/resource_manager/models/failure_details.rb +2 -0
  2025. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +5 -1
  2026. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +5 -1
  2027. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +5 -1
  2028. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +5 -1
  2029. data/lib/oci/resource_manager/models/job.rb +5 -2
  2030. data/lib/oci/resource_manager/models/object_storage_config_source.rb +1 -1
  2031. data/lib/oci/resource_manager/models/object_storage_config_source_record.rb +1 -1
  2032. data/lib/oci/resource_manager/models/private_endpoint.rb +363 -0
  2033. data/lib/oci/resource_manager/models/private_endpoint_collection.rb +151 -0
  2034. data/lib/oci/resource_manager/models/private_endpoint_summary.rb +304 -0
  2035. data/lib/oci/resource_manager/models/private_server_config_details.rb +171 -0
  2036. data/lib/oci/resource_manager/models/reachable_ip.rb +155 -0
  2037. data/lib/oci/resource_manager/models/terraform_advanced_options.rb +0 -1
  2038. data/lib/oci/resource_manager/models/update_config_source_details.rb +7 -1
  2039. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +14 -1
  2040. data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +5 -1
  2041. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +5 -1
  2042. data/lib/oci/resource_manager/models/update_object_storage_config_source_details.rb +1 -1
  2043. data/lib/oci/resource_manager/models/update_private_endpoint_details.rb +270 -0
  2044. data/lib/oci/resource_manager/models/work_request.rb +3 -0
  2045. data/lib/oci/resource_manager/resource_manager.rb +8 -0
  2046. data/lib/oci/resource_manager/resource_manager_client.rb +594 -0
  2047. data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +119 -0
  2048. data/lib/oci/resource_search/models/resource_summary.rb +24 -4
  2049. data/lib/oci/response.rb +1 -1
  2050. data/lib/oci/rover/models/cluster_type.rb +11 -0
  2051. data/lib/oci/rover/models/create_rover_cluster_details.rb +56 -1
  2052. data/lib/oci/rover/models/create_rover_node_details.rb +26 -2
  2053. data/lib/oci/rover/models/node_type.rb +2 -1
  2054. data/lib/oci/rover/models/rover_cluster.rb +92 -1
  2055. data/lib/oci/rover/models/rover_cluster_summary.rb +48 -1
  2056. data/lib/oci/rover/models/rover_node.rb +26 -1
  2057. data/lib/oci/rover/models/rover_node_summary.rb +45 -1
  2058. data/lib/oci/rover/models/shape_collection.rb +150 -0
  2059. data/lib/oci/rover/models/shape_summary.rb +321 -0
  2060. data/lib/oci/rover/models/update_rover_cluster_details.rb +15 -1
  2061. data/lib/oci/rover/models/update_rover_node_details.rb +11 -1
  2062. data/lib/oci/rover/rover.rb +4 -0
  2063. data/lib/oci/rover/rover_cluster_client.rb +6 -0
  2064. data/lib/oci/rover/rover_node_client.rb +8 -0
  2065. data/lib/oci/rover/shape_client.rb +178 -0
  2066. data/lib/oci/rover/shape_client_composite_operations.rb +25 -0
  2067. data/lib/oci/sch/models/jmes_path_dimension_value.rb +1 -1
  2068. data/lib/oci/sch/models/monitoring_source.rb +169 -0
  2069. data/lib/oci/sch/models/monitoring_source_all_metrics.rb +146 -0
  2070. data/lib/oci/sch/models/monitoring_source_details.rb +166 -0
  2071. data/lib/oci/sch/models/monitoring_source_metric_details.rb +187 -0
  2072. data/lib/oci/sch/models/monitoring_source_namespace_details.rb +187 -0
  2073. data/lib/oci/sch/models/monitoring_source_selected_namespace.rb +164 -0
  2074. data/lib/oci/sch/models/monitoring_source_selected_namespace_details.rb +160 -0
  2075. data/lib/oci/sch/models/source_details.rb +2 -0
  2076. data/lib/oci/sch/sch.rb +7 -0
  2077. data/lib/oci/secrets/secrets_client.rb +3 -3
  2078. data/lib/oci/service_mesh/models/access_logging_configuration.rb +156 -0
  2079. data/lib/oci/service_mesh/models/access_policy.rb +345 -0
  2080. data/lib/oci/service_mesh/models/access_policy_collection.rb +150 -0
  2081. data/lib/oci/service_mesh/models/access_policy_rule.rb +189 -0
  2082. data/lib/oci/service_mesh/models/access_policy_summary.rb +311 -0
  2083. data/lib/oci/service_mesh/models/access_policy_target.rb +191 -0
  2084. data/lib/oci/service_mesh/models/action_type.rb +15 -0
  2085. data/lib/oci/service_mesh/models/all_virtual_services_access_policy_target.rb +145 -0
  2086. data/lib/oci/service_mesh/models/ca_bundle.rb +187 -0
  2087. data/lib/oci/service_mesh/models/certificate_authority.rb +151 -0
  2088. data/lib/oci/service_mesh/models/change_access_policy_compartment_details.rb +155 -0
  2089. data/lib/oci/service_mesh/models/change_ingress_gateway_compartment_details.rb +155 -0
  2090. data/lib/oci/service_mesh/models/change_ingress_gateway_route_table_compartment_details.rb +155 -0
  2091. data/lib/oci/service_mesh/models/change_mesh_compartment_details.rb +155 -0
  2092. data/lib/oci/service_mesh/models/change_virtual_deployment_compartment_details.rb +155 -0
  2093. data/lib/oci/service_mesh/models/change_virtual_service_compartment_details.rb +155 -0
  2094. data/lib/oci/service_mesh/models/change_virtual_service_route_table_compartment_details.rb +155 -0
  2095. data/lib/oci/service_mesh/models/create_access_policy_details.rb +239 -0
  2096. data/lib/oci/service_mesh/models/create_ingress_gateway_details.rb +261 -0
  2097. data/lib/oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.rb +161 -0
  2098. data/lib/oci/service_mesh/models/create_ingress_gateway_route_table_details.rb +254 -0
  2099. data/lib/oci/service_mesh/models/create_mesh_details.rb +242 -0
  2100. data/lib/oci/service_mesh/models/create_mutual_transport_layer_security_details.rb +174 -0
  2101. data/lib/oci/service_mesh/models/create_virtual_deployment_details.rb +266 -0
  2102. data/lib/oci/service_mesh/models/create_virtual_service_details.rb +265 -0
  2103. data/lib/oci/service_mesh/models/create_virtual_service_route_table_details.rb +254 -0
  2104. data/lib/oci/service_mesh/models/default_virtual_service_routing_policy.rb +171 -0
  2105. data/lib/oci/service_mesh/models/dns_service_discovery_configuration.rb +158 -0
  2106. data/lib/oci/service_mesh/models/external_service_access_policy_target.rb +220 -0
  2107. data/lib/oci/service_mesh/models/http_ingress_gateway_traffic_route_rule.rb +254 -0
  2108. data/lib/oci/service_mesh/models/http_virtual_service_traffic_route_rule.rb +216 -0
  2109. data/lib/oci/service_mesh/models/ingress_gateway.rb +367 -0
  2110. data/lib/oci/service_mesh/models/ingress_gateway_access_policy_target.rb +162 -0
  2111. data/lib/oci/service_mesh/models/ingress_gateway_collection.rb +150 -0
  2112. data/lib/oci/service_mesh/models/ingress_gateway_host.rb +177 -0
  2113. data/lib/oci/service_mesh/models/ingress_gateway_host_ref.rb +163 -0
  2114. data/lib/oci/service_mesh/models/ingress_gateway_listener.rb +190 -0
  2115. data/lib/oci/service_mesh/models/ingress_gateway_mutual_transport_layer_security.rb +176 -0
  2116. data/lib/oci/service_mesh/models/ingress_gateway_route_table.rb +360 -0
  2117. data/lib/oci/service_mesh/models/ingress_gateway_route_table_collection.rb +150 -0
  2118. data/lib/oci/service_mesh/models/ingress_gateway_route_table_summary.rb +322 -0
  2119. data/lib/oci/service_mesh/models/ingress_gateway_summary.rb +311 -0
  2120. data/lib/oci/service_mesh/models/ingress_gateway_traffic_route_rule.rb +212 -0
  2121. data/lib/oci/service_mesh/models/ingress_listener_client_validation_config.rb +169 -0
  2122. data/lib/oci/service_mesh/models/ingress_listener_tls_config.rb +202 -0
  2123. data/lib/oci/service_mesh/models/local_file_ca_bundle.rb +165 -0
  2124. data/lib/oci/service_mesh/models/local_file_tls_certificate.rb +165 -0
  2125. data/lib/oci/service_mesh/models/mesh.rb +351 -0
  2126. data/lib/oci/service_mesh/models/mesh_collection.rb +150 -0
  2127. data/lib/oci/service_mesh/models/mesh_mutual_transport_layer_security.rb +154 -0
  2128. data/lib/oci/service_mesh/models/mesh_summary.rb +310 -0
  2129. data/lib/oci/service_mesh/models/mutual_transport_layer_security.rb +210 -0
  2130. data/lib/oci/service_mesh/models/oci_ca_bundle.rb +162 -0
  2131. data/lib/oci/service_mesh/models/oci_tls_certificate.rb +162 -0
  2132. data/lib/oci/service_mesh/models/operation_status.rb +16 -0
  2133. data/lib/oci/service_mesh/models/operation_type.rb +37 -0
  2134. data/lib/oci/service_mesh/models/proxy_details.rb +154 -0
  2135. data/lib/oci/service_mesh/models/service_discovery_configuration.rb +185 -0
  2136. data/lib/oci/service_mesh/models/sort_order.rb +11 -0
  2137. data/lib/oci/service_mesh/models/tcp_ingress_gateway_traffic_route_rule.rb +153 -0
  2138. data/lib/oci/service_mesh/models/tcp_virtual_service_traffic_route_rule.rb +149 -0
  2139. data/lib/oci/service_mesh/models/tls_certificate.rb +187 -0
  2140. data/lib/oci/service_mesh/models/tls_passthrough_ingress_gateway_traffic_route_rule.rb +153 -0
  2141. data/lib/oci/service_mesh/models/tls_passthrough_virtual_service_traffic_route_rule.rb +149 -0
  2142. data/lib/oci/service_mesh/models/traffic_rule_target.rb +180 -0
  2143. data/lib/oci/service_mesh/models/update_access_policy_details.rb +196 -0
  2144. data/lib/oci/service_mesh/models/update_ingress_gateway_details.rb +218 -0
  2145. data/lib/oci/service_mesh/models/update_ingress_gateway_route_table_details.rb +211 -0
  2146. data/lib/oci/service_mesh/models/update_mesh_details.rb +213 -0
  2147. data/lib/oci/service_mesh/models/update_virtual_deployment_details.rb +222 -0
  2148. data/lib/oci/service_mesh/models/update_virtual_service_details.rb +222 -0
  2149. data/lib/oci/service_mesh/models/update_virtual_service_route_table_details.rb +211 -0
  2150. data/lib/oci/service_mesh/models/virtual_deployment.rb +372 -0
  2151. data/lib/oci/service_mesh/models/virtual_deployment_collection.rb +150 -0
  2152. data/lib/oci/service_mesh/models/virtual_deployment_listener.rb +183 -0
  2153. data/lib/oci/service_mesh/models/virtual_deployment_summary.rb +311 -0
  2154. data/lib/oci/service_mesh/models/virtual_deployment_traffic_rule_target.rb +185 -0
  2155. data/lib/oci/service_mesh/models/virtual_service.rb +371 -0
  2156. data/lib/oci/service_mesh/models/virtual_service_access_policy_target.rb +162 -0
  2157. data/lib/oci/service_mesh/models/virtual_service_collection.rb +150 -0
  2158. data/lib/oci/service_mesh/models/virtual_service_route_table.rb +360 -0
  2159. data/lib/oci/service_mesh/models/virtual_service_route_table_collection.rb +150 -0
  2160. data/lib/oci/service_mesh/models/virtual_service_route_table_summary.rb +322 -0
  2161. data/lib/oci/service_mesh/models/virtual_service_summary.rb +311 -0
  2162. data/lib/oci/service_mesh/models/virtual_service_traffic_route_rule.rb +199 -0
  2163. data/lib/oci/service_mesh/models/virtual_service_traffic_rule_target.rb +187 -0
  2164. data/lib/oci/service_mesh/models/work_request.rb +329 -0
  2165. data/lib/oci/service_mesh/models/work_request_collection.rb +150 -0
  2166. data/lib/oci/service_mesh/models/work_request_error.rb +173 -0
  2167. data/lib/oci/service_mesh/models/work_request_error_collection.rb +150 -0
  2168. data/lib/oci/service_mesh/models/work_request_log_entry.rb +160 -0
  2169. data/lib/oci/service_mesh/models/work_request_log_entry_collection.rb +150 -0
  2170. data/lib/oci/service_mesh/models/work_request_resource.rb +220 -0
  2171. data/lib/oci/service_mesh/models/work_request_summary.rb +331 -0
  2172. data/lib/oci/service_mesh/service_mesh.rb +114 -0
  2173. data/lib/oci/service_mesh/service_mesh_client.rb +3167 -0
  2174. data/lib/oci/service_mesh/service_mesh_client_composite_operations.rb +1411 -0
  2175. data/lib/oci/service_mesh/util.rb +3 -0
  2176. data/lib/oci/stack_monitoring/models/action_type.rb +15 -0
  2177. data/lib/oci/stack_monitoring/models/associate_monitored_resources_details.rb +196 -0
  2178. data/lib/oci/stack_monitoring/models/association_resource_details.rb +160 -0
  2179. data/lib/oci/stack_monitoring/models/change_monitored_resource_compartment_details.rb +156 -0
  2180. data/lib/oci/stack_monitoring/models/connection_details.rb +236 -0
  2181. data/lib/oci/stack_monitoring/models/create_discovery_job_details.rb +245 -0
  2182. data/lib/oci/stack_monitoring/models/create_monitored_resource_details.rb +273 -0
  2183. data/lib/oci/stack_monitoring/models/credential_collection.rb +150 -0
  2184. data/lib/oci/stack_monitoring/models/credential_details.rb +179 -0
  2185. data/lib/oci/stack_monitoring/models/credential_property.rb +160 -0
  2186. data/lib/oci/stack_monitoring/models/disassociate_monitored_resources_details.rb +196 -0
  2187. data/lib/oci/stack_monitoring/models/discovery_details.rb +231 -0
  2188. data/lib/oci/stack_monitoring/models/discovery_job.rb +403 -0
  2189. data/lib/oci/stack_monitoring/models/discovery_job_collection.rb +150 -0
  2190. data/lib/oci/stack_monitoring/models/discovery_job_log_collection.rb +150 -0
  2191. data/lib/oci/stack_monitoring/models/discovery_job_log_summary.rb +214 -0
  2192. data/lib/oci/stack_monitoring/models/discovery_job_summary.rb +424 -0
  2193. data/lib/oci/stack_monitoring/models/encrypted_credentials.rb +189 -0
  2194. data/lib/oci/stack_monitoring/models/lifecycle_state.rb +15 -0
  2195. data/lib/oci/stack_monitoring/models/monitored_resource.rb +411 -0
  2196. data/lib/oci/stack_monitoring/models/monitored_resource_alias_credential.rb +170 -0
  2197. data/lib/oci/stack_monitoring/models/monitored_resource_alias_source_credential.rb +170 -0
  2198. data/lib/oci/stack_monitoring/models/monitored_resource_association.rb +298 -0
  2199. data/lib/oci/stack_monitoring/models/monitored_resource_association_summary.rb +270 -0
  2200. data/lib/oci/stack_monitoring/models/monitored_resource_associations_collection.rb +150 -0
  2201. data/lib/oci/stack_monitoring/models/monitored_resource_collection.rb +150 -0
  2202. data/lib/oci/stack_monitoring/models/monitored_resource_credential.rb +233 -0
  2203. data/lib/oci/stack_monitoring/models/monitored_resource_member_summary.rb +310 -0
  2204. data/lib/oci/stack_monitoring/models/monitored_resource_members_collection.rb +150 -0
  2205. data/lib/oci/stack_monitoring/models/monitored_resource_property.rb +160 -0
  2206. data/lib/oci/stack_monitoring/models/monitored_resource_summary.rb +326 -0
  2207. data/lib/oci/stack_monitoring/models/operation_status.rb +16 -0
  2208. data/lib/oci/stack_monitoring/models/operation_type.rb +16 -0
  2209. data/lib/oci/stack_monitoring/models/plain_text_credentials.rb +175 -0
  2210. data/lib/oci/stack_monitoring/models/pre_existing_credentials.rb +162 -0
  2211. data/lib/oci/stack_monitoring/models/property_details.rb +154 -0
  2212. data/lib/oci/stack_monitoring/models/resource_lifecycle_state.rb +15 -0
  2213. data/lib/oci/stack_monitoring/models/search_monitored_resource_associations_details.rb +310 -0
  2214. data/lib/oci/stack_monitoring/models/search_monitored_resource_members_details.rb +168 -0
  2215. data/lib/oci/stack_monitoring/models/search_monitored_resources_details.rb +437 -0
  2216. data/lib/oci/stack_monitoring/models/sort_order.rb +11 -0
  2217. data/lib/oci/stack_monitoring/models/update_monitored_resource_details.rb +225 -0
  2218. data/lib/oci/stack_monitoring/models/work_request.rb +312 -0
  2219. data/lib/oci/stack_monitoring/models/work_request_error.rb +173 -0
  2220. data/lib/oci/stack_monitoring/models/work_request_error_collection.rb +150 -0
  2221. data/lib/oci/stack_monitoring/models/work_request_log_entry.rb +160 -0
  2222. data/lib/oci/stack_monitoring/models/work_request_log_entry_collection.rb +150 -0
  2223. data/lib/oci/stack_monitoring/models/work_request_resource.rb +220 -0
  2224. data/lib/oci/stack_monitoring/models/work_request_summary.rb +312 -0
  2225. data/lib/oci/stack_monitoring/models/work_request_summary_collection.rb +150 -0
  2226. data/lib/oci/stack_monitoring/stack_monitoring.rb +70 -0
  2227. data/lib/oci/stack_monitoring/stack_monitoring_client.rb +1565 -0
  2228. data/lib/oci/stack_monitoring/stack_monitoring_client_composite_operations.rb +351 -0
  2229. data/lib/oci/stack_monitoring/util.rb +3 -0
  2230. data/lib/oci/tenant_manager_control_plane/models/assigned_subscription.rb +113 -3
  2231. data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +8 -1
  2232. data/lib/oci/tenant_manager_control_plane/models/organization.rb +1 -1
  2233. data/lib/oci/tenant_manager_control_plane/models/organization_summary.rb +1 -1
  2234. data/lib/oci/tenant_manager_control_plane/models/promotion.rb +261 -0
  2235. data/lib/oci/tenant_manager_control_plane/models/subscription.rb +111 -1
  2236. data/lib/oci/tenant_manager_control_plane/models/subscription_mapping.rb +1 -1
  2237. data/lib/oci/tenant_manager_control_plane/models/update_organization_details.rb +2 -2
  2238. data/lib/oci/tenant_manager_control_plane/models/work_request.rb +7 -0
  2239. data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +7 -0
  2240. data/lib/oci/tenant_manager_control_plane/orders_client.rb +3 -3
  2241. data/lib/oci/tenant_manager_control_plane/orders_client_composite_operations.rb +1 -1
  2242. data/lib/oci/tenant_manager_control_plane/organization_client.rb +60 -0
  2243. data/lib/oci/tenant_manager_control_plane/organization_client_composite_operations.rb +49 -0
  2244. data/lib/oci/tenant_manager_control_plane/subscription_client.rb +4 -3
  2245. data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +1 -0
  2246. data/lib/oci/usage/models/create_redeemable_user_details.rb +2 -2
  2247. data/lib/oci/usage/models/monthly_reward_summary.rb +6 -6
  2248. data/lib/oci/usage/models/product_summary.rb +5 -5
  2249. data/lib/oci/usage/models/redeemable_user.rb +2 -2
  2250. data/lib/oci/usage/models/redeemable_user_collection.rb +2 -2
  2251. data/lib/oci/usage/models/redeemable_user_summary.rb +2 -2
  2252. data/lib/oci/usage/models/reward_collection.rb +1 -1
  2253. data/lib/oci/usage/models/reward_details.rb +21 -7
  2254. data/lib/oci/usage/rewards_client.rb +17 -17
  2255. data/lib/oci/usage_api/models/create_schedule_details.rb +253 -0
  2256. data/lib/oci/usage_api/models/date_range.rb +193 -0
  2257. data/lib/oci/usage_api/models/dynamic_date_range.rb +187 -0
  2258. data/lib/oci/usage_api/models/object_storage_location.rb +182 -0
  2259. data/lib/oci/usage_api/models/query_properties.rb +298 -0
  2260. data/lib/oci/usage_api/models/result_location.rb +192 -0
  2261. data/lib/oci/usage_api/models/schedule.rb +326 -0
  2262. data/lib/oci/usage_api/models/schedule_collection.rb +150 -0
  2263. data/lib/oci/usage_api/models/schedule_summary.rb +250 -0
  2264. data/lib/oci/usage_api/models/scheduled_run.rb +240 -0
  2265. data/lib/oci/usage_api/models/scheduled_run_collection.rb +150 -0
  2266. data/lib/oci/usage_api/models/scheduled_run_summary.rb +220 -0
  2267. data/lib/oci/usage_api/models/static_date_range.rb +176 -0
  2268. data/lib/oci/usage_api/models/update_schedule_details.rb +172 -0
  2269. data/lib/oci/usage_api/usage_api.rb +15 -0
  2270. data/lib/oci/usage_api/usageapi_client.rb +466 -0
  2271. data/lib/oci/usage_api/usageapi_client_composite_operations.rb +119 -0
  2272. data/lib/oci/vault/models/create_secret_details.rb +2 -1
  2273. data/lib/oci/vault/models/secret.rb +2 -1
  2274. data/lib/oci/vault/models/secret_expiry_rule.rb +1 -2
  2275. data/lib/oci/vault/models/secret_summary.rb +2 -1
  2276. data/lib/oci/vault/vaults_client.rb +4 -4
  2277. data/lib/oci/version.rb +1 -1
  2278. data/lib/oci/visual_builder/models/attachment_details.rb +235 -0
  2279. data/lib/oci/visual_builder/models/idcs_info_details.rb +212 -0
  2280. data/lib/oci/visual_builder/models/vb_instance.rb +28 -4
  2281. data/lib/oci/visual_builder/visual_builder.rb +2 -0
  2282. data/lib/oci/vn_monitoring/models/access_denied_traffic_node.rb +161 -0
  2283. data/lib/oci/vn_monitoring/models/action_type.rb +14 -0
  2284. data/lib/oci/vn_monitoring/models/add_drg_route_distribution_statement_details.rb +194 -0
  2285. data/lib/oci/vn_monitoring/models/add_drg_route_distribution_statements_details.rb +152 -0
  2286. data/lib/oci/vn_monitoring/models/add_drg_route_rule_details.rb +202 -0
  2287. data/lib/oci/vn_monitoring/models/add_drg_route_rules_details.rb +156 -0
  2288. data/lib/oci/vn_monitoring/models/add_network_security_group_security_rules_details.rb +154 -0
  2289. data/lib/oci/vn_monitoring/models/add_security_rule_details.rb +378 -0
  2290. data/lib/oci/vn_monitoring/models/added_network_security_group_security_rules.rb +154 -0
  2291. data/lib/oci/vn_monitoring/models/adhoc_get_path_analysis_details.rb +226 -0
  2292. data/lib/oci/vn_monitoring/models/allowed_security_action.rb +166 -0
  2293. data/lib/oci/vn_monitoring/models/allowed_security_action_details.rb +170 -0
  2294. data/lib/oci/vn_monitoring/models/allowed_security_configuration.rb +195 -0
  2295. data/lib/oci/vn_monitoring/models/bulk_add_virtual_circuit_public_prefixes_details.rb +154 -0
  2296. data/lib/oci/vn_monitoring/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +155 -0
  2297. data/lib/oci/vn_monitoring/models/change_path_analyzer_test_compartment_details.rb +156 -0
  2298. data/lib/oci/vn_monitoring/models/compartment_internal.rb +151 -0
  2299. data/lib/oci/vn_monitoring/models/compute_instance_endpoint.rb +190 -0
  2300. data/lib/oci/vn_monitoring/models/connect_local_peering_gateways_details.rb +154 -0
  2301. data/lib/oci/vn_monitoring/models/connect_remote_peering_connections_details.rb +171 -0
  2302. data/lib/oci/vn_monitoring/models/cpe.rb +252 -0
  2303. data/lib/oci/vn_monitoring/models/create_cpe_details.rb +219 -0
  2304. data/lib/oci/vn_monitoring/models/create_cross_connect_details.rb +257 -0
  2305. data/lib/oci/vn_monitoring/models/create_cross_connect_group_details.rb +170 -0
  2306. data/lib/oci/vn_monitoring/models/create_dhcp_details.rb +226 -0
  2307. data/lib/oci/vn_monitoring/models/create_drg_attachment_details.rb +248 -0
  2308. data/lib/oci/vn_monitoring/models/create_drg_details.rb +202 -0
  2309. data/lib/oci/vn_monitoring/models/create_drg_route_distribution_details.rb +231 -0
  2310. data/lib/oci/vn_monitoring/models/create_drg_route_table_details.rb +238 -0
  2311. data/lib/oci/vn_monitoring/models/create_internet_gateway_details.rb +230 -0
  2312. data/lib/oci/vn_monitoring/models/create_ip_sec_connection_details.rb +250 -0
  2313. data/lib/oci/vn_monitoring/models/create_ipv6_details.rb +248 -0
  2314. data/lib/oci/vn_monitoring/models/create_local_peering_gateway_details.rb +217 -0
  2315. data/lib/oci/vn_monitoring/models/create_network_security_group_details.rb +220 -0
  2316. data/lib/oci/vn_monitoring/models/create_path_analyzer_test_details.rb +266 -0
  2317. data/lib/oci/vn_monitoring/models/create_private_ip_details.rb +248 -0
  2318. data/lib/oci/vn_monitoring/models/create_public_ip_details.rb +252 -0
  2319. data/lib/oci/vn_monitoring/models/create_remote_peering_connection_details.rb +184 -0
  2320. data/lib/oci/vn_monitoring/models/create_route_table_details.rb +231 -0
  2321. data/lib/oci/vn_monitoring/models/create_security_list_details.rb +244 -0
  2322. data/lib/oci/vn_monitoring/models/create_service_gateway_details.rb +237 -0
  2323. data/lib/oci/vn_monitoring/models/create_subnet_details.rb +379 -0
  2324. data/lib/oci/vn_monitoring/models/create_vcn_details.rb +300 -0
  2325. data/lib/oci/vn_monitoring/models/create_virtual_circuit_details.rb +345 -0
  2326. data/lib/oci/vn_monitoring/models/create_virtual_circuit_public_prefix_details.rb +156 -0
  2327. data/lib/oci/vn_monitoring/models/create_vnic_details.rb +341 -0
  2328. data/lib/oci/vn_monitoring/models/cross_connect.rb +312 -0
  2329. data/lib/oci/vn_monitoring/models/cross_connect_group.rb +247 -0
  2330. data/lib/oci/vn_monitoring/models/cross_connect_location.rb +163 -0
  2331. data/lib/oci/vn_monitoring/models/cross_connect_mapping.rb +261 -0
  2332. data/lib/oci/vn_monitoring/models/cross_connect_port_speed_shape.rb +171 -0
  2333. data/lib/oci/vn_monitoring/models/cross_connect_status.rb +248 -0
  2334. data/lib/oci/vn_monitoring/models/default_drg_route_tables.rb +206 -0
  2335. data/lib/oci/vn_monitoring/models/delete_virtual_circuit_public_prefix_details.rb +155 -0
  2336. data/lib/oci/vn_monitoring/models/denied_security_action.rb +166 -0
  2337. data/lib/oci/vn_monitoring/models/denied_security_action_details.rb +189 -0
  2338. data/lib/oci/vn_monitoring/models/dhcp_dns_option.rb +217 -0
  2339. data/lib/oci/vn_monitoring/models/dhcp_option.rb +175 -0
  2340. data/lib/oci/vn_monitoring/models/dhcp_options.rb +304 -0
  2341. data/lib/oci/{database_tools/models/database_tools_allowed_network_sources.rb → vn_monitoring/models/dhcp_search_domain_option.rb} +33 -28
  2342. data/lib/oci/vn_monitoring/models/drg.rb +302 -0
  2343. data/lib/oci/vn_monitoring/models/drg_attachment.rb +363 -0
  2344. data/lib/oci/vn_monitoring/models/drg_attachment_id_drg_route_distribution_match_criteria.rb +164 -0
  2345. data/lib/oci/vn_monitoring/models/drg_attachment_info.rb +152 -0
  2346. data/lib/oci/vn_monitoring/models/drg_attachment_network_create_details.rb +189 -0
  2347. data/lib/oci/vn_monitoring/models/drg_attachment_network_details.rb +202 -0
  2348. data/lib/oci/vn_monitoring/models/drg_attachment_network_update_details.rb +178 -0
  2349. data/lib/oci/vn_monitoring/models/drg_attachment_type_drg_route_distribution_match_criteria.rb +188 -0
  2350. data/lib/oci/vn_monitoring/models/drg_route_distribution.rb +332 -0
  2351. data/lib/oci/vn_monitoring/models/drg_route_distribution_match_criteria.rb +194 -0
  2352. data/lib/oci/vn_monitoring/models/drg_route_distribution_statement.rb +215 -0
  2353. data/lib/oci/vn_monitoring/models/drg_route_rule.rb +352 -0
  2354. data/lib/oci/vn_monitoring/models/drg_route_table.rb +328 -0
  2355. data/lib/oci/vn_monitoring/models/drg_routing_configuration.rb +179 -0
  2356. data/lib/oci/vn_monitoring/models/egress_security_list_configuration.rb +179 -0
  2357. data/lib/oci/vn_monitoring/models/egress_security_rule.rb +279 -0
  2358. data/lib/oci/vn_monitoring/models/egress_traffic_spec.rb +191 -0
  2359. data/lib/oci/vn_monitoring/models/endpoint.rb +202 -0
  2360. data/lib/oci/vn_monitoring/models/fast_connect_provider_service.rb +340 -0
  2361. data/lib/oci/vn_monitoring/models/forwarded_routing_action.rb +165 -0
  2362. data/lib/oci/vn_monitoring/models/forwarded_routing_action_details.rb +170 -0
  2363. data/lib/oci/vn_monitoring/models/forwarded_routing_configuration.rb +187 -0
  2364. data/lib/oci/vn_monitoring/models/get_path_analysis_details.rb +180 -0
  2365. data/lib/oci/vn_monitoring/models/get_public_ip_by_ip_address_details.rb +157 -0
  2366. data/lib/oci/vn_monitoring/models/get_public_ip_by_private_ip_id_details.rb +156 -0
  2367. data/lib/oci/vn_monitoring/models/icmp_options.rb +170 -0
  2368. data/lib/oci/vn_monitoring/models/icmp_protocol_parameters.rb +177 -0
  2369. data/lib/oci/vn_monitoring/models/icmp_traffic_protocol_parameters.rb +177 -0
  2370. data/lib/oci/vn_monitoring/models/indeterminate_routing_action.rb +150 -0
  2371. data/lib/oci/vn_monitoring/models/ingress_security_list_configuration.rb +179 -0
  2372. data/lib/oci/vn_monitoring/models/ingress_security_rule.rb +277 -0
  2373. data/lib/oci/vn_monitoring/models/internet_gateway.rb +302 -0
  2374. data/lib/oci/vn_monitoring/models/ip_address_endpoint.rb +160 -0
  2375. data/lib/oci/vn_monitoring/models/ip_sec_connection.rb +320 -0
  2376. data/lib/oci/vn_monitoring/models/ip_sec_connection_device_config.rb +188 -0
  2377. data/lib/oci/vn_monitoring/models/ip_sec_connection_device_status.rb +191 -0
  2378. data/lib/oci/vn_monitoring/models/ipsec_tunnel_drg_attachment_network_details.rb +166 -0
  2379. data/lib/oci/vn_monitoring/models/ipv6.rb +375 -0
  2380. data/lib/oci/vn_monitoring/models/letter_of_authority.rb +264 -0
  2381. data/lib/oci/vn_monitoring/models/load_balancer_endpoint.rb +164 -0
  2382. data/lib/oci/vn_monitoring/models/load_balancer_listener_endpoint.rb +179 -0
  2383. data/lib/oci/vn_monitoring/models/local_peering_gateway.rb +378 -0
  2384. data/lib/oci/vn_monitoring/models/network_load_balancer_endpoint.rb +164 -0
  2385. data/lib/oci/vn_monitoring/models/network_load_balancer_listener_endpoint.rb +179 -0
  2386. data/lib/oci/vn_monitoring/models/network_security_group.rb +318 -0
  2387. data/lib/oci/vn_monitoring/models/network_security_group_vnic.rb +189 -0
  2388. data/lib/oci/vn_monitoring/models/networking_topology.rb +158 -0
  2389. data/lib/oci/vn_monitoring/models/no_route_routing_action.rb +165 -0
  2390. data/lib/oci/vn_monitoring/models/no_route_routing_action_details.rb +187 -0
  2391. data/lib/oci/vn_monitoring/models/nsg_configuration.rb +179 -0
  2392. data/lib/oci/vn_monitoring/models/operation_status.rb +15 -0
  2393. data/lib/oci/vn_monitoring/models/operation_type.rb +10 -0
  2394. data/lib/oci/vn_monitoring/models/path.rb +177 -0
  2395. data/lib/oci/vn_monitoring/models/path_analysis_work_request_result.rb +176 -0
  2396. data/lib/oci/vn_monitoring/models/path_analyzer_test.rb +360 -0
  2397. data/lib/oci/vn_monitoring/models/path_analyzer_test_collection.rb +150 -0
  2398. data/lib/oci/vn_monitoring/models/path_analyzer_test_summary.rb +338 -0
  2399. data/lib/oci/vn_monitoring/models/path_topology.rb +158 -0
  2400. data/lib/oci/vn_monitoring/models/persisted_get_path_analysis_details.rb +164 -0
  2401. data/lib/oci/vn_monitoring/models/port_range.rb +163 -0
  2402. data/lib/oci/vn_monitoring/models/private_ip.rb +368 -0
  2403. data/lib/oci/vn_monitoring/models/protocol_parameters.rb +189 -0
  2404. data/lib/oci/vn_monitoring/models/public_ip.rb +411 -0
  2405. data/lib/oci/vn_monitoring/models/query_options.rb +156 -0
  2406. data/lib/oci/vn_monitoring/models/remote_peering_connection.rb +359 -0
  2407. data/lib/oci/vn_monitoring/models/remote_peering_connection_drg_attachment_network_details.rb +149 -0
  2408. data/lib/oci/vn_monitoring/models/remove_drg_route_distribution_statements_details.rb +156 -0
  2409. data/lib/oci/vn_monitoring/models/remove_drg_route_rules_details.rb +156 -0
  2410. data/lib/oci/vn_monitoring/models/remove_network_security_group_security_rules_details.rb +155 -0
  2411. data/lib/oci/vn_monitoring/models/route_rule.rb +249 -0
  2412. data/lib/oci/vn_monitoring/models/route_table.rb +301 -0
  2413. data/lib/oci/vn_monitoring/models/routing_action.rb +223 -0
  2414. data/lib/oci/vn_monitoring/models/security_action.rb +220 -0
  2415. data/lib/oci/vn_monitoring/models/security_list.rb +324 -0
  2416. data/lib/oci/vn_monitoring/models/security_rule.rb +445 -0
  2417. data/lib/oci/vn_monitoring/models/service.rb +207 -0
  2418. data/lib/oci/vn_monitoring/models/service_gateway.rb +329 -0
  2419. data/lib/oci/vn_monitoring/models/service_id_request_details.rb +155 -0
  2420. data/lib/oci/vn_monitoring/models/service_id_response_details.rb +169 -0
  2421. data/lib/oci/vn_monitoring/models/sort_order.rb +11 -0
  2422. data/lib/oci/vn_monitoring/models/stateful_egress_security_list_configuration.rb +179 -0
  2423. data/lib/oci/vn_monitoring/models/stateful_ingress_security_list_configuration.rb +179 -0
  2424. data/lib/oci/vn_monitoring/models/stateful_nsg_configuration.rb +179 -0
  2425. data/lib/oci/vn_monitoring/models/subnet.rb +531 -0
  2426. data/lib/oci/vn_monitoring/models/subnet_endpoint.rb +176 -0
  2427. data/lib/oci/vn_monitoring/models/subnet_topology.rb +175 -0
  2428. data/lib/oci/vn_monitoring/models/tcp_options.rb +168 -0
  2429. data/lib/oci/vn_monitoring/models/tcp_protocol_parameters.rb +176 -0
  2430. data/lib/oci/vn_monitoring/models/tcp_traffic_protocol_parameters.rb +176 -0
  2431. data/lib/oci/vn_monitoring/models/topology.rb +218 -0
  2432. data/lib/oci/vn_monitoring/models/topology_associated_with_entity_relationship.rb +173 -0
  2433. data/lib/oci/vn_monitoring/models/topology_associated_with_relationship_details.rb +150 -0
  2434. data/lib/oci/vn_monitoring/models/topology_contains_entity_relationship.rb +157 -0
  2435. data/lib/oci/vn_monitoring/models/topology_entity_relationship.rb +209 -0
  2436. data/lib/oci/vn_monitoring/models/topology_routes_to_entity_relationship.rb +173 -0
  2437. data/lib/oci/vn_monitoring/models/topology_routes_to_relationship_details.rb +218 -0
  2438. data/lib/oci/vn_monitoring/models/traffic_node.rb +240 -0
  2439. data/lib/oci/vn_monitoring/models/traffic_protocol_parameters.rb +189 -0
  2440. data/lib/oci/vn_monitoring/models/traffic_route.rb +201 -0
  2441. data/lib/oci/vn_monitoring/models/tunnel_config.rb +190 -0
  2442. data/lib/oci/vn_monitoring/models/tunnel_status.rb +227 -0
  2443. data/lib/oci/vn_monitoring/models/udp_options.rb +168 -0
  2444. data/lib/oci/vn_monitoring/models/udp_protocol_parameters.rb +176 -0
  2445. data/lib/oci/vn_monitoring/models/udp_traffic_protocol_parameters.rb +176 -0
  2446. data/lib/oci/vn_monitoring/models/update_cpe_details.rb +188 -0
  2447. data/lib/oci/vn_monitoring/models/update_cross_connect_details.rb +176 -0
  2448. data/lib/oci/vn_monitoring/models/update_cross_connect_group_details.rb +156 -0
  2449. data/lib/oci/vn_monitoring/models/update_dhcp_details.rb +197 -0
  2450. data/lib/oci/vn_monitoring/models/update_drg_attachment_details.rb +238 -0
  2451. data/lib/oci/vn_monitoring/models/update_drg_details.rb +201 -0
  2452. data/lib/oci/vn_monitoring/models/update_drg_route_distribution_details.rb +191 -0
  2453. data/lib/oci/vn_monitoring/models/update_drg_route_distribution_statement_details.rb +178 -0
  2454. data/lib/oci/vn_monitoring/models/update_drg_route_distribution_statements_details.rb +152 -0
  2455. data/lib/oci/vn_monitoring/models/update_drg_route_rule_details.rb +212 -0
  2456. data/lib/oci/vn_monitoring/models/update_drg_route_rules_details.rb +155 -0
  2457. data/lib/oci/vn_monitoring/models/update_drg_route_table_details.rb +223 -0
  2458. data/lib/oci/vn_monitoring/models/update_internet_gateway_details.rb +202 -0
  2459. data/lib/oci/vn_monitoring/models/update_ip_sec_connection_details.rb +188 -0
  2460. data/lib/oci/vn_monitoring/models/update_ipv6_details.rb +228 -0
  2461. data/lib/oci/vn_monitoring/models/update_local_peering_gateway_details.rb +188 -0
  2462. data/lib/oci/vn_monitoring/models/update_network_security_group_details.rb +188 -0
  2463. data/lib/oci/vn_monitoring/models/update_network_security_group_security_rules_details.rb +154 -0
  2464. data/lib/oci/vn_monitoring/models/update_path_analyzer_test_details.rb +250 -0
  2465. data/lib/oci/vn_monitoring/models/update_private_ip_details.rb +229 -0
  2466. data/lib/oci/vn_monitoring/models/update_public_ip_details.rb +207 -0
  2467. data/lib/oci/vn_monitoring/models/update_remote_peering_connection_details.rb +156 -0
  2468. data/lib/oci/vn_monitoring/models/update_route_table_details.rb +203 -0
  2469. data/lib/oci/vn_monitoring/models/update_security_list_details.rb +216 -0
  2470. data/lib/oci/vn_monitoring/models/update_security_rule_details.rb +392 -0
  2471. data/lib/oci/vn_monitoring/models/update_service_gateway_details.rb +229 -0
  2472. data/lib/oci/vn_monitoring/models/update_subnet_details.rb +236 -0
  2473. data/lib/oci/vn_monitoring/models/update_vcn_details.rb +188 -0
  2474. data/lib/oci/vn_monitoring/models/update_virtual_circuit_details.rb +288 -0
  2475. data/lib/oci/vn_monitoring/models/update_vnic_details.rb +253 -0
  2476. data/lib/oci/vn_monitoring/models/updated_network_security_group_security_rules.rb +154 -0
  2477. data/lib/oci/vn_monitoring/models/upgrade_status.rb +203 -0
  2478. data/lib/oci/vn_monitoring/models/vcn.rb +420 -0
  2479. data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_create_details.rb +174 -0
  2480. data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_details.rb +173 -0
  2481. data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_update_details.rb +168 -0
  2482. data/lib/oci/vn_monitoring/models/vcn_routing_configuration.rb +179 -0
  2483. data/lib/oci/vn_monitoring/models/vcn_topology.rb +175 -0
  2484. data/lib/oci/vn_monitoring/models/virtual_circuit.rb +606 -0
  2485. data/lib/oci/vn_monitoring/models/virtual_circuit_bandwidth_shape.rb +171 -0
  2486. data/lib/oci/vn_monitoring/models/virtual_circuit_drg_attachment_network_details.rb +149 -0
  2487. data/lib/oci/vn_monitoring/models/virtual_circuit_public_prefix.rb +197 -0
  2488. data/lib/oci/vn_monitoring/models/visible_traffic_node.rb +196 -0
  2489. data/lib/oci/vn_monitoring/models/vlan_endpoint.rb +175 -0
  2490. data/lib/oci/vn_monitoring/models/vnic.rb +442 -0
  2491. data/lib/oci/vn_monitoring/models/vnic_endpoint.rb +175 -0
  2492. data/lib/oci/vn_monitoring/models/work_request.rb +303 -0
  2493. data/lib/oci/vn_monitoring/models/work_request_error.rb +172 -0
  2494. data/lib/oci/vn_monitoring/models/work_request_error_collection.rb +150 -0
  2495. data/lib/oci/vn_monitoring/models/work_request_log_entry.rb +161 -0
  2496. data/lib/oci/vn_monitoring/models/work_request_log_entry_collection.rb +150 -0
  2497. data/lib/oci/vn_monitoring/models/work_request_resource.rb +219 -0
  2498. data/lib/oci/vn_monitoring/models/work_request_result.rb +190 -0
  2499. data/lib/oci/vn_monitoring/models/work_request_result_collection.rb +150 -0
  2500. data/lib/oci/vn_monitoring/models/work_request_summary.rb +303 -0
  2501. data/lib/oci/vn_monitoring/models/work_request_summary_collection.rb +150 -0
  2502. data/lib/oci/vn_monitoring/util.rb +3 -0
  2503. data/lib/oci/vn_monitoring/vn_monitoring.rb +240 -0
  2504. data/lib/oci/vn_monitoring/vn_monitoring_client.rb +993 -0
  2505. data/lib/oci/vn_monitoring/vn_monitoring_client_composite_operations.rb +193 -0
  2506. data/lib/oci/vulnerability_scanning/models/application_scan_settings.rb +187 -0
  2507. data/lib/oci/vulnerability_scanning/models/container_scan_recipe.rb +15 -1
  2508. data/lib/oci/vulnerability_scanning/models/container_scan_result.rb +29 -1
  2509. data/lib/oci/vulnerability_scanning/models/container_scan_result_problem.rb +46 -4
  2510. data/lib/oci/vulnerability_scanning/models/container_scan_result_summary.rb +15 -1
  2511. data/lib/oci/vulnerability_scanning/models/container_scan_target_summary.rb +14 -1
  2512. data/lib/oci/vulnerability_scanning/models/create_container_scan_recipe_details.rb +15 -1
  2513. data/lib/oci/vulnerability_scanning/models/create_host_scan_recipe_details.rb +14 -1
  2514. data/lib/oci/vulnerability_scanning/models/folder_to_scan.rb +180 -0
  2515. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result.rb +15 -1
  2516. data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_problem.rb +18 -4
  2517. data/lib/oci/vulnerability_scanning/models/host_scan_recipe.rb +14 -1
  2518. data/lib/oci/vulnerability_scanning/models/impacted_resources_count.rb +168 -0
  2519. data/lib/oci/vulnerability_scanning/models/operating_system.rb +11 -0
  2520. data/lib/oci/vulnerability_scanning/models/operation_type.rb +5 -1
  2521. data/lib/oci/vulnerability_scanning/models/package.rb +223 -0
  2522. data/lib/oci/vulnerability_scanning/models/update_container_scan_recipe_details.rb +15 -1
  2523. data/lib/oci/vulnerability_scanning/models/update_host_scan_recipe_details.rb +14 -1
  2524. data/lib/oci/vulnerability_scanning/models/vulnerability.rb +400 -0
  2525. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary.rb +212 -0
  2526. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary_collection.rb +150 -0
  2527. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary.rb +182 -0
  2528. data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary_collection.rb +150 -0
  2529. data/lib/oci/vulnerability_scanning/models/vulnerability_summary.rb +377 -0
  2530. data/lib/oci/vulnerability_scanning/models/vulnerability_summary_collection.rb +150 -0
  2531. data/lib/oci/vulnerability_scanning/models/work_request.rb +4 -0
  2532. data/lib/oci/vulnerability_scanning/vulnerability_scanning.rb +12 -0
  2533. data/lib/oci/vulnerability_scanning/vulnerability_scanning_client.rb +323 -25
  2534. data/lib/oci/waa/models/backend_type.rb +10 -0
  2535. data/lib/oci/waa/models/change_resource_compartment_details.rb +156 -0
  2536. data/lib/oci/waa/models/change_web_app_acceleration_compartment_details.rb +156 -0
  2537. data/lib/oci/waa/models/change_web_app_acceleration_policy_compartment_details.rb +156 -0
  2538. data/lib/oci/waa/models/create_web_app_acceleration_details.rb +272 -0
  2539. data/lib/oci/waa/models/create_web_app_acceleration_load_balancer_details.rb +186 -0
  2540. data/lib/oci/waa/models/create_web_app_acceleration_policy_details.rb +242 -0
  2541. data/lib/oci/waa/models/gzip_compression_policy.rb +162 -0
  2542. data/lib/oci/waa/models/purge_entire_web_app_acceleration_cache_details.rb +145 -0
  2543. data/lib/oci/waa/models/purge_web_app_acceleration_cache_details.rb +182 -0
  2544. data/lib/oci/waa/models/response_caching_policy.rb +174 -0
  2545. data/lib/oci/waa/models/response_compression_policy.rb +160 -0
  2546. data/lib/oci/waa/models/sort_order.rb +11 -0
  2547. data/lib/oci/waa/models/update_web_app_acceleration_details.rb +218 -0
  2548. data/lib/oci/waa/models/update_web_app_acceleration_policy_details.rb +232 -0
  2549. data/lib/oci/waa/models/web_app_acceleration.rb +370 -0
  2550. data/lib/oci/waa/models/web_app_acceleration_collection.rb +150 -0
  2551. data/lib/oci/waa/models/web_app_acceleration_load_balancer.rb +206 -0
  2552. data/lib/oci/waa/models/web_app_acceleration_load_balancer_summary.rb +206 -0
  2553. data/lib/oci/waa/models/web_app_acceleration_policy.rb +338 -0
  2554. data/lib/oci/waa/models/web_app_acceleration_policy_collection.rb +150 -0
  2555. data/lib/oci/waa/models/web_app_acceleration_policy_summary.rb +284 -0
  2556. data/lib/oci/waa/models/web_app_acceleration_summary.rb +347 -0
  2557. data/lib/oci/waa/models/work_request.rb +311 -0
  2558. data/lib/oci/waa/models/work_request_collection.rb +150 -0
  2559. data/lib/oci/waa/models/work_request_error.rb +173 -0
  2560. data/lib/oci/waa/models/work_request_error_collection.rb +150 -0
  2561. data/lib/oci/waa/models/work_request_log_entry.rb +160 -0
  2562. data/lib/oci/waa/models/work_request_log_entry_collection.rb +150 -0
  2563. data/lib/oci/waa/models/work_request_resource.rb +219 -0
  2564. data/lib/oci/waa/util.rb +3 -0
  2565. data/lib/oci/waa/waa.rb +51 -0
  2566. data/lib/oci/waa/waa_client.rb +926 -0
  2567. data/lib/oci/waa/waa_client_composite_operations.rb +471 -0
  2568. data/lib/oci/waa/work_request_client.rb +346 -0
  2569. data/lib/oci/waa/work_request_client_composite_operations.rb +25 -0
  2570. data/lib/oci/waas/models/create_custom_protection_rule_details.rb +1 -1
  2571. data/lib/oci/waas/models/custom_protection_rule.rb +1 -1
  2572. data/lib/oci/waas/models/update_custom_protection_rule_details.rb +1 -1
  2573. data/lib/oci/waf/models/protection_rule.rb +25 -5
  2574. data/lib/oci/waf/models/request_protection.rb +44 -5
  2575. data/lib/oci/waf/models/return_http_response_action.rb +1 -0
  2576. data/lib/oci.rb +115 -103
  2577. metadata +1603 -5
@@ -0,0 +1,3131 @@
1
+ # Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
2
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
4
+ require 'uri'
5
+ require 'logger'
6
+
7
+ # rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
8
+ module OCI
9
+ # API to create and maintain Oracle Digital Assistant service instances.
10
+ class Oda::ManagementClient
11
+ # Client used to make HTTP requests.
12
+ # @return [OCI::ApiClient]
13
+ attr_reader :api_client
14
+
15
+ # Fully qualified endpoint URL
16
+ # @return [String]
17
+ attr_reader :endpoint
18
+
19
+ # The default retry configuration to apply to all operations in this service client. This can be overridden
20
+ # on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
21
+ # will not perform any retries
22
+ # @return [OCI::Retry::RetryConfig]
23
+ attr_reader :retry_config
24
+
25
+ # The region, which will usually correspond to a value in {OCI::Regions::REGION_ENUM}.
26
+ # @return [String]
27
+ attr_reader :region
28
+
29
+ # rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
30
+
31
+
32
+ # Creates a new ManagementClient.
33
+ # Notes:
34
+ # If a config is not specified, then the global OCI.config will be used.
35
+ #
36
+ # This client is not thread-safe
37
+ #
38
+ # Either a region or an endpoint must be specified. If an endpoint is specified, it will be used instead of the
39
+ # region. A region may be specified in the config or via or the region parameter. If specified in both, then the
40
+ # region parameter will be used.
41
+ # @param [Config] config A Config object.
42
+ # @param [String] region A region used to determine the service endpoint. This will usually
43
+ # correspond to a value in {OCI::Regions::REGION_ENUM}, but may be an arbitrary string.
44
+ # @param [String] endpoint The fully qualified endpoint URL
45
+ # @param [OCI::BaseSigner] signer A signer implementation which can be used by this client. If this is not provided then
46
+ # a signer will be constructed via the provided config. One use case of this parameter is instance principals authentication,
47
+ # so that the instance principals signer can be provided to the client
48
+ # @param [OCI::ApiClientProxySettings] proxy_settings If your environment requires you to use a proxy server for outgoing HTTP requests
49
+ # the details for the proxy can be provided in this parameter
50
+ # @param [OCI::Retry::RetryConfig] retry_config The retry configuration for this service client. This represents the default retry configuration to
51
+ # apply across all operations. This can be overridden on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
52
+ # will not perform any retries
53
+ def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil)
54
+ # If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers)
55
+ # then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals
56
+ # and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then
57
+ # pass it to this constructor.
58
+ #
59
+ # If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid
60
+ # so try and load the config from the default file.
61
+ config = OCI::Config.validate_and_build_config_with_signer(config, signer)
62
+
63
+ signer = OCI::Signer.config_file_auth_builder(config) if signer.nil?
64
+
65
+ @api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings)
66
+ @retry_config = retry_config
67
+
68
+ if endpoint
69
+ @endpoint = endpoint + '/20190506'
70
+ else
71
+ region ||= config.region
72
+ region ||= signer.region if signer.respond_to?(:region)
73
+ self.region = region
74
+ end
75
+ logger.info "ManagementClient endpoint set to '#{@endpoint}'." if logger
76
+ end
77
+ # rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
78
+
79
+ # Set the region that will be used to determine the service endpoint.
80
+ # This will usually correspond to a value in {OCI::Regions::REGION_ENUM},
81
+ # but may be an arbitrary string.
82
+ def region=(new_region)
83
+ @region = new_region
84
+
85
+ raise 'A region must be specified.' unless @region
86
+
87
+ @endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://digitalassistant-api.{region}.oci.{secondLevelDomain}') + '/20190506'
88
+ logger.info "ManagementClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
89
+ end
90
+
91
+ # @return [Logger] The logger for this client. May be nil.
92
+ def logger
93
+ @api_client.config.logger
94
+ end
95
+
96
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
97
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
98
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
99
+
100
+
101
+ # This will store the provided parameters in the Digital Assistant instance and update any Digital Assistants with matching parameters.
102
+ #
103
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
104
+ # @param [OCI::Oda::Models::ConfigureDigitalAssistantParametersDetails] configure_digital_assistant_parameters_details The parameter values to use.
105
+ # @param [Hash] opts the optional parameters
106
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
107
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
108
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
109
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
110
+ # a timeout or server error without the risk of executing that same action again.
111
+ #
112
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
113
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
114
+ # then the service might reject a retry of the original creation request.
115
+ #
116
+ # @return [Response] A Response object with data of type nil
117
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/configure_digital_assistant_parameters.rb.html) to see an example of how to use configure_digital_assistant_parameters API.
118
+ def configure_digital_assistant_parameters(oda_instance_id, configure_digital_assistant_parameters_details, opts = {})
119
+ logger.debug 'Calling operation ManagementClient#configure_digital_assistant_parameters.' if logger
120
+
121
+ raise "Missing the required parameter 'oda_instance_id' when calling configure_digital_assistant_parameters." if oda_instance_id.nil?
122
+ raise "Missing the required parameter 'configure_digital_assistant_parameters_details' when calling configure_digital_assistant_parameters." if configure_digital_assistant_parameters_details.nil?
123
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
124
+
125
+ path = '/odaInstances/{odaInstanceId}/actions/configureDigitalAssistantParameters'.sub('{odaInstanceId}', oda_instance_id.to_s)
126
+ operation_signing_strategy = :standard
127
+
128
+ # rubocop:disable Style/NegatedIf
129
+ # Query Params
130
+ query_params = {}
131
+
132
+ # Header Params
133
+ header_params = {}
134
+ header_params[:accept] = 'application/json'
135
+ header_params[:'content-type'] = 'application/json'
136
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
137
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
138
+ # rubocop:enable Style/NegatedIf
139
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
140
+
141
+ post_body = @api_client.object_to_http_body(configure_digital_assistant_parameters_details)
142
+
143
+ # rubocop:disable Metrics/BlockLength
144
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#configure_digital_assistant_parameters') do
145
+ @api_client.call_api(
146
+ :POST,
147
+ path,
148
+ endpoint,
149
+ header_params: header_params,
150
+ query_params: query_params,
151
+ operation_signing_strategy: operation_signing_strategy,
152
+ body: post_body
153
+ )
154
+ end
155
+ # rubocop:enable Metrics/BlockLength
156
+ end
157
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
158
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
159
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
160
+
161
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
162
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
163
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
164
+
165
+
166
+ # Creates a new Authentication Provider
167
+ #
168
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
169
+ # @param [OCI::Oda::Models::CreateAuthenticationProviderDetails] create_authentication_provider_details Property values required to create the new Authentication Provider.
170
+ # @param [Hash] opts the optional parameters
171
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
172
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
173
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
174
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
175
+ # a timeout or server error without the risk of executing that same action again.
176
+ #
177
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
178
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
179
+ # then the service might reject a retry of the original creation request.
180
+ #
181
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProvider AuthenticationProvider}
182
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_authentication_provider.rb.html) to see an example of how to use create_authentication_provider API.
183
+ def create_authentication_provider(oda_instance_id, create_authentication_provider_details, opts = {})
184
+ logger.debug 'Calling operation ManagementClient#create_authentication_provider.' if logger
185
+
186
+ raise "Missing the required parameter 'oda_instance_id' when calling create_authentication_provider." if oda_instance_id.nil?
187
+ raise "Missing the required parameter 'create_authentication_provider_details' when calling create_authentication_provider." if create_authentication_provider_details.nil?
188
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
189
+
190
+ path = '/odaInstances/{odaInstanceId}/authenticationProviders'.sub('{odaInstanceId}', oda_instance_id.to_s)
191
+ operation_signing_strategy = :standard
192
+
193
+ # rubocop:disable Style/NegatedIf
194
+ # Query Params
195
+ query_params = {}
196
+
197
+ # Header Params
198
+ header_params = {}
199
+ header_params[:accept] = 'application/json'
200
+ header_params[:'content-type'] = 'application/json'
201
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
202
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
203
+ # rubocop:enable Style/NegatedIf
204
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
205
+
206
+ post_body = @api_client.object_to_http_body(create_authentication_provider_details)
207
+
208
+ # rubocop:disable Metrics/BlockLength
209
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_authentication_provider') do
210
+ @api_client.call_api(
211
+ :POST,
212
+ path,
213
+ endpoint,
214
+ header_params: header_params,
215
+ query_params: query_params,
216
+ operation_signing_strategy: operation_signing_strategy,
217
+ body: post_body,
218
+ return_type: 'OCI::Oda::Models::AuthenticationProvider'
219
+ )
220
+ end
221
+ # rubocop:enable Metrics/BlockLength
222
+ end
223
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
224
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
225
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
226
+
227
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
228
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
229
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
230
+
231
+
232
+ # Creates a new Channel.
233
+ #
234
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
235
+ # @param [OCI::Oda::Models::CreateChannelDetails] create_channel_details Property values for creating the new Channel.
236
+ # @param [Hash] opts the optional parameters
237
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
238
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
239
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
240
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
241
+ # a timeout or server error without the risk of executing that same action again.
242
+ #
243
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
244
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
245
+ # then the service might reject a retry of the original creation request.
246
+ #
247
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::CreateChannelResult CreateChannelResult}
248
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_channel.rb.html) to see an example of how to use create_channel API.
249
+ def create_channel(oda_instance_id, create_channel_details, opts = {})
250
+ logger.debug 'Calling operation ManagementClient#create_channel.' if logger
251
+
252
+ raise "Missing the required parameter 'oda_instance_id' when calling create_channel." if oda_instance_id.nil?
253
+ raise "Missing the required parameter 'create_channel_details' when calling create_channel." if create_channel_details.nil?
254
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
255
+
256
+ path = '/odaInstances/{odaInstanceId}/channels'.sub('{odaInstanceId}', oda_instance_id.to_s)
257
+ operation_signing_strategy = :standard
258
+
259
+ # rubocop:disable Style/NegatedIf
260
+ # Query Params
261
+ query_params = {}
262
+
263
+ # Header Params
264
+ header_params = {}
265
+ header_params[:accept] = 'application/json'
266
+ header_params[:'content-type'] = 'application/json'
267
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
268
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
269
+ # rubocop:enable Style/NegatedIf
270
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
271
+
272
+ post_body = @api_client.object_to_http_body(create_channel_details)
273
+
274
+ # rubocop:disable Metrics/BlockLength
275
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_channel') do
276
+ @api_client.call_api(
277
+ :POST,
278
+ path,
279
+ endpoint,
280
+ header_params: header_params,
281
+ query_params: query_params,
282
+ operation_signing_strategy: operation_signing_strategy,
283
+ body: post_body,
284
+ return_type: 'OCI::Oda::Models::CreateChannelResult'
285
+ )
286
+ end
287
+ # rubocop:enable Metrics/BlockLength
288
+ end
289
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
290
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
291
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
292
+
293
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
294
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
295
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
296
+
297
+
298
+ # Creates a new Digital Assistant.
299
+ #
300
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
301
+ # @param [OCI::Oda::Models::CreateDigitalAssistantDetails] create_digital_assistant_details Property values for creating the new Digital Assistant.
302
+ # @param [Hash] opts the optional parameters
303
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
304
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
305
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
306
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
307
+ # a timeout or server error without the risk of executing that same action again.
308
+ #
309
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
310
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
311
+ # then the service might reject a retry of the original creation request.
312
+ #
313
+ # @return [Response] A Response object with data of type nil
314
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_digital_assistant.rb.html) to see an example of how to use create_digital_assistant API.
315
+ def create_digital_assistant(oda_instance_id, create_digital_assistant_details, opts = {})
316
+ logger.debug 'Calling operation ManagementClient#create_digital_assistant.' if logger
317
+
318
+ raise "Missing the required parameter 'oda_instance_id' when calling create_digital_assistant." if oda_instance_id.nil?
319
+ raise "Missing the required parameter 'create_digital_assistant_details' when calling create_digital_assistant." if create_digital_assistant_details.nil?
320
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
321
+
322
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants'.sub('{odaInstanceId}', oda_instance_id.to_s)
323
+ operation_signing_strategy = :standard
324
+
325
+ # rubocop:disable Style/NegatedIf
326
+ # Query Params
327
+ query_params = {}
328
+
329
+ # Header Params
330
+ header_params = {}
331
+ header_params[:accept] = 'application/json'
332
+ header_params[:'content-type'] = 'application/json'
333
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
334
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
335
+ # rubocop:enable Style/NegatedIf
336
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
337
+
338
+ post_body = @api_client.object_to_http_body(create_digital_assistant_details)
339
+
340
+ # rubocop:disable Metrics/BlockLength
341
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_digital_assistant') do
342
+ @api_client.call_api(
343
+ :POST,
344
+ path,
345
+ endpoint,
346
+ header_params: header_params,
347
+ query_params: query_params,
348
+ operation_signing_strategy: operation_signing_strategy,
349
+ body: post_body
350
+ )
351
+ end
352
+ # rubocop:enable Metrics/BlockLength
353
+ end
354
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
355
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
356
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
357
+
358
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
359
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
360
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
361
+
362
+
363
+ # Creates a new Skill from scratch.
364
+ #
365
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
366
+ # @param [OCI::Oda::Models::CreateSkillDetails] create_skill_details Property values for creating the Skill.
367
+ # @param [Hash] opts the optional parameters
368
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
369
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
370
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
371
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
372
+ # a timeout or server error without the risk of executing that same action again.
373
+ #
374
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
375
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
376
+ # then the service might reject a retry of the original creation request.
377
+ #
378
+ # @return [Response] A Response object with data of type nil
379
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_skill.rb.html) to see an example of how to use create_skill API.
380
+ def create_skill(oda_instance_id, create_skill_details, opts = {})
381
+ logger.debug 'Calling operation ManagementClient#create_skill.' if logger
382
+
383
+ raise "Missing the required parameter 'oda_instance_id' when calling create_skill." if oda_instance_id.nil?
384
+ raise "Missing the required parameter 'create_skill_details' when calling create_skill." if create_skill_details.nil?
385
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
386
+
387
+ path = '/odaInstances/{odaInstanceId}/skills'.sub('{odaInstanceId}', oda_instance_id.to_s)
388
+ operation_signing_strategy = :standard
389
+
390
+ # rubocop:disable Style/NegatedIf
391
+ # Query Params
392
+ query_params = {}
393
+
394
+ # Header Params
395
+ header_params = {}
396
+ header_params[:accept] = 'application/json'
397
+ header_params[:'content-type'] = 'application/json'
398
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
399
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
400
+ # rubocop:enable Style/NegatedIf
401
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
402
+
403
+ post_body = @api_client.object_to_http_body(create_skill_details)
404
+
405
+ # rubocop:disable Metrics/BlockLength
406
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_skill') do
407
+ @api_client.call_api(
408
+ :POST,
409
+ path,
410
+ endpoint,
411
+ header_params: header_params,
412
+ query_params: query_params,
413
+ operation_signing_strategy: operation_signing_strategy,
414
+ body: post_body
415
+ )
416
+ end
417
+ # rubocop:enable Metrics/BlockLength
418
+ end
419
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
420
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
421
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
422
+
423
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
424
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
425
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
426
+
427
+
428
+ # Creates a new Skill Parameter.
429
+ #
430
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
431
+ # @param [String] skill_id Unique Skill identifier.
432
+ # @param [OCI::Oda::Models::CreateSkillParameterDetails] create_skill_parameter_details Property values for creating the new Skill Parameter.
433
+ # @param [Hash] opts the optional parameters
434
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
435
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
436
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
437
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
438
+ # a timeout or server error without the risk of executing that same action again.
439
+ #
440
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
441
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
442
+ # then the service might reject a retry of the original creation request.
443
+ #
444
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameter SkillParameter}
445
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_skill_parameter.rb.html) to see an example of how to use create_skill_parameter API.
446
+ def create_skill_parameter(oda_instance_id, skill_id, create_skill_parameter_details, opts = {})
447
+ logger.debug 'Calling operation ManagementClient#create_skill_parameter.' if logger
448
+
449
+ raise "Missing the required parameter 'oda_instance_id' when calling create_skill_parameter." if oda_instance_id.nil?
450
+ raise "Missing the required parameter 'skill_id' when calling create_skill_parameter." if skill_id.nil?
451
+ raise "Missing the required parameter 'create_skill_parameter_details' when calling create_skill_parameter." if create_skill_parameter_details.nil?
452
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
453
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
454
+
455
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
456
+ operation_signing_strategy = :standard
457
+
458
+ # rubocop:disable Style/NegatedIf
459
+ # Query Params
460
+ query_params = {}
461
+
462
+ # Header Params
463
+ header_params = {}
464
+ header_params[:accept] = 'application/json'
465
+ header_params[:'content-type'] = 'application/json'
466
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
467
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
468
+ # rubocop:enable Style/NegatedIf
469
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
470
+
471
+ post_body = @api_client.object_to_http_body(create_skill_parameter_details)
472
+
473
+ # rubocop:disable Metrics/BlockLength
474
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_skill_parameter') do
475
+ @api_client.call_api(
476
+ :POST,
477
+ path,
478
+ endpoint,
479
+ header_params: header_params,
480
+ query_params: query_params,
481
+ operation_signing_strategy: operation_signing_strategy,
482
+ body: post_body,
483
+ return_type: 'OCI::Oda::Models::SkillParameter'
484
+ )
485
+ end
486
+ # rubocop:enable Metrics/BlockLength
487
+ end
488
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
489
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
490
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
491
+
492
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
493
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
494
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
495
+
496
+
497
+ # Creates a new Translator
498
+ #
499
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
500
+ # @param [OCI::Oda::Models::CreateTranslatorDetails] create_translator_details Property values to create the new Translator.
501
+ # @param [Hash] opts the optional parameters
502
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
503
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
504
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
505
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
506
+ # a timeout or server error without the risk of executing that same action again.
507
+ #
508
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
509
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
510
+ # then the service might reject a retry of the original creation request.
511
+ #
512
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Translator Translator}
513
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_translator.rb.html) to see an example of how to use create_translator API.
514
+ def create_translator(oda_instance_id, create_translator_details, opts = {})
515
+ logger.debug 'Calling operation ManagementClient#create_translator.' if logger
516
+
517
+ raise "Missing the required parameter 'oda_instance_id' when calling create_translator." if oda_instance_id.nil?
518
+ raise "Missing the required parameter 'create_translator_details' when calling create_translator." if create_translator_details.nil?
519
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
520
+
521
+ path = '/odaInstances/{odaInstanceId}/translators'.sub('{odaInstanceId}', oda_instance_id.to_s)
522
+ operation_signing_strategy = :standard
523
+
524
+ # rubocop:disable Style/NegatedIf
525
+ # Query Params
526
+ query_params = {}
527
+
528
+ # Header Params
529
+ header_params = {}
530
+ header_params[:accept] = 'application/json'
531
+ header_params[:'content-type'] = 'application/json'
532
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
533
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
534
+ # rubocop:enable Style/NegatedIf
535
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
536
+
537
+ post_body = @api_client.object_to_http_body(create_translator_details)
538
+
539
+ # rubocop:disable Metrics/BlockLength
540
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_translator') do
541
+ @api_client.call_api(
542
+ :POST,
543
+ path,
544
+ endpoint,
545
+ header_params: header_params,
546
+ query_params: query_params,
547
+ operation_signing_strategy: operation_signing_strategy,
548
+ body: post_body,
549
+ return_type: 'OCI::Oda::Models::Translator'
550
+ )
551
+ end
552
+ # rubocop:enable Metrics/BlockLength
553
+ end
554
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
555
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
556
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
557
+
558
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
559
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
560
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
561
+
562
+
563
+ # Delete the specified Authentication Provider.
564
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
565
+ # @param [String] authentication_provider_id Unique Authentication Provider identifier.
566
+ # @param [Hash] opts the optional parameters
567
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
568
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
569
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
570
+ # a Digital Assistant instance, set the `if-match` query parameter
571
+ # to the value of the `ETAG` header from a previous GET or POST
572
+ # response for that instance. The service updates or deletes the
573
+ # instance only if the etag that you provide matches the instance's
574
+ # current etag value.
575
+ #
576
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
577
+ # @return [Response] A Response object with data of type nil
578
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_authentication_provider.rb.html) to see an example of how to use delete_authentication_provider API.
579
+ def delete_authentication_provider(oda_instance_id, authentication_provider_id, opts = {})
580
+ logger.debug 'Calling operation ManagementClient#delete_authentication_provider.' if logger
581
+
582
+ raise "Missing the required parameter 'oda_instance_id' when calling delete_authentication_provider." if oda_instance_id.nil?
583
+ raise "Missing the required parameter 'authentication_provider_id' when calling delete_authentication_provider." if authentication_provider_id.nil?
584
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
585
+ raise "Parameter value for 'authentication_provider_id' must not be blank" if OCI::Internal::Util.blank_string?(authentication_provider_id)
586
+
587
+ path = '/odaInstances/{odaInstanceId}/authenticationProviders/{authenticationProviderId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{authenticationProviderId}', authentication_provider_id.to_s)
588
+ operation_signing_strategy = :standard
589
+
590
+ # rubocop:disable Style/NegatedIf
591
+ # Query Params
592
+ query_params = {}
593
+
594
+ # Header Params
595
+ header_params = {}
596
+ header_params[:accept] = 'application/json'
597
+ header_params[:'content-type'] = 'application/json'
598
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
599
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
600
+ # rubocop:enable Style/NegatedIf
601
+
602
+ post_body = nil
603
+
604
+ # rubocop:disable Metrics/BlockLength
605
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_authentication_provider') do
606
+ @api_client.call_api(
607
+ :DELETE,
608
+ path,
609
+ endpoint,
610
+ header_params: header_params,
611
+ query_params: query_params,
612
+ operation_signing_strategy: operation_signing_strategy,
613
+ body: post_body
614
+ )
615
+ end
616
+ # rubocop:enable Metrics/BlockLength
617
+ end
618
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
619
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
620
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
621
+
622
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
623
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
624
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
625
+
626
+
627
+ # Delete the specified Channel.
628
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
629
+ # @param [String] channel_id Unique Channel identifier.
630
+ # @param [Hash] opts the optional parameters
631
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
632
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
633
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
634
+ # a Digital Assistant instance, set the `if-match` query parameter
635
+ # to the value of the `ETAG` header from a previous GET or POST
636
+ # response for that instance. The service updates or deletes the
637
+ # instance only if the etag that you provide matches the instance's
638
+ # current etag value.
639
+ #
640
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
641
+ # @return [Response] A Response object with data of type nil
642
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_channel.rb.html) to see an example of how to use delete_channel API.
643
+ def delete_channel(oda_instance_id, channel_id, opts = {})
644
+ logger.debug 'Calling operation ManagementClient#delete_channel.' if logger
645
+
646
+ raise "Missing the required parameter 'oda_instance_id' when calling delete_channel." if oda_instance_id.nil?
647
+ raise "Missing the required parameter 'channel_id' when calling delete_channel." if channel_id.nil?
648
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
649
+ raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
650
+
651
+ path = '/odaInstances/{odaInstanceId}/channels/{channelId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
652
+ operation_signing_strategy = :standard
653
+
654
+ # rubocop:disable Style/NegatedIf
655
+ # Query Params
656
+ query_params = {}
657
+
658
+ # Header Params
659
+ header_params = {}
660
+ header_params[:accept] = 'application/json'
661
+ header_params[:'content-type'] = 'application/json'
662
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
663
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
664
+ # rubocop:enable Style/NegatedIf
665
+
666
+ post_body = nil
667
+
668
+ # rubocop:disable Metrics/BlockLength
669
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_channel') do
670
+ @api_client.call_api(
671
+ :DELETE,
672
+ path,
673
+ endpoint,
674
+ header_params: header_params,
675
+ query_params: query_params,
676
+ operation_signing_strategy: operation_signing_strategy,
677
+ body: post_body
678
+ )
679
+ end
680
+ # rubocop:enable Metrics/BlockLength
681
+ end
682
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
683
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
684
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
685
+
686
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
687
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
688
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
689
+
690
+
691
+ # Delete the specified Digital Assistant.
692
+ #
693
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
694
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
695
+ # @param [Hash] opts the optional parameters
696
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
697
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
698
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
699
+ # a Digital Assistant instance, set the `if-match` query parameter
700
+ # to the value of the `ETAG` header from a previous GET or POST
701
+ # response for that instance. The service updates or deletes the
702
+ # instance only if the etag that you provide matches the instance's
703
+ # current etag value.
704
+ #
705
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
706
+ # @return [Response] A Response object with data of type nil
707
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_digital_assistant.rb.html) to see an example of how to use delete_digital_assistant API.
708
+ def delete_digital_assistant(oda_instance_id, digital_assistant_id, opts = {})
709
+ logger.debug 'Calling operation ManagementClient#delete_digital_assistant.' if logger
710
+
711
+ raise "Missing the required parameter 'oda_instance_id' when calling delete_digital_assistant." if oda_instance_id.nil?
712
+ raise "Missing the required parameter 'digital_assistant_id' when calling delete_digital_assistant." if digital_assistant_id.nil?
713
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
714
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
715
+
716
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
717
+ operation_signing_strategy = :standard
718
+
719
+ # rubocop:disable Style/NegatedIf
720
+ # Query Params
721
+ query_params = {}
722
+
723
+ # Header Params
724
+ header_params = {}
725
+ header_params[:accept] = 'application/json'
726
+ header_params[:'content-type'] = 'application/json'
727
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
728
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
729
+ # rubocop:enable Style/NegatedIf
730
+
731
+ post_body = nil
732
+
733
+ # rubocop:disable Metrics/BlockLength
734
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_digital_assistant') do
735
+ @api_client.call_api(
736
+ :DELETE,
737
+ path,
738
+ endpoint,
739
+ header_params: header_params,
740
+ query_params: query_params,
741
+ operation_signing_strategy: operation_signing_strategy,
742
+ body: post_body
743
+ )
744
+ end
745
+ # rubocop:enable Metrics/BlockLength
746
+ end
747
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
748
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
749
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
750
+
751
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
752
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
753
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
754
+
755
+
756
+ # Delete the specified Skill.
757
+ #
758
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
759
+ # @param [String] skill_id Unique Skill identifier.
760
+ # @param [Hash] opts the optional parameters
761
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
762
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
763
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
764
+ # a Digital Assistant instance, set the `if-match` query parameter
765
+ # to the value of the `ETAG` header from a previous GET or POST
766
+ # response for that instance. The service updates or deletes the
767
+ # instance only if the etag that you provide matches the instance's
768
+ # current etag value.
769
+ #
770
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
771
+ # @return [Response] A Response object with data of type nil
772
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_skill.rb.html) to see an example of how to use delete_skill API.
773
+ def delete_skill(oda_instance_id, skill_id, opts = {})
774
+ logger.debug 'Calling operation ManagementClient#delete_skill.' if logger
775
+
776
+ raise "Missing the required parameter 'oda_instance_id' when calling delete_skill." if oda_instance_id.nil?
777
+ raise "Missing the required parameter 'skill_id' when calling delete_skill." if skill_id.nil?
778
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
779
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
780
+
781
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
782
+ operation_signing_strategy = :standard
783
+
784
+ # rubocop:disable Style/NegatedIf
785
+ # Query Params
786
+ query_params = {}
787
+
788
+ # Header Params
789
+ header_params = {}
790
+ header_params[:accept] = 'application/json'
791
+ header_params[:'content-type'] = 'application/json'
792
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
793
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
794
+ # rubocop:enable Style/NegatedIf
795
+
796
+ post_body = nil
797
+
798
+ # rubocop:disable Metrics/BlockLength
799
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_skill') do
800
+ @api_client.call_api(
801
+ :DELETE,
802
+ path,
803
+ endpoint,
804
+ header_params: header_params,
805
+ query_params: query_params,
806
+ operation_signing_strategy: operation_signing_strategy,
807
+ body: post_body
808
+ )
809
+ end
810
+ # rubocop:enable Metrics/BlockLength
811
+ end
812
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
813
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
814
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
815
+
816
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
817
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
818
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
819
+
820
+
821
+ # Delete the specified Skill Parameter.
822
+ #
823
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
824
+ # @param [String] skill_id Unique Skill identifier.
825
+ # @param [String] parameter_name The name of a Skill Parameter.
826
+ # @param [Hash] opts the optional parameters
827
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
828
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
829
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
830
+ # a Digital Assistant instance, set the `if-match` query parameter
831
+ # to the value of the `ETAG` header from a previous GET or POST
832
+ # response for that instance. The service updates or deletes the
833
+ # instance only if the etag that you provide matches the instance's
834
+ # current etag value.
835
+ #
836
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
837
+ # @return [Response] A Response object with data of type nil
838
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_skill_parameter.rb.html) to see an example of how to use delete_skill_parameter API.
839
+ def delete_skill_parameter(oda_instance_id, skill_id, parameter_name, opts = {})
840
+ logger.debug 'Calling operation ManagementClient#delete_skill_parameter.' if logger
841
+
842
+ raise "Missing the required parameter 'oda_instance_id' when calling delete_skill_parameter." if oda_instance_id.nil?
843
+ raise "Missing the required parameter 'skill_id' when calling delete_skill_parameter." if skill_id.nil?
844
+ raise "Missing the required parameter 'parameter_name' when calling delete_skill_parameter." if parameter_name.nil?
845
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
846
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
847
+ raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
848
+
849
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s).sub('{parameterName}', parameter_name.to_s)
850
+ operation_signing_strategy = :standard
851
+
852
+ # rubocop:disable Style/NegatedIf
853
+ # Query Params
854
+ query_params = {}
855
+
856
+ # Header Params
857
+ header_params = {}
858
+ header_params[:accept] = 'application/json'
859
+ header_params[:'content-type'] = 'application/json'
860
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
861
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
862
+ # rubocop:enable Style/NegatedIf
863
+
864
+ post_body = nil
865
+
866
+ # rubocop:disable Metrics/BlockLength
867
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_skill_parameter') do
868
+ @api_client.call_api(
869
+ :DELETE,
870
+ path,
871
+ endpoint,
872
+ header_params: header_params,
873
+ query_params: query_params,
874
+ operation_signing_strategy: operation_signing_strategy,
875
+ body: post_body
876
+ )
877
+ end
878
+ # rubocop:enable Metrics/BlockLength
879
+ end
880
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
881
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
882
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
883
+
884
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
885
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
886
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
887
+
888
+
889
+ # Delete the specified Translator.
890
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
891
+ # @param [String] translator_id Unique Translator identifier.
892
+ # @param [Hash] opts the optional parameters
893
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
894
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
895
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
896
+ # a Digital Assistant instance, set the `if-match` query parameter
897
+ # to the value of the `ETAG` header from a previous GET or POST
898
+ # response for that instance. The service updates or deletes the
899
+ # instance only if the etag that you provide matches the instance's
900
+ # current etag value.
901
+ #
902
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
903
+ # @return [Response] A Response object with data of type nil
904
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_translator.rb.html) to see an example of how to use delete_translator API.
905
+ def delete_translator(oda_instance_id, translator_id, opts = {})
906
+ logger.debug 'Calling operation ManagementClient#delete_translator.' if logger
907
+
908
+ raise "Missing the required parameter 'oda_instance_id' when calling delete_translator." if oda_instance_id.nil?
909
+ raise "Missing the required parameter 'translator_id' when calling delete_translator." if translator_id.nil?
910
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
911
+ raise "Parameter value for 'translator_id' must not be blank" if OCI::Internal::Util.blank_string?(translator_id)
912
+
913
+ path = '/odaInstances/{odaInstanceId}/translators/{translatorId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{translatorId}', translator_id.to_s)
914
+ operation_signing_strategy = :standard
915
+
916
+ # rubocop:disable Style/NegatedIf
917
+ # Query Params
918
+ query_params = {}
919
+
920
+ # Header Params
921
+ header_params = {}
922
+ header_params[:accept] = 'application/json'
923
+ header_params[:'content-type'] = 'application/json'
924
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
925
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
926
+ # rubocop:enable Style/NegatedIf
927
+
928
+ post_body = nil
929
+
930
+ # rubocop:disable Metrics/BlockLength
931
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_translator') do
932
+ @api_client.call_api(
933
+ :DELETE,
934
+ path,
935
+ endpoint,
936
+ header_params: header_params,
937
+ query_params: query_params,
938
+ operation_signing_strategy: operation_signing_strategy,
939
+ body: post_body
940
+ )
941
+ end
942
+ # rubocop:enable Metrics/BlockLength
943
+ end
944
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
945
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
946
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
947
+
948
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
949
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
950
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
951
+
952
+
953
+ # Exports the specified Digital Assistant as an archive to Object Storage.
954
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
955
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
956
+ # @param [OCI::Oda::Models::ExportDigitalAssistantDetails] export_digital_assistant_details Where in Object Storage to export the Digital Assistant to.
957
+ # @param [Hash] opts the optional parameters
958
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
959
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
960
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
961
+ # @return [Response] A Response object with data of type nil
962
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/export_digital_assistant.rb.html) to see an example of how to use export_digital_assistant API.
963
+ def export_digital_assistant(oda_instance_id, digital_assistant_id, export_digital_assistant_details, opts = {})
964
+ logger.debug 'Calling operation ManagementClient#export_digital_assistant.' if logger
965
+
966
+ raise "Missing the required parameter 'oda_instance_id' when calling export_digital_assistant." if oda_instance_id.nil?
967
+ raise "Missing the required parameter 'digital_assistant_id' when calling export_digital_assistant." if digital_assistant_id.nil?
968
+ raise "Missing the required parameter 'export_digital_assistant_details' when calling export_digital_assistant." if export_digital_assistant_details.nil?
969
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
970
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
971
+
972
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/actions/export'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
973
+ operation_signing_strategy = :standard
974
+
975
+ # rubocop:disable Style/NegatedIf
976
+ # Query Params
977
+ query_params = {}
978
+
979
+ # Header Params
980
+ header_params = {}
981
+ header_params[:accept] = 'application/json'
982
+ header_params[:'content-type'] = 'application/json'
983
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
984
+ # rubocop:enable Style/NegatedIf
985
+
986
+ post_body = @api_client.object_to_http_body(export_digital_assistant_details)
987
+
988
+ # rubocop:disable Metrics/BlockLength
989
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#export_digital_assistant') do
990
+ @api_client.call_api(
991
+ :POST,
992
+ path,
993
+ endpoint,
994
+ header_params: header_params,
995
+ query_params: query_params,
996
+ operation_signing_strategy: operation_signing_strategy,
997
+ body: post_body
998
+ )
999
+ end
1000
+ # rubocop:enable Metrics/BlockLength
1001
+ end
1002
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1003
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1004
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1005
+
1006
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1007
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1008
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1009
+
1010
+
1011
+ # Exports the specified Skill as an archive to Object Storage.
1012
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1013
+ # @param [String] skill_id Unique Skill identifier.
1014
+ # @param [OCI::Oda::Models::ExportSkillDetails] export_skill_details Where in Object Storage to export the Skill to.
1015
+ # @param [Hash] opts the optional parameters
1016
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1017
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1018
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1019
+ # @return [Response] A Response object with data of type nil
1020
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/export_skill.rb.html) to see an example of how to use export_skill API.
1021
+ def export_skill(oda_instance_id, skill_id, export_skill_details, opts = {})
1022
+ logger.debug 'Calling operation ManagementClient#export_skill.' if logger
1023
+
1024
+ raise "Missing the required parameter 'oda_instance_id' when calling export_skill." if oda_instance_id.nil?
1025
+ raise "Missing the required parameter 'skill_id' when calling export_skill." if skill_id.nil?
1026
+ raise "Missing the required parameter 'export_skill_details' when calling export_skill." if export_skill_details.nil?
1027
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1028
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
1029
+
1030
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/actions/export'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
1031
+ operation_signing_strategy = :standard
1032
+
1033
+ # rubocop:disable Style/NegatedIf
1034
+ # Query Params
1035
+ query_params = {}
1036
+
1037
+ # Header Params
1038
+ header_params = {}
1039
+ header_params[:accept] = 'application/json'
1040
+ header_params[:'content-type'] = 'application/json'
1041
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1042
+ # rubocop:enable Style/NegatedIf
1043
+
1044
+ post_body = @api_client.object_to_http_body(export_skill_details)
1045
+
1046
+ # rubocop:disable Metrics/BlockLength
1047
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#export_skill') do
1048
+ @api_client.call_api(
1049
+ :POST,
1050
+ path,
1051
+ endpoint,
1052
+ header_params: header_params,
1053
+ query_params: query_params,
1054
+ operation_signing_strategy: operation_signing_strategy,
1055
+ body: post_body
1056
+ )
1057
+ end
1058
+ # rubocop:enable Metrics/BlockLength
1059
+ end
1060
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1061
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1062
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1063
+
1064
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1065
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1066
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1067
+
1068
+
1069
+ # Gets the specified Authentication Provider.
1070
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1071
+ # @param [String] authentication_provider_id Unique Authentication Provider identifier.
1072
+ # @param [Hash] opts the optional parameters
1073
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1074
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1075
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1076
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProvider AuthenticationProvider}
1077
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_authentication_provider.rb.html) to see an example of how to use get_authentication_provider API.
1078
+ def get_authentication_provider(oda_instance_id, authentication_provider_id, opts = {})
1079
+ logger.debug 'Calling operation ManagementClient#get_authentication_provider.' if logger
1080
+
1081
+ raise "Missing the required parameter 'oda_instance_id' when calling get_authentication_provider." if oda_instance_id.nil?
1082
+ raise "Missing the required parameter 'authentication_provider_id' when calling get_authentication_provider." if authentication_provider_id.nil?
1083
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1084
+ raise "Parameter value for 'authentication_provider_id' must not be blank" if OCI::Internal::Util.blank_string?(authentication_provider_id)
1085
+
1086
+ path = '/odaInstances/{odaInstanceId}/authenticationProviders/{authenticationProviderId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{authenticationProviderId}', authentication_provider_id.to_s)
1087
+ operation_signing_strategy = :standard
1088
+
1089
+ # rubocop:disable Style/NegatedIf
1090
+ # Query Params
1091
+ query_params = {}
1092
+
1093
+ # Header Params
1094
+ header_params = {}
1095
+ header_params[:accept] = 'application/json'
1096
+ header_params[:'content-type'] = 'application/json'
1097
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1098
+ # rubocop:enable Style/NegatedIf
1099
+
1100
+ post_body = nil
1101
+
1102
+ # rubocop:disable Metrics/BlockLength
1103
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_authentication_provider') do
1104
+ @api_client.call_api(
1105
+ :GET,
1106
+ path,
1107
+ endpoint,
1108
+ header_params: header_params,
1109
+ query_params: query_params,
1110
+ operation_signing_strategy: operation_signing_strategy,
1111
+ body: post_body,
1112
+ return_type: 'OCI::Oda::Models::AuthenticationProvider'
1113
+ )
1114
+ end
1115
+ # rubocop:enable Metrics/BlockLength
1116
+ end
1117
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1118
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1119
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1120
+
1121
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1122
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1123
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1124
+
1125
+
1126
+ # Gets the specified Channel.
1127
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1128
+ # @param [String] channel_id Unique Channel identifier.
1129
+ # @param [Hash] opts the optional parameters
1130
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1131
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1132
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1133
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
1134
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_channel.rb.html) to see an example of how to use get_channel API.
1135
+ def get_channel(oda_instance_id, channel_id, opts = {})
1136
+ logger.debug 'Calling operation ManagementClient#get_channel.' if logger
1137
+
1138
+ raise "Missing the required parameter 'oda_instance_id' when calling get_channel." if oda_instance_id.nil?
1139
+ raise "Missing the required parameter 'channel_id' when calling get_channel." if channel_id.nil?
1140
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1141
+ raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
1142
+
1143
+ path = '/odaInstances/{odaInstanceId}/channels/{channelId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
1144
+ operation_signing_strategy = :standard
1145
+
1146
+ # rubocop:disable Style/NegatedIf
1147
+ # Query Params
1148
+ query_params = {}
1149
+
1150
+ # Header Params
1151
+ header_params = {}
1152
+ header_params[:accept] = 'application/json'
1153
+ header_params[:'content-type'] = 'application/json'
1154
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1155
+ # rubocop:enable Style/NegatedIf
1156
+
1157
+ post_body = nil
1158
+
1159
+ # rubocop:disable Metrics/BlockLength
1160
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_channel') do
1161
+ @api_client.call_api(
1162
+ :GET,
1163
+ path,
1164
+ endpoint,
1165
+ header_params: header_params,
1166
+ query_params: query_params,
1167
+ operation_signing_strategy: operation_signing_strategy,
1168
+ body: post_body,
1169
+ return_type: 'OCI::Oda::Models::Channel'
1170
+ )
1171
+ end
1172
+ # rubocop:enable Metrics/BlockLength
1173
+ end
1174
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1175
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1176
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1177
+
1178
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1179
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1180
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1181
+
1182
+
1183
+ # Gets the specified Digital Assistant.
1184
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1185
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
1186
+ # @param [Hash] opts the optional parameters
1187
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1188
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1189
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1190
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistant DigitalAssistant}
1191
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_digital_assistant.rb.html) to see an example of how to use get_digital_assistant API.
1192
+ def get_digital_assistant(oda_instance_id, digital_assistant_id, opts = {})
1193
+ logger.debug 'Calling operation ManagementClient#get_digital_assistant.' if logger
1194
+
1195
+ raise "Missing the required parameter 'oda_instance_id' when calling get_digital_assistant." if oda_instance_id.nil?
1196
+ raise "Missing the required parameter 'digital_assistant_id' when calling get_digital_assistant." if digital_assistant_id.nil?
1197
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1198
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
1199
+
1200
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
1201
+ operation_signing_strategy = :standard
1202
+
1203
+ # rubocop:disable Style/NegatedIf
1204
+ # Query Params
1205
+ query_params = {}
1206
+
1207
+ # Header Params
1208
+ header_params = {}
1209
+ header_params[:accept] = 'application/json'
1210
+ header_params[:'content-type'] = 'application/json'
1211
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1212
+ # rubocop:enable Style/NegatedIf
1213
+
1214
+ post_body = nil
1215
+
1216
+ # rubocop:disable Metrics/BlockLength
1217
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_digital_assistant') do
1218
+ @api_client.call_api(
1219
+ :GET,
1220
+ path,
1221
+ endpoint,
1222
+ header_params: header_params,
1223
+ query_params: query_params,
1224
+ operation_signing_strategy: operation_signing_strategy,
1225
+ body: post_body,
1226
+ return_type: 'OCI::Oda::Models::DigitalAssistant'
1227
+ )
1228
+ end
1229
+ # rubocop:enable Metrics/BlockLength
1230
+ end
1231
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1232
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1233
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1234
+
1235
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1236
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1237
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1238
+
1239
+
1240
+ # Gets the specified Digital Assistant Parameter.
1241
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1242
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
1243
+ # @param [String] parameter_name The name of a Digital Assistant Parameter. This is unique with the Digital Assistant.
1244
+ # @param [Hash] opts the optional parameters
1245
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1246
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1247
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1248
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantParameter DigitalAssistantParameter}
1249
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_digital_assistant_parameter.rb.html) to see an example of how to use get_digital_assistant_parameter API.
1250
+ def get_digital_assistant_parameter(oda_instance_id, digital_assistant_id, parameter_name, opts = {})
1251
+ logger.debug 'Calling operation ManagementClient#get_digital_assistant_parameter.' if logger
1252
+
1253
+ raise "Missing the required parameter 'oda_instance_id' when calling get_digital_assistant_parameter." if oda_instance_id.nil?
1254
+ raise "Missing the required parameter 'digital_assistant_id' when calling get_digital_assistant_parameter." if digital_assistant_id.nil?
1255
+ raise "Missing the required parameter 'parameter_name' when calling get_digital_assistant_parameter." if parameter_name.nil?
1256
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1257
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
1258
+ raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
1259
+
1260
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s).sub('{parameterName}', parameter_name.to_s)
1261
+ operation_signing_strategy = :standard
1262
+
1263
+ # rubocop:disable Style/NegatedIf
1264
+ # Query Params
1265
+ query_params = {}
1266
+
1267
+ # Header Params
1268
+ header_params = {}
1269
+ header_params[:accept] = 'application/json'
1270
+ header_params[:'content-type'] = 'application/json'
1271
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1272
+ # rubocop:enable Style/NegatedIf
1273
+
1274
+ post_body = nil
1275
+
1276
+ # rubocop:disable Metrics/BlockLength
1277
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_digital_assistant_parameter') do
1278
+ @api_client.call_api(
1279
+ :GET,
1280
+ path,
1281
+ endpoint,
1282
+ header_params: header_params,
1283
+ query_params: query_params,
1284
+ operation_signing_strategy: operation_signing_strategy,
1285
+ body: post_body,
1286
+ return_type: 'OCI::Oda::Models::DigitalAssistantParameter'
1287
+ )
1288
+ end
1289
+ # rubocop:enable Metrics/BlockLength
1290
+ end
1291
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1292
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1293
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1294
+
1295
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1296
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1297
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1298
+
1299
+
1300
+ # Gets the specified Skill.
1301
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1302
+ # @param [String] skill_id Unique Skill identifier.
1303
+ # @param [Hash] opts the optional parameters
1304
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1305
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1306
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1307
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Skill Skill}
1308
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_skill.rb.html) to see an example of how to use get_skill API.
1309
+ def get_skill(oda_instance_id, skill_id, opts = {})
1310
+ logger.debug 'Calling operation ManagementClient#get_skill.' if logger
1311
+
1312
+ raise "Missing the required parameter 'oda_instance_id' when calling get_skill." if oda_instance_id.nil?
1313
+ raise "Missing the required parameter 'skill_id' when calling get_skill." if skill_id.nil?
1314
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1315
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
1316
+
1317
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
1318
+ operation_signing_strategy = :standard
1319
+
1320
+ # rubocop:disable Style/NegatedIf
1321
+ # Query Params
1322
+ query_params = {}
1323
+
1324
+ # Header Params
1325
+ header_params = {}
1326
+ header_params[:accept] = 'application/json'
1327
+ header_params[:'content-type'] = 'application/json'
1328
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1329
+ # rubocop:enable Style/NegatedIf
1330
+
1331
+ post_body = nil
1332
+
1333
+ # rubocop:disable Metrics/BlockLength
1334
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_skill') do
1335
+ @api_client.call_api(
1336
+ :GET,
1337
+ path,
1338
+ endpoint,
1339
+ header_params: header_params,
1340
+ query_params: query_params,
1341
+ operation_signing_strategy: operation_signing_strategy,
1342
+ body: post_body,
1343
+ return_type: 'OCI::Oda::Models::Skill'
1344
+ )
1345
+ end
1346
+ # rubocop:enable Metrics/BlockLength
1347
+ end
1348
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1349
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1350
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1351
+
1352
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1353
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1354
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1355
+
1356
+
1357
+ # Gets the specified Skill Parameter.
1358
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1359
+ # @param [String] skill_id Unique Skill identifier.
1360
+ # @param [String] parameter_name The name of a Skill Parameter.
1361
+ # @param [Hash] opts the optional parameters
1362
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1363
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1364
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1365
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameter SkillParameter}
1366
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_skill_parameter.rb.html) to see an example of how to use get_skill_parameter API.
1367
+ def get_skill_parameter(oda_instance_id, skill_id, parameter_name, opts = {})
1368
+ logger.debug 'Calling operation ManagementClient#get_skill_parameter.' if logger
1369
+
1370
+ raise "Missing the required parameter 'oda_instance_id' when calling get_skill_parameter." if oda_instance_id.nil?
1371
+ raise "Missing the required parameter 'skill_id' when calling get_skill_parameter." if skill_id.nil?
1372
+ raise "Missing the required parameter 'parameter_name' when calling get_skill_parameter." if parameter_name.nil?
1373
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1374
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
1375
+ raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
1376
+
1377
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s).sub('{parameterName}', parameter_name.to_s)
1378
+ operation_signing_strategy = :standard
1379
+
1380
+ # rubocop:disable Style/NegatedIf
1381
+ # Query Params
1382
+ query_params = {}
1383
+
1384
+ # Header Params
1385
+ header_params = {}
1386
+ header_params[:accept] = 'application/json'
1387
+ header_params[:'content-type'] = 'application/json'
1388
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1389
+ # rubocop:enable Style/NegatedIf
1390
+
1391
+ post_body = nil
1392
+
1393
+ # rubocop:disable Metrics/BlockLength
1394
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_skill_parameter') do
1395
+ @api_client.call_api(
1396
+ :GET,
1397
+ path,
1398
+ endpoint,
1399
+ header_params: header_params,
1400
+ query_params: query_params,
1401
+ operation_signing_strategy: operation_signing_strategy,
1402
+ body: post_body,
1403
+ return_type: 'OCI::Oda::Models::SkillParameter'
1404
+ )
1405
+ end
1406
+ # rubocop:enable Metrics/BlockLength
1407
+ end
1408
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1409
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1410
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1411
+
1412
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1413
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1414
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1415
+
1416
+
1417
+ # Gets the specified Translator.
1418
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1419
+ # @param [String] translator_id Unique Translator identifier.
1420
+ # @param [Hash] opts the optional parameters
1421
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1422
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1423
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1424
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Translator Translator}
1425
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_translator.rb.html) to see an example of how to use get_translator API.
1426
+ def get_translator(oda_instance_id, translator_id, opts = {})
1427
+ logger.debug 'Calling operation ManagementClient#get_translator.' if logger
1428
+
1429
+ raise "Missing the required parameter 'oda_instance_id' when calling get_translator." if oda_instance_id.nil?
1430
+ raise "Missing the required parameter 'translator_id' when calling get_translator." if translator_id.nil?
1431
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1432
+ raise "Parameter value for 'translator_id' must not be blank" if OCI::Internal::Util.blank_string?(translator_id)
1433
+
1434
+ path = '/odaInstances/{odaInstanceId}/translators/{translatorId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{translatorId}', translator_id.to_s)
1435
+ operation_signing_strategy = :standard
1436
+
1437
+ # rubocop:disable Style/NegatedIf
1438
+ # Query Params
1439
+ query_params = {}
1440
+
1441
+ # Header Params
1442
+ header_params = {}
1443
+ header_params[:accept] = 'application/json'
1444
+ header_params[:'content-type'] = 'application/json'
1445
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1446
+ # rubocop:enable Style/NegatedIf
1447
+
1448
+ post_body = nil
1449
+
1450
+ # rubocop:disable Metrics/BlockLength
1451
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_translator') do
1452
+ @api_client.call_api(
1453
+ :GET,
1454
+ path,
1455
+ endpoint,
1456
+ header_params: header_params,
1457
+ query_params: query_params,
1458
+ operation_signing_strategy: operation_signing_strategy,
1459
+ body: post_body,
1460
+ return_type: 'OCI::Oda::Models::Translator'
1461
+ )
1462
+ end
1463
+ # rubocop:enable Metrics/BlockLength
1464
+ end
1465
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1466
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1467
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1468
+
1469
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1470
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1471
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1472
+
1473
+
1474
+ # Import a Bot archive from Object Storage.
1475
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1476
+ # @param [OCI::Oda::Models::ImportBotDetails] import_bot_details Properties for where in Object Storage to import the Bot archive from.
1477
+ # @param [Hash] opts the optional parameters
1478
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1479
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1480
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1481
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
1482
+ # a timeout or server error without the risk of executing that same action again.
1483
+ #
1484
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
1485
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
1486
+ # then the service might reject a retry of the original creation request.
1487
+ #
1488
+ # @return [Response] A Response object with data of type nil
1489
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/import_bot.rb.html) to see an example of how to use import_bot API.
1490
+ def import_bot(oda_instance_id, import_bot_details, opts = {})
1491
+ logger.debug 'Calling operation ManagementClient#import_bot.' if logger
1492
+
1493
+ raise "Missing the required parameter 'oda_instance_id' when calling import_bot." if oda_instance_id.nil?
1494
+ raise "Missing the required parameter 'import_bot_details' when calling import_bot." if import_bot_details.nil?
1495
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1496
+
1497
+ path = '/odaInstances/{odaInstanceId}/actions/importBot'.sub('{odaInstanceId}', oda_instance_id.to_s)
1498
+ operation_signing_strategy = :standard
1499
+
1500
+ # rubocop:disable Style/NegatedIf
1501
+ # Query Params
1502
+ query_params = {}
1503
+
1504
+ # Header Params
1505
+ header_params = {}
1506
+ header_params[:accept] = 'application/json'
1507
+ header_params[:'content-type'] = 'application/json'
1508
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1509
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
1510
+ # rubocop:enable Style/NegatedIf
1511
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
1512
+
1513
+ post_body = @api_client.object_to_http_body(import_bot_details)
1514
+
1515
+ # rubocop:disable Metrics/BlockLength
1516
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#import_bot') do
1517
+ @api_client.call_api(
1518
+ :POST,
1519
+ path,
1520
+ endpoint,
1521
+ header_params: header_params,
1522
+ query_params: query_params,
1523
+ operation_signing_strategy: operation_signing_strategy,
1524
+ body: post_body
1525
+ )
1526
+ end
1527
+ # rubocop:enable Metrics/BlockLength
1528
+ end
1529
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1530
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1531
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1532
+
1533
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1534
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1535
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1536
+
1537
+
1538
+ # Returns a page of Authentication Providers that belong to the specified Digital Assistant instance.
1539
+ #
1540
+ # If the `opc-next-page` header appears in the response, then
1541
+ # there are more items to retrieve. To get the next page in the subsequent
1542
+ # GET request, include the header's value as the `page` query parameter.
1543
+ #
1544
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1545
+ # @param [Hash] opts the optional parameters
1546
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1547
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1548
+ # @option opts [String] :id Unique Authentication Provider identifier.
1549
+ # @option opts [String] :identity_provider List only Authentication Providers for this Identity Provider.
1550
+ # @option opts [String] :name List only the information for Authentication Providers with this name. Authentication Provider names are unique and may not change.
1551
+ #
1552
+ # Example: `MyProvider`
1553
+ #
1554
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
1555
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
1556
+ # @option opts [String] :page The page at which to start retrieving results.
1557
+ #
1558
+ # You get this value from the `opc-next-page` header in a previous list request.
1559
+ # To retireve the first page, omit this query parameter.
1560
+ #
1561
+ # Example: `MToxMA==`
1562
+ #
1563
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
1564
+ # Allowed values are: ASC, DESC
1565
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
1566
+ #
1567
+ # The default sort order for `timeCreated` and `timeUpdated` is descending.
1568
+ # For all other sort fields the default sort order is ascending.
1569
+ # (default to timeCreated)
1570
+ # Allowed values are: timeCreated, timeUpdated, name, identityProvider
1571
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1572
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProviderCollection AuthenticationProviderCollection}
1573
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_authentication_providers.rb.html) to see an example of how to use list_authentication_providers API.
1574
+ def list_authentication_providers(oda_instance_id, opts = {})
1575
+ logger.debug 'Calling operation ManagementClient#list_authentication_providers.' if logger
1576
+
1577
+ raise "Missing the required parameter 'oda_instance_id' when calling list_authentication_providers." if oda_instance_id.nil?
1578
+
1579
+ if opts[:identity_provider] && !OCI::Oda::Models::AUTHENTICATION_IDENTITY_PROVIDER_ENUM.include?(opts[:identity_provider])
1580
+ raise 'Invalid value for "identity_provider", must be one of the values in OCI::Oda::Models::AUTHENTICATION_IDENTITY_PROVIDER_ENUM.'
1581
+ end
1582
+
1583
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
1584
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
1585
+ end
1586
+
1587
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
1588
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
1589
+ end
1590
+
1591
+ if opts[:sort_by] && !%w[timeCreated timeUpdated name identityProvider].include?(opts[:sort_by])
1592
+ raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name, identityProvider.'
1593
+ end
1594
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1595
+
1596
+ path = '/odaInstances/{odaInstanceId}/authenticationProviders'.sub('{odaInstanceId}', oda_instance_id.to_s)
1597
+ operation_signing_strategy = :standard
1598
+
1599
+ # rubocop:disable Style/NegatedIf
1600
+ # Query Params
1601
+ query_params = {}
1602
+ query_params[:id] = opts[:id] if opts[:id]
1603
+ query_params[:identityProvider] = opts[:identity_provider] if opts[:identity_provider]
1604
+ query_params[:name] = opts[:name] if opts[:name]
1605
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
1606
+ query_params[:limit] = opts[:limit] if opts[:limit]
1607
+ query_params[:page] = opts[:page] if opts[:page]
1608
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
1609
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
1610
+
1611
+ # Header Params
1612
+ header_params = {}
1613
+ header_params[:accept] = 'application/json'
1614
+ header_params[:'content-type'] = 'application/json'
1615
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1616
+ # rubocop:enable Style/NegatedIf
1617
+
1618
+ post_body = nil
1619
+
1620
+ # rubocop:disable Metrics/BlockLength
1621
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_authentication_providers') do
1622
+ @api_client.call_api(
1623
+ :GET,
1624
+ path,
1625
+ endpoint,
1626
+ header_params: header_params,
1627
+ query_params: query_params,
1628
+ operation_signing_strategy: operation_signing_strategy,
1629
+ body: post_body,
1630
+ return_type: 'OCI::Oda::Models::AuthenticationProviderCollection'
1631
+ )
1632
+ end
1633
+ # rubocop:enable Metrics/BlockLength
1634
+ end
1635
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1636
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1637
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1638
+
1639
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1640
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1641
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1642
+
1643
+
1644
+ # Returns a page of Channels that belong to the specified Digital Assistant instance.
1645
+ #
1646
+ # If the `opc-next-page` header appears in the response, then
1647
+ # there are more items to retrieve. To get the next page in the subsequent
1648
+ # GET request, include the header's value as the `page` query parameter.
1649
+ #
1650
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1651
+ # @param [Hash] opts the optional parameters
1652
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1653
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1654
+ # @option opts [String] :id Unique Channel identifier.
1655
+ # @option opts [String] :name List only the information for Channels with this name. Channels names are unique and may not change.
1656
+ #
1657
+ # Example: `MyChannel`
1658
+ #
1659
+ # @option opts [String] :category List only Channels with this category.
1660
+ # @option opts [String] :type List only Channels of this type.
1661
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
1662
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
1663
+ # @option opts [String] :page The page at which to start retrieving results.
1664
+ #
1665
+ # You get this value from the `opc-next-page` header in a previous list request.
1666
+ # To retireve the first page, omit this query parameter.
1667
+ #
1668
+ # Example: `MToxMA==`
1669
+ #
1670
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
1671
+ # Allowed values are: ASC, DESC
1672
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
1673
+ #
1674
+ # The default sort order for `timeCreated` and `timeUpdated` is descending, and the default sort order for `name` is ascending.
1675
+ # (default to timeCreated)
1676
+ # Allowed values are: timeCreated, timeUpdated, name
1677
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1678
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::ChannelCollection ChannelCollection}
1679
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_channels.rb.html) to see an example of how to use list_channels API.
1680
+ def list_channels(oda_instance_id, opts = {})
1681
+ logger.debug 'Calling operation ManagementClient#list_channels.' if logger
1682
+
1683
+ raise "Missing the required parameter 'oda_instance_id' when calling list_channels." if oda_instance_id.nil?
1684
+
1685
+ if opts[:category] && !OCI::Oda::Models::CHANNEL_CATEGORY_ENUM.include?(opts[:category])
1686
+ raise 'Invalid value for "category", must be one of the values in OCI::Oda::Models::CHANNEL_CATEGORY_ENUM.'
1687
+ end
1688
+
1689
+ if opts[:type] && !OCI::Oda::Models::CHANNEL_TYPE_ENUM.include?(opts[:type])
1690
+ raise 'Invalid value for "type", must be one of the values in OCI::Oda::Models::CHANNEL_TYPE_ENUM.'
1691
+ end
1692
+
1693
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
1694
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
1695
+ end
1696
+
1697
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
1698
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
1699
+ end
1700
+
1701
+ if opts[:sort_by] && !%w[timeCreated timeUpdated name].include?(opts[:sort_by])
1702
+ raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name.'
1703
+ end
1704
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1705
+
1706
+ path = '/odaInstances/{odaInstanceId}/channels'.sub('{odaInstanceId}', oda_instance_id.to_s)
1707
+ operation_signing_strategy = :standard
1708
+
1709
+ # rubocop:disable Style/NegatedIf
1710
+ # Query Params
1711
+ query_params = {}
1712
+ query_params[:id] = opts[:id] if opts[:id]
1713
+ query_params[:name] = opts[:name] if opts[:name]
1714
+ query_params[:category] = opts[:category] if opts[:category]
1715
+ query_params[:type] = opts[:type] if opts[:type]
1716
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
1717
+ query_params[:limit] = opts[:limit] if opts[:limit]
1718
+ query_params[:page] = opts[:page] if opts[:page]
1719
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
1720
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
1721
+
1722
+ # Header Params
1723
+ header_params = {}
1724
+ header_params[:accept] = 'application/json'
1725
+ header_params[:'content-type'] = 'application/json'
1726
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1727
+ # rubocop:enable Style/NegatedIf
1728
+
1729
+ post_body = nil
1730
+
1731
+ # rubocop:disable Metrics/BlockLength
1732
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_channels') do
1733
+ @api_client.call_api(
1734
+ :GET,
1735
+ path,
1736
+ endpoint,
1737
+ header_params: header_params,
1738
+ query_params: query_params,
1739
+ operation_signing_strategy: operation_signing_strategy,
1740
+ body: post_body,
1741
+ return_type: 'OCI::Oda::Models::ChannelCollection'
1742
+ )
1743
+ end
1744
+ # rubocop:enable Metrics/BlockLength
1745
+ end
1746
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1747
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1748
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1749
+
1750
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1751
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1752
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1753
+
1754
+
1755
+ # Returns a page of Parameters that belong to the specified Digital Assistant.
1756
+ #
1757
+ # If the `opc-next-page` header appears in the response, then
1758
+ # there are more items to retrieve. To get the next page in the subsequent
1759
+ # GET request, include the header's value as the `page` query parameter.
1760
+ #
1761
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1762
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
1763
+ # @param [Hash] opts the optional parameters
1764
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1765
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1766
+ # @option opts [String] :name List only Parameters with this name.
1767
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
1768
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
1769
+ # @option opts [String] :page The page at which to start retrieving results.
1770
+ #
1771
+ # You get this value from the `opc-next-page` header in a previous list request.
1772
+ # To retireve the first page, omit this query parameter.
1773
+ #
1774
+ # Example: `MToxMA==`
1775
+ #
1776
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
1777
+ # Allowed values are: ASC, DESC
1778
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `name`.
1779
+ #
1780
+ # The default sort order is ascending.
1781
+ # (default to name)
1782
+ # Allowed values are: name, displayName, type
1783
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1784
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantParameterCollection DigitalAssistantParameterCollection}
1785
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_digital_assistant_parameters.rb.html) to see an example of how to use list_digital_assistant_parameters API.
1786
+ def list_digital_assistant_parameters(oda_instance_id, digital_assistant_id, opts = {})
1787
+ logger.debug 'Calling operation ManagementClient#list_digital_assistant_parameters.' if logger
1788
+
1789
+ raise "Missing the required parameter 'oda_instance_id' when calling list_digital_assistant_parameters." if oda_instance_id.nil?
1790
+ raise "Missing the required parameter 'digital_assistant_id' when calling list_digital_assistant_parameters." if digital_assistant_id.nil?
1791
+
1792
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
1793
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
1794
+ end
1795
+
1796
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
1797
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
1798
+ end
1799
+
1800
+ if opts[:sort_by] && !%w[name displayName type].include?(opts[:sort_by])
1801
+ raise 'Invalid value for "sort_by", must be one of name, displayName, type.'
1802
+ end
1803
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1804
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
1805
+
1806
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/parameters'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
1807
+ operation_signing_strategy = :standard
1808
+
1809
+ # rubocop:disable Style/NegatedIf
1810
+ # Query Params
1811
+ query_params = {}
1812
+ query_params[:name] = opts[:name] if opts[:name]
1813
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
1814
+ query_params[:limit] = opts[:limit] if opts[:limit]
1815
+ query_params[:page] = opts[:page] if opts[:page]
1816
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
1817
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
1818
+
1819
+ # Header Params
1820
+ header_params = {}
1821
+ header_params[:accept] = 'application/json'
1822
+ header_params[:'content-type'] = 'application/json'
1823
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1824
+ # rubocop:enable Style/NegatedIf
1825
+
1826
+ post_body = nil
1827
+
1828
+ # rubocop:disable Metrics/BlockLength
1829
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_digital_assistant_parameters') do
1830
+ @api_client.call_api(
1831
+ :GET,
1832
+ path,
1833
+ endpoint,
1834
+ header_params: header_params,
1835
+ query_params: query_params,
1836
+ operation_signing_strategy: operation_signing_strategy,
1837
+ body: post_body,
1838
+ return_type: 'OCI::Oda::Models::DigitalAssistantParameterCollection'
1839
+ )
1840
+ end
1841
+ # rubocop:enable Metrics/BlockLength
1842
+ end
1843
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1844
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1845
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1846
+
1847
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1848
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1849
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1850
+
1851
+
1852
+ # Returns a page of Digital Assistants that belong to the specified Digital Assistant instance.
1853
+ #
1854
+ # If the `opc-next-page` header appears in the response, then
1855
+ # there are more items to retrieve. To get the next page in the subsequent
1856
+ # GET request, include the header's value as the `page` query parameter.
1857
+ #
1858
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1859
+ # @param [Hash] opts the optional parameters
1860
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1861
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1862
+ # @option opts [String] :digital_assistant_id Unique Digital Assistant identifier.
1863
+ # @option opts [String] :category List only Bot resources with this category.
1864
+ # @option opts [String] :name List only Bot resources with this name. Names are unique and may not change.
1865
+ #
1866
+ # Example: `MySkill`
1867
+ #
1868
+ # @option opts [String] :version List only Bot resources with this version. Versions are unique and may not change.
1869
+ #
1870
+ # Example: `1.0`
1871
+ #
1872
+ # @option opts [String] :namespace List only Bot resources with this namespace. Namespaces may not change.
1873
+ #
1874
+ # Example: `MyNamespace`
1875
+ #
1876
+ # @option opts [String] :platform_version List only Bot resources with this platform version.
1877
+ #
1878
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
1879
+ # @option opts [String] :lifecycle_details List only Bot resources with this lifecycle details.
1880
+ #
1881
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
1882
+ # @option opts [String] :page The page at which to start retrieving results.
1883
+ #
1884
+ # You get this value from the `opc-next-page` header in a previous list request.
1885
+ # To retireve the first page, omit this query parameter.
1886
+ #
1887
+ # Example: `MToxMA==`
1888
+ #
1889
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
1890
+ # Allowed values are: ASC, DESC
1891
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
1892
+ #
1893
+ # The default sort order for `timeCreated` and `timeUpdated` is descending.
1894
+ # For all other sort fields the default sort order is ascending.
1895
+ # (default to timeCreated)
1896
+ # Allowed values are: timeCreated, timeUpdated, name
1897
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1898
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantCollection DigitalAssistantCollection}
1899
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_digital_assistants.rb.html) to see an example of how to use list_digital_assistants API.
1900
+ def list_digital_assistants(oda_instance_id, opts = {})
1901
+ logger.debug 'Calling operation ManagementClient#list_digital_assistants.' if logger
1902
+
1903
+ raise "Missing the required parameter 'oda_instance_id' when calling list_digital_assistants." if oda_instance_id.nil?
1904
+
1905
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
1906
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
1907
+ end
1908
+
1909
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
1910
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
1911
+ end
1912
+
1913
+ if opts[:sort_by] && !%w[timeCreated timeUpdated name].include?(opts[:sort_by])
1914
+ raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name.'
1915
+ end
1916
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
1917
+
1918
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants'.sub('{odaInstanceId}', oda_instance_id.to_s)
1919
+ operation_signing_strategy = :standard
1920
+
1921
+ # rubocop:disable Style/NegatedIf
1922
+ # Query Params
1923
+ query_params = {}
1924
+ query_params[:digitalAssistantId] = opts[:digital_assistant_id] if opts[:digital_assistant_id]
1925
+ query_params[:category] = opts[:category] if opts[:category]
1926
+ query_params[:name] = opts[:name] if opts[:name]
1927
+ query_params[:version] = opts[:version] if opts[:version]
1928
+ query_params[:namespace] = opts[:namespace] if opts[:namespace]
1929
+ query_params[:platformVersion] = opts[:platform_version] if opts[:platform_version]
1930
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
1931
+ query_params[:lifecycleDetails] = opts[:lifecycle_details] if opts[:lifecycle_details]
1932
+ query_params[:limit] = opts[:limit] if opts[:limit]
1933
+ query_params[:page] = opts[:page] if opts[:page]
1934
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
1935
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
1936
+
1937
+ # Header Params
1938
+ header_params = {}
1939
+ header_params[:accept] = 'application/json'
1940
+ header_params[:'content-type'] = 'application/json'
1941
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
1942
+ # rubocop:enable Style/NegatedIf
1943
+
1944
+ post_body = nil
1945
+
1946
+ # rubocop:disable Metrics/BlockLength
1947
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_digital_assistants') do
1948
+ @api_client.call_api(
1949
+ :GET,
1950
+ path,
1951
+ endpoint,
1952
+ header_params: header_params,
1953
+ query_params: query_params,
1954
+ operation_signing_strategy: operation_signing_strategy,
1955
+ body: post_body,
1956
+ return_type: 'OCI::Oda::Models::DigitalAssistantCollection'
1957
+ )
1958
+ end
1959
+ # rubocop:enable Metrics/BlockLength
1960
+ end
1961
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1962
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
1963
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
1964
+
1965
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
1966
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
1967
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
1968
+
1969
+
1970
+ # Returns a page of Skill Parameters that belong to the specified Skill.
1971
+ #
1972
+ # If the `opc-next-page` header appears in the response, then
1973
+ # there are more items to retrieve. To get the next page in the subsequent
1974
+ # GET request, include the header's value as the `page` query parameter.
1975
+ #
1976
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
1977
+ # @param [String] skill_id Unique Skill identifier.
1978
+ # @param [Hash] opts the optional parameters
1979
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
1980
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
1981
+ # @option opts [String] :name List only Parameters with this name.
1982
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
1983
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
1984
+ # @option opts [String] :page The page at which to start retrieving results.
1985
+ #
1986
+ # You get this value from the `opc-next-page` header in a previous list request.
1987
+ # To retireve the first page, omit this query parameter.
1988
+ #
1989
+ # Example: `MToxMA==`
1990
+ #
1991
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
1992
+ # Allowed values are: ASC, DESC
1993
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `name`.
1994
+ #
1995
+ # The default sort order is ascending.
1996
+ # (default to name)
1997
+ # Allowed values are: name, displayName, type
1998
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
1999
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameterCollection SkillParameterCollection}
2000
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_skill_parameters.rb.html) to see an example of how to use list_skill_parameters API.
2001
+ def list_skill_parameters(oda_instance_id, skill_id, opts = {})
2002
+ logger.debug 'Calling operation ManagementClient#list_skill_parameters.' if logger
2003
+
2004
+ raise "Missing the required parameter 'oda_instance_id' when calling list_skill_parameters." if oda_instance_id.nil?
2005
+ raise "Missing the required parameter 'skill_id' when calling list_skill_parameters." if skill_id.nil?
2006
+
2007
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
2008
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
2009
+ end
2010
+
2011
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2012
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2013
+ end
2014
+
2015
+ if opts[:sort_by] && !%w[name displayName type].include?(opts[:sort_by])
2016
+ raise 'Invalid value for "sort_by", must be one of name, displayName, type.'
2017
+ end
2018
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2019
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
2020
+
2021
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
2022
+ operation_signing_strategy = :standard
2023
+
2024
+ # rubocop:disable Style/NegatedIf
2025
+ # Query Params
2026
+ query_params = {}
2027
+ query_params[:name] = opts[:name] if opts[:name]
2028
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2029
+ query_params[:limit] = opts[:limit] if opts[:limit]
2030
+ query_params[:page] = opts[:page] if opts[:page]
2031
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2032
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2033
+
2034
+ # Header Params
2035
+ header_params = {}
2036
+ header_params[:accept] = 'application/json'
2037
+ header_params[:'content-type'] = 'application/json'
2038
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2039
+ # rubocop:enable Style/NegatedIf
2040
+
2041
+ post_body = nil
2042
+
2043
+ # rubocop:disable Metrics/BlockLength
2044
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_skill_parameters') do
2045
+ @api_client.call_api(
2046
+ :GET,
2047
+ path,
2048
+ endpoint,
2049
+ header_params: header_params,
2050
+ query_params: query_params,
2051
+ operation_signing_strategy: operation_signing_strategy,
2052
+ body: post_body,
2053
+ return_type: 'OCI::Oda::Models::SkillParameterCollection'
2054
+ )
2055
+ end
2056
+ # rubocop:enable Metrics/BlockLength
2057
+ end
2058
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2059
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2060
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2061
+
2062
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2063
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2064
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2065
+
2066
+
2067
+ # Returns a page of Skills that belong to the specified Digital Assistant instance.
2068
+ #
2069
+ # If the `opc-next-page` header appears in the response, then
2070
+ # there are more items to retrieve. To get the next page in the subsequent
2071
+ # GET request, include the header's value as the `page` query parameter.
2072
+ #
2073
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2074
+ # @param [Hash] opts the optional parameters
2075
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2076
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2077
+ # @option opts [String] :skill_id Unique Skill identifier.
2078
+ # @option opts [String] :category List only Bot resources with this category.
2079
+ # @option opts [String] :name List only Bot resources with this name. Names are unique and may not change.
2080
+ #
2081
+ # Example: `MySkill`
2082
+ #
2083
+ # @option opts [String] :version List only Bot resources with this version. Versions are unique and may not change.
2084
+ #
2085
+ # Example: `1.0`
2086
+ #
2087
+ # @option opts [String] :namespace List only Bot resources with this namespace. Namespaces may not change.
2088
+ #
2089
+ # Example: `MyNamespace`
2090
+ #
2091
+ # @option opts [String] :platform_version List only Bot resources with this platform version.
2092
+ #
2093
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
2094
+ # @option opts [String] :lifecycle_details List only Bot resources with this lifecycle details.
2095
+ #
2096
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
2097
+ # @option opts [String] :page The page at which to start retrieving results.
2098
+ #
2099
+ # You get this value from the `opc-next-page` header in a previous list request.
2100
+ # To retireve the first page, omit this query parameter.
2101
+ #
2102
+ # Example: `MToxMA==`
2103
+ #
2104
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
2105
+ # Allowed values are: ASC, DESC
2106
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
2107
+ #
2108
+ # The default sort order for `timeCreated` and `timeUpdated` is descending.
2109
+ # For all other sort fields the default sort order is ascending.
2110
+ # (default to timeCreated)
2111
+ # Allowed values are: timeCreated, timeUpdated, name
2112
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2113
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::SkillCollection SkillCollection}
2114
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_skills.rb.html) to see an example of how to use list_skills API.
2115
+ def list_skills(oda_instance_id, opts = {})
2116
+ logger.debug 'Calling operation ManagementClient#list_skills.' if logger
2117
+
2118
+ raise "Missing the required parameter 'oda_instance_id' when calling list_skills." if oda_instance_id.nil?
2119
+
2120
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
2121
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
2122
+ end
2123
+
2124
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2125
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2126
+ end
2127
+
2128
+ if opts[:sort_by] && !%w[timeCreated timeUpdated name].include?(opts[:sort_by])
2129
+ raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name.'
2130
+ end
2131
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2132
+
2133
+ path = '/odaInstances/{odaInstanceId}/skills'.sub('{odaInstanceId}', oda_instance_id.to_s)
2134
+ operation_signing_strategy = :standard
2135
+
2136
+ # rubocop:disable Style/NegatedIf
2137
+ # Query Params
2138
+ query_params = {}
2139
+ query_params[:skillId] = opts[:skill_id] if opts[:skill_id]
2140
+ query_params[:category] = opts[:category] if opts[:category]
2141
+ query_params[:name] = opts[:name] if opts[:name]
2142
+ query_params[:version] = opts[:version] if opts[:version]
2143
+ query_params[:namespace] = opts[:namespace] if opts[:namespace]
2144
+ query_params[:platformVersion] = opts[:platform_version] if opts[:platform_version]
2145
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2146
+ query_params[:lifecycleDetails] = opts[:lifecycle_details] if opts[:lifecycle_details]
2147
+ query_params[:limit] = opts[:limit] if opts[:limit]
2148
+ query_params[:page] = opts[:page] if opts[:page]
2149
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2150
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2151
+
2152
+ # Header Params
2153
+ header_params = {}
2154
+ header_params[:accept] = 'application/json'
2155
+ header_params[:'content-type'] = 'application/json'
2156
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2157
+ # rubocop:enable Style/NegatedIf
2158
+
2159
+ post_body = nil
2160
+
2161
+ # rubocop:disable Metrics/BlockLength
2162
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_skills') do
2163
+ @api_client.call_api(
2164
+ :GET,
2165
+ path,
2166
+ endpoint,
2167
+ header_params: header_params,
2168
+ query_params: query_params,
2169
+ operation_signing_strategy: operation_signing_strategy,
2170
+ body: post_body,
2171
+ return_type: 'OCI::Oda::Models::SkillCollection'
2172
+ )
2173
+ end
2174
+ # rubocop:enable Metrics/BlockLength
2175
+ end
2176
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2177
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2178
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2179
+
2180
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2181
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2182
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2183
+
2184
+
2185
+ # Returns a page of Translators that belong to the specified Digital Assistant instance.
2186
+ #
2187
+ # If the `opc-next-page` header appears in the response, then
2188
+ # there are more items to retrieve. To get the next page in the subsequent
2189
+ # GET request, include the header's value as the `page` query parameter.
2190
+ #
2191
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2192
+ # @param [Hash] opts the optional parameters
2193
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2194
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2195
+ # @option opts [String] :id Unique Translator identifier.
2196
+ # @option opts [String] :type List only Translators of this type.
2197
+ # @option opts [String] :name List only Translators with this name. Translator names are unique and may not change.
2198
+ #
2199
+ # Example: `MyTranslator`
2200
+ #
2201
+ # @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
2202
+ # @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
2203
+ # @option opts [String] :page The page at which to start retrieving results.
2204
+ #
2205
+ # You get this value from the `opc-next-page` header in a previous list request.
2206
+ # To retireve the first page, omit this query parameter.
2207
+ #
2208
+ # Example: `MToxMA==`
2209
+ #
2210
+ # @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
2211
+ # Allowed values are: ASC, DESC
2212
+ # @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
2213
+ #
2214
+ # The default sort order for `timeCreated` and `timeUpdated` is descending.
2215
+ # For all other sort fields the default sort order is ascending.
2216
+ # (default to timeCreated)
2217
+ # Allowed values are: timeCreated, timeUpdated, name, type
2218
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2219
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::TranslatorCollection TranslatorCollection}
2220
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_translators.rb.html) to see an example of how to use list_translators API.
2221
+ def list_translators(oda_instance_id, opts = {})
2222
+ logger.debug 'Calling operation ManagementClient#list_translators.' if logger
2223
+
2224
+ raise "Missing the required parameter 'oda_instance_id' when calling list_translators." if oda_instance_id.nil?
2225
+
2226
+ if opts[:type] && !OCI::Oda::Models::TRANSLATION_SERVICE_ENUM.include?(opts[:type])
2227
+ raise 'Invalid value for "type", must be one of the values in OCI::Oda::Models::TRANSLATION_SERVICE_ENUM.'
2228
+ end
2229
+
2230
+ if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
2231
+ raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
2232
+ end
2233
+
2234
+ if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
2235
+ raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
2236
+ end
2237
+
2238
+ if opts[:sort_by] && !%w[timeCreated timeUpdated name type].include?(opts[:sort_by])
2239
+ raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name, type.'
2240
+ end
2241
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2242
+
2243
+ path = '/odaInstances/{odaInstanceId}/translators'.sub('{odaInstanceId}', oda_instance_id.to_s)
2244
+ operation_signing_strategy = :standard
2245
+
2246
+ # rubocop:disable Style/NegatedIf
2247
+ # Query Params
2248
+ query_params = {}
2249
+ query_params[:id] = opts[:id] if opts[:id]
2250
+ query_params[:type] = opts[:type] if opts[:type]
2251
+ query_params[:name] = opts[:name] if opts[:name]
2252
+ query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
2253
+ query_params[:limit] = opts[:limit] if opts[:limit]
2254
+ query_params[:page] = opts[:page] if opts[:page]
2255
+ query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
2256
+ query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
2257
+
2258
+ # Header Params
2259
+ header_params = {}
2260
+ header_params[:accept] = 'application/json'
2261
+ header_params[:'content-type'] = 'application/json'
2262
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2263
+ # rubocop:enable Style/NegatedIf
2264
+
2265
+ post_body = nil
2266
+
2267
+ # rubocop:disable Metrics/BlockLength
2268
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_translators') do
2269
+ @api_client.call_api(
2270
+ :GET,
2271
+ path,
2272
+ endpoint,
2273
+ header_params: header_params,
2274
+ query_params: query_params,
2275
+ operation_signing_strategy: operation_signing_strategy,
2276
+ body: post_body,
2277
+ return_type: 'OCI::Oda::Models::TranslatorCollection'
2278
+ )
2279
+ end
2280
+ # rubocop:enable Metrics/BlockLength
2281
+ end
2282
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2283
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2284
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2285
+
2286
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2287
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2288
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2289
+
2290
+
2291
+ # Publish a draft Digital Assistant.
2292
+ # Once published the Digital Assistant cannot be modified.
2293
+ #
2294
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2295
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
2296
+ # @param [Hash] opts the optional parameters
2297
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2298
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2299
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2300
+ # a Digital Assistant instance, set the `if-match` query parameter
2301
+ # to the value of the `ETAG` header from a previous GET or POST
2302
+ # response for that instance. The service updates or deletes the
2303
+ # instance only if the etag that you provide matches the instance's
2304
+ # current etag value.
2305
+ #
2306
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2307
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistant DigitalAssistant}
2308
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/publish_digital_assistant.rb.html) to see an example of how to use publish_digital_assistant API.
2309
+ def publish_digital_assistant(oda_instance_id, digital_assistant_id, opts = {})
2310
+ logger.debug 'Calling operation ManagementClient#publish_digital_assistant.' if logger
2311
+
2312
+ raise "Missing the required parameter 'oda_instance_id' when calling publish_digital_assistant." if oda_instance_id.nil?
2313
+ raise "Missing the required parameter 'digital_assistant_id' when calling publish_digital_assistant." if digital_assistant_id.nil?
2314
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2315
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
2316
+
2317
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/actions/publish'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
2318
+ operation_signing_strategy = :standard
2319
+
2320
+ # rubocop:disable Style/NegatedIf
2321
+ # Query Params
2322
+ query_params = {}
2323
+
2324
+ # Header Params
2325
+ header_params = {}
2326
+ header_params[:accept] = 'application/json'
2327
+ header_params[:'content-type'] = 'application/json'
2328
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2329
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2330
+ # rubocop:enable Style/NegatedIf
2331
+
2332
+ post_body = nil
2333
+
2334
+ # rubocop:disable Metrics/BlockLength
2335
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#publish_digital_assistant') do
2336
+ @api_client.call_api(
2337
+ :POST,
2338
+ path,
2339
+ endpoint,
2340
+ header_params: header_params,
2341
+ query_params: query_params,
2342
+ operation_signing_strategy: operation_signing_strategy,
2343
+ body: post_body,
2344
+ return_type: 'OCI::Oda::Models::DigitalAssistant'
2345
+ )
2346
+ end
2347
+ # rubocop:enable Metrics/BlockLength
2348
+ end
2349
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2350
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2351
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2352
+
2353
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2354
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2355
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2356
+
2357
+
2358
+ # Publish a draft Skill.
2359
+ # Once published it cannot be modified.
2360
+ #
2361
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2362
+ # @param [String] skill_id Unique Skill identifier.
2363
+ # @param [Hash] opts the optional parameters
2364
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2365
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2366
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2367
+ # a Digital Assistant instance, set the `if-match` query parameter
2368
+ # to the value of the `ETAG` header from a previous GET or POST
2369
+ # response for that instance. The service updates or deletes the
2370
+ # instance only if the etag that you provide matches the instance's
2371
+ # current etag value.
2372
+ #
2373
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2374
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Skill Skill}
2375
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/publish_skill.rb.html) to see an example of how to use publish_skill API.
2376
+ def publish_skill(oda_instance_id, skill_id, opts = {})
2377
+ logger.debug 'Calling operation ManagementClient#publish_skill.' if logger
2378
+
2379
+ raise "Missing the required parameter 'oda_instance_id' when calling publish_skill." if oda_instance_id.nil?
2380
+ raise "Missing the required parameter 'skill_id' when calling publish_skill." if skill_id.nil?
2381
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2382
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
2383
+
2384
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/actions/publish'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
2385
+ operation_signing_strategy = :standard
2386
+
2387
+ # rubocop:disable Style/NegatedIf
2388
+ # Query Params
2389
+ query_params = {}
2390
+
2391
+ # Header Params
2392
+ header_params = {}
2393
+ header_params[:accept] = 'application/json'
2394
+ header_params[:'content-type'] = 'application/json'
2395
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2396
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2397
+ # rubocop:enable Style/NegatedIf
2398
+
2399
+ post_body = nil
2400
+
2401
+ # rubocop:disable Metrics/BlockLength
2402
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#publish_skill') do
2403
+ @api_client.call_api(
2404
+ :POST,
2405
+ path,
2406
+ endpoint,
2407
+ header_params: header_params,
2408
+ query_params: query_params,
2409
+ operation_signing_strategy: operation_signing_strategy,
2410
+ body: post_body,
2411
+ return_type: 'OCI::Oda::Models::Skill'
2412
+ )
2413
+ end
2414
+ # rubocop:enable Metrics/BlockLength
2415
+ end
2416
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2417
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2418
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2419
+
2420
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2421
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2422
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2423
+
2424
+
2425
+ # This will generate new keys for any generated keys in the Channel (eg. secretKey, verifyToken).
2426
+ # If a Channel has no generated keys then no changes will be made.
2427
+ # Ensure that you take note of the newly generated keys in the response as they will not be returned again.
2428
+ #
2429
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2430
+ # @param [String] channel_id Unique Channel identifier.
2431
+ # @param [Hash] opts the optional parameters
2432
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2433
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2434
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2435
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2436
+ # a Digital Assistant instance, set the `if-match` query parameter
2437
+ # to the value of the `ETAG` header from a previous GET or POST
2438
+ # response for that instance. The service updates or deletes the
2439
+ # instance only if the etag that you provide matches the instance's
2440
+ # current etag value.
2441
+ #
2442
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
2443
+ # a timeout or server error without the risk of executing that same action again.
2444
+ #
2445
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
2446
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
2447
+ # then the service might reject a retry of the original creation request.
2448
+ #
2449
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::CreateChannelResult CreateChannelResult}
2450
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/rotate_channel_keys.rb.html) to see an example of how to use rotate_channel_keys API.
2451
+ def rotate_channel_keys(oda_instance_id, channel_id, opts = {})
2452
+ logger.debug 'Calling operation ManagementClient#rotate_channel_keys.' if logger
2453
+
2454
+ raise "Missing the required parameter 'oda_instance_id' when calling rotate_channel_keys." if oda_instance_id.nil?
2455
+ raise "Missing the required parameter 'channel_id' when calling rotate_channel_keys." if channel_id.nil?
2456
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2457
+ raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
2458
+
2459
+ path = '/odaInstances/{odaInstanceId}/channels/{channelId}/actions/rotateKeys'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
2460
+ operation_signing_strategy = :standard
2461
+
2462
+ # rubocop:disable Style/NegatedIf
2463
+ # Query Params
2464
+ query_params = {}
2465
+
2466
+ # Header Params
2467
+ header_params = {}
2468
+ header_params[:accept] = 'application/json'
2469
+ header_params[:'content-type'] = 'application/json'
2470
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2471
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2472
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2473
+ # rubocop:enable Style/NegatedIf
2474
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2475
+
2476
+ post_body = nil
2477
+
2478
+ # rubocop:disable Metrics/BlockLength
2479
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#rotate_channel_keys') do
2480
+ @api_client.call_api(
2481
+ :POST,
2482
+ path,
2483
+ endpoint,
2484
+ header_params: header_params,
2485
+ query_params: query_params,
2486
+ operation_signing_strategy: operation_signing_strategy,
2487
+ body: post_body,
2488
+ return_type: 'OCI::Oda::Models::CreateChannelResult'
2489
+ )
2490
+ end
2491
+ # rubocop:enable Metrics/BlockLength
2492
+ end
2493
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2494
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2495
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2496
+
2497
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2498
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2499
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2500
+
2501
+
2502
+ # Starts a Channel so that it will begin accepting messages.
2503
+ #
2504
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2505
+ # @param [String] channel_id Unique Channel identifier.
2506
+ # @param [Hash] opts the optional parameters
2507
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2508
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2509
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2510
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2511
+ # a Digital Assistant instance, set the `if-match` query parameter
2512
+ # to the value of the `ETAG` header from a previous GET or POST
2513
+ # response for that instance. The service updates or deletes the
2514
+ # instance only if the etag that you provide matches the instance's
2515
+ # current etag value.
2516
+ #
2517
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
2518
+ # a timeout or server error without the risk of executing that same action again.
2519
+ #
2520
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
2521
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
2522
+ # then the service might reject a retry of the original creation request.
2523
+ #
2524
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
2525
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/start_channel.rb.html) to see an example of how to use start_channel API.
2526
+ def start_channel(oda_instance_id, channel_id, opts = {})
2527
+ logger.debug 'Calling operation ManagementClient#start_channel.' if logger
2528
+
2529
+ raise "Missing the required parameter 'oda_instance_id' when calling start_channel." if oda_instance_id.nil?
2530
+ raise "Missing the required parameter 'channel_id' when calling start_channel." if channel_id.nil?
2531
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2532
+ raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
2533
+
2534
+ path = '/odaInstances/{odaInstanceId}/channels/{channelId}/actions/start'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
2535
+ operation_signing_strategy = :standard
2536
+
2537
+ # rubocop:disable Style/NegatedIf
2538
+ # Query Params
2539
+ query_params = {}
2540
+
2541
+ # Header Params
2542
+ header_params = {}
2543
+ header_params[:accept] = 'application/json'
2544
+ header_params[:'content-type'] = 'application/json'
2545
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2546
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2547
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2548
+ # rubocop:enable Style/NegatedIf
2549
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2550
+
2551
+ post_body = nil
2552
+
2553
+ # rubocop:disable Metrics/BlockLength
2554
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#start_channel') do
2555
+ @api_client.call_api(
2556
+ :POST,
2557
+ path,
2558
+ endpoint,
2559
+ header_params: header_params,
2560
+ query_params: query_params,
2561
+ operation_signing_strategy: operation_signing_strategy,
2562
+ body: post_body,
2563
+ return_type: 'OCI::Oda::Models::Channel'
2564
+ )
2565
+ end
2566
+ # rubocop:enable Metrics/BlockLength
2567
+ end
2568
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2569
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2570
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2571
+
2572
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2573
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2574
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2575
+
2576
+
2577
+ # Stops a Channel so that it will no longer accept messages.
2578
+ #
2579
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2580
+ # @param [String] channel_id Unique Channel identifier.
2581
+ # @param [Hash] opts the optional parameters
2582
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2583
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2584
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2585
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2586
+ # a Digital Assistant instance, set the `if-match` query parameter
2587
+ # to the value of the `ETAG` header from a previous GET or POST
2588
+ # response for that instance. The service updates or deletes the
2589
+ # instance only if the etag that you provide matches the instance's
2590
+ # current etag value.
2591
+ #
2592
+ # @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
2593
+ # a timeout or server error without the risk of executing that same action again.
2594
+ #
2595
+ # Retry tokens expire after 24 hours, but they can become invalid before then if there are
2596
+ # conflicting operations. For example, if an instance was deleted and purged from the system,
2597
+ # then the service might reject a retry of the original creation request.
2598
+ #
2599
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
2600
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/stop_channel.rb.html) to see an example of how to use stop_channel API.
2601
+ def stop_channel(oda_instance_id, channel_id, opts = {})
2602
+ logger.debug 'Calling operation ManagementClient#stop_channel.' if logger
2603
+
2604
+ raise "Missing the required parameter 'oda_instance_id' when calling stop_channel." if oda_instance_id.nil?
2605
+ raise "Missing the required parameter 'channel_id' when calling stop_channel." if channel_id.nil?
2606
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2607
+ raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
2608
+
2609
+ path = '/odaInstances/{odaInstanceId}/channels/{channelId}/actions/stop'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
2610
+ operation_signing_strategy = :standard
2611
+
2612
+ # rubocop:disable Style/NegatedIf
2613
+ # Query Params
2614
+ query_params = {}
2615
+
2616
+ # Header Params
2617
+ header_params = {}
2618
+ header_params[:accept] = 'application/json'
2619
+ header_params[:'content-type'] = 'application/json'
2620
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2621
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2622
+ header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
2623
+ # rubocop:enable Style/NegatedIf
2624
+ header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
2625
+
2626
+ post_body = nil
2627
+
2628
+ # rubocop:disable Metrics/BlockLength
2629
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#stop_channel') do
2630
+ @api_client.call_api(
2631
+ :POST,
2632
+ path,
2633
+ endpoint,
2634
+ header_params: header_params,
2635
+ query_params: query_params,
2636
+ operation_signing_strategy: operation_signing_strategy,
2637
+ body: post_body,
2638
+ return_type: 'OCI::Oda::Models::Channel'
2639
+ )
2640
+ end
2641
+ # rubocop:enable Metrics/BlockLength
2642
+ end
2643
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2644
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2645
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2646
+
2647
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2648
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2649
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2650
+
2651
+
2652
+ # Updates the specified Authentication Provider with the information in the request body.
2653
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2654
+ # @param [String] authentication_provider_id Unique Authentication Provider identifier.
2655
+ # @param [OCI::Oda::Models::UpdateAuthenticationProviderDetails] update_authentication_provider_details Property values to update the Authentication Provider.
2656
+ # @param [Hash] opts the optional parameters
2657
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2658
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2659
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2660
+ # a Digital Assistant instance, set the `if-match` query parameter
2661
+ # to the value of the `ETAG` header from a previous GET or POST
2662
+ # response for that instance. The service updates or deletes the
2663
+ # instance only if the etag that you provide matches the instance's
2664
+ # current etag value.
2665
+ #
2666
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2667
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProvider AuthenticationProvider}
2668
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_authentication_provider.rb.html) to see an example of how to use update_authentication_provider API.
2669
+ def update_authentication_provider(oda_instance_id, authentication_provider_id, update_authentication_provider_details, opts = {})
2670
+ logger.debug 'Calling operation ManagementClient#update_authentication_provider.' if logger
2671
+
2672
+ raise "Missing the required parameter 'oda_instance_id' when calling update_authentication_provider." if oda_instance_id.nil?
2673
+ raise "Missing the required parameter 'authentication_provider_id' when calling update_authentication_provider." if authentication_provider_id.nil?
2674
+ raise "Missing the required parameter 'update_authentication_provider_details' when calling update_authentication_provider." if update_authentication_provider_details.nil?
2675
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2676
+ raise "Parameter value for 'authentication_provider_id' must not be blank" if OCI::Internal::Util.blank_string?(authentication_provider_id)
2677
+
2678
+ path = '/odaInstances/{odaInstanceId}/authenticationProviders/{authenticationProviderId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{authenticationProviderId}', authentication_provider_id.to_s)
2679
+ operation_signing_strategy = :standard
2680
+
2681
+ # rubocop:disable Style/NegatedIf
2682
+ # Query Params
2683
+ query_params = {}
2684
+
2685
+ # Header Params
2686
+ header_params = {}
2687
+ header_params[:accept] = 'application/json'
2688
+ header_params[:'content-type'] = 'application/json'
2689
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2690
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2691
+ # rubocop:enable Style/NegatedIf
2692
+
2693
+ post_body = @api_client.object_to_http_body(update_authentication_provider_details)
2694
+
2695
+ # rubocop:disable Metrics/BlockLength
2696
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_authentication_provider') do
2697
+ @api_client.call_api(
2698
+ :PUT,
2699
+ path,
2700
+ endpoint,
2701
+ header_params: header_params,
2702
+ query_params: query_params,
2703
+ operation_signing_strategy: operation_signing_strategy,
2704
+ body: post_body,
2705
+ return_type: 'OCI::Oda::Models::AuthenticationProvider'
2706
+ )
2707
+ end
2708
+ # rubocop:enable Metrics/BlockLength
2709
+ end
2710
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2711
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2712
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2713
+
2714
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2715
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2716
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2717
+
2718
+
2719
+ # Updates the specified Channel with the information in the request body.
2720
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2721
+ # @param [String] channel_id Unique Channel identifier.
2722
+ # @param [OCI::Oda::Models::UpdateChannelDetails] update_channel_details Property values to update the Channel.
2723
+ # @param [Hash] opts the optional parameters
2724
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2725
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2726
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2727
+ # a Digital Assistant instance, set the `if-match` query parameter
2728
+ # to the value of the `ETAG` header from a previous GET or POST
2729
+ # response for that instance. The service updates or deletes the
2730
+ # instance only if the etag that you provide matches the instance's
2731
+ # current etag value.
2732
+ #
2733
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2734
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
2735
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_channel.rb.html) to see an example of how to use update_channel API.
2736
+ def update_channel(oda_instance_id, channel_id, update_channel_details, opts = {})
2737
+ logger.debug 'Calling operation ManagementClient#update_channel.' if logger
2738
+
2739
+ raise "Missing the required parameter 'oda_instance_id' when calling update_channel." if oda_instance_id.nil?
2740
+ raise "Missing the required parameter 'channel_id' when calling update_channel." if channel_id.nil?
2741
+ raise "Missing the required parameter 'update_channel_details' when calling update_channel." if update_channel_details.nil?
2742
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2743
+ raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
2744
+
2745
+ path = '/odaInstances/{odaInstanceId}/channels/{channelId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
2746
+ operation_signing_strategy = :standard
2747
+
2748
+ # rubocop:disable Style/NegatedIf
2749
+ # Query Params
2750
+ query_params = {}
2751
+
2752
+ # Header Params
2753
+ header_params = {}
2754
+ header_params[:accept] = 'application/json'
2755
+ header_params[:'content-type'] = 'application/json'
2756
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2757
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2758
+ # rubocop:enable Style/NegatedIf
2759
+
2760
+ post_body = @api_client.object_to_http_body(update_channel_details)
2761
+
2762
+ # rubocop:disable Metrics/BlockLength
2763
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_channel') do
2764
+ @api_client.call_api(
2765
+ :PUT,
2766
+ path,
2767
+ endpoint,
2768
+ header_params: header_params,
2769
+ query_params: query_params,
2770
+ operation_signing_strategy: operation_signing_strategy,
2771
+ body: post_body,
2772
+ return_type: 'OCI::Oda::Models::Channel'
2773
+ )
2774
+ end
2775
+ # rubocop:enable Metrics/BlockLength
2776
+ end
2777
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2778
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2779
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2780
+
2781
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2782
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2783
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2784
+
2785
+
2786
+ # Updates the specified Digital Assistant with the information in the request body.
2787
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2788
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
2789
+ # @param [OCI::Oda::Models::UpdateDigitalAssistantDetails] update_digital_assistant_details Property values to update the Digital Assistant.
2790
+ # @param [Hash] opts the optional parameters
2791
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2792
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2793
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2794
+ # a Digital Assistant instance, set the `if-match` query parameter
2795
+ # to the value of the `ETAG` header from a previous GET or POST
2796
+ # response for that instance. The service updates or deletes the
2797
+ # instance only if the etag that you provide matches the instance's
2798
+ # current etag value.
2799
+ #
2800
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2801
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistant DigitalAssistant}
2802
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_digital_assistant.rb.html) to see an example of how to use update_digital_assistant API.
2803
+ def update_digital_assistant(oda_instance_id, digital_assistant_id, update_digital_assistant_details, opts = {})
2804
+ logger.debug 'Calling operation ManagementClient#update_digital_assistant.' if logger
2805
+
2806
+ raise "Missing the required parameter 'oda_instance_id' when calling update_digital_assistant." if oda_instance_id.nil?
2807
+ raise "Missing the required parameter 'digital_assistant_id' when calling update_digital_assistant." if digital_assistant_id.nil?
2808
+ raise "Missing the required parameter 'update_digital_assistant_details' when calling update_digital_assistant." if update_digital_assistant_details.nil?
2809
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2810
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
2811
+
2812
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
2813
+ operation_signing_strategy = :standard
2814
+
2815
+ # rubocop:disable Style/NegatedIf
2816
+ # Query Params
2817
+ query_params = {}
2818
+
2819
+ # Header Params
2820
+ header_params = {}
2821
+ header_params[:accept] = 'application/json'
2822
+ header_params[:'content-type'] = 'application/json'
2823
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2824
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2825
+ # rubocop:enable Style/NegatedIf
2826
+
2827
+ post_body = @api_client.object_to_http_body(update_digital_assistant_details)
2828
+
2829
+ # rubocop:disable Metrics/BlockLength
2830
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_digital_assistant') do
2831
+ @api_client.call_api(
2832
+ :PUT,
2833
+ path,
2834
+ endpoint,
2835
+ header_params: header_params,
2836
+ query_params: query_params,
2837
+ operation_signing_strategy: operation_signing_strategy,
2838
+ body: post_body,
2839
+ return_type: 'OCI::Oda::Models::DigitalAssistant'
2840
+ )
2841
+ end
2842
+ # rubocop:enable Metrics/BlockLength
2843
+ end
2844
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2845
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2846
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2847
+
2848
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2849
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2850
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2851
+
2852
+
2853
+ # Updates the specified Digital Assistant Parameter with the information in the request body.
2854
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2855
+ # @param [String] digital_assistant_id Unique Digital Assistant identifier.
2856
+ # @param [String] parameter_name The name of a Digital Assistant Parameter. This is unique with the Digital Assistant.
2857
+ # @param [OCI::Oda::Models::UpdateDigitalAssistantParameterDetails] update_digital_assistant_parameter_details Property values to update the Digital Assistant Parameter.
2858
+ # @param [Hash] opts the optional parameters
2859
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2860
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2861
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2862
+ # a Digital Assistant instance, set the `if-match` query parameter
2863
+ # to the value of the `ETAG` header from a previous GET or POST
2864
+ # response for that instance. The service updates or deletes the
2865
+ # instance only if the etag that you provide matches the instance's
2866
+ # current etag value.
2867
+ #
2868
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2869
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantParameter DigitalAssistantParameter}
2870
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_digital_assistant_parameter.rb.html) to see an example of how to use update_digital_assistant_parameter API.
2871
+ def update_digital_assistant_parameter(oda_instance_id, digital_assistant_id, parameter_name, update_digital_assistant_parameter_details, opts = {})
2872
+ logger.debug 'Calling operation ManagementClient#update_digital_assistant_parameter.' if logger
2873
+
2874
+ raise "Missing the required parameter 'oda_instance_id' when calling update_digital_assistant_parameter." if oda_instance_id.nil?
2875
+ raise "Missing the required parameter 'digital_assistant_id' when calling update_digital_assistant_parameter." if digital_assistant_id.nil?
2876
+ raise "Missing the required parameter 'parameter_name' when calling update_digital_assistant_parameter." if parameter_name.nil?
2877
+ raise "Missing the required parameter 'update_digital_assistant_parameter_details' when calling update_digital_assistant_parameter." if update_digital_assistant_parameter_details.nil?
2878
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2879
+ raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
2880
+ raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
2881
+
2882
+ path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s).sub('{parameterName}', parameter_name.to_s)
2883
+ operation_signing_strategy = :standard
2884
+
2885
+ # rubocop:disable Style/NegatedIf
2886
+ # Query Params
2887
+ query_params = {}
2888
+
2889
+ # Header Params
2890
+ header_params = {}
2891
+ header_params[:accept] = 'application/json'
2892
+ header_params[:'content-type'] = 'application/json'
2893
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2894
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2895
+ # rubocop:enable Style/NegatedIf
2896
+
2897
+ post_body = @api_client.object_to_http_body(update_digital_assistant_parameter_details)
2898
+
2899
+ # rubocop:disable Metrics/BlockLength
2900
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_digital_assistant_parameter') do
2901
+ @api_client.call_api(
2902
+ :PUT,
2903
+ path,
2904
+ endpoint,
2905
+ header_params: header_params,
2906
+ query_params: query_params,
2907
+ operation_signing_strategy: operation_signing_strategy,
2908
+ body: post_body,
2909
+ return_type: 'OCI::Oda::Models::DigitalAssistantParameter'
2910
+ )
2911
+ end
2912
+ # rubocop:enable Metrics/BlockLength
2913
+ end
2914
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2915
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2916
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2917
+
2918
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2919
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2920
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2921
+
2922
+
2923
+ # Updates the specified Skill with the information in the request body.
2924
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2925
+ # @param [String] skill_id Unique Skill identifier.
2926
+ # @param [OCI::Oda::Models::UpdateSkillDetails] update_skill_details Property values to update the Skill.
2927
+ # @param [Hash] opts the optional parameters
2928
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2929
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2930
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2931
+ # a Digital Assistant instance, set the `if-match` query parameter
2932
+ # to the value of the `ETAG` header from a previous GET or POST
2933
+ # response for that instance. The service updates or deletes the
2934
+ # instance only if the etag that you provide matches the instance's
2935
+ # current etag value.
2936
+ #
2937
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
2938
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Skill Skill}
2939
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_skill.rb.html) to see an example of how to use update_skill API.
2940
+ def update_skill(oda_instance_id, skill_id, update_skill_details, opts = {})
2941
+ logger.debug 'Calling operation ManagementClient#update_skill.' if logger
2942
+
2943
+ raise "Missing the required parameter 'oda_instance_id' when calling update_skill." if oda_instance_id.nil?
2944
+ raise "Missing the required parameter 'skill_id' when calling update_skill." if skill_id.nil?
2945
+ raise "Missing the required parameter 'update_skill_details' when calling update_skill." if update_skill_details.nil?
2946
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
2947
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
2948
+
2949
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
2950
+ operation_signing_strategy = :standard
2951
+
2952
+ # rubocop:disable Style/NegatedIf
2953
+ # Query Params
2954
+ query_params = {}
2955
+
2956
+ # Header Params
2957
+ header_params = {}
2958
+ header_params[:accept] = 'application/json'
2959
+ header_params[:'content-type'] = 'application/json'
2960
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
2961
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
2962
+ # rubocop:enable Style/NegatedIf
2963
+
2964
+ post_body = @api_client.object_to_http_body(update_skill_details)
2965
+
2966
+ # rubocop:disable Metrics/BlockLength
2967
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_skill') do
2968
+ @api_client.call_api(
2969
+ :PUT,
2970
+ path,
2971
+ endpoint,
2972
+ header_params: header_params,
2973
+ query_params: query_params,
2974
+ operation_signing_strategy: operation_signing_strategy,
2975
+ body: post_body,
2976
+ return_type: 'OCI::Oda::Models::Skill'
2977
+ )
2978
+ end
2979
+ # rubocop:enable Metrics/BlockLength
2980
+ end
2981
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2982
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
2983
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
2984
+
2985
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
2986
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
2987
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
2988
+
2989
+
2990
+ # Updates the specified Skill Parameter with the information in the request body.
2991
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
2992
+ # @param [String] skill_id Unique Skill identifier.
2993
+ # @param [String] parameter_name The name of a Skill Parameter.
2994
+ # @param [OCI::Oda::Models::UpdateSkillParameterDetails] update_skill_parameter_details Property values to update the Skill Parameter.
2995
+ # @param [Hash] opts the optional parameters
2996
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
2997
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
2998
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
2999
+ # a Digital Assistant instance, set the `if-match` query parameter
3000
+ # to the value of the `ETAG` header from a previous GET or POST
3001
+ # response for that instance. The service updates or deletes the
3002
+ # instance only if the etag that you provide matches the instance's
3003
+ # current etag value.
3004
+ #
3005
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
3006
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameter SkillParameter}
3007
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_skill_parameter.rb.html) to see an example of how to use update_skill_parameter API.
3008
+ def update_skill_parameter(oda_instance_id, skill_id, parameter_name, update_skill_parameter_details, opts = {})
3009
+ logger.debug 'Calling operation ManagementClient#update_skill_parameter.' if logger
3010
+
3011
+ raise "Missing the required parameter 'oda_instance_id' when calling update_skill_parameter." if oda_instance_id.nil?
3012
+ raise "Missing the required parameter 'skill_id' when calling update_skill_parameter." if skill_id.nil?
3013
+ raise "Missing the required parameter 'parameter_name' when calling update_skill_parameter." if parameter_name.nil?
3014
+ raise "Missing the required parameter 'update_skill_parameter_details' when calling update_skill_parameter." if update_skill_parameter_details.nil?
3015
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
3016
+ raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
3017
+ raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
3018
+
3019
+ path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s).sub('{parameterName}', parameter_name.to_s)
3020
+ operation_signing_strategy = :standard
3021
+
3022
+ # rubocop:disable Style/NegatedIf
3023
+ # Query Params
3024
+ query_params = {}
3025
+
3026
+ # Header Params
3027
+ header_params = {}
3028
+ header_params[:accept] = 'application/json'
3029
+ header_params[:'content-type'] = 'application/json'
3030
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3031
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3032
+ # rubocop:enable Style/NegatedIf
3033
+
3034
+ post_body = @api_client.object_to_http_body(update_skill_parameter_details)
3035
+
3036
+ # rubocop:disable Metrics/BlockLength
3037
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_skill_parameter') do
3038
+ @api_client.call_api(
3039
+ :PUT,
3040
+ path,
3041
+ endpoint,
3042
+ header_params: header_params,
3043
+ query_params: query_params,
3044
+ operation_signing_strategy: operation_signing_strategy,
3045
+ body: post_body,
3046
+ return_type: 'OCI::Oda::Models::SkillParameter'
3047
+ )
3048
+ end
3049
+ # rubocop:enable Metrics/BlockLength
3050
+ end
3051
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3052
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3053
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3054
+
3055
+ # rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3056
+ # rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
3057
+ # rubocop:disable Metrics/MethodLength, Layout/EmptyLines
3058
+
3059
+
3060
+ # Updates the specified Translator with the information in the request body.
3061
+ # @param [String] oda_instance_id Unique Digital Assistant instance identifier.
3062
+ # @param [String] translator_id Unique Translator identifier.
3063
+ # @param [OCI::Oda::Models::UpdateTranslatorDetails] update_translator_details Property values to update the Translator.
3064
+ # @param [Hash] opts the optional parameters
3065
+ # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3066
+ # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3067
+ # @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
3068
+ # a Digital Assistant instance, set the `if-match` query parameter
3069
+ # to the value of the `ETAG` header from a previous GET or POST
3070
+ # response for that instance. The service updates or deletes the
3071
+ # instance only if the etag that you provide matches the instance's
3072
+ # current etag value.
3073
+ #
3074
+ # @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
3075
+ # @return [Response] A Response object with data of type {OCI::Oda::Models::Translator Translator}
3076
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_translator.rb.html) to see an example of how to use update_translator API.
3077
+ def update_translator(oda_instance_id, translator_id, update_translator_details, opts = {})
3078
+ logger.debug 'Calling operation ManagementClient#update_translator.' if logger
3079
+
3080
+ raise "Missing the required parameter 'oda_instance_id' when calling update_translator." if oda_instance_id.nil?
3081
+ raise "Missing the required parameter 'translator_id' when calling update_translator." if translator_id.nil?
3082
+ raise "Missing the required parameter 'update_translator_details' when calling update_translator." if update_translator_details.nil?
3083
+ raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
3084
+ raise "Parameter value for 'translator_id' must not be blank" if OCI::Internal::Util.blank_string?(translator_id)
3085
+
3086
+ path = '/odaInstances/{odaInstanceId}/translators/{translatorId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{translatorId}', translator_id.to_s)
3087
+ operation_signing_strategy = :standard
3088
+
3089
+ # rubocop:disable Style/NegatedIf
3090
+ # Query Params
3091
+ query_params = {}
3092
+
3093
+ # Header Params
3094
+ header_params = {}
3095
+ header_params[:accept] = 'application/json'
3096
+ header_params[:'content-type'] = 'application/json'
3097
+ header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
3098
+ header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
3099
+ # rubocop:enable Style/NegatedIf
3100
+
3101
+ post_body = @api_client.object_to_http_body(update_translator_details)
3102
+
3103
+ # rubocop:disable Metrics/BlockLength
3104
+ OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_translator') do
3105
+ @api_client.call_api(
3106
+ :PUT,
3107
+ path,
3108
+ endpoint,
3109
+ header_params: header_params,
3110
+ query_params: query_params,
3111
+ operation_signing_strategy: operation_signing_strategy,
3112
+ body: post_body,
3113
+ return_type: 'OCI::Oda::Models::Translator'
3114
+ )
3115
+ end
3116
+ # rubocop:enable Metrics/BlockLength
3117
+ end
3118
+ # rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
3119
+ # rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
3120
+ # rubocop:enable Metrics/MethodLength, Layout/EmptyLines
3121
+
3122
+ private
3123
+
3124
+ def applicable_retry_config(opts = {})
3125
+ return @retry_config unless opts.key?(:retry_config)
3126
+
3127
+ opts[:retry_config]
3128
+ end
3129
+ end
3130
+ end
3131
+ # rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength