huaweicloudsdkiotanalytics 3.1.182__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. huaweicloudsdkiotanalytics/__init__.py +0 -0
  2. huaweicloudsdkiotanalytics/v1/__init__.py +269 -0
  3. huaweicloudsdkiotanalytics/v1/iotanalytics_async_client.py +4553 -0
  4. huaweicloudsdkiotanalytics/v1/iotanalytics_client.py +4550 -0
  5. huaweicloudsdkiotanalytics/v1/model/__init__.py +266 -0
  6. huaweicloudsdkiotanalytics/v1/model/add_dev_data_request.py +132 -0
  7. huaweicloudsdkiotanalytics/v1/model/add_dev_data_response.py +108 -0
  8. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_request.py +137 -0
  9. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_response.py +141 -0
  10. huaweicloudsdkiotanalytics/v1/model/aggregate_metric.py +163 -0
  11. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics.py +246 -0
  12. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics_request.py +276 -0
  13. huaweicloudsdkiotanalytics/v1/model/aggregate_model.py +213 -0
  14. huaweicloudsdkiotanalytics/v1/model/aggregate_response.py +212 -0
  15. huaweicloudsdkiotanalytics/v1/model/analysis_model_request.py +239 -0
  16. huaweicloudsdkiotanalytics/v1/model/analysis_model_response.py +268 -0
  17. huaweicloudsdkiotanalytics/v1/model/analysis_request.py +182 -0
  18. huaweicloudsdkiotanalytics/v1/model/analysis_response.py +270 -0
  19. huaweicloudsdkiotanalytics/v1/model/api_content_req.py +107 -0
  20. huaweicloudsdkiotanalytics/v1/model/api_content_rsp.py +137 -0
  21. huaweicloudsdkiotanalytics/v1/model/asset_add_request.py +251 -0
  22. huaweicloudsdkiotanalytics/v1/model/asset_mod_request.py +224 -0
  23. huaweicloudsdkiotanalytics/v1/model/asset_model_add_request.py +194 -0
  24. huaweicloudsdkiotanalytics/v1/model/asset_model_mod_request.py +166 -0
  25. huaweicloudsdkiotanalytics/v1/model/asset_model_response.py +282 -0
  26. huaweicloudsdkiotanalytics/v1/model/asset_property_last_value.py +166 -0
  27. huaweicloudsdkiotanalytics/v1/model/asset_response.py +514 -0
  28. huaweicloudsdkiotanalytics/v1/model/column.py +193 -0
  29. huaweicloudsdkiotanalytics/v1/model/computing_resource.py +340 -0
  30. huaweicloudsdkiotanalytics/v1/model/content_detail_req.py +354 -0
  31. huaweicloudsdkiotanalytics/v1/model/content_detail_rsp.py +354 -0
  32. huaweicloudsdkiotanalytics/v1/model/create_asset_model_request.py +104 -0
  33. huaweicloudsdkiotanalytics/v1/model/create_asset_model_response.py +286 -0
  34. huaweicloudsdkiotanalytics/v1/model/create_asset_new_request.py +104 -0
  35. huaweicloudsdkiotanalytics/v1/model/create_asset_new_response.py +518 -0
  36. huaweicloudsdkiotanalytics/v1/model/create_batch_job_request.py +104 -0
  37. huaweicloudsdkiotanalytics/v1/model/create_batch_job_response.py +365 -0
  38. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request.py +104 -0
  39. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request_body.py +222 -0
  40. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_response.py +286 -0
  41. huaweicloudsdkiotanalytics/v1/model/create_datasource_req_dto.py +159 -0
  42. huaweicloudsdkiotanalytics/v1/model/create_datasource_request.py +104 -0
  43. huaweicloudsdkiotanalytics/v1/model/create_datasource_response.py +253 -0
  44. huaweicloudsdkiotanalytics/v1/model/create_group_request.py +104 -0
  45. huaweicloudsdkiotanalytics/v1/model/create_group_response.py +402 -0
  46. huaweicloudsdkiotanalytics/v1/model/create_run_request.py +132 -0
  47. huaweicloudsdkiotanalytics/v1/model/create_run_request_body.py +136 -0
  48. huaweicloudsdkiotanalytics/v1/model/create_run_response.py +224 -0
  49. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_request.py +137 -0
  50. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_response.py +141 -0
  51. huaweicloudsdkiotanalytics/v1/model/create_table_request.py +104 -0
  52. huaweicloudsdkiotanalytics/v1/model/create_table_request_body.py +482 -0
  53. huaweicloudsdkiotanalytics/v1/model/create_table_response.py +460 -0
  54. huaweicloudsdkiotanalytics/v1/model/data_schema.py +223 -0
  55. huaweicloudsdkiotanalytics/v1/model/data_store_dto.py +166 -0
  56. huaweicloudsdkiotanalytics/v1/model/datasource_rest_dto.py +249 -0
  57. huaweicloudsdkiotanalytics/v1/model/dcs_content_req.py +219 -0
  58. huaweicloudsdkiotanalytics/v1/model/dcs_content_rsp.py +253 -0
  59. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_request.py +107 -0
  60. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_response.py +81 -0
  61. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_request.py +107 -0
  62. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_response.py +81 -0
  63. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_request.py +107 -0
  64. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_response.py +112 -0
  65. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_request.py +107 -0
  66. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_response.py +112 -0
  67. huaweicloudsdkiotanalytics/v1/model/delete_data_store_request.py +107 -0
  68. huaweicloudsdkiotanalytics/v1/model/delete_data_store_response.py +81 -0
  69. huaweicloudsdkiotanalytics/v1/model/delete_datasource_request.py +107 -0
  70. huaweicloudsdkiotanalytics/v1/model/delete_datasource_response.py +112 -0
  71. huaweicloudsdkiotanalytics/v1/model/delete_group_request.py +107 -0
  72. huaweicloudsdkiotanalytics/v1/model/delete_group_response.py +81 -0
  73. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_request.py +107 -0
  74. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_response.py +108 -0
  75. huaweicloudsdkiotanalytics/v1/model/delete_run_request.py +135 -0
  76. huaweicloudsdkiotanalytics/v1/model/delete_run_response.py +112 -0
  77. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_request.py +107 -0
  78. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_response.py +108 -0
  79. huaweicloudsdkiotanalytics/v1/model/delete_table_request.py +107 -0
  80. huaweicloudsdkiotanalytics/v1/model/delete_table_response.py +141 -0
  81. huaweicloudsdkiotanalytics/v1/model/dis_content_req.py +191 -0
  82. huaweicloudsdkiotanalytics/v1/model/dis_content_rsp.py +195 -0
  83. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_metrics.py +163 -0
  84. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_request.py +133 -0
  85. huaweicloudsdkiotanalytics/v1/model/dt_schedule.py +107 -0
  86. huaweicloudsdkiotanalytics/v1/model/dt_stream_request.py +107 -0
  87. huaweicloudsdkiotanalytics/v1/model/dt_transform_metrics.py +163 -0
  88. huaweicloudsdkiotanalytics/v1/model/dt_transform_request.py +133 -0
  89. huaweicloudsdkiotanalytics/v1/model/edge_content_req.py +136 -0
  90. huaweicloudsdkiotanalytics/v1/model/edge_content_rsp.py +135 -0
  91. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_req.py +135 -0
  92. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_rsp.py +163 -0
  93. huaweicloudsdkiotanalytics/v1/model/export_dataset_request.py +135 -0
  94. huaweicloudsdkiotanalytics/v1/model/export_dataset_response.py +81 -0
  95. huaweicloudsdkiotanalytics/v1/model/expression.py +165 -0
  96. huaweicloudsdkiotanalytics/v1/model/formula.py +137 -0
  97. huaweicloudsdkiotanalytics/v1/model/function_graph_content_req.py +275 -0
  98. huaweicloudsdkiotanalytics/v1/model/function_graph_content_rsp.py +282 -0
  99. huaweicloudsdkiotanalytics/v1/model/get_data_store.py +311 -0
  100. huaweicloudsdkiotanalytics/v1/model/get_group.py +398 -0
  101. huaweicloudsdkiotanalytics/v1/model/get_history_request.py +188 -0
  102. huaweicloudsdkiotanalytics/v1/model/get_metrics_request.py +157 -0
  103. huaweicloudsdkiotanalytics/v1/model/get_metrics_value.py +157 -0
  104. huaweicloudsdkiotanalytics/v1/model/get_property_request.py +136 -0
  105. huaweicloudsdkiotanalytics/v1/model/history_values.py +137 -0
  106. huaweicloudsdkiotanalytics/v1/model/import_data_request.py +104 -0
  107. huaweicloudsdkiotanalytics/v1/model/import_data_request_body.py +394 -0
  108. huaweicloudsdkiotanalytics/v1/model/import_data_response.py +170 -0
  109. huaweicloudsdkiotanalytics/v1/model/input_model.py +131 -0
  110. huaweicloudsdkiotanalytics/v1/model/input_param.py +135 -0
  111. huaweicloudsdkiotanalytics/v1/model/input_request.py +131 -0
  112. huaweicloudsdkiotanalytics/v1/model/input_response.py +133 -0
  113. huaweicloudsdkiotanalytics/v1/model/iotda_content_req.py +135 -0
  114. huaweicloudsdkiotanalytics/v1/model/iotda_content_rsp.py +135 -0
  115. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_req.py +135 -0
  116. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_rsp.py +163 -0
  117. huaweicloudsdkiotanalytics/v1/model/iotda_rule_action.py +135 -0
  118. huaweicloudsdkiotanalytics/v1/model/job.py +359 -0
  119. huaweicloudsdkiotanalytics/v1/model/kafka_auth_info.py +132 -0
  120. huaweicloudsdkiotanalytics/v1/model/kafka_broker_info.py +135 -0
  121. huaweicloudsdkiotanalytics/v1/model/kafka_content_req.py +219 -0
  122. huaweicloudsdkiotanalytics/v1/model/kafka_content_rsp.py +220 -0
  123. huaweicloudsdkiotanalytics/v1/model/key_value.py +137 -0
  124. huaweicloudsdkiotanalytics/v1/model/last_asset_property_value_request.py +166 -0
  125. huaweicloudsdkiotanalytics/v1/model/list_asset_models_request.py +166 -0
  126. huaweicloudsdkiotanalytics/v1/model/list_asset_models_response.py +141 -0
  127. huaweicloudsdkiotanalytics/v1/model/list_assets_new_request.py +194 -0
  128. huaweicloudsdkiotanalytics/v1/model/list_assets_new_response.py +141 -0
  129. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_request.py +282 -0
  130. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_response.py +137 -0
  131. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_request.py +166 -0
  132. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_response.py +141 -0
  133. huaweicloudsdkiotanalytics/v1/model/list_data_stores_request.py +224 -0
  134. huaweicloudsdkiotanalytics/v1/model/list_data_stores_response.py +141 -0
  135. huaweicloudsdkiotanalytics/v1/model/list_groups_request.py +253 -0
  136. huaweicloudsdkiotanalytics/v1/model/list_groups_response.py +141 -0
  137. huaweicloudsdkiotanalytics/v1/model/list_history_request.py +132 -0
  138. huaweicloudsdkiotanalytics/v1/model/list_history_response.py +141 -0
  139. huaweicloudsdkiotanalytics/v1/model/list_metrics_request.py +132 -0
  140. huaweicloudsdkiotanalytics/v1/model/list_metrics_response.py +141 -0
  141. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_request.py +311 -0
  142. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_response.py +141 -0
  143. huaweicloudsdkiotanalytics/v1/model/list_runs_request.py +398 -0
  144. huaweicloudsdkiotanalytics/v1/model/list_runs_response.py +141 -0
  145. huaweicloudsdkiotanalytics/v1/model/list_tables_request.py +253 -0
  146. huaweicloudsdkiotanalytics/v1/model/list_tables_response.py +141 -0
  147. huaweicloudsdkiotanalytics/v1/model/list_tag_values_request.py +222 -0
  148. huaweicloudsdkiotanalytics/v1/model/list_tag_values_response.py +170 -0
  149. huaweicloudsdkiotanalytics/v1/model/metric.py +195 -0
  150. huaweicloudsdkiotanalytics/v1/model/metric_input.py +135 -0
  151. huaweicloudsdkiotanalytics/v1/model/metric_list.py +137 -0
  152. huaweicloudsdkiotanalytics/v1/model/metric_value.py +137 -0
  153. huaweicloudsdkiotanalytics/v1/model/model_arts_content_req.py +247 -0
  154. huaweicloudsdkiotanalytics/v1/model/model_arts_content_rsp.py +253 -0
  155. huaweicloudsdkiotanalytics/v1/model/model_property.py +195 -0
  156. huaweicloudsdkiotanalytics/v1/model/named_formula.py +135 -0
  157. huaweicloudsdkiotanalytics/v1/model/node_content_req.py +135 -0
  158. huaweicloudsdkiotanalytics/v1/model/node_content_rsp.py +137 -0
  159. huaweicloudsdkiotanalytics/v1/model/obs_content_req.py +163 -0
  160. huaweicloudsdkiotanalytics/v1/model/obs_content_rsp.py +166 -0
  161. huaweicloudsdkiotanalytics/v1/model/output_request.py +165 -0
  162. huaweicloudsdkiotanalytics/v1/model/output_response.py +223 -0
  163. huaweicloudsdkiotanalytics/v1/model/output_with_model.py +193 -0
  164. huaweicloudsdkiotanalytics/v1/model/pipeline_job_info_dto.py +456 -0
  165. huaweicloudsdkiotanalytics/v1/model/property_filter.py +163 -0
  166. huaweicloudsdkiotanalytics/v1/model/property_model_request.py +275 -0
  167. huaweicloudsdkiotanalytics/v1/model/property_model_response.py +304 -0
  168. huaweicloudsdkiotanalytics/v1/model/property_reference_model.py +193 -0
  169. huaweicloudsdkiotanalytics/v1/model/property_reference_req.py +108 -0
  170. huaweicloudsdkiotanalytics/v1/model/property_reference_response.py +222 -0
  171. huaweicloudsdkiotanalytics/v1/model/property_request.py +165 -0
  172. huaweicloudsdkiotanalytics/v1/model/property_response.py +333 -0
  173. huaweicloudsdkiotanalytics/v1/model/property_value.py +166 -0
  174. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_request.py +107 -0
  175. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_response.py +81 -0
  176. huaweicloudsdkiotanalytics/v1/model/raw_request.py +219 -0
  177. huaweicloudsdkiotanalytics/v1/model/raw_value.py +137 -0
  178. huaweicloudsdkiotanalytics/v1/model/run.py +359 -0
  179. huaweicloudsdkiotanalytics/v1/model/run_detail.py +161 -0
  180. huaweicloudsdkiotanalytics/v1/model/sasl_plain_auth_info.py +137 -0
  181. huaweicloudsdkiotanalytics/v1/model/schedule.py +335 -0
  182. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_request.py +195 -0
  183. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_response.py +141 -0
  184. huaweicloudsdkiotanalytics/v1/model/show_asset_model_request.py +107 -0
  185. huaweicloudsdkiotanalytics/v1/model/show_asset_model_response.py +286 -0
  186. huaweicloudsdkiotanalytics/v1/model/show_asset_new_request.py +135 -0
  187. huaweicloudsdkiotanalytics/v1/model/show_asset_new_response.py +518 -0
  188. huaweicloudsdkiotanalytics/v1/model/show_batch_job_request.py +107 -0
  189. huaweicloudsdkiotanalytics/v1/model/show_batch_job_response.py +365 -0
  190. huaweicloudsdkiotanalytics/v1/model/show_data_source_request.py +107 -0
  191. huaweicloudsdkiotanalytics/v1/model/show_data_source_response.py +253 -0
  192. huaweicloudsdkiotanalytics/v1/model/show_dataset_request.py +193 -0
  193. huaweicloudsdkiotanalytics/v1/model/show_dataset_response.py +195 -0
  194. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_request.py +107 -0
  195. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_response.py +137 -0
  196. huaweicloudsdkiotanalytics/v1/model/show_jobs_request.py +195 -0
  197. huaweicloudsdkiotanalytics/v1/model/show_jobs_response.py +141 -0
  198. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_request.py +132 -0
  199. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_response.py +112 -0
  200. huaweicloudsdkiotanalytics/v1/model/show_metric_value_request.py +132 -0
  201. huaweicloudsdkiotanalytics/v1/model/show_metric_value_response.py +141 -0
  202. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_request.py +107 -0
  203. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_response.py +137 -0
  204. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_request.py +132 -0
  205. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_response.py +141 -0
  206. huaweicloudsdkiotanalytics/v1/model/show_property_values_request.py +132 -0
  207. huaweicloudsdkiotanalytics/v1/model/show_property_values_response.py +112 -0
  208. huaweicloudsdkiotanalytics/v1/model/show_run_request.py +164 -0
  209. huaweicloudsdkiotanalytics/v1/model/show_run_response.py +286 -0
  210. huaweicloudsdkiotanalytics/v1/model/show_table_preview_request.py +107 -0
  211. huaweicloudsdkiotanalytics/v1/model/show_table_preview_response.py +141 -0
  212. huaweicloudsdkiotanalytics/v1/model/show_table_schema_request.py +107 -0
  213. huaweicloudsdkiotanalytics/v1/model/show_table_schema_response.py +369 -0
  214. huaweicloudsdkiotanalytics/v1/model/smn_content_req.py +163 -0
  215. huaweicloudsdkiotanalytics/v1/model/smn_content_rsp.py +166 -0
  216. huaweicloudsdkiotanalytics/v1/model/sql_job.py +107 -0
  217. huaweicloudsdkiotanalytics/v1/model/sql_job_query_dataset.py +165 -0
  218. huaweicloudsdkiotanalytics/v1/model/sql_job_run.py +107 -0
  219. huaweicloudsdkiotanalytics/v1/model/sql_job_run_detail.py +427 -0
  220. huaweicloudsdkiotanalytics/v1/model/sql_job_run_response_body.py +194 -0
  221. huaweicloudsdkiotanalytics/v1/model/start_job_request.py +194 -0
  222. huaweicloudsdkiotanalytics/v1/model/start_job_response.py +112 -0
  223. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_request.py +194 -0
  224. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_response.py +112 -0
  225. huaweicloudsdkiotanalytics/v1/model/stop_job_request.py +136 -0
  226. huaweicloudsdkiotanalytics/v1/model/stop_job_response.py +112 -0
  227. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_request.py +136 -0
  228. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_response.py +112 -0
  229. huaweicloudsdkiotanalytics/v1/model/storage_group.py +195 -0
  230. huaweicloudsdkiotanalytics/v1/model/stream_model.py +163 -0
  231. huaweicloudsdkiotanalytics/v1/model/stream_output.py +135 -0
  232. huaweicloudsdkiotanalytics/v1/model/stream_response.py +166 -0
  233. huaweicloudsdkiotanalytics/v1/model/streaming_job_info_dto.py +398 -0
  234. huaweicloudsdkiotanalytics/v1/model/table.py +456 -0
  235. huaweicloudsdkiotanalytics/v1/model/tag.py +137 -0
  236. huaweicloudsdkiotanalytics/v1/model/tag_info_dto.py +166 -0
  237. huaweicloudsdkiotanalytics/v1/model/time_span.py +135 -0
  238. huaweicloudsdkiotanalytics/v1/model/time_span_dt.py +137 -0
  239. huaweicloudsdkiotanalytics/v1/model/transform_metric.py +163 -0
  240. huaweicloudsdkiotanalytics/v1/model/transform_metrics.py +188 -0
  241. huaweicloudsdkiotanalytics/v1/model/transform_metrics_request.py +219 -0
  242. huaweicloudsdkiotanalytics/v1/model/transform_model.py +189 -0
  243. huaweicloudsdkiotanalytics/v1/model/transform_response.py +187 -0
  244. huaweicloudsdkiotanalytics/v1/model/update_asset_model_request.py +132 -0
  245. huaweicloudsdkiotanalytics/v1/model/update_asset_model_response.py +286 -0
  246. huaweicloudsdkiotanalytics/v1/model/update_asset_new_request.py +132 -0
  247. huaweicloudsdkiotanalytics/v1/model/update_asset_new_response.py +518 -0
  248. huaweicloudsdkiotanalytics/v1/model/update_batch_job_request.py +132 -0
  249. huaweicloudsdkiotanalytics/v1/model/update_batch_job_response.py +365 -0
  250. huaweicloudsdkiotanalytics/v1/model/update_data_source_request.py +132 -0
  251. huaweicloudsdkiotanalytics/v1/model/update_data_source_response.py +253 -0
  252. huaweicloudsdkiotanalytics/v1/model/update_data_store.py +195 -0
  253. huaweicloudsdkiotanalytics/v1/model/update_data_store_request.py +132 -0
  254. huaweicloudsdkiotanalytics/v1/model/update_data_store_response.py +315 -0
  255. huaweicloudsdkiotanalytics/v1/model/update_datasource_req_dto.py +160 -0
  256. huaweicloudsdkiotanalytics/v1/model/update_group_request.py +132 -0
  257. huaweicloudsdkiotanalytics/v1/model/update_group_response.py +402 -0
  258. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_request.py +165 -0
  259. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_response.py +199 -0
  260. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_request.py +165 -0
  261. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_response.py +199 -0
  262. huaweicloudsdkiotanalytics/v1/model/validate_sql_request.py +104 -0
  263. huaweicloudsdkiotanalytics/v1/model/validate_sql_request_body.py +108 -0
  264. huaweicloudsdkiotanalytics/v1/model/validate_sql_response.py +112 -0
  265. huaweicloudsdkiotanalytics/v1/model/vpcep_info.py +191 -0
  266. huaweicloudsdkiotanalytics/v1/model/vpcep_info_rsp.py +220 -0
  267. huaweicloudsdkiotanalytics/v1/region/__init__.py +0 -0
  268. huaweicloudsdkiotanalytics/v1/region/iotanalytics_region.py +31 -0
  269. huaweicloudsdkiotanalytics-3.1.182.dist-info/METADATA +25 -0
  270. huaweicloudsdkiotanalytics-3.1.182.dist-info/RECORD +272 -0
  271. huaweicloudsdkiotanalytics-3.1.182.dist-info/WHEEL +4 -0
  272. huaweicloudsdkiotanalytics-3.1.182.dist-info/licenses/LICENSE +13 -0
