huaweicloudsdkiotanalytics 3.1.160__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 (273) 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 +139 -0
  7. huaweicloudsdkiotanalytics/v1/model/add_dev_data_response.py +112 -0
  8. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_request.py +144 -0
  9. huaweicloudsdkiotanalytics/v1/model/add_pipeline_job_response.py +145 -0
  10. huaweicloudsdkiotanalytics/v1/model/aggregate_metric.py +170 -0
  11. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics.py +253 -0
  12. huaweicloudsdkiotanalytics/v1/model/aggregate_metrics_request.py +283 -0
  13. huaweicloudsdkiotanalytics/v1/model/aggregate_model.py +220 -0
  14. huaweicloudsdkiotanalytics/v1/model/aggregate_response.py +219 -0
  15. huaweicloudsdkiotanalytics/v1/model/analysis_model_request.py +246 -0
  16. huaweicloudsdkiotanalytics/v1/model/analysis_model_response.py +275 -0
  17. huaweicloudsdkiotanalytics/v1/model/analysis_request.py +189 -0
  18. huaweicloudsdkiotanalytics/v1/model/analysis_response.py +277 -0
  19. huaweicloudsdkiotanalytics/v1/model/api_content_req.py +114 -0
  20. huaweicloudsdkiotanalytics/v1/model/api_content_rsp.py +144 -0
  21. huaweicloudsdkiotanalytics/v1/model/asset_add_request.py +258 -0
  22. huaweicloudsdkiotanalytics/v1/model/asset_mod_request.py +231 -0
  23. huaweicloudsdkiotanalytics/v1/model/asset_model_add_request.py +201 -0
  24. huaweicloudsdkiotanalytics/v1/model/asset_model_mod_request.py +173 -0
  25. huaweicloudsdkiotanalytics/v1/model/asset_model_response.py +289 -0
  26. huaweicloudsdkiotanalytics/v1/model/asset_property_last_value.py +173 -0
  27. huaweicloudsdkiotanalytics/v1/model/asset_response.py +521 -0
  28. huaweicloudsdkiotanalytics/v1/model/column.py +200 -0
  29. huaweicloudsdkiotanalytics/v1/model/computing_resource.py +347 -0
  30. huaweicloudsdkiotanalytics/v1/model/content_detail_req.py +361 -0
  31. huaweicloudsdkiotanalytics/v1/model/content_detail_rsp.py +361 -0
  32. huaweicloudsdkiotanalytics/v1/model/create_asset_model_request.py +111 -0
  33. huaweicloudsdkiotanalytics/v1/model/create_asset_model_response.py +290 -0
  34. huaweicloudsdkiotanalytics/v1/model/create_asset_new_request.py +111 -0
  35. huaweicloudsdkiotanalytics/v1/model/create_asset_new_response.py +522 -0
  36. huaweicloudsdkiotanalytics/v1/model/create_batch_job_request.py +111 -0
  37. huaweicloudsdkiotanalytics/v1/model/create_batch_job_response.py +369 -0
  38. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request.py +111 -0
  39. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_request_body.py +229 -0
  40. huaweicloudsdkiotanalytics/v1/model/create_computing_resource_response.py +290 -0
  41. huaweicloudsdkiotanalytics/v1/model/create_datasource_req_dto.py +166 -0
  42. huaweicloudsdkiotanalytics/v1/model/create_datasource_request.py +111 -0
  43. huaweicloudsdkiotanalytics/v1/model/create_datasource_response.py +257 -0
  44. huaweicloudsdkiotanalytics/v1/model/create_group_request.py +111 -0
  45. huaweicloudsdkiotanalytics/v1/model/create_group_response.py +406 -0
  46. huaweicloudsdkiotanalytics/v1/model/create_run_request.py +139 -0
  47. huaweicloudsdkiotanalytics/v1/model/create_run_request_body.py +143 -0
  48. huaweicloudsdkiotanalytics/v1/model/create_run_response.py +228 -0
  49. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_request.py +144 -0
  50. huaweicloudsdkiotanalytics/v1/model/create_streaming_job_response.py +145 -0
  51. huaweicloudsdkiotanalytics/v1/model/create_table_request.py +111 -0
  52. huaweicloudsdkiotanalytics/v1/model/create_table_request_body.py +489 -0
  53. huaweicloudsdkiotanalytics/v1/model/create_table_response.py +464 -0
  54. huaweicloudsdkiotanalytics/v1/model/data_schema.py +230 -0
  55. huaweicloudsdkiotanalytics/v1/model/data_store_dto.py +173 -0
  56. huaweicloudsdkiotanalytics/v1/model/datasource_rest_dto.py +256 -0
  57. huaweicloudsdkiotanalytics/v1/model/dcs_content_req.py +226 -0
  58. huaweicloudsdkiotanalytics/v1/model/dcs_content_rsp.py +260 -0
  59. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_request.py +114 -0
  60. huaweicloudsdkiotanalytics/v1/model/delete_asset_model_response.py +85 -0
  61. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_request.py +114 -0
  62. huaweicloudsdkiotanalytics/v1/model/delete_asset_new_response.py +85 -0
  63. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_request.py +114 -0
  64. huaweicloudsdkiotanalytics/v1/model/delete_batch_job_response.py +116 -0
  65. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_request.py +114 -0
  66. huaweicloudsdkiotanalytics/v1/model/delete_computing_resource_response.py +116 -0
  67. huaweicloudsdkiotanalytics/v1/model/delete_data_store_request.py +114 -0
  68. huaweicloudsdkiotanalytics/v1/model/delete_data_store_response.py +85 -0
  69. huaweicloudsdkiotanalytics/v1/model/delete_datasource_request.py +114 -0
  70. huaweicloudsdkiotanalytics/v1/model/delete_datasource_response.py +116 -0
  71. huaweicloudsdkiotanalytics/v1/model/delete_group_request.py +114 -0
  72. huaweicloudsdkiotanalytics/v1/model/delete_group_response.py +85 -0
  73. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_request.py +114 -0
  74. huaweicloudsdkiotanalytics/v1/model/delete_pipeline_job_response.py +112 -0
  75. huaweicloudsdkiotanalytics/v1/model/delete_run_request.py +142 -0
  76. huaweicloudsdkiotanalytics/v1/model/delete_run_response.py +116 -0
  77. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_request.py +114 -0
  78. huaweicloudsdkiotanalytics/v1/model/delete_streaming_job_by_id_response.py +112 -0
  79. huaweicloudsdkiotanalytics/v1/model/delete_table_request.py +114 -0
  80. huaweicloudsdkiotanalytics/v1/model/delete_table_response.py +145 -0
  81. huaweicloudsdkiotanalytics/v1/model/dis_content_req.py +198 -0
  82. huaweicloudsdkiotanalytics/v1/model/dis_content_rsp.py +202 -0
  83. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_metrics.py +170 -0
  84. huaweicloudsdkiotanalytics/v1/model/dt_aggregate_request.py +140 -0
  85. huaweicloudsdkiotanalytics/v1/model/dt_schedule.py +114 -0
  86. huaweicloudsdkiotanalytics/v1/model/dt_stream_request.py +114 -0
  87. huaweicloudsdkiotanalytics/v1/model/dt_transform_metrics.py +170 -0
  88. huaweicloudsdkiotanalytics/v1/model/dt_transform_request.py +140 -0
  89. huaweicloudsdkiotanalytics/v1/model/edge_content_req.py +143 -0
  90. huaweicloudsdkiotanalytics/v1/model/edge_content_rsp.py +142 -0
  91. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_req.py +142 -0
  92. huaweicloudsdkiotanalytics/v1/model/edge_content_rule_rsp.py +170 -0
  93. huaweicloudsdkiotanalytics/v1/model/export_dataset_request.py +142 -0
  94. huaweicloudsdkiotanalytics/v1/model/export_dataset_response.py +85 -0
  95. huaweicloudsdkiotanalytics/v1/model/expression.py +172 -0
  96. huaweicloudsdkiotanalytics/v1/model/formula.py +144 -0
  97. huaweicloudsdkiotanalytics/v1/model/function_graph_content_req.py +282 -0
  98. huaweicloudsdkiotanalytics/v1/model/function_graph_content_rsp.py +289 -0
  99. huaweicloudsdkiotanalytics/v1/model/get_data_store.py +318 -0
  100. huaweicloudsdkiotanalytics/v1/model/get_group.py +405 -0
  101. huaweicloudsdkiotanalytics/v1/model/get_history_request.py +195 -0
  102. huaweicloudsdkiotanalytics/v1/model/get_metrics_request.py +164 -0
  103. huaweicloudsdkiotanalytics/v1/model/get_metrics_value.py +164 -0
  104. huaweicloudsdkiotanalytics/v1/model/get_property_request.py +143 -0
  105. huaweicloudsdkiotanalytics/v1/model/history_values.py +144 -0
  106. huaweicloudsdkiotanalytics/v1/model/import_data_request.py +111 -0
  107. huaweicloudsdkiotanalytics/v1/model/import_data_request_body.py +401 -0
  108. huaweicloudsdkiotanalytics/v1/model/import_data_response.py +174 -0
  109. huaweicloudsdkiotanalytics/v1/model/input_model.py +138 -0
  110. huaweicloudsdkiotanalytics/v1/model/input_param.py +142 -0
  111. huaweicloudsdkiotanalytics/v1/model/input_request.py +138 -0
  112. huaweicloudsdkiotanalytics/v1/model/input_response.py +140 -0
  113. huaweicloudsdkiotanalytics/v1/model/iotda_content_req.py +142 -0
  114. huaweicloudsdkiotanalytics/v1/model/iotda_content_rsp.py +142 -0
  115. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_req.py +142 -0
  116. huaweicloudsdkiotanalytics/v1/model/iotda_content_rule_rsp.py +170 -0
  117. huaweicloudsdkiotanalytics/v1/model/iotda_rule_action.py +142 -0
  118. huaweicloudsdkiotanalytics/v1/model/job.py +366 -0
  119. huaweicloudsdkiotanalytics/v1/model/kafka_auth_info.py +139 -0
  120. huaweicloudsdkiotanalytics/v1/model/kafka_broker_info.py +142 -0
  121. huaweicloudsdkiotanalytics/v1/model/kafka_content_req.py +226 -0
  122. huaweicloudsdkiotanalytics/v1/model/kafka_content_rsp.py +227 -0
  123. huaweicloudsdkiotanalytics/v1/model/key_value.py +144 -0
  124. huaweicloudsdkiotanalytics/v1/model/last_asset_property_value_request.py +173 -0
  125. huaweicloudsdkiotanalytics/v1/model/list_asset_models_request.py +173 -0
  126. huaweicloudsdkiotanalytics/v1/model/list_asset_models_response.py +145 -0
  127. huaweicloudsdkiotanalytics/v1/model/list_assets_new_request.py +201 -0
  128. huaweicloudsdkiotanalytics/v1/model/list_assets_new_response.py +145 -0
  129. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_request.py +289 -0
  130. huaweicloudsdkiotanalytics/v1/model/list_batch_jobs_response.py +141 -0
  131. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_request.py +173 -0
  132. huaweicloudsdkiotanalytics/v1/model/list_computing_resources_response.py +145 -0
  133. huaweicloudsdkiotanalytics/v1/model/list_data_stores_request.py +231 -0
  134. huaweicloudsdkiotanalytics/v1/model/list_data_stores_response.py +145 -0
  135. huaweicloudsdkiotanalytics/v1/model/list_groups_request.py +260 -0
  136. huaweicloudsdkiotanalytics/v1/model/list_groups_response.py +145 -0
  137. huaweicloudsdkiotanalytics/v1/model/list_history_request.py +139 -0
  138. huaweicloudsdkiotanalytics/v1/model/list_history_response.py +145 -0
  139. huaweicloudsdkiotanalytics/v1/model/list_metrics_request.py +139 -0
  140. huaweicloudsdkiotanalytics/v1/model/list_metrics_response.py +145 -0
  141. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_request.py +318 -0
  142. huaweicloudsdkiotanalytics/v1/model/list_pipeline_jobs_response.py +145 -0
  143. huaweicloudsdkiotanalytics/v1/model/list_runs_request.py +405 -0
  144. huaweicloudsdkiotanalytics/v1/model/list_runs_response.py +145 -0
  145. huaweicloudsdkiotanalytics/v1/model/list_tables_request.py +260 -0
  146. huaweicloudsdkiotanalytics/v1/model/list_tables_response.py +145 -0
  147. huaweicloudsdkiotanalytics/v1/model/list_tag_values_request.py +229 -0
  148. huaweicloudsdkiotanalytics/v1/model/list_tag_values_response.py +174 -0
  149. huaweicloudsdkiotanalytics/v1/model/metric.py +202 -0
  150. huaweicloudsdkiotanalytics/v1/model/metric_input.py +142 -0
  151. huaweicloudsdkiotanalytics/v1/model/metric_list.py +144 -0
  152. huaweicloudsdkiotanalytics/v1/model/metric_value.py +144 -0
  153. huaweicloudsdkiotanalytics/v1/model/model_arts_content_req.py +254 -0
  154. huaweicloudsdkiotanalytics/v1/model/model_arts_content_rsp.py +260 -0
  155. huaweicloudsdkiotanalytics/v1/model/model_property.py +202 -0
  156. huaweicloudsdkiotanalytics/v1/model/named_formula.py +142 -0
  157. huaweicloudsdkiotanalytics/v1/model/node_content_req.py +142 -0
  158. huaweicloudsdkiotanalytics/v1/model/node_content_rsp.py +144 -0
  159. huaweicloudsdkiotanalytics/v1/model/obs_content_req.py +170 -0
  160. huaweicloudsdkiotanalytics/v1/model/obs_content_rsp.py +173 -0
  161. huaweicloudsdkiotanalytics/v1/model/output_request.py +172 -0
  162. huaweicloudsdkiotanalytics/v1/model/output_response.py +230 -0
  163. huaweicloudsdkiotanalytics/v1/model/output_with_model.py +200 -0
  164. huaweicloudsdkiotanalytics/v1/model/pipeline_job_info_dto.py +463 -0
  165. huaweicloudsdkiotanalytics/v1/model/property_filter.py +170 -0
  166. huaweicloudsdkiotanalytics/v1/model/property_model_request.py +282 -0
  167. huaweicloudsdkiotanalytics/v1/model/property_model_response.py +311 -0
  168. huaweicloudsdkiotanalytics/v1/model/property_reference_model.py +200 -0
  169. huaweicloudsdkiotanalytics/v1/model/property_reference_req.py +115 -0
  170. huaweicloudsdkiotanalytics/v1/model/property_reference_response.py +229 -0
  171. huaweicloudsdkiotanalytics/v1/model/property_request.py +172 -0
  172. huaweicloudsdkiotanalytics/v1/model/property_response.py +340 -0
  173. huaweicloudsdkiotanalytics/v1/model/property_value.py +173 -0
  174. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_request.py +114 -0
  175. huaweicloudsdkiotanalytics/v1/model/publish_root_asset_response.py +85 -0
  176. huaweicloudsdkiotanalytics/v1/model/raw_request.py +226 -0
  177. huaweicloudsdkiotanalytics/v1/model/raw_value.py +144 -0
  178. huaweicloudsdkiotanalytics/v1/model/run.py +366 -0
  179. huaweicloudsdkiotanalytics/v1/model/run_detail.py +168 -0
  180. huaweicloudsdkiotanalytics/v1/model/sasl_plain_auth_info.py +144 -0
  181. huaweicloudsdkiotanalytics/v1/model/schedule.py +342 -0
  182. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_request.py +202 -0
  183. huaweicloudsdkiotanalytics/v1/model/show_all_data_source_response.py +145 -0
  184. huaweicloudsdkiotanalytics/v1/model/show_asset_model_request.py +114 -0
  185. huaweicloudsdkiotanalytics/v1/model/show_asset_model_response.py +290 -0
  186. huaweicloudsdkiotanalytics/v1/model/show_asset_new_request.py +142 -0
  187. huaweicloudsdkiotanalytics/v1/model/show_asset_new_response.py +522 -0
  188. huaweicloudsdkiotanalytics/v1/model/show_batch_job_request.py +114 -0
  189. huaweicloudsdkiotanalytics/v1/model/show_batch_job_response.py +369 -0
  190. huaweicloudsdkiotanalytics/v1/model/show_data_source_request.py +114 -0
  191. huaweicloudsdkiotanalytics/v1/model/show_data_source_response.py +257 -0
  192. huaweicloudsdkiotanalytics/v1/model/show_dataset_request.py +200 -0
  193. huaweicloudsdkiotanalytics/v1/model/show_dataset_response.py +199 -0
  194. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_request.py +114 -0
  195. huaweicloudsdkiotanalytics/v1/model/show_job_by_id_response.py +141 -0
  196. huaweicloudsdkiotanalytics/v1/model/show_jobs_request.py +202 -0
  197. huaweicloudsdkiotanalytics/v1/model/show_jobs_response.py +145 -0
  198. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_request.py +139 -0
  199. huaweicloudsdkiotanalytics/v1/model/show_last_property_value_response.py +116 -0
  200. huaweicloudsdkiotanalytics/v1/model/show_metric_value_request.py +139 -0
  201. huaweicloudsdkiotanalytics/v1/model/show_metric_value_response.py +145 -0
  202. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_request.py +114 -0
  203. huaweicloudsdkiotanalytics/v1/model/show_pipeline_job_response.py +141 -0
  204. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_request.py +139 -0
  205. huaweicloudsdkiotanalytics/v1/model/show_property_raw_value_response.py +145 -0
  206. huaweicloudsdkiotanalytics/v1/model/show_property_values_request.py +139 -0
  207. huaweicloudsdkiotanalytics/v1/model/show_property_values_response.py +116 -0
  208. huaweicloudsdkiotanalytics/v1/model/show_run_request.py +171 -0
  209. huaweicloudsdkiotanalytics/v1/model/show_run_response.py +290 -0
  210. huaweicloudsdkiotanalytics/v1/model/show_table_preview_request.py +114 -0
  211. huaweicloudsdkiotanalytics/v1/model/show_table_preview_response.py +145 -0
  212. huaweicloudsdkiotanalytics/v1/model/show_table_schema_request.py +114 -0
  213. huaweicloudsdkiotanalytics/v1/model/show_table_schema_response.py +373 -0
  214. huaweicloudsdkiotanalytics/v1/model/smn_content_req.py +170 -0
  215. huaweicloudsdkiotanalytics/v1/model/smn_content_rsp.py +173 -0
  216. huaweicloudsdkiotanalytics/v1/model/sql_job.py +114 -0
  217. huaweicloudsdkiotanalytics/v1/model/sql_job_query_dataset.py +172 -0
  218. huaweicloudsdkiotanalytics/v1/model/sql_job_run.py +114 -0
  219. huaweicloudsdkiotanalytics/v1/model/sql_job_run_detail.py +434 -0
  220. huaweicloudsdkiotanalytics/v1/model/sql_job_run_response_body.py +201 -0
  221. huaweicloudsdkiotanalytics/v1/model/start_job_request.py +201 -0
  222. huaweicloudsdkiotanalytics/v1/model/start_job_response.py +116 -0
  223. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_request.py +201 -0
  224. huaweicloudsdkiotanalytics/v1/model/start_pipeline_job_response.py +116 -0
  225. huaweicloudsdkiotanalytics/v1/model/stop_job_request.py +143 -0
  226. huaweicloudsdkiotanalytics/v1/model/stop_job_response.py +116 -0
  227. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_request.py +143 -0
  228. huaweicloudsdkiotanalytics/v1/model/stop_pipeline_job_response.py +116 -0
  229. huaweicloudsdkiotanalytics/v1/model/storage_group.py +202 -0
  230. huaweicloudsdkiotanalytics/v1/model/stream_model.py +170 -0
  231. huaweicloudsdkiotanalytics/v1/model/stream_output.py +142 -0
  232. huaweicloudsdkiotanalytics/v1/model/stream_response.py +173 -0
  233. huaweicloudsdkiotanalytics/v1/model/streaming_job_info_dto.py +405 -0
  234. huaweicloudsdkiotanalytics/v1/model/table.py +463 -0
  235. huaweicloudsdkiotanalytics/v1/model/tag.py +144 -0
  236. huaweicloudsdkiotanalytics/v1/model/tag_info_dto.py +173 -0
  237. huaweicloudsdkiotanalytics/v1/model/time_span.py +142 -0
  238. huaweicloudsdkiotanalytics/v1/model/time_span_dt.py +144 -0
  239. huaweicloudsdkiotanalytics/v1/model/transform_metric.py +170 -0
  240. huaweicloudsdkiotanalytics/v1/model/transform_metrics.py +195 -0
  241. huaweicloudsdkiotanalytics/v1/model/transform_metrics_request.py +226 -0
  242. huaweicloudsdkiotanalytics/v1/model/transform_model.py +196 -0
  243. huaweicloudsdkiotanalytics/v1/model/transform_response.py +194 -0
  244. huaweicloudsdkiotanalytics/v1/model/update_asset_model_request.py +139 -0
  245. huaweicloudsdkiotanalytics/v1/model/update_asset_model_response.py +290 -0
  246. huaweicloudsdkiotanalytics/v1/model/update_asset_new_request.py +139 -0
  247. huaweicloudsdkiotanalytics/v1/model/update_asset_new_response.py +522 -0
  248. huaweicloudsdkiotanalytics/v1/model/update_batch_job_request.py +139 -0
  249. huaweicloudsdkiotanalytics/v1/model/update_batch_job_response.py +369 -0
  250. huaweicloudsdkiotanalytics/v1/model/update_data_source_request.py +139 -0
  251. huaweicloudsdkiotanalytics/v1/model/update_data_source_response.py +257 -0
  252. huaweicloudsdkiotanalytics/v1/model/update_data_store.py +202 -0
  253. huaweicloudsdkiotanalytics/v1/model/update_data_store_request.py +139 -0
  254. huaweicloudsdkiotanalytics/v1/model/update_data_store_response.py +319 -0
  255. huaweicloudsdkiotanalytics/v1/model/update_datasource_req_dto.py +167 -0
  256. huaweicloudsdkiotanalytics/v1/model/update_group_request.py +139 -0
  257. huaweicloudsdkiotanalytics/v1/model/update_group_response.py +406 -0
  258. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_request.py +172 -0
  259. huaweicloudsdkiotanalytics/v1/model/update_pipeline_job_response.py +203 -0
  260. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_request.py +172 -0
  261. huaweicloudsdkiotanalytics/v1/model/update_streaming_job_response.py +203 -0
  262. huaweicloudsdkiotanalytics/v1/model/validate_sql_request.py +111 -0
  263. huaweicloudsdkiotanalytics/v1/model/validate_sql_request_body.py +115 -0
  264. huaweicloudsdkiotanalytics/v1/model/validate_sql_response.py +116 -0
  265. huaweicloudsdkiotanalytics/v1/model/vpcep_info.py +198 -0
  266. huaweicloudsdkiotanalytics/v1/model/vpcep_info_rsp.py +227 -0
  267. huaweicloudsdkiotanalytics/v1/region/__init__.py +0 -0
  268. huaweicloudsdkiotanalytics/v1/region/iotanalytics_region.py +31 -0
  269. huaweicloudsdkiotanalytics-3.1.160.dist-info/LICENSE +13 -0
  270. huaweicloudsdkiotanalytics-3.1.160.dist-info/METADATA +26 -0
  271. huaweicloudsdkiotanalytics-3.1.160.dist-info/RECORD +273 -0
  272. huaweicloudsdkiotanalytics-3.1.160.dist-info/WHEEL +5 -0
  273. huaweicloudsdkiotanalytics-3.1.160.dist-info/top_level.txt +1 -0
