huaweicloudsdkmssi 3.1.142__py2.py3-none-any.whl → 3.1.143__py2.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 (53) hide show
  1. huaweicloudsdkmssi/v1/model/action_base_info.py +33 -33
  2. huaweicloudsdkmssi/v1/model/api_config.py +3 -3
  3. huaweicloudsdkmssi/v1/model/auth_config_a.py +15 -15
  4. huaweicloudsdkmssi/v1/model/base_connection_info.py +23 -23
  5. huaweicloudsdkmssi/v1/model/connection_info.py +55 -55
  6. huaweicloudsdkmssi/v1/model/connector_info.py +47 -47
  7. huaweicloudsdkmssi/v1/model/connector_info0.py +35 -35
  8. huaweicloudsdkmssi/v1/model/create_connection_info_request.py +3 -3
  9. huaweicloudsdkmssi/v1/model/create_connection_info_response.py +7 -7
  10. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_request.py +3 -3
  11. huaweicloudsdkmssi/v1/model/create_custom_connector_from_openapi_response.py +15 -15
  12. huaweicloudsdkmssi/v1/model/create_flow_request.py +3 -3
  13. huaweicloudsdkmssi/v1/model/create_flow_response.py +9 -9
  14. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_request.py +5 -5
  15. huaweicloudsdkmssi/v1/model/create_flow_template_from_flow_response.py +9 -9
  16. huaweicloudsdkmssi/v1/model/custom_connector_info_v2.py +13 -13
  17. huaweicloudsdkmssi/v1/model/delete_connection_info_request.py +3 -3
  18. huaweicloudsdkmssi/v1/model/delete_connection_info_response.py +7 -7
  19. huaweicloudsdkmssi/v1/model/delete_custom_connector_request.py +3 -3
  20. huaweicloudsdkmssi/v1/model/delete_custom_connector_response.py +7 -7
  21. huaweicloudsdkmssi/v1/model/delete_flow_request.py +3 -3
  22. huaweicloudsdkmssi/v1/model/delete_flow_response.py +7 -7
  23. huaweicloudsdkmssi/v1/model/flow_meta.py +73 -73
  24. huaweicloudsdkmssi/v1/model/runtime_permission.py +11 -11
  25. huaweicloudsdkmssi/v1/model/search_flow_by_id_request.py +5 -5
  26. huaweicloudsdkmssi/v1/model/search_flow_by_id_response.py +73 -73
  27. huaweicloudsdkmssi/v1/model/show_all_connections_request.py +7 -7
  28. huaweicloudsdkmssi/v1/model/show_all_connections_response.py +1 -1
  29. huaweicloudsdkmssi/v1/model/show_all_flows_request.py +13 -13
  30. huaweicloudsdkmssi/v1/model/show_all_flows_response.py +5 -5
  31. huaweicloudsdkmssi/v1/model/show_connectors_request.py +13 -13
  32. huaweicloudsdkmssi/v1/model/show_connectors_response.py +5 -5
  33. huaweicloudsdkmssi/v1/model/show_custom_connector_request.py +3 -3
  34. huaweicloudsdkmssi/v1/model/show_custom_connector_response.py +7 -7
  35. huaweicloudsdkmssi/v1/model/show_custom_connectors_request.py +7 -7
  36. huaweicloudsdkmssi/v1/model/show_custom_connectors_response.py +5 -5
  37. huaweicloudsdkmssi/v1/model/show_single_connection_request.py +3 -3
  38. huaweicloudsdkmssi/v1/model/show_single_connection_response.py +55 -55
  39. huaweicloudsdkmssi/v1/model/tag.py +5 -5
  40. huaweicloudsdkmssi/v1/model/template_message.py +7 -7
  41. huaweicloudsdkmssi/v1/model/trigger_base_info.py +33 -33
  42. huaweicloudsdkmssi/v1/model/update_connection_info_request.py +5 -5
  43. huaweicloudsdkmssi/v1/model/update_connection_info_response.py +7 -7
  44. huaweicloudsdkmssi/v1/model/update_flow_request.py +5 -5
  45. huaweicloudsdkmssi/v1/model/update_flow_response.py +9 -9
  46. huaweicloudsdkmssi/v1/mssi_async_client.py +16 -16
  47. huaweicloudsdkmssi/v1/mssi_client.py +16 -16
  48. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/METADATA +2 -2
  49. huaweicloudsdkmssi-3.1.143.dist-info/RECORD +57 -0
  50. huaweicloudsdkmssi-3.1.142.dist-info/RECORD +0 -57
  51. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/LICENSE +0 -0
  52. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/WHEEL +0 -0
  53. {huaweicloudsdkmssi-3.1.142.dist-info → huaweicloudsdkmssi-3.1.143.dist-info}/top_level.txt +0 -0
@@ -33,7 +33,7 @@ class RuntimePermission:
33
33
  }
34
34
 