@@ -0,0 +1,286 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.sdk_response import SdkResponse
4
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
5
+
6
+
7
+ class CreateComputingResourceResponse(SdkResponse):
8
+
9
+ """
10
+ Attributes:
11
+ openapi_types (dict): The key is attribute name
12
+ and the value is attribute type.
13
+ attribute_map (dict): The key is attribute name
14
+ and the value is json key in definition.
15
+ """
16
+ sensitive_list = []
17
+
18
+ openapi_types = {
19
+ 'computing_resource_id': 'str',
20
+ 'computing_resource_name': 'str',
21
+ 'computing_resource_type': 'str',
22
+ 'description': 'str',
23
+ 'cu_count': 'int',
24
+ 'charging_mode': 'int',
25
+ 'created_time': 'str'
26
+ }
27
+
28
+ attribute_map = {
29
+ 'computing_resource_id': 'computing_resource_id',
30
+ 'computing_resource_name': 'computing_resource_name',
31
+ 'computing_resource_type': 'computing_resource_type',
32
+ 'description': 'description',
33
+ 'cu_count': 'cu_count',
34
+ 'charging_mode': 'charging_mode',
35
+ 'created_time': 'created_time'
36
+ }
37
+
38
+ def __init__(self, computing_resource_id=None, computing_resource_name=None, computing_resource_type=None, description=None, cu_count=None, charging_mode=None, created_time=None):
39
+ r"""CreateComputingResourceResponse
40
+
41
+ The model defined in huaweicloud sdk
42
+
43
+ :param computing_resource_id: 新增计算资源ID。
44
+ :type computing_resource_id: str
45
+ :param computing_resource_name: 新增计算资源名称。
46
+ :type computing_resource_name: str
47
+ :param computing_resource_type: 计算资源的类型。目前支持:sql。如果不指定,默认为sql。
48
+ :type computing_resource_type: str
49
+ :param description: 计算资源的描述信息。
50
+ :type description: str
51
+ :param cu_count: 与计算资源绑定的最小计算单元个数。设置值当前只支持16,64,256。
52
+ :type cu_count: int
53
+ :param charging_mode: 计算资源的收费模式。只能设置为“1”,表示按照CU时收费。
54
+ :type charging_mode: int
55
+ :param created_time: 创建计算资源时间。时间格式为ISO日期时间格式yyyy-MM-dd'T'HH:mm:ss'Z'。
56
+ :type created_time: str
57
+ """
58
+
59
+ super().__init__()
60
+
61
+ self._computing_resource_id = None
62
+ self._computing_resource_name = None
63
+ self._computing_resource_type = None
64
+ self._description = None
65
+ self._cu_count = None
66
+ self._charging_mode = None
67
+ self._created_time = None
68
+ self.discriminator = None
69
+
70
+ if computing_resource_id is not None:
71
+ self.computing_resource_id = computing_resource_id
72
+ if computing_resource_name is not None:
73
+ self.computing_resource_name = computing_resource_name
74
+ if computing_resource_type is not None:
75
+ self.computing_resource_type = computing_resource_type
76
+ if description is not None:
77
+ self.description = description
78
+ if cu_count is not None:
79
+ self.cu_count = cu_count
80
+ if charging_mode is not None:
81
+ self.charging_mode = charging_mode
82
+ if created_time is not None:
83
+ self.created_time = created_time
84
+
85
+ @property
86
+ def computing_resource_id(self):
87
+ r"""Gets the computing_resource_id of this CreateComputingResourceResponse.
88
+
89
+ 新增计算资源ID。
90
+
91
+ :return: The computing_resource_id of this CreateComputingResourceResponse.
92
+ :rtype: str
93
+ """
94
+ return self._computing_resource_id
95
+
96
+ @computing_resource_id.setter
97
+ def computing_resource_id(self, computing_resource_id):
98
+ r"""Sets the computing_resource_id of this CreateComputingResourceResponse.
99
+
100
+ 新增计算资源ID。
101
+
102
+ :param computing_resource_id: The computing_resource_id of this CreateComputingResourceResponse.
103
+ :type computing_resource_id: str
104
+ """
105
+ self._computing_resource_id = computing_resource_id
106
+
107
+ @property
108
+ def computing_resource_name(self):
109
+ r"""Gets the computing_resource_name of this CreateComputingResourceResponse.
110
+
111
+ 新增计算资源名称。
112
+
113
+ :return: The computing_resource_name of this CreateComputingResourceResponse.
114
+ :rtype: str
115
+ """
116
+ return self._computing_resource_name
117
+
118
+ @computing_resource_name.setter
119
+ def computing_resource_name(self, computing_resource_name):
120
+ r"""Sets the computing_resource_name of this CreateComputingResourceResponse.
121
+
122
+ 新增计算资源名称。
123
+
124
+ :param computing_resource_name: The computing_resource_name of this CreateComputingResourceResponse.
125
+ :type computing_resource_name: str
126
+ """
127
+ self._computing_resource_name = computing_resource_name
128
+
129
+ @property
130
+ def computing_resource_type(self):
131
+ r"""Gets the computing_resource_type of this CreateComputingResourceResponse.
132
+
133
+ 计算资源的类型。目前支持:sql。如果不指定,默认为sql。
134
+
135
+ :return: The computing_resource_type of this CreateComputingResourceResponse.
136
+ :rtype: str
137
+ """
138
+ return self._computing_resource_type
139
+
140
+ @computing_resource_type.setter
141
+ def computing_resource_type(self, computing_resource_type):
142
+ r"""Sets the computing_resource_type of this CreateComputingResourceResponse.
143
+
144
+ 计算资源的类型。目前支持:sql。如果不指定,默认为sql。
145
+
146
+ :param computing_resource_type: The computing_resource_type of this CreateComputingResourceResponse.
147
+ :type computing_resource_type: str
148
+ """
149
+ self._computing_resource_type = computing_resource_type
150
+
151
+ @property
152
+ def description(self):
153
+ r"""Gets the description of this CreateComputingResourceResponse.
154
+
155
+ 计算资源的描述信息。
156
+
157
+ :return: The description of this CreateComputingResourceResponse.
158
+ :rtype: str
159
+ """
160
+ return self._description
161
+
162
+ @description.setter
163
+ def description(self, description):
164
+ r"""Sets the description of this CreateComputingResourceResponse.
165
+
166
+ 计算资源的描述信息。
167
+
168
+ :param description: The description of this CreateComputingResourceResponse.
169
+ :type description: str
170
+ """
171
+ self._description = description
172
+
173
+ @property
174
+ def cu_count(self):
175
+ r"""Gets the cu_count of this CreateComputingResourceResponse.
176
+
177
+ 与计算资源绑定的最小计算单元个数。设置值当前只支持16,64,256。
178
+
179
+ :return: The cu_count of this CreateComputingResourceResponse.
180
+ :rtype: int
181
+ """
182
+ return self._cu_count
183
+
184
+ @cu_count.setter
185
+ def cu_count(self, cu_count):
186
+ r"""Sets the cu_count of this CreateComputingResourceResponse.
187
+
188
+ 与计算资源绑定的最小计算单元个数。设置值当前只支持16,64,256。
189
+
190
+ :param cu_count: The cu_count of this CreateComputingResourceResponse.
191
+ :type cu_count: int
192
+ """
193
+ self._cu_count = cu_count
194
+
195
+ @property
196
+ def charging_mode(self):
197
+ r"""Gets the charging_mode of this CreateComputingResourceResponse.
198
+
199
+ 计算资源的收费模式。只能设置为“1”,表示按照CU时收费。
200
+
201
+ :return: The charging_mode of this CreateComputingResourceResponse.
202
+ :rtype: int
203
+ """
204
+ return self._charging_mode
205
+
206
+ @charging_mode.setter
207
+ def charging_mode(self, charging_mode):
208
+ r"""Sets the charging_mode of this CreateComputingResourceResponse.
209
+
210
+ 计算资源的收费模式。只能设置为“1”,表示按照CU时收费。
211
+
212
+ :param charging_mode: The charging_mode of this CreateComputingResourceResponse.
213
+ :type charging_mode: int
214
+ """
215
+ self._charging_mode = charging_mode
216
+
217
+ @property
218
+ def created_time(self):
219
+ r"""Gets the created_time of this CreateComputingResourceResponse.
220
+
221
+ 创建计算资源时间。时间格式为ISO日期时间格式yyyy-MM-dd'T'HH:mm:ss'Z'。
222
+
223
+ :return: The created_time of this CreateComputingResourceResponse.
224
+ :rtype: str
225
+ """
226
+ return self._created_time
227
+
228
+ @created_time.setter
229
+ def created_time(self, created_time):
230
+ r"""Sets the created_time of this CreateComputingResourceResponse.
231
+
232
+ 创建计算资源时间。时间格式为ISO日期时间格式yyyy-MM-dd'T'HH:mm:ss'Z'。
233
+
234
+ :param created_time: The created_time of this CreateComputingResourceResponse.
235
+ :type created_time: str
236
+ """
237
+ self._created_time = created_time
238
+
239
+ def to_dict(self):
240
+ import warnings
241
+ warnings.warn("CreateComputingResourceResponse.to_dict() is deprecated and no longer maintained, "
242
+ "use to_json_object() to get the response content.", DeprecationWarning)
243
+ result = {}
244
+
245
+ for attr, _ in self.openapi_types.items():
246
+ value = getattr(self, attr)
247
+ if isinstance(value, list):
248
+ result[attr] = list(map(
249
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
250
+ value
251
+ ))
252
+ elif hasattr(value, "to_dict"):
253
+ result[attr] = value.to_dict()
254
+ elif isinstance(value, dict):
255
+ result[attr] = dict(map(
256
+ lambda item: (item[0], item[1].to_dict())
257
+ if hasattr(item[1], "to_dict") else item,
258
+ value.items()
259
+ ))
260
+ else:
261
+ if attr in self.sensitive_list:
262
+ result[attr] = "****"
263
+ else:
264
+ result[attr] = value
265
+
266
+ return result
267
+
268
+ def to_str(self):
269
+ """Returns the string representation of the model"""
270
+ import simplejson as json
271
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
272
+
273
+ def __repr__(self):
274
+ """For `print`"""
275
+ return self.to_str()
276
+
277
+ def __eq__(self, other):
278
+ """Returns true if both objects are equal"""
279
+ if not isinstance(other, CreateComputingResourceResponse):
280
+ return False
281
+
282
+ return self.__dict__ == other.__dict__
283
+
284
+ def __ne__(self, other):
285
+ """Returns true if both objects are not equal"""
286
+ return not self == other
@@ -0,0 +1,159 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class CreateDatasourceReqDTO:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'name': 'str',
19
+ 'type': 'str',
20
+ 'content': 'ContentDetailReq'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'name': 'name',
25
+ 'type': 'type',
26
+ 'content': 'content'
27
+ }
28
+
29
+ def __init__(self, name=None, type=None, content=None):
30
+ r"""CreateDatasourceReqDTO
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param name: 数据源名称
35
+ :type name: str
36
+ :param type: 数据源类型, 包括:IOTDA、API[、OBS、DIS、SMN、FUNCTION_GRAPH、MODEL_ARTS、DCS、KAFKA](tag:IoTA-Cloud-Only)、NODE
37
+ :type type: str
38
+ :param content:
39
+ :type content: :class:`huaweicloudsdkiotanalytics.v1.ContentDetailReq`
40
+ """
41
+
42
+
43
+
44
+ self._name = None
45
+ self._type = None
46
+ self._content = None
47
+ self.discriminator = None
48
+
49
+ self.name = name
50
+ self.type = type
51
+ self.content = content
52
+
53
+ @property
54
+ def name(self):
55
+ r"""Gets the name of this CreateDatasourceReqDTO.
56
+
57
+ 数据源名称
58
+
59
+ :return: The name of this CreateDatasourceReqDTO.
60
+ :rtype: str
61
+ """
62
+ return self._name
63
+
64
+ @name.setter
65
+ def name(self, name):
66
+ r"""Sets the name of this CreateDatasourceReqDTO.
67
+
68
+ 数据源名称
69
+
70
+ :param name: The name of this CreateDatasourceReqDTO.
71
+ :type name: str
72
+ """
73
+ self._name = name
74
+
75
+ @property
76
+ def type(self):
77
+ r"""Gets the type of this CreateDatasourceReqDTO.
78
+
79
+ 数据源类型, 包括:IOTDA、API[、OBS、DIS、SMN、FUNCTION_GRAPH、MODEL_ARTS、DCS、KAFKA](tag:IoTA-Cloud-Only)、NODE
80
+
81
+ :return: The type of this CreateDatasourceReqDTO.
82
+ :rtype: str
83
+ """
84
+ return self._type
85
+
86
+ @type.setter
87
+ def type(self, type):
88
+ r"""Sets the type of this CreateDatasourceReqDTO.
89
+
90
+ 数据源类型, 包括:IOTDA、API[、OBS、DIS、SMN、FUNCTION_GRAPH、MODEL_ARTS、DCS、KAFKA](tag:IoTA-Cloud-Only)、NODE
91
+
92
+ :param type: The type of this CreateDatasourceReqDTO.
93
+ :type type: str
94
+ """
95
+ self._type = type
96
+
97
+ @property
98
+ def content(self):
99
+ r"""Gets the content of this CreateDatasourceReqDTO.
100
+
101
+ :return: The content of this CreateDatasourceReqDTO.
102
+ :rtype: :class:`huaweicloudsdkiotanalytics.v1.ContentDetailReq`
103
+ """
104
+ return self._content
105
+
106
+ @content.setter
107
+ def content(self, content):
108
+ r"""Sets the content of this CreateDatasourceReqDTO.
109
+
110
+ :param content: The content of this CreateDatasourceReqDTO.
111
+ :type content: :class:`huaweicloudsdkiotanalytics.v1.ContentDetailReq`
112
+ """
113
+ self._content = content
114
+
115
+ def to_dict(self):
116
+ result = {}
117
+
118
+ for attr, _ in self.openapi_types.items():
119
+ value = getattr(self, attr)
120
+ if isinstance(value, list):
121
+ result[attr] = list(map(
122
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
123
+ value
124
+ ))
125
+ elif hasattr(value, "to_dict"):
126
+ result[attr] = value.to_dict()
127
+ elif isinstance(value, dict):
128
+ result[attr] = dict(map(
129
+ lambda item: (item[0], item[1].to_dict())
130
+ if hasattr(item[1], "to_dict") else item,
131
+ value.items()
132
+ ))
133
+ else:
134
+ if attr in self.sensitive_list:
135
+ result[attr] = "****"
136
+ else:
137
+ result[attr] = value
138
+
139
+ return result
140
+
141
+ def to_str(self):
142
+ """Returns the string representation of the model"""
143
+ import simplejson as json
144
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
145
+
146
+ def __repr__(self):
147
+ """For `print`"""
148
+ return self.to_str()
149
+
150
+ def __eq__(self, other):
151
+ """Returns true if both objects are equal"""
152
+ if not isinstance(other, CreateDatasourceReqDTO):
153
+ return False
154
+
155
+ return self.__dict__ == other.__dict__
156
+
157
+ def __ne__(self, other):
158
+ """Returns true if both objects are not equal"""
159
+ return not self == other
@@ -0,0 +1,104 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class CreateDatasourceRequest:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'body': 'CreateDatasourceReqDTO'
19
+ }
20
+
21
+ attribute_map = {
22
+ 'body': 'body'
23
+ }
24
+
25
+ def __init__(self, body=None):
26
+ r"""CreateDatasourceRequest
27
+
28
+ The model defined in huaweicloud sdk
29
+
30
+ :param body: Body of the CreateDatasourceRequest
31
+ :type body: :class:`huaweicloudsdkiotanalytics.v1.CreateDatasourceReqDTO`
32
+ """
33
+
34
+
35
+
36
+ self._body = None
37
+ self.discriminator = None
38
+
39
+ if body is not None:
40
+ self.body = body
41
+
42
+ @property
43
+ def body(self):
44
+ r"""Gets the body of this CreateDatasourceRequest.
45
+
46
+ :return: The body of this CreateDatasourceRequest.
47
+ :rtype: :class:`huaweicloudsdkiotanalytics.v1.CreateDatasourceReqDTO`
48
+ """
49
+ return self._body
50
+
51
+ @body.setter
52
+ def body(self, body):
53
+ r"""Sets the body of this CreateDatasourceRequest.
54
+
55
+ :param body: The body of this CreateDatasourceRequest.
56
+ :type body: :class:`huaweicloudsdkiotanalytics.v1.CreateDatasourceReqDTO`
57
+ """
58
+ self._body = body
59
+
60
+ def to_dict(self):
61
+ result = {}
62
+
63
+ for attr, _ in self.openapi_types.items():
64
+ value = getattr(self, attr)
65
+ if isinstance(value, list):
66
+ result[attr] = list(map(
67
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
68
+ value
69
+ ))
70
+ elif hasattr(value, "to_dict"):
71
+ result[attr] = value.to_dict()
72
+ elif isinstance(value, dict):
73
+ result[attr] = dict(map(
74
+ lambda item: (item[0], item[1].to_dict())
75
+ if hasattr(item[1], "to_dict") else item,
76
+ value.items()
77
+ ))
78
+ else:
79
+ if attr in self.sensitive_list:
80
+ result[attr] = "****"
81
+ else:
82
+ result[attr] = value
83
+
84
+ return result
85
+
86
+ def to_str(self):
87
+ """Returns the string representation of the model"""
88
+ import simplejson as json
89
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
90
+
91
+ def __repr__(self):
92
+ """For `print`"""
93
+ return self.to_str()
94
+
95
+ def __eq__(self, other):
96
+ """Returns true if both objects are equal"""
97
+ if not isinstance(other, CreateDatasourceRequest):
98
+ return False
99
+
100
+ return self.__dict__ == other.__dict__
101
+
102
+ def __ne__(self, other):
103
+ """Returns true if both objects are not equal"""
104
+ return not self == other