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,107 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class ShowTableSchemaRequest:
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
+ 'table_id': 'str'
19
+ }
20
+
21
+ attribute_map = {
22
+ 'table_id': 'table_id'
23
+ }
24
+
25
+ def __init__(self, table_id=None):
26
+ r"""ShowTableSchemaRequest
27
+
28
+ The model defined in huaweicloud sdk
29
+
30
+ :param table_id: 表ID。
31
+ :type table_id: str
32
+ """
33
+
34
+
35
+
36
+ self._table_id = None
37
+ self.discriminator = None
38
+
39
+ self.table_id = table_id
40
+
41
+ @property
42
+ def table_id(self):
43
+ r"""Gets the table_id of this ShowTableSchemaRequest.
44
+
45
+ 表ID。
46
+
47
+ :return: The table_id of this ShowTableSchemaRequest.
48
+ :rtype: str
49
+ """
50
+ return self._table_id
51
+
52
+ @table_id.setter
53
+ def table_id(self, table_id):
54
+ r"""Sets the table_id of this ShowTableSchemaRequest.
55
+
56
+ 表ID。
57
+
58
+ :param table_id: The table_id of this ShowTableSchemaRequest.
59
+ :type table_id: str
60
+ """
61
+ self._table_id = table_id
62
+
63
+ def to_dict(self):
64
+ result = {}
65
+
66
+ for attr, _ in self.openapi_types.items():
67
+ value = getattr(self, attr)
68
+ if isinstance(value, list):
69
+ result[attr] = list(map(
70
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
71
+ value
72
+ ))
73
+ elif hasattr(value, "to_dict"):
74
+ result[attr] = value.to_dict()
75
+ elif isinstance(value, dict):
76
+ result[attr] = dict(map(
77
+ lambda item: (item[0], item[1].to_dict())
78
+ if hasattr(item[1], "to_dict") else item,
79
+ value.items()
80
+ ))
81
+ else:
82
+ if attr in self.sensitive_list:
83
+ result[attr] = "****"
84
+ else:
85
+ result[attr] = value
86
+
87
+ return result
88
+
89
+ def to_str(self):
90
+ """Returns the string representation of the model"""
91
+ import simplejson as json
92
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
93
+
94
+ def __repr__(self):
95
+ """For `print`"""
96
+ return self.to_str()
97
+
98
+ def __eq__(self, other):
99
+ """Returns true if both objects are equal"""
100
+ if not isinstance(other, ShowTableSchemaRequest):
101
+ return False
102
+
103
+ return self.__dict__ == other.__dict__
104
+
105
+ def __ne__(self, other):
106
+ """Returns true if both objects are not equal"""
107
+ return not self == other
@@ -0,0 +1,369 @@
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 ShowTableSchemaResponse(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
+ 'table_id': 'str',
20
+ 'table_name': 'str',
21
+ 'table_alias': 'str',
22
+ 'tags': 'str',
23
+ 'column_count': 'int',
24
+ 'columns': 'list[Column]',
25
+ 'table_type': 'str',
26
+ 'data_type': 'str',
27
+ 'data_location': 'str',
28
+ 'storage_properties': 'list[KeyValue]'
29
+ }
30
+
31
+ attribute_map = {
32
+ 'table_id': 'table_id',
33
+ 'table_name': 'table_name',
34
+ 'table_alias': 'table_alias',
35
+ 'tags': 'tags',
36
+ 'column_count': 'column_count',
37
+ 'columns': 'columns',
38
+ 'table_type': 'table_type',
39
+ 'data_type': 'data_type',
40
+ 'data_location': 'data_location',
41
+ 'storage_properties': 'storage_properties'
42
+ }
43
+
44
+ def __init__(self, table_id=None, table_name=None, table_alias=None, tags=None, column_count=None, columns=None, table_type=None, data_type=None, data_location=None, storage_properties=None):
45
+ r"""ShowTableSchemaResponse
46
+
47
+ The model defined in huaweicloud sdk
48
+
49
+ :param table_id: 表ID。
50
+ :type table_id: str
51
+ :param table_name: 表名。
52
+ :type table_name: str
53
+ :param table_alias: 表别名。
54
+ :type table_alias: str
55
+ :param tags: 标签。
56
+ :type tags: str
57
+ :param column_count: 表的总列数。
58
+ :type column_count: int
59
+ :param columns: 表的列信息,包含列名称、类型和描述信息。
60
+ :type columns: list[:class:`huaweicloudsdkiotanalytics.v1.Column`]
61
+ :param table_type: 表类型,包括“MANAGED”,“EXTERNAL”和“VIEW”。
62
+ :type table_type: str
63
+ :param data_type: 数据类型,包括“csv”,“parquet”。
64
+ :type data_type: str
65
+ :param data_location: 数据存储的路径,以“s3a”开头。
66
+ :type data_location: str
67
+ :param storage_properties:
68
+ :type storage_properties: list[:class:`huaweicloudsdkiotanalytics.v1.KeyValue`]
69
+ """
70
+
71
+ super().__init__()
72
+
73
+ self._table_id = None
74
+ self._table_name = None
75
+ self._table_alias = None
76
+ self._tags = None
77
+ self._column_count = None
78
+ self._columns = None
79
+ self._table_type = None
80
+ self._data_type = None
81
+ self._data_location = None
82
+ self._storage_properties = None
83
+ self.discriminator = None
84
+
85
+ if table_id is not None:
86
+ self.table_id = table_id
87
+ if table_name is not None:
88
+ self.table_name = table_name
89
+ if table_alias is not None:
90
+ self.table_alias = table_alias
91
+ if tags is not None:
92
+ self.tags = tags
93
+ if column_count is not None:
94
+ self.column_count = column_count
95
+ if columns is not None:
96
+ self.columns = columns
97
+ if table_type is not None:
98
+ self.table_type = table_type
99
+ if data_type is not None:
100
+ self.data_type = data_type
101
+ if data_location is not None:
102
+ self.data_location = data_location
103
+ if storage_properties is not None:
104
+ self.storage_properties = storage_properties
105
+
106
+ @property
107
+ def table_id(self):
108
+ r"""Gets the table_id of this ShowTableSchemaResponse.
109
+
110
+ 表ID。
111
+
112
+ :return: The table_id of this ShowTableSchemaResponse.
113
+ :rtype: str
114
+ """
115
+ return self._table_id
116
+
117
+ @table_id.setter
118
+ def table_id(self, table_id):
119
+ r"""Sets the table_id of this ShowTableSchemaResponse.
120
+
121
+ 表ID。
122
+
123
+ :param table_id: The table_id of this ShowTableSchemaResponse.
124
+ :type table_id: str
125
+ """
126
+ self._table_id = table_id
127
+
128
+ @property
129
+ def table_name(self):
130
+ r"""Gets the table_name of this ShowTableSchemaResponse.
131
+
132
+ 表名。
133
+
134
+ :return: The table_name of this ShowTableSchemaResponse.
135
+ :rtype: str
136
+ """
137
+ return self._table_name
138
+
139
+ @table_name.setter
140
+ def table_name(self, table_name):
141
+ r"""Sets the table_name of this ShowTableSchemaResponse.
142
+
143
+ 表名。
144
+
145
+ :param table_name: The table_name of this ShowTableSchemaResponse.
146
+ :type table_name: str
147
+ """
148
+ self._table_name = table_name
149
+
150
+ @property
151
+ def table_alias(self):
152
+ r"""Gets the table_alias of this ShowTableSchemaResponse.
153
+
154
+ 表别名。
155
+
156
+ :return: The table_alias of this ShowTableSchemaResponse.
157
+ :rtype: str
158
+ """
159
+ return self._table_alias
160
+
161
+ @table_alias.setter
162
+ def table_alias(self, table_alias):
163
+ r"""Sets the table_alias of this ShowTableSchemaResponse.
164
+
165
+ 表别名。
166
+
167
+ :param table_alias: The table_alias of this ShowTableSchemaResponse.
168
+ :type table_alias: str
169
+ """
170
+ self._table_alias = table_alias
171
+
172
+ @property
173
+ def tags(self):
174
+ r"""Gets the tags of this ShowTableSchemaResponse.
175
+
176
+ 标签。
177
+
178
+ :return: The tags of this ShowTableSchemaResponse.
179
+ :rtype: str
180
+ """
181
+ return self._tags
182
+
183
+ @tags.setter
184
+ def tags(self, tags):
185
+ r"""Sets the tags of this ShowTableSchemaResponse.
186
+
187
+ 标签。
188
+
189
+ :param tags: The tags of this ShowTableSchemaResponse.
190
+ :type tags: str
191
+ """
192
+ self._tags = tags
193
+
194
+ @property
195
+ def column_count(self):
196
+ r"""Gets the column_count of this ShowTableSchemaResponse.
197
+
198
+ 表的总列数。
199
+
200
+ :return: The column_count of this ShowTableSchemaResponse.
201
+ :rtype: int
202
+ """
203
+ return self._column_count
204
+
205
+ @column_count.setter
206
+ def column_count(self, column_count):
207
+ r"""Sets the column_count of this ShowTableSchemaResponse.
208
+
209
+ 表的总列数。
210
+
211
+ :param column_count: The column_count of this ShowTableSchemaResponse.
212
+ :type column_count: int
213
+ """
214
+ self._column_count = column_count
215
+
216
+ @property
217
+ def columns(self):
218
+ r"""Gets the columns of this ShowTableSchemaResponse.
219
+
220
+ 表的列信息,包含列名称、类型和描述信息。
221
+
222
+ :return: The columns of this ShowTableSchemaResponse.
223
+ :rtype: list[:class:`huaweicloudsdkiotanalytics.v1.Column`]
224
+ """
225
+ return self._columns
226
+
227
+ @columns.setter
228
+ def columns(self, columns):
229
+ r"""Sets the columns of this ShowTableSchemaResponse.
230
+
231
+ 表的列信息,包含列名称、类型和描述信息。
232
+
233
+ :param columns: The columns of this ShowTableSchemaResponse.
234
+ :type columns: list[:class:`huaweicloudsdkiotanalytics.v1.Column`]
235
+ """
236
+ self._columns = columns
237
+
238
+ @property
239
+ def table_type(self):
240
+ r"""Gets the table_type of this ShowTableSchemaResponse.
241
+
242
+ 表类型,包括“MANAGED”,“EXTERNAL”和“VIEW”。
243
+
244
+ :return: The table_type of this ShowTableSchemaResponse.
245
+ :rtype: str
246
+ """
247
+ return self._table_type
248
+
249
+ @table_type.setter
250
+ def table_type(self, table_type):
251
+ r"""Sets the table_type of this ShowTableSchemaResponse.
252
+
253
+ 表类型,包括“MANAGED”,“EXTERNAL”和“VIEW”。
254
+
255
+ :param table_type: The table_type of this ShowTableSchemaResponse.
256
+ :type table_type: str
257
+ """
258
+ self._table_type = table_type
259
+
260
+ @property
261
+ def data_type(self):
262
+ r"""Gets the data_type of this ShowTableSchemaResponse.
263
+
264
+ 数据类型,包括“csv”,“parquet”。
265
+
266
+ :return: The data_type of this ShowTableSchemaResponse.
267
+ :rtype: str
268
+ """
269
+ return self._data_type
270
+
271
+ @data_type.setter
272
+ def data_type(self, data_type):
273
+ r"""Sets the data_type of this ShowTableSchemaResponse.
274
+
275
+ 数据类型,包括“csv”,“parquet”。
276
+
277
+ :param data_type: The data_type of this ShowTableSchemaResponse.
278
+ :type data_type: str
279
+ """
280
+ self._data_type = data_type
281
+
282
+ @property
283
+ def data_location(self):
284
+ r"""Gets the data_location of this ShowTableSchemaResponse.
285
+
286
+ 数据存储的路径,以“s3a”开头。
287
+
288
+ :return: The data_location of this ShowTableSchemaResponse.
289
+ :rtype: str
290
+ """
291
+ return self._data_location
292
+
293
+ @data_location.setter
294
+ def data_location(self, data_location):
295
+ r"""Sets the data_location of this ShowTableSchemaResponse.
296
+
297
+ 数据存储的路径,以“s3a”开头。
298
+
299
+ :param data_location: The data_location of this ShowTableSchemaResponse.
300
+ :type data_location: str
301
+ """
302
+ self._data_location = data_location
303
+
304
+ @property
305
+ def storage_properties(self):
306
+ r"""Gets the storage_properties of this ShowTableSchemaResponse.
307
+
308
+ :return: The storage_properties of this ShowTableSchemaResponse.
309
+ :rtype: list[:class:`huaweicloudsdkiotanalytics.v1.KeyValue`]
310
+ """
311
+ return self._storage_properties
312
+
313
+ @storage_properties.setter
314
+ def storage_properties(self, storage_properties):
315
+ r"""Sets the storage_properties of this ShowTableSchemaResponse.
316
+
317
+ :param storage_properties: The storage_properties of this ShowTableSchemaResponse.
318
+ :type storage_properties: list[:class:`huaweicloudsdkiotanalytics.v1.KeyValue`]
319
+ """
320
+ self._storage_properties = storage_properties
321
+
322
+ def to_dict(self):
323
+ import warnings
324
+ warnings.warn("ShowTableSchemaResponse.to_dict() is deprecated and no longer maintained, "
325
+ "use to_json_object() to get the response content.", DeprecationWarning)
326
+ result = {}
327
+
328
+ for attr, _ in self.openapi_types.items():
329
+ value = getattr(self, attr)
330
+ if isinstance(value, list):
331
+ result[attr] = list(map(
332
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
333
+ value
334
+ ))
335
+ elif hasattr(value, "to_dict"):
336
+ result[attr] = value.to_dict()
337
+ elif isinstance(value, dict):
338
+ result[attr] = dict(map(
339
+ lambda item: (item[0], item[1].to_dict())
340
+ if hasattr(item[1], "to_dict") else item,
341
+ value.items()
342
+ ))
343
+ else:
344
+ if attr in self.sensitive_list:
345
+ result[attr] = "****"
346
+ else:
347
+ result[attr] = value
348
+
349
+ return result
350
+
351
+ def to_str(self):
352
+ """Returns the string representation of the model"""
353
+ import simplejson as json
354
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
355
+
356
+ def __repr__(self):
357
+ """For `print`"""
358
+ return self.to_str()
359
+
360
+ def __eq__(self, other):
361
+ """Returns true if both objects are equal"""
362
+ if not isinstance(other, ShowTableSchemaResponse):
363
+ return False
364
+
365
+ return self.__dict__ == other.__dict__
366
+
367
+ def __ne__(self, other):
368
+ """Returns true if both objects are not equal"""
369
+ return not self == other
@@ -0,0 +1,163 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class SmnContentReq:
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
+ 'project_id': 'str',
19
+ 'ak': 'str',
20
+ 'sk': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'project_id': 'project_id',
25
+ 'ak': 'ak',
26
+ 'sk': 'sk'
27
+ }
28
+
29
+ def __init__(self, project_id=None, ak=None, sk=None):
30
+ r"""SmnContentReq
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param project_id: 项目id
35
+ :type project_id: str
36
+ :param ak: 租户的AK
37
+ :type ak: str
38
+ :param sk: 租户的SK
39
+ :type sk: str
40
+ """
41
+
42
+
43
+
44
+ self._project_id = None
45
+ self._ak = None
46
+ self._sk = None
47
+ self.discriminator = None
48
+
49
+ self.project_id = project_id
50
+ self.ak = ak
51
+ self.sk = sk
52
+
53
+ @property
54
+ def project_id(self):
55
+ r"""Gets the project_id of this SmnContentReq.
56
+
57
+ 项目id
58
+
59
+ :return: The project_id of this SmnContentReq.
60
+ :rtype: str
61
+ """
62
+ return self._project_id
63
+
64
+ @project_id.setter
65
+ def project_id(self, project_id):
66
+ r"""Sets the project_id of this SmnContentReq.
67
+
68
+ 项目id
69
+
70
+ :param project_id: The project_id of this SmnContentReq.
71
+ :type project_id: str
72
+ """
73
+ self._project_id = project_id
74
+
75
+ @property
76
+ def ak(self):
77
+ r"""Gets the ak of this SmnContentReq.
78
+
79
+ 租户的AK
80
+
81
+ :return: The ak of this SmnContentReq.
82
+ :rtype: str
83
+ """
84
+ return self._ak
85
+
86
+ @ak.setter
87
+ def ak(self, ak):
88
+ r"""Sets the ak of this SmnContentReq.
89
+
90
+ 租户的AK
91
+
92
+ :param ak: The ak of this SmnContentReq.
93
+ :type ak: str
94
+ """
95
+ self._ak = ak
96
+
97
+ @property
98
+ def sk(self):
99
+ r"""Gets the sk of this SmnContentReq.
100
+
101
+ 租户的SK
102
+
103
+ :return: The sk of this SmnContentReq.
104
+ :rtype: str
105
+ """
106
+ return self._sk
107
+
108
+ @sk.setter
109
+ def sk(self, sk):
110
+ r"""Sets the sk of this SmnContentReq.
111
+
112
+ 租户的SK
113
+
114
+ :param sk: The sk of this SmnContentReq.
115
+ :type sk: str
116
+ """
117
+ self._sk = sk
118
+
119
+ def to_dict(self):
120
+ result = {}
121
+
122
+ for attr, _ in self.openapi_types.items():
123
+ value = getattr(self, attr)
124
+ if isinstance(value, list):
125
+ result[attr] = list(map(
126
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
127
+ value
128
+ ))
129
+ elif hasattr(value, "to_dict"):
130
+ result[attr] = value.to_dict()
131
+ elif isinstance(value, dict):
132
+ result[attr] = dict(map(
133
+ lambda item: (item[0], item[1].to_dict())
134
+ if hasattr(item[1], "to_dict") else item,
135
+ value.items()
136
+ ))
137
+ else:
138
+ if attr in self.sensitive_list:
139
+ result[attr] = "****"
140
+ else:
141
+ result[attr] = value
142
+
143
+ return result
144
+
145
+ def to_str(self):
146
+ """Returns the string representation of the model"""
147
+ import simplejson as json
148
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
149
+
150
+ def __repr__(self):
151
+ """For `print`"""
152
+ return self.to_str()
153
+
154
+ def __eq__(self, other):
155
+ """Returns true if both objects are equal"""
156
+ if not isinstance(other, SmnContentReq):
157
+ return False
158
+
159
+ return self.__dict__ == other.__dict__
160
+
161
+ def __ne__(self, other):
162
+ """Returns true if both objects are not equal"""
163
+ return not self == other