35
35
  def __init__(self, action=None, action_list=None, name=None, permission_name=None, permission_type=None):
36
- """RuntimePermission
36
+ r"""RuntimePermission
37
37
 
38
38
  The model defined in huaweicloud sdk
39
39
 
@@ -71,7 +71,7 @@ class RuntimePermission:
71
71
 
72
72
  @property
73
73
  def action(self):
74
- """Gets the action of this RuntimePermission.
74
+ r"""Gets the action of this RuntimePermission.
75
75
 
76
76
  动作列表
77
77
 
@@ -82,7 +82,7 @@ class RuntimePermission:
82
82
 
83
83
  @action.setter
84
84
  def action(self, action):
85
- """Sets the action of this RuntimePermission.
85
+ r"""Sets the action of this RuntimePermission.
86
86
 
87
87
  动作列表
88
88
 
@@ -93,7 +93,7 @@ class RuntimePermission:
93
93
 
94
94
  @property
95
95
  def action_list(self):
96
- """Gets the action_list of this RuntimePermission.
96
+ r"""Gets the action_list of this RuntimePermission.
97
97
 
98
98
  动作列表
99
99
 
@@ -104,7 +104,7 @@ class RuntimePermission:
104
104
 
105
105
  @action_list.setter
106
106
  def action_list(self, action_list):
107
- """Sets the action_list of this RuntimePermission.
107
+ r"""Sets the action_list of this RuntimePermission.
108
108
 
109
109
  动作列表
110
110
 
@@ -115,7 +115,7 @@ class RuntimePermission:
115
115
 
116
116
  @property
117
117
  def name(self):
118
- """Gets the name of this RuntimePermission.
118
+ r"""Gets the name of this RuntimePermission.
119
119
 
120
120
  权限名称
121
121
 
@@ -126,7 +126,7 @@ class RuntimePermission:
126
126
 
127
127
  @name.setter
128
128
  def name(self, name):
129
- """Sets the name of this RuntimePermission.
129
+ r"""Sets the name of this RuntimePermission.
130
130
 
131
131
  权限名称
132
132
 
@@ -137,7 +137,7 @@ class RuntimePermission:
137
137
 
138
138
  @property
139
139
  def permission_name(self):
140
- """Gets the permission_name of this RuntimePermission.
140
+ r"""Gets the permission_name of this RuntimePermission.
141
141
 
142
142
  权限名称
143
143
 
@@ -148,7 +148,7 @@ class RuntimePermission:
148
148
 
149
149
  @permission_name.setter
150
150
  def permission_name(self, permission_name):
151
- """Sets the permission_name of this RuntimePermission.
151
+ r"""Sets the permission_name of this RuntimePermission.
152
152
 
153
153
  权限名称
154
154
 
@@ -159,7 +159,7 @@ class RuntimePermission:
159
159
 
160
160
  @property
161
161
  def permission_type(self):
162
- """Gets the permission_type of this RuntimePermission.
162
+ r"""Gets the permission_type of this RuntimePermission.
163
163
 
164
164
  权限类型
165
165
 
@@ -170,7 +170,7 @@ class RuntimePermission:
170
170
 
171
171
  @permission_type.setter
172
172
  def permission_type(self, permission_type):
173
- """Sets the permission_type of this RuntimePermission.
173
+ r"""Sets the permission_type of this RuntimePermission.
174
174
 
175
175
  权限类型
176
176
 
@@ -27,7 +27,7 @@ class SearchFlowByIdRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, flow_id=None, version=None):
30
- """SearchFlowByIdRequest
30
+ r"""SearchFlowByIdRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class SearchFlowByIdRequest:
49
49
 
50
50
  @property
51
51
  def flow_id(self):
52
- """Gets the flow_id of this SearchFlowByIdRequest.
52
+ r"""Gets the flow_id of this SearchFlowByIdRequest.
53
53
 
54
54
  flow_id
55
55
 
@@ -60,7 +60,7 @@ class SearchFlowByIdRequest:
60
60
 
61
61
  @flow_id.setter
62
62
  def flow_id(self, flow_id):
63
- """Sets the flow_id of this SearchFlowByIdRequest.
63
+ r"""Sets the flow_id of this SearchFlowByIdRequest.
64
64
 
65
65
  flow_id
66
66
 
@@ -71,7 +71,7 @@ class SearchFlowByIdRequest:
71
71
 
72
72
  @property
73
73
  def version(self):
74
- """Gets the version of this SearchFlowByIdRequest.
74
+ r"""Gets the version of this SearchFlowByIdRequest.
75
75
 
76
76
  流版本
77
77
 
@@ -82,7 +82,7 @@ class SearchFlowByIdRequest:
82
82
 
83
83
  @version.setter
84
84
  def version(self, version):
85
- """Sets the version of this SearchFlowByIdRequest.
85
+ r"""Sets the version of this SearchFlowByIdRequest.
86
86
 
87
87
  流版本
88
88