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,135 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class DeleteRunRequest:
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
+ 'job_id': 'str',
19
+ 'run_id': 'str'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'job_id': 'job_id',
24
+ 'run_id': 'run_id'
25
+ }
26
+
27
+ def __init__(self, job_id=None, run_id=None):
28
+ r"""DeleteRunRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param job_id: 作业ID。
33
+ :type job_id: str
34
+ :param run_id: 作业运行ID。
35
+ :type run_id: str
36
+ """
37
+
38
+
39
+
40
+ self._job_id = None
41
+ self._run_id = None
42
+ self.discriminator = None
43
+
44
+ self.job_id = job_id
45
+ self.run_id = run_id
46
+
47
+ @property
48
+ def job_id(self):
49
+ r"""Gets the job_id of this DeleteRunRequest.
50
+
51
+ 作业ID。
52
+
53
+ :return: The job_id of this DeleteRunRequest.
54
+ :rtype: str
55
+ """
56
+ return self._job_id
57
+
58
+ @job_id.setter
59
+ def job_id(self, job_id):
60
+ r"""Sets the job_id of this DeleteRunRequest.
61
+
62
+ 作业ID。
63
+
64
+ :param job_id: The job_id of this DeleteRunRequest.
65
+ :type job_id: str
66
+ """
67
+ self._job_id = job_id
68
+
69
+ @property
70
+ def run_id(self):
71
+ r"""Gets the run_id of this DeleteRunRequest.
72
+
73
+ 作业运行ID。
74
+
75
+ :return: The run_id of this DeleteRunRequest.
76
+ :rtype: str
77
+ """
78
+ return self._run_id
79
+
80
+ @run_id.setter
81
+ def run_id(self, run_id):
82
+ r"""Sets the run_id of this DeleteRunRequest.
83
+
84
+ 作业运行ID。
85
+
86
+ :param run_id: The run_id of this DeleteRunRequest.
87
+ :type run_id: str
88
+ """
89
+ self._run_id = run_id
90
+
91
+ def to_dict(self):
92
+ result = {}
93
+
94
+ for attr, _ in self.openapi_types.items():
95
+ value = getattr(self, attr)
96
+ if isinstance(value, list):
97
+ result[attr] = list(map(
98
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
99
+ value
100
+ ))
101
+ elif hasattr(value, "to_dict"):
102
+ result[attr] = value.to_dict()
103
+ elif isinstance(value, dict):
104
+ result[attr] = dict(map(
105
+ lambda item: (item[0], item[1].to_dict())
106
+ if hasattr(item[1], "to_dict") else item,
107
+ value.items()
108
+ ))
109
+ else:
110
+ if attr in self.sensitive_list:
111
+ result[attr] = "****"
112
+ else:
113
+ result[attr] = value
114
+
115
+ return result
116
+
117
+ def to_str(self):
118
+ """Returns the string representation of the model"""
119
+ import simplejson as json
120
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
121
+
122
+ def __repr__(self):
123
+ """For `print`"""
124
+ return self.to_str()
125
+
126
+ def __eq__(self, other):
127
+ """Returns true if both objects are equal"""
128
+ if not isinstance(other, DeleteRunRequest):
129
+ return False
130
+
131
+ return self.__dict__ == other.__dict__
132
+
133
+ def __ne__(self, other):
134
+ """Returns true if both objects are not equal"""
135
+ return not self == other
@@ -0,0 +1,112 @@
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 DeleteRunResponse(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
+ 'run_id': 'str'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'run_id': 'run_id'
24
+ }
25
+
26
+ def __init__(self, run_id=None):
27
+ r"""DeleteRunResponse
28
+
29
+ The model defined in huaweicloud sdk
30
+
31
+ :param run_id: 被取消作业运行ID
32
+ :type run_id: str
33
+ """
34
+
35
+ super().__init__()
36
+
37
+ self._run_id = None
38
+ self.discriminator = None
39
+
40
+ if run_id is not None:
41
+ self.run_id = run_id
42
+
43
+ @property
44
+ def run_id(self):
45
+ r"""Gets the run_id of this DeleteRunResponse.
46
+
47
+ 被取消作业运行ID
48
+
49
+ :return: The run_id of this DeleteRunResponse.
50
+ :rtype: str
51
+ """
52
+ return self._run_id
53
+
54
+ @run_id.setter
55
+ def run_id(self, run_id):
56
+ r"""Sets the run_id of this DeleteRunResponse.
57
+
58
+ 被取消作业运行ID
59
+
60
+ :param run_id: The run_id of this DeleteRunResponse.
61
+ :type run_id: str
62
+ """
63
+ self._run_id = run_id
64
+
65
+ def to_dict(self):
66
+ import warnings
67
+ warnings.warn("DeleteRunResponse.to_dict() is deprecated and no longer maintained, "
68
+ "use to_json_object() to get the response content.", DeprecationWarning)
69
+ result = {}
70
+
71
+ for attr, _ in self.openapi_types.items():
72
+ value = getattr(self, attr)
73
+ if isinstance(value, list):
74
+ result[attr] = list(map(
75
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
76
+ value
77
+ ))
78
+ elif hasattr(value, "to_dict"):
79
+ result[attr] = value.to_dict()
80
+ elif isinstance(value, dict):
81
+ result[attr] = dict(map(
82
+ lambda item: (item[0], item[1].to_dict())
83
+ if hasattr(item[1], "to_dict") else item,
84
+ value.items()
85
+ ))
86
+ else:
87
+ if attr in self.sensitive_list:
88
+ result[attr] = "****"
89
+ else:
90
+ result[attr] = value
91
+
92
+ return result
93
+
94
+ def to_str(self):
95
+ """Returns the string representation of the model"""
96
+ import simplejson as json
97
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
98
+
99
+ def __repr__(self):
100
+ """For `print`"""
101
+ return self.to_str()
102
+
103
+ def __eq__(self, other):
104
+ """Returns true if both objects are equal"""
105
+ if not isinstance(other, DeleteRunResponse):
106
+ return False
107
+
108
+ return self.__dict__ == other.__dict__
109
+
110
+ def __ne__(self, other):
111
+ """Returns true if both objects are not equal"""
112
+ return not self == other
@@ -0,0 +1,107 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class DeleteStreamingJobByIdRequest:
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
+ 'job_id': 'str'
19
+ }
20
+
21
+ attribute_map = {
22
+ 'job_id': 'job_id'
23
+ }
24
+
25
+ def __init__(self, job_id=None):
26
+ r"""DeleteStreamingJobByIdRequest
27
+
28
+ The model defined in huaweicloud sdk
29
+
30
+ :param job_id: 作业ID
31
+ :type job_id: str
32
+ """
33
+
34
+
35
+
36
+ self._job_id = None
37
+ self.discriminator = None
38
+
39
+ self.job_id = job_id
40
+
41
+ @property
42
+ def job_id(self):
43
+ r"""Gets the job_id of this DeleteStreamingJobByIdRequest.
44
+
45
+ 作业ID
46
+
47
+ :return: The job_id of this DeleteStreamingJobByIdRequest.
48
+ :rtype: str
49
+ """
50
+ return self._job_id
51
+
52
+ @job_id.setter
53
+ def job_id(self, job_id):
54
+ r"""Sets the job_id of this DeleteStreamingJobByIdRequest.
55
+
56
+ 作业ID
57
+
58
+ :param job_id: The job_id of this DeleteStreamingJobByIdRequest.
59
+ :type job_id: str
60
+ """
61
+ self._job_id = job_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, DeleteStreamingJobByIdRequest):
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,108 @@
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 DeleteStreamingJobByIdResponse(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
+ 'body': 'str'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'body': 'body'
24
+ }
25
+
26
+ def __init__(self, body=None):
27
+ r"""DeleteStreamingJobByIdResponse
28
+
29
+ The model defined in huaweicloud sdk
30
+
31
+ :param body:
32
+ :type body: str
33
+ """
34
+
35
+ super().__init__()
36
+
37
+ self._body = None
38
+ self.discriminator = None
39
+
40
+ if body is not None:
41
+ self.body = body
42
+
43
+ @property
44
+ def body(self):
45
+ r"""Gets the body of this DeleteStreamingJobByIdResponse.
46
+
47
+ :return: The body of this DeleteStreamingJobByIdResponse.
48
+ :rtype: str
49
+ """
50
+ return self._body
51
+
52
+ @body.setter
53
+ def body(self, body):
54
+ r"""Sets the body of this DeleteStreamingJobByIdResponse.
55
+
56
+ :param body: The body of this DeleteStreamingJobByIdResponse.
57
+ :type body: str
58
+ """
59
+ self._body = body
60
+
61
+ def to_dict(self):
62
+ import warnings
63
+ warnings.warn("DeleteStreamingJobByIdResponse.to_dict() is deprecated and no longer maintained, "
64
+ "use to_json_object() to get the response content.", DeprecationWarning)
65
+ result = {}
66
+
67
+ for attr, _ in self.openapi_types.items():
68
+ value = getattr(self, attr)
69
+ if isinstance(value, list):
70
+ result[attr] = list(map(
71
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
72
+ value
73
+ ))
74
+ elif hasattr(value, "to_dict"):
75
+ result[attr] = value.to_dict()
76
+ elif isinstance(value, dict):
77
+ result[attr] = dict(map(
78
+ lambda item: (item[0], item[1].to_dict())
79
+ if hasattr(item[1], "to_dict") else item,
80
+ value.items()
81
+ ))
82
+ else:
83
+ if attr in self.sensitive_list:
84
+ result[attr] = "****"
85
+ else:
86
+ result[attr] = value
87
+
88
+ return result
89
+
90
+ def to_str(self):
91
+ """Returns the string representation of the model"""
92
+ import simplejson as json
93
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
94
+
95
+ def __repr__(self):
96
+ """For `print`"""
97
+ return self.to_str()
98
+
99
+ def __eq__(self, other):
100
+ """Returns true if both objects are equal"""
101
+ if not isinstance(other, DeleteStreamingJobByIdResponse):
102
+ return False
103
+
104
+ return self.__dict__ == other.__dict__
105
+
106
+ def __ne__(self, other):
107
+ """Returns true if both objects are not equal"""
108
+ return not self == other
@@ -0,0 +1,107 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class DeleteTableRequest:
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"""DeleteTableRequest
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 DeleteTableRequest.
44
+
45
+ 表ID
46
+
47
+ :return: The table_id of this DeleteTableRequest.
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 DeleteTableRequest.
55
+
56
+ 表ID
57
+
58
+ :param table_id: The table_id of this DeleteTableRequest.
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, DeleteTableRequest):
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,141 @@
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 DeleteTableResponse(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
+ }
22
+
23
+ attribute_map = {
24
+ 'table_id': 'table_id',
25
+ 'table_name': 'table_name'
26
+ }
27
+
28
+ def __init__(self, table_id=None, table_name=None):
29
+ r"""DeleteTableResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param table_id: 被删除表ID
34
+ :type table_id: str
35
+ :param table_name: 被删除表名。
36
+ :type table_name: str
37
+ """
38
+
39
+ super().__init__()
40
+
41
+ self._table_id = None
42
+ self._table_name = None
43
+ self.discriminator = None
44
+
45
+ if table_id is not None:
46
+ self.table_id = table_id
47
+ if table_name is not None:
48
+ self.table_name = table_name
49
+
50
+ @property
51
+ def table_id(self):
52
+ r"""Gets the table_id of this DeleteTableResponse.
53
+
54
+ 被删除表ID
55
+
56
+ :return: The table_id of this DeleteTableResponse.
57
+ :rtype: str
58
+ """
59
+ return self._table_id
60
+
61
+ @table_id.setter
62
+ def table_id(self, table_id):
63
+ r"""Sets the table_id of this DeleteTableResponse.
64
+
65
+ 被删除表ID
66
+
67
+ :param table_id: The table_id of this DeleteTableResponse.
68
+ :type table_id: str
69
+ """
70
+ self._table_id = table_id
71
+
72
+ @property
73
+ def table_name(self):
74
+ r"""Gets the table_name of this DeleteTableResponse.
75
+
76
+ 被删除表名。
77
+
78
+ :return: The table_name of this DeleteTableResponse.
79
+ :rtype: str
80
+ """
81
+ return self._table_name
82
+
83
+ @table_name.setter
84
+ def table_name(self, table_name):
85
+ r"""Sets the table_name of this DeleteTableResponse.
86
+
87
+ 被删除表名。
88
+
89
+ :param table_name: The table_name of this DeleteTableResponse.
90
+ :type table_name: str
91
+ """
92
+ self._table_name = table_name
93
+
94
+ def to_dict(self):
95
+ import warnings
96
+ warnings.warn("DeleteTableResponse.to_dict() is deprecated and no longer maintained, "
97
+ "use to_json_object() to get the response content.", DeprecationWarning)
98
+ result = {}
99
+
100
+ for attr, _ in self.openapi_types.items():
101
+ value = getattr(self, attr)
102
+ if isinstance(value, list):
103
+ result[attr] = list(map(
104
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
105
+ value
106
+ ))
107
+ elif hasattr(value, "to_dict"):
108
+ result[attr] = value.to_dict()
109
+ elif isinstance(value, dict):
110
+ result[attr] = dict(map(
111
+ lambda item: (item[0], item[1].to_dict())
112
+ if hasattr(item[1], "to_dict") else item,
113
+ value.items()
114
+ ))
115
+ else:
116
+ if attr in self.sensitive_list:
117
+ result[attr] = "****"
118
+ else:
119
+ result[attr] = value
120
+
121
+ return result
122
+
123
+ def to_str(self):
124
+ """Returns the string representation of the model"""
125
+ import simplejson as json
126
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
127
+
128
+ def __repr__(self):
129
+ """For `print`"""
130
+ return self.to_str()
131
+
132
+ def __eq__(self, other):
133
+ """Returns true if both objects are equal"""
134
+ if not isinstance(other, DeleteTableResponse):
135
+ return False
136
+
137
+ return self.__dict__ == other.__dict__
138
+
139
+ def __ne__(self, other):
140
+ """Returns true if both objects are not equal"""
141
+ return not self == other