@@ -0,0 +1,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteBatchJobRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'job_id': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'job_id': 'job_id'
25
+ }
26
+
27
+ def __init__(self, job_id=None):
28
+ r"""DeleteBatchJobRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param job_id: 数据开发任务ID。
33
+ :type job_id: str
34
+ """
35
+
36
+
37
+
38
+ self._job_id = None
39
+ self.discriminator = None
40
+
41
+ self.job_id = job_id
42
+
43
+ @property
44
+ def job_id(self):
45
+ r"""Gets the job_id of this DeleteBatchJobRequest.
46
+
47
+ 数据开发任务ID。
48
+
49
+ :return: The job_id of this DeleteBatchJobRequest.
50
+ :rtype: str
51
+ """
52
+ return self._job_id
53
+
54
+ @job_id.setter
55
+ def job_id(self, job_id):
56
+ r"""Sets the job_id of this DeleteBatchJobRequest.
57
+
58
+ 数据开发任务ID。
59
+
60
+ :param job_id: The job_id of this DeleteBatchJobRequest.
61
+ :type job_id: str
62
+ """
63
+ self._job_id = job_id
64
+
65
+ def to_dict(self):
66
+ """Returns the model properties as a dict"""
67
+ result = {}
68
+
69
+ for attr, _ in six.iteritems(self.openapi_types):
70
+ value = getattr(self, attr)
71
+ if isinstance(value, list):
72
+ result[attr] = list(map(
73
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
+ value
75
+ ))
76
+ elif hasattr(value, "to_dict"):
77
+ result[attr] = value.to_dict()
78
+ elif isinstance(value, dict):
79
+ result[attr] = dict(map(
80
+ lambda item: (item[0], item[1].to_dict())
81
+ if hasattr(item[1], "to_dict") else item,
82
+ value.items()
83
+ ))
84
+ else:
85
+ if attr in self.sensitive_list:
86
+ result[attr] = "****"
87
+ else:
88
+ result[attr] = value
89
+
90
+ return result
91
+
92
+ def to_str(self):
93
+ """Returns the string representation of the model"""
94
+ import simplejson as json
95
+ if six.PY2:
96
+ import sys
97
+ reload(sys)
98
+ sys.setdefaultencoding("utf-8")
99
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
100
+
101
+ def __repr__(self):
102
+ """For `print`"""
103
+ return self.to_str()
104
+
105
+ def __eq__(self, other):
106
+ """Returns true if both objects are equal"""
107
+ if not isinstance(other, DeleteBatchJobRequest):
108
+ return False
109
+
110
+ return self.__dict__ == other.__dict__
111
+
112
+ def __ne__(self, other):
113
+ """Returns true if both objects are not equal"""
114
+ return not self == other
@@ -0,0 +1,116 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class DeleteBatchJobResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'job_id': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'job_id': 'job_id'
26
+ }
27
+
28
+ def __init__(self, job_id=None):
29
+ r"""DeleteBatchJobResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param job_id: 被删除作业ID。
34
+ :type job_id: str
35
+ """
36
+
37
+ super(DeleteBatchJobResponse, self).__init__()
38
+
39
+ self._job_id = None
40
+ self.discriminator = None
41
+
42
+ if job_id is not None:
43
+ self.job_id = job_id
44
+
45
+ @property
46
+ def job_id(self):
47
+ r"""Gets the job_id of this DeleteBatchJobResponse.
48
+
49
+ 被删除作业ID。
50
+
51
+ :return: The job_id of this DeleteBatchJobResponse.
52
+ :rtype: str
53
+ """
54
+ return self._job_id
55
+
56
+ @job_id.setter
57
+ def job_id(self, job_id):
58
+ r"""Sets the job_id of this DeleteBatchJobResponse.
59
+
60
+ 被删除作业ID。
61
+
62
+ :param job_id: The job_id of this DeleteBatchJobResponse.
63
+ :type job_id: str
64
+ """
65
+ self._job_id = job_id
66
+
67
+ def to_dict(self):
68
+ """Returns the model properties as a dict"""
69
+ result = {}
70
+
71
+ for attr, _ in six.iteritems(self.openapi_types):
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
+ if six.PY2:
98
+ import sys
99
+ reload(sys)
100
+ sys.setdefaultencoding("utf-8")
101
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
102
+
103
+ def __repr__(self):
104
+ """For `print`"""
105
+ return self.to_str()
106
+
107
+ def __eq__(self, other):
108
+ """Returns true if both objects are equal"""
109
+ if not isinstance(other, DeleteBatchJobResponse):
110
+ return False
111
+
112
+ return self.__dict__ == other.__dict__
113
+
114
+ def __ne__(self, other):
115
+ """Returns true if both objects are not equal"""
116
+ return not self == other
@@ -0,0 +1,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteComputingResourceRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'computing_resource_id': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'computing_resource_id': 'computing_resource_id'
25
+ }
26
+
27
+ def __init__(self, computing_resource_id=None):
28
+ r"""DeleteComputingResourceRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param computing_resource_id: 计算资源ID。
33
+ :type computing_resource_id: str
34
+ """
35
+
36
+
37
+
38
+ self._computing_resource_id = None
39
+ self.discriminator = None
40
+
41
+ self.computing_resource_id = computing_resource_id
42
+
43
+ @property
44
+ def computing_resource_id(self):
45
+ r"""Gets the computing_resource_id of this DeleteComputingResourceRequest.
46
+
47
+ 计算资源ID。
48
+
49
+ :return: The computing_resource_id of this DeleteComputingResourceRequest.
50
+ :rtype: str
51
+ """
52
+ return self._computing_resource_id
53
+
54
+ @computing_resource_id.setter
55
+ def computing_resource_id(self, computing_resource_id):
56
+ r"""Sets the computing_resource_id of this DeleteComputingResourceRequest.
57
+
58
+ 计算资源ID。
59
+
60
+ :param computing_resource_id: The computing_resource_id of this DeleteComputingResourceRequest.
61
+ :type computing_resource_id: str
62
+ """
63
+ self._computing_resource_id = computing_resource_id
64
+
65
+ def to_dict(self):
66
+ """Returns the model properties as a dict"""
67
+ result = {}
68
+
69
+ for attr, _ in six.iteritems(self.openapi_types):
70
+ value = getattr(self, attr)
71
+ if isinstance(value, list):
72
+ result[attr] = list(map(
73
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
+ value
75
+ ))
76
+ elif hasattr(value, "to_dict"):
77
+ result[attr] = value.to_dict()
78
+ elif isinstance(value, dict):
79
+ result[attr] = dict(map(
80
+ lambda item: (item[0], item[1].to_dict())
81
+ if hasattr(item[1], "to_dict") else item,
82
+ value.items()
83
+ ))
84
+ else:
85
+ if attr in self.sensitive_list:
86
+ result[attr] = "****"
87
+ else:
88
+ result[attr] = value
89
+
90
+ return result
91
+
92
+ def to_str(self):
93
+ """Returns the string representation of the model"""
94
+ import simplejson as json
95
+ if six.PY2:
96
+ import sys
97
+ reload(sys)
98
+ sys.setdefaultencoding("utf-8")
99
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
100
+
101
+ def __repr__(self):
102
+ """For `print`"""
103
+ return self.to_str()
104
+
105
+ def __eq__(self, other):
106
+ """Returns true if both objects are equal"""
107
+ if not isinstance(other, DeleteComputingResourceRequest):
108
+ return False
109
+
110
+ return self.__dict__ == other.__dict__
111
+
112
+ def __ne__(self, other):
113
+ """Returns true if both objects are not equal"""
114
+ return not self == other
@@ -0,0 +1,116 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class DeleteComputingResourceResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ 'computing_resource_id': 'str'
22
+ }
23
+
24
+ attribute_map = {
25
+ 'computing_resource_id': 'computing_resource_id'
26
+ }
27
+
28
+ def __init__(self, computing_resource_id=None):
29
+ r"""DeleteComputingResourceResponse
30
+
31
+ The model defined in huaweicloud sdk
32
+
33
+ :param computing_resource_id: 被删除计算资源ID。
34
+ :type computing_resource_id: str
35
+ """
36
+
37
+ super(DeleteComputingResourceResponse, self).__init__()
38
+
39
+ self._computing_resource_id = None
40
+ self.discriminator = None
41
+
42
+ if computing_resource_id is not None:
43
+ self.computing_resource_id = computing_resource_id
44
+
45
+ @property
46
+ def computing_resource_id(self):
47
+ r"""Gets the computing_resource_id of this DeleteComputingResourceResponse.
48
+
49
+ 被删除计算资源ID。
50
+
51
+ :return: The computing_resource_id of this DeleteComputingResourceResponse.
52
+ :rtype: str
53
+ """
54
+ return self._computing_resource_id
55
+
56
+ @computing_resource_id.setter
57
+ def computing_resource_id(self, computing_resource_id):
58
+ r"""Sets the computing_resource_id of this DeleteComputingResourceResponse.
59
+
60
+ 被删除计算资源ID。
61
+
62
+ :param computing_resource_id: The computing_resource_id of this DeleteComputingResourceResponse.
63
+ :type computing_resource_id: str
64
+ """
65
+ self._computing_resource_id = computing_resource_id
66
+
67
+ def to_dict(self):
68
+ """Returns the model properties as a dict"""
69
+ result = {}
70
+
71
+ for attr, _ in six.iteritems(self.openapi_types):
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
+ if six.PY2:
98
+ import sys
99
+ reload(sys)
100
+ sys.setdefaultencoding("utf-8")
101
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
102
+
103
+ def __repr__(self):
104
+ """For `print`"""
105
+ return self.to_str()
106
+
107
+ def __eq__(self, other):
108
+ """Returns true if both objects are equal"""
109
+ if not isinstance(other, DeleteComputingResourceResponse):
110
+ return False
111
+
112
+ return self.__dict__ == other.__dict__
113
+
114
+ def __ne__(self, other):
115
+ """Returns true if both objects are not equal"""
116
+ return not self == other
@@ -0,0 +1,114 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class DeleteDataStoreRequest:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'data_store_id': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'data_store_id': 'data_store_id'
25
+ }
26
+
27
+ def __init__(self, data_store_id=None):
28
+ r"""DeleteDataStoreRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param data_store_id: 存储 ID
33
+ :type data_store_id: str
34
+ """
35
+
36
+
37
+
38
+ self._data_store_id = None
39
+ self.discriminator = None
40
+
41
+ self.data_store_id = data_store_id
42
+
43
+ @property
44
+ def data_store_id(self):
45
+ r"""Gets the data_store_id of this DeleteDataStoreRequest.
46
+
47
+ 存储 ID
48
+
49
+ :return: The data_store_id of this DeleteDataStoreRequest.
50
+ :rtype: str
51
+ """
52
+ return self._data_store_id
53
+
54
+ @data_store_id.setter
55
+ def data_store_id(self, data_store_id):
56
+ r"""Sets the data_store_id of this DeleteDataStoreRequest.
57
+
58
+ 存储 ID
59
+
60
+ :param data_store_id: The data_store_id of this DeleteDataStoreRequest.
61
+ :type data_store_id: str
62
+ """
63
+ self._data_store_id = data_store_id
64
+
65
+ def to_dict(self):
66
+ """Returns the model properties as a dict"""
67
+ result = {}
68
+
69
+ for attr, _ in six.iteritems(self.openapi_types):
70
+ value = getattr(self, attr)
71
+ if isinstance(value, list):
72
+ result[attr] = list(map(
73
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
74
+ value
75
+ ))
76
+ elif hasattr(value, "to_dict"):
77
+ result[attr] = value.to_dict()
78
+ elif isinstance(value, dict):
79
+ result[attr] = dict(map(
80
+ lambda item: (item[0], item[1].to_dict())
81
+ if hasattr(item[1], "to_dict") else item,
82
+ value.items()
83
+ ))
84
+ else:
85
+ if attr in self.sensitive_list:
86
+ result[attr] = "****"
87
+ else:
88
+ result[attr] = value
89
+
90
+ return result
91
+
92
+ def to_str(self):
93
+ """Returns the string representation of the model"""
94
+ import simplejson as json
95
+ if six.PY2:
96
+ import sys
97
+ reload(sys)
98
+ sys.setdefaultencoding("utf-8")
99
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
100
+
101
+ def __repr__(self):
102
+ """For `print`"""
103
+ return self.to_str()
104
+
105
+ def __eq__(self, other):
106
+ """Returns true if both objects are equal"""
107
+ if not isinstance(other, DeleteDataStoreRequest):
108
+ return False
109
+
110
+ return self.__dict__ == other.__dict__
111
+
112
+ def __ne__(self, other):
113
+ """Returns true if both objects are not equal"""
114
+ return not self == other
@@ -0,0 +1,85 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.sdk_response import SdkResponse
6
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
7
+
8
+
9
+ class DeleteDataStoreResponse(SdkResponse):
10
+
11
+ """
12
+ Attributes:
13
+ openapi_types (dict): The key is attribute name
14
+ and the value is attribute type.
15
+ attribute_map (dict): The key is attribute name
16
+ and the value is json key in definition.
17
+ """
18
+ sensitive_list = []
19
+
20
+ openapi_types = {
21
+ }
22
+
23
+ attribute_map = {
24
+ }
25
+
26
+ def __init__(self):
27
+ r"""DeleteDataStoreResponse
28
+
29
+ The model defined in huaweicloud sdk
30
+
31
+ """
32
+
33
+ super(DeleteDataStoreResponse, self).__init__()
34
+ self.discriminator = None
35
+
36
+ def to_dict(self):
37
+ """Returns the model properties as a dict"""
38
+ result = {}
39
+
40
+ for attr, _ in six.iteritems(self.openapi_types):
41
+ value = getattr(self, attr)
42
+ if isinstance(value, list):
43
+ result[attr] = list(map(
44
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
45
+ value
46
+ ))
47
+ elif hasattr(value, "to_dict"):
48
+ result[attr] = value.to_dict()
49
+ elif isinstance(value, dict):
50
+ result[attr] = dict(map(
51
+ lambda item: (item[0], item[1].to_dict())
52
+ if hasattr(item[1], "to_dict") else item,
53
+ value.items()
54
+ ))
55
+ else:
56
+ if attr in self.sensitive_list:
57
+ result[attr] = "****"
58
+ else:
59
+ result[attr] = value
60
+
61
+ return result
62
+
63
+ def to_str(self):
64
+ """Returns the string representation of the model"""
65
+ import simplejson as json
66
+ if six.PY2:
67
+ import sys
68
+ reload(sys)
69
+ sys.setdefaultencoding("utf-8")
70
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
71
+
72
+ def __repr__(self):
73
+ """For `print`"""
74
+ return self.to_str()
75
+
76
+ def __eq__(self, other):
77
+ """Returns true if both objects are equal"""
78
+ if not isinstance(other, DeleteDataStoreResponse):
79
+ return False
80
+
81
+ return self.__dict__ == other.__dict__
82
+
83
+ def __ne__(self, other):
84
+ """Returns true if both objects are not equal"""
85
+ return not self == other