huaweicloudsdkdwr 3.1.141__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.
Potentially problematic release.
This version of huaweicloudsdkdwr might be problematic. Click here for more details.
- huaweicloudsdkdwr/v3/dwr_async_client.py +23 -23
- huaweicloudsdkdwr/v3/dwr_client.py +23 -23
- huaweicloudsdkdwr/v3/model/accept_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/accept_service_contract_response.py +5 -5
- huaweicloudsdkdwr/v3/model/action.py +25 -25
- huaweicloudsdkdwr/v3/model/action_result.py +11 -11
- huaweicloudsdkdwr/v3/model/action_template_item.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_response.py +29 -29
- huaweicloudsdkdwr/v3/model/create_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_my_action_template_response.py +25 -25
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_response.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request_body.py +15 -15
- huaweicloudsdkdwr/v3/model/create_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/delete_my_action_template_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_my_action_template_response.py +5 -5
- huaweicloudsdkdwr/v3/model/delete_workflow_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_workflow_response.py +5 -5
- huaweicloudsdkdwr/v3/model/execute_workflow_body.py +7 -7
- huaweicloudsdkdwr/v3/model/execution.py +15 -15
- huaweicloudsdkdwr/v3/model/express_config.py +5 -5
- huaweicloudsdkdwr/v3/model/func_vpc.py +13 -13
- huaweicloudsdkdwr/v3/model/graph_item.py +9 -9
- huaweicloudsdkdwr/v3/model/input.py +21 -21
- huaweicloudsdkdwr/v3/model/input_para_type.py +1 -1
- huaweicloudsdkdwr/v3/model/input_para_value_type.py +1 -1
- huaweicloudsdkdwr/v3/model/list_my_action_template_request.py +11 -11
- huaweicloudsdkdwr/v3/model/list_my_action_template_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_system_templates_request.py +9 -9
- huaweicloudsdkdwr/v3/model/list_system_templates_response.py +19 -19
- huaweicloudsdkdwr/v3/model/list_workflow_instance_request.py +13 -13
- huaweicloudsdkdwr/v3/model/list_workflow_instance_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_workflows_request.py +7 -7
- huaweicloudsdkdwr/v3/model/list_workflows_response.py +17 -17
- huaweicloudsdkdwr/v3/model/node_execution.py +15 -15
- huaweicloudsdkdwr/v3/model/policy.py +5 -5
- huaweicloudsdkdwr/v3/model/provided_action.py +35 -35
- huaweicloudsdkdwr/v3/model/public_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/public_template_register_type.py +1 -1
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_request.py +5 -5
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_response.py +15 -15
- huaweicloudsdkdwr/v3/model/show_public_action_list_request.py +9 -9
- huaweicloudsdkdwr/v3/model/show_public_action_list_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_public_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_public_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_service_contract_response.py +13 -13
- huaweicloudsdkdwr/v3/model/show_system_template_detail_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_system_template_detail_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_third_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_third_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_workflow_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_workflow_info_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_workflow_instance_request.py +5 -5
- huaweicloudsdkdwr/v3/model/show_workflow_instance_response.py +33 -33
- huaweicloudsdkdwr/v3/model/state.py +19 -19
- huaweicloudsdkdwr/v3/model/statement.py +5 -5
- huaweicloudsdkdwr/v3/model/third_action_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/third_template_request_body.py +25 -25
- huaweicloudsdkdwr/v3/model/update_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_my_action_template_response.py +15 -15
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_request.py +3 -3
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_response.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_body.py +3 -3
- huaweicloudsdkdwr/v3/model/update_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_response.py +15 -15
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/METADATA +2 -2
- huaweicloudsdkdwr-3.1.143.dist-info/RECORD +80 -0
- huaweicloudsdkdwr-3.1.141.dist-info/RECORD +0 -80
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.141.dist-info → huaweicloudsdkdwr-3.1.143.dist-info}/top_level.txt +0 -0
|
@@ -34,7 +34,7 @@ class DwrAsyncClient(Client):
|
|
|
34
34
|
return client_builder
|
|
35
35
|
|
|
36
36
|
def accept_service_contract_async(self, request):
|
|
37
|
-
"""同意服务协议
|
|
37
|
+
r"""同意服务协议
|
|
38
38
|
|
|
39
39
|
本接口用于使用工作流时需要同意服务使用协议。该函数具有幂等性。
|
|
40
40
|
|
|
@@ -99,7 +99,7 @@ class DwrAsyncClient(Client):
|
|
|
99
99
|
return http_info
|
|
100
100
|
|
|
101
101
|
def async_invoke_api_start_workflow_async(self, request):
|
|
102
|
-
"""API异步启动工作流
|
|
102
|
+
r"""API异步启动工作流
|
|
103
103
|
|
|
104
104
|
本接口用于API方式异步启动已有工作流,产生工作流实例
|
|
105
105
|
|
|
@@ -166,7 +166,7 @@ class DwrAsyncClient(Client):
|
|
|
166
166
|
return http_info
|
|
167
167
|
|
|
168
168
|
def check_workflow_authentication_async(self, request):
|
|
169
|
-
"""查询授权
|
|
169
|
+
r"""查询授权
|
|
170
170
|
|
|
171
171
|
本接口用于查询授权,查询由DWR服务自动帮助用户创建工作流运行时需要的函数服务权限,以及函数服务运行时的权限。该函数具有幂等性。
|
|
172
172
|
|
|
@@ -229,7 +229,7 @@ class DwrAsyncClient(Client):
|
|
|
229
229
|
return http_info
|
|
230
230
|
|
|
231
231
|
def create_my_action_template_async(self, request):
|
|
232
|
-
"""创建第三方算子模板
|
|
232
|
+
r"""创建第三方算子模板
|
|
233
233
|
|
|
234
234
|
创建第三方算子模板
|
|
235
235
|
|
|
@@ -296,7 +296,7 @@ class DwrAsyncClient(Client):
|
|
|
296
296
|
return http_info
|
|
297
297
|
|
|
298
298
|
def create_workflow_authentication_async(self, request):
|
|
299
|
-
"""开通授权
|
|
299
|
+
r"""开通授权
|
|
300
300
|
|
|
301
301
|
本接口用于开通授权,由DWR服务自动帮助用户创建工作流运行时需要的函数服务权限,以及函数服务运行时的权限。该函数具有幂等性。
|
|
302
302
|
|
|
@@ -359,7 +359,7 @@ class DwrAsyncClient(Client):
|
|
|
359
359
|
return http_info
|
|
360
360
|
|
|
361
361
|
def delete_my_action_template_async(self, request):
|
|
362
|
-
"""删除第三方算子模板
|
|
362
|
+
r"""删除第三方算子模板
|
|
363
363
|
|
|
364
364
|
本接口用于标记删除提交的第三方算子模板。
|
|
365
365
|
|
|
@@ -424,7 +424,7 @@ class DwrAsyncClient(Client):
|
|
|
424
424
|
return http_info
|
|
425
425
|
|
|
426
426
|
def list_my_action_template_async(self, request):
|
|
427
|
-
"""查询第三方算子列表
|
|
427
|
+
r"""查询第三方算子列表
|
|
428
428
|
|
|
429
429
|
本接口用于查询提交注册过的三方算子列表。
|
|
430
430
|
|
|
@@ -497,7 +497,7 @@ class DwrAsyncClient(Client):
|
|
|
497
497
|
return http_info
|
|
498
498
|
|
|
499
499
|
def list_system_templates_async(self, request):
|
|
500
|
-
"""查询华为云内置算子列表
|
|
500
|
+
r"""查询华为云内置算子列表
|
|
501
501
|
|
|
502
502
|
本接口用于按名称查询系统内置算子列表。
|
|
503
503
|
|
|
@@ -568,7 +568,7 @@ class DwrAsyncClient(Client):
|
|
|
568
568
|
return http_info
|
|
569
569
|
|
|
570
570
|
def list_workflow_instance_async(self, request):
|
|
571
|
-
"""本接口用于查询用户工作流的实例列表
|
|
571
|
+
r"""本接口用于查询用户工作流的实例列表
|
|
572
572
|
|
|
573
573
|
本接口用于查询用户工作流的实例列表。
|
|
574
574
|
|
|
@@ -643,7 +643,7 @@ class DwrAsyncClient(Client):
|
|
|
643
643
|
return http_info
|
|
644
644
|
|
|
645
645
|
def restore_workflow_execution_async(self, request):
|
|
646
|
-
"""恢复一个执行失败状态的工作流实例
|
|
646
|
+
r"""恢复一个执行失败状态的工作流实例
|
|
647
647
|
|
|
648
648
|
本接口用于恢复一个执行失败状态的工作流实例。恢复后,工作流实例将从上次失败的状态处继续执行,而工作流步骤中已经执行成功的状态不会再执行。
|
|
649
649
|
|
|
@@ -710,7 +710,7 @@ class DwrAsyncClient(Client):
|
|
|
710
710
|
return http_info
|
|
711
711
|
|
|
712
712
|
def show_public_action_list_async(self, request):
|
|
713
|
-
"""查询已发布算子列表
|
|
713
|
+
r"""查询已发布算子列表
|
|
714
714
|
|
|
715
715
|
本接口用于查询开放的算子列表。
|
|
716
716
|
|
|
@@ -781,7 +781,7 @@ class DwrAsyncClient(Client):
|
|
|
781
781
|
return http_info
|
|
782
782
|
|
|
783
783
|
def show_public_template_info_async(self, request):
|
|
784
|
-
"""查询已发布算子模板详情
|
|
784
|
+
r"""查询已发布算子模板详情
|
|
785
785
|
|
|
786
786
|
本接口用于按名称查询开放的算子详情。
|
|
787
787
|
|
|
@@ -846,7 +846,7 @@ class DwrAsyncClient(Client):
|
|
|
846
846
|
return http_info
|
|
847
847
|
|
|
848
848
|
def show_service_contract_async(self, request):
|
|
849
|
-
"""查询服务协议
|
|
849
|
+
r"""查询服务协议
|
|
850
850
|
|
|
851
851
|
本接口用于查询使用工作流时同意的服务协议。该函数具有幂等性。
|
|
852
852
|
|
|
@@ -911,7 +911,7 @@ class DwrAsyncClient(Client):
|
|
|
911
911
|
return http_info
|
|
912
912
|
|
|
913
913
|
def show_system_template_detail_async(self, request):
|
|
914
|
-
"""查询华为云内置算子模板信息
|
|
914
|
+
r"""查询华为云内置算子模板信息
|
|
915
915
|
|
|
916
916
|
本接口用于按名称查询系统内置算子详情。
|
|
917
917
|
|
|
@@ -976,7 +976,7 @@ class DwrAsyncClient(Client):
|
|
|
976
976
|
return http_info
|
|
977
977
|
|
|
978
978
|
def show_third_template_info_async(self, request):
|
|
979
|
-
"""查询公共Action模板详情
|
|
979
|
+
r"""查询公共Action模板详情
|
|
980
980
|
|
|
981
981
|
本接口用于按名称查询第三方模板详情
|
|
982
982
|
|
|
@@ -1041,7 +1041,7 @@ class DwrAsyncClient(Client):
|
|
|
1041
1041
|
return http_info
|
|
1042
1042
|
|
|
1043
1043
|
def show_workflow_instance_async(self, request):
|
|
1044
|
-
"""本接口用于查询指定工作流实例详细
|
|
1044
|
+
r"""本接口用于查询指定工作流实例详细
|
|
1045
1045
|
|
|
1046
1046
|
本接口用于查询指定工作流实例详细。
|
|
1047
1047
|
|
|
@@ -1108,7 +1108,7 @@ class DwrAsyncClient(Client):
|
|
|
1108
1108
|
return http_info
|
|
1109
1109
|
|
|
1110
1110
|
def update_my_action_template_async(self, request):
|
|
1111
|
-
"""更新第三方算子模板
|
|
1111
|
+
r"""更新第三方算子模板
|
|
1112
1112
|
|
|
1113
1113
|
本接口用于修改第三方算子和将三方算子提交审核
|
|
1114
1114
|
|
|
@@ -1175,7 +1175,7 @@ class DwrAsyncClient(Client):
|
|
|
1175
1175
|
return http_info
|
|
1176
1176
|
|
|
1177
1177
|
def update_my_action_template_to_deprecated_async(self, request):
|
|
1178
|
-
"""禁用第三方算子模板
|
|
1178
|
+
r"""禁用第三方算子模板
|
|
1179
1179
|
|
|
1180
1180
|
本接口用于申请禁用第三方算子。
|
|
1181
1181
|
|
|
@@ -1240,7 +1240,7 @@ class DwrAsyncClient(Client):
|
|
|
1240
1240
|
return http_info
|
|
1241
1241
|
|
|
1242
1242
|
def create_workflow_async(self, request):
|
|
1243
|
-
"""创建工作流
|
|
1243
|
+
r"""创建工作流
|
|
1244
1244
|
|
|
1245
1245
|
本接口用于通过Body体直接创建工作流
|
|
1246
1246
|
|
|
@@ -1307,7 +1307,7 @@ class DwrAsyncClient(Client):
|
|
|
1307
1307
|
return http_info
|
|
1308
1308
|
|
|
1309
1309
|
def delete_workflow_async(self, request):
|
|
1310
|
-
"""删除工作流
|
|
1310
|
+
r"""删除工作流
|
|
1311
1311
|
|
|
1312
1312
|
本接口用于删除工作流。
|
|
1313
1313
|
|
|
@@ -1372,7 +1372,7 @@ class DwrAsyncClient(Client):
|
|
|
1372
1372
|
return http_info
|
|
1373
1373
|
|
|
1374
1374
|
def list_workflows_async(self, request):
|
|
1375
|
-
"""查询工作流列表
|
|
1375
|
+
r"""查询工作流列表
|
|
1376
1376
|
|
|
1377
1377
|
本接口用于查询工作流列表。
|
|
1378
1378
|
|
|
@@ -1441,7 +1441,7 @@ class DwrAsyncClient(Client):
|
|
|
1441
1441
|
return http_info
|
|
1442
1442
|
|
|
1443
1443
|
def show_workflow_info_async(self, request):
|
|
1444
|
-
"""查询工作流信息
|
|
1444
|
+
r"""查询工作流信息
|
|
1445
1445
|
|
|
1446
1446
|
本接口用于根据工作流名称查询工作流详细信息。
|
|
1447
1447
|
|
|
@@ -1506,7 +1506,7 @@ class DwrAsyncClient(Client):
|
|
|
1506
1506
|
return http_info
|
|
1507
1507
|
|
|
1508
1508
|
def update_workflow_async(self, request):
|
|
1509
|
-
"""更新工作流
|
|
1509
|
+
r"""更新工作流
|
|
1510
1510
|
|
|
1511
1511
|
Update Workflow
|
|
1512
1512
|
|
|
@@ -34,7 +34,7 @@ class DwrClient(Client):
|
|
|
34
34
|
return client_builder
|
|
35
35
|
|
|
36
36
|
def accept_service_contract(self, request):
|
|
37
|
-
"""同意服务协议
|
|
37
|
+
r"""同意服务协议
|
|
38
38
|
|
|
39
39
|
本接口用于使用工作流时需要同意服务使用协议。该函数具有幂等性。
|
|
40
40
|
|
|
@@ -99,7 +99,7 @@ class DwrClient(Client):
|
|
|
99
99
|
return http_info
|
|
100
100
|
|
|
101
101
|
def async_invoke_api_start_workflow(self, request):
|
|
102
|
-
"""API异步启动工作流
|
|
102
|
+
r"""API异步启动工作流
|
|
103
103
|
|
|
104
104
|
本接口用于API方式异步启动已有工作流,产生工作流实例
|
|
105
105
|
|
|
@@ -166,7 +166,7 @@ class DwrClient(Client):
|
|
|
166
166
|
return http_info
|
|
167
167
|
|
|
168
168
|
def check_workflow_authentication(self, request):
|
|
169
|
-
"""查询授权
|
|
169
|
+
r"""查询授权
|
|
170
170
|
|
|
171
171
|
本接口用于查询授权,查询由DWR服务自动帮助用户创建工作流运行时需要的函数服务权限,以及函数服务运行时的权限。该函数具有幂等性。
|
|
172
172
|
|
|
@@ -229,7 +229,7 @@ class DwrClient(Client):
|
|
|
229
229
|
return http_info
|
|
230
230
|
|
|
231
231
|
def create_my_action_template(self, request):
|
|
232
|
-
"""创建第三方算子模板
|
|
232
|
+
r"""创建第三方算子模板
|
|
233
233
|
|
|
234
234
|
创建第三方算子模板
|
|
235
235
|
|
|
@@ -296,7 +296,7 @@ class DwrClient(Client):
|
|
|
296
296
|
return http_info
|
|
297
297
|
|
|
298
298
|
def create_workflow_authentication(self, request):
|
|
299
|
-
"""开通授权
|
|
299
|
+
r"""开通授权
|
|
300
300
|
|
|
301
301
|
本接口用于开通授权,由DWR服务自动帮助用户创建工作流运行时需要的函数服务权限,以及函数服务运行时的权限。该函数具有幂等性。
|
|
302
302
|
|
|
@@ -359,7 +359,7 @@ class DwrClient(Client):
|
|
|
359
359
|
return http_info
|
|
360
360
|
|
|
361
361
|
def delete_my_action_template(self, request):
|
|
362
|
-
"""删除第三方算子模板
|
|
362
|
+
r"""删除第三方算子模板
|
|
363
363
|
|
|
364
364
|
本接口用于标记删除提交的第三方算子模板。
|
|
365
365
|
|
|
@@ -424,7 +424,7 @@ class DwrClient(Client):
|
|
|
424
424
|
return http_info
|
|
425
425
|
|
|
426
426
|
def list_my_action_template(self, request):
|
|
427
|
-
"""查询第三方算子列表
|
|
427
|
+
r"""查询第三方算子列表
|
|
428
428
|
|
|
429
429
|
本接口用于查询提交注册过的三方算子列表。
|
|
430
430
|
|
|
@@ -497,7 +497,7 @@ class DwrClient(Client):
|
|
|
497
497
|
return http_info
|
|
498
498
|
|
|
499
499
|
def list_system_templates(self, request):
|
|
500
|
-
"""查询华为云内置算子列表
|
|
500
|
+
r"""查询华为云内置算子列表
|
|
501
501
|
|
|
502
502
|
本接口用于按名称查询系统内置算子列表。
|
|
503
503
|
|
|
@@ -568,7 +568,7 @@ class DwrClient(Client):
|
|
|
568
568
|
return http_info
|
|
569
569
|
|
|
570
570
|
def list_workflow_instance(self, request):
|
|
571
|
-
"""本接口用于查询用户工作流的实例列表
|
|
571
|
+
r"""本接口用于查询用户工作流的实例列表
|
|
572
572
|
|
|
573
573
|
本接口用于查询用户工作流的实例列表。
|
|
574
574
|
|
|
@@ -643,7 +643,7 @@ class DwrClient(Client):
|
|
|
643
643
|
return http_info
|
|
644
644
|
|
|
645
645
|
def restore_workflow_execution(self, request):
|
|
646
|
-
"""恢复一个执行失败状态的工作流实例
|
|
646
|
+
r"""恢复一个执行失败状态的工作流实例
|
|
647
647
|
|
|
648
648
|
本接口用于恢复一个执行失败状态的工作流实例。恢复后,工作流实例将从上次失败的状态处继续执行,而工作流步骤中已经执行成功的状态不会再执行。
|
|
649
649
|
|
|
@@ -710,7 +710,7 @@ class DwrClient(Client):
|
|
|
710
710
|
return http_info
|
|
711
711
|
|
|
712
712
|
def show_public_action_list(self, request):
|
|
713
|
-
"""查询已发布算子列表
|
|
713
|
+
r"""查询已发布算子列表
|
|
714
714
|
|
|
715
715
|
本接口用于查询开放的算子列表。
|
|
716
716
|
|
|
@@ -781,7 +781,7 @@ class DwrClient(Client):
|
|
|
781
781
|
return http_info
|
|
782
782
|
|
|
783
783
|
def show_public_template_info(self, request):
|
|
784
|
-
"""查询已发布算子模板详情
|
|
784
|
+
r"""查询已发布算子模板详情
|
|
785
785
|
|
|
786
786
|
本接口用于按名称查询开放的算子详情。
|
|
787
787
|
|
|
@@ -846,7 +846,7 @@ class DwrClient(Client):
|
|
|
846
846
|
return http_info
|
|
847
847
|
|
|
848
848
|
def show_service_contract(self, request):
|
|
849
|
-
"""查询服务协议
|
|
849
|
+
r"""查询服务协议
|
|
850
850
|
|
|
851
851
|
本接口用于查询使用工作流时同意的服务协议。该函数具有幂等性。
|
|
852
852
|
|
|
@@ -911,7 +911,7 @@ class DwrClient(Client):
|
|
|
911
911
|
return http_info
|
|
912
912
|
|
|
913
913
|
def show_system_template_detail(self, request):
|
|
914
|
-
"""查询华为云内置算子模板信息
|
|
914
|
+
r"""查询华为云内置算子模板信息
|
|
915
915
|
|
|
916
916
|
本接口用于按名称查询系统内置算子详情。
|
|
917
917
|
|
|
@@ -976,7 +976,7 @@ class DwrClient(Client):
|
|
|
976
976
|
return http_info
|
|
977
977
|
|
|
978
978
|
def show_third_template_info(self, request):
|
|
979
|
-
"""查询公共Action模板详情
|
|
979
|
+
r"""查询公共Action模板详情
|
|
980
980
|
|
|
981
981
|
本接口用于按名称查询第三方模板详情
|
|
982
982
|
|
|
@@ -1041,7 +1041,7 @@ class DwrClient(Client):
|
|
|
1041
1041
|
return http_info
|
|
1042
1042
|
|
|
1043
1043
|
def show_workflow_instance(self, request):
|
|
1044
|
-
"""本接口用于查询指定工作流实例详细
|
|
1044
|
+
r"""本接口用于查询指定工作流实例详细
|
|
1045
1045
|
|
|
1046
1046
|
本接口用于查询指定工作流实例详细。
|
|
1047
1047
|
|
|
@@ -1108,7 +1108,7 @@ class DwrClient(Client):
|
|
|
1108
1108
|
return http_info
|
|
1109
1109
|
|
|
1110
1110
|
def update_my_action_template(self, request):
|
|
1111
|
-
"""更新第三方算子模板
|
|
1111
|
+
r"""更新第三方算子模板
|
|
1112
1112
|
|
|
1113
1113
|
本接口用于修改第三方算子和将三方算子提交审核
|
|
1114
1114
|
|
|
@@ -1175,7 +1175,7 @@ class DwrClient(Client):
|
|
|
1175
1175
|
return http_info
|
|
1176
1176
|
|
|
1177
1177
|
def update_my_action_template_to_deprecated(self, request):
|
|
1178
|
-
"""禁用第三方算子模板
|
|
1178
|
+
r"""禁用第三方算子模板
|
|
1179
1179
|
|
|
1180
1180
|
本接口用于申请禁用第三方算子。
|
|
1181
1181
|
|
|
@@ -1240,7 +1240,7 @@ class DwrClient(Client):
|
|
|
1240
1240
|
return http_info
|
|
1241
1241
|
|
|
1242
1242
|
def create_workflow(self, request):
|
|
1243
|
-
"""创建工作流
|
|
1243
|
+
r"""创建工作流
|
|
1244
1244
|
|
|
1245
1245
|
本接口用于通过Body体直接创建工作流
|
|
1246
1246
|
|
|
@@ -1307,7 +1307,7 @@ class DwrClient(Client):
|
|
|
1307
1307
|
return http_info
|
|
1308
1308
|
|
|
1309
1309
|
def delete_workflow(self, request):
|
|
1310
|
-
"""删除工作流
|
|
1310
|
+
r"""删除工作流
|
|
1311
1311
|
|
|
1312
1312
|
本接口用于删除工作流。
|
|
1313
1313
|
|
|
@@ -1372,7 +1372,7 @@ class DwrClient(Client):
|
|
|
1372
1372
|
return http_info
|
|
1373
1373
|
|
|
1374
1374
|
def list_workflows(self, request):
|
|
1375
|
-
"""查询工作流列表
|
|
1375
|
+
r"""查询工作流列表
|
|
1376
1376
|
|
|
1377
1377
|
本接口用于查询工作流列表。
|
|
1378
1378
|
|
|
@@ -1441,7 +1441,7 @@ class DwrClient(Client):
|
|
|
1441
1441
|
return http_info
|
|
1442
1442
|
|
|
1443
1443
|
def show_workflow_info(self, request):
|
|
1444
|
-
"""查询工作流信息
|
|
1444
|
+
r"""查询工作流信息
|
|
1445
1445
|
|
|
1446
1446
|
本接口用于根据工作流名称查询工作流详细信息。
|
|
1447
1447
|
|
|
@@ -1506,7 +1506,7 @@ class DwrClient(Client):
|
|
|
1506
1506
|
return http_info
|
|
1507
1507
|
|
|
1508
1508
|
def update_workflow(self, request):
|
|
1509
|
-
"""更新工作流
|
|
1509
|
+
r"""更新工作流
|
|
1510
1510
|
|
|
1511
1511
|
Update Workflow
|
|
1512
1512
|
|
|
@@ -25,7 +25,7 @@ class AcceptServiceContractRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, type=None):
|
|
28
|
-
"""AcceptServiceContractRequest
|
|
28
|
+
r"""AcceptServiceContractRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class AcceptServiceContractRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def type(self):
|
|
45
|
-
"""Gets the type of this AcceptServiceContractRequest.
|
|
45
|
+
r"""Gets the type of this AcceptServiceContractRequest.
|
|
46
46
|
|
|
47
47
|
服务协议名称 使用公共Action的免责声明协议: use_public_action_privacy_statement 注册公共Action的免责声明协议: register_public_action_privacy_statement
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class AcceptServiceContractRequest:
|
|
|
53
53
|
|
|
54
54
|
@type.setter
|
|
55
55
|
def type(self, type):
|
|
56
|
-
"""Sets the type of this AcceptServiceContractRequest.
|
|
56
|
+
r"""Sets the type of this AcceptServiceContractRequest.
|
|
57
57
|
|
|
58
58
|
服务协议名称 使用公共Action的免责声明协议: use_public_action_privacy_statement 注册公共Action的免责声明协议: register_public_action_privacy_statement
|
|
59
59
|
|
|
@@ -28,7 +28,7 @@ class AcceptServiceContractResponse(SdkResponse):
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
def __init__(self, x_request_id=None, content_length=None):
|
|
31
|
-
"""AcceptServiceContractResponse
|
|
31
|
+
r"""AcceptServiceContractResponse
|
|
32
32
|
|
|
33
33
|
The model defined in huaweicloud sdk
|
|
34
34
|
|
|
@@ -51,7 +51,7 @@ class AcceptServiceContractResponse(SdkResponse):
|
|
|
51
51
|
|
|
52
52
|
@property
|
|
53
53
|
def x_request_id(self):
|
|
54
|
-
"""Gets the x_request_id of this AcceptServiceContractResponse.
|
|
54
|
+
r"""Gets the x_request_id of this AcceptServiceContractResponse.
|
|
55
55
|
|
|
56
56
|
:return: The x_request_id of this AcceptServiceContractResponse.
|
|
57
57
|
:rtype: str
|
|
@@ -60,7 +60,7 @@ class AcceptServiceContractResponse(SdkResponse):
|
|
|
60
60
|
|
|
61
61
|
@x_request_id.setter
|
|
62
62
|
def x_request_id(self, x_request_id):
|
|
63
|
-
"""Sets the x_request_id of this AcceptServiceContractResponse.
|
|
63
|
+
r"""Sets the x_request_id of this AcceptServiceContractResponse.
|
|
64
64
|
|
|
65
65
|
:param x_request_id: The x_request_id of this AcceptServiceContractResponse.
|
|
66
66
|
:type x_request_id: str
|
|
@@ -69,7 +69,7 @@ class AcceptServiceContractResponse(SdkResponse):
|
|
|
69
69
|
|
|
70
70
|
@property
|
|
71
71
|
def content_length(self):
|
|
72
|
-
"""Gets the content_length of this AcceptServiceContractResponse.
|
|
72
|
+
r"""Gets the content_length of this AcceptServiceContractResponse.
|
|
73
73
|
|
|
74
74
|
:return: The content_length of this AcceptServiceContractResponse.
|
|
75
75
|
:rtype: str
|
|
@@ -78,7 +78,7 @@ class AcceptServiceContractResponse(SdkResponse):
|
|
|
78
78
|
|
|
79
79
|
@content_length.setter
|
|
80
80
|
def content_length(self, content_length):
|
|
81
|
-
"""Sets the content_length of this AcceptServiceContractResponse.
|
|
81
|
+
r"""Sets the content_length of this AcceptServiceContractResponse.
|
|
82
82
|
|
|
83
83
|
:param content_length: The content_length of this AcceptServiceContractResponse.
|
|
84
84
|
:type content_length: str
|
|
@@ -47,7 +47,7 @@ class Action:
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
def __init__(self, action_name=None, action_agency=None, function=None, function_template=None, action_template_name=None, action_template_category=None, action_template_provider_name=None, invocation_mode=None, timeout=None, payload_filter=None, dynamic_source=None, results=None):
|
|
50
|
-
"""Action
|
|
50
|
+
r"""Action
|
|
51
51
|
|
|
52
52
|
The model defined in huaweicloud sdk
|
|
53
53
|
|
|
@@ -113,7 +113,7 @@ class Action:
|
|
|
113
113
|
|
|
114
114
|
@property
|
|
115
115
|
def action_name(self):
|
|
116
|
-
"""Gets the action_name of this Action.
|
|
116
|
+
r"""Gets the action_name of this Action.
|
|
117
117
|
|
|
118
118
|
节点名称
|
|
119
119
|
|
|
@@ -124,7 +124,7 @@ class Action:
|
|
|
124
124
|
|
|
125
125
|
@action_name.setter
|
|
126
126
|
def action_name(self, action_name):
|
|
127
|
-
"""Sets the action_name of this Action.
|
|
127
|
+
r"""Sets the action_name of this Action.
|
|
128
128
|
|
|
129
129
|
节点名称
|
|
130
130
|
|
|
@@ -135,7 +135,7 @@ class Action:
|
|
|
135
135
|
|
|
136
136
|
@property
|
|
137
137
|
def action_agency(self):
|
|
138
|
-
"""Gets the action_agency of this Action.
|
|
138
|
+
r"""Gets the action_agency of this Action.
|
|
139
139
|
|
|
140
140
|
节点使用的委托
|
|
141
141
|
|
|
@@ -146,7 +146,7 @@ class Action:
|
|
|
146
146
|
|
|
147
147
|
@action_agency.setter
|
|
148
148
|
def action_agency(self, action_agency):
|
|
149
|
-
"""Sets the action_agency of this Action.
|
|
149
|
+
r"""Sets the action_agency of this Action.
|
|
150
150
|
|
|
151
151
|
节点使用的委托
|
|
152
152
|
|
|
@@ -157,7 +157,7 @@ class Action:
|
|
|
157
157
|
|
|
158
158
|
@property
|
|
159
159
|
def function(self):
|
|
160
|
-
"""Gets the function of this Action.
|
|
160
|
+
r"""Gets the function of this Action.
|
|
161
161
|
|
|
162
162
|
节点相关联的函数URN
|
|
163
163
|
|
|
@@ -168,7 +168,7 @@ class Action:
|
|
|
168
168
|
|
|
169
169
|
@function.setter
|
|
170
170
|
def function(self, function):
|
|
171
|
-
"""Sets the function of this Action.
|
|
171
|
+
r"""Sets the function of this Action.
|
|
172
172
|
|
|
173
173
|
节点相关联的函数URN
|
|
174
174
|
|
|
@@ -179,7 +179,7 @@ class Action:
|
|
|
179
179
|
|
|
180
180
|
@property
|
|
181
181
|
def function_template(self):
|
|
182
|
-
"""Gets the function_template of this Action.
|
|
182
|
+
r"""Gets the function_template of this Action.
|
|
183
183
|
|
|
184
184
|
算子模板使用的URM
|
|
185
185
|
|
|
@@ -190,7 +190,7 @@ class Action:
|
|
|
190
190
|
|
|
191
191
|
@function_template.setter
|
|
192
192
|
def function_template(self, function_template):
|
|
193
|
-
"""Sets the function_template of this Action.
|
|
193
|
+
r"""Sets the function_template of this Action.
|
|
194
194
|
|
|
195
195
|
算子模板使用的URM
|
|
196
196
|
|
|
@@ -201,7 +201,7 @@ class Action:
|
|
|
201
201
|
|
|
202
202
|
@property
|
|
203
203
|
def action_template_name(self):
|
|
204
|
-
"""Gets the action_template_name of this Action.
|
|
204
|
+
r"""Gets the action_template_name of this Action.
|
|
205
205
|
|
|
206
206
|
节点使用的算子名称
|
|
207
207
|
|
|
@@ -212,7 +212,7 @@ class Action:
|
|
|
212
212
|
|
|
213
213
|
@action_template_name.setter
|
|
214
214
|
def action_template_name(self, action_template_name):
|
|
215
|
-
"""Sets the action_template_name of this Action.
|
|
215
|
+
r"""Sets the action_template_name of this Action.
|
|
216
216
|
|
|
217
217
|
节点使用的算子名称
|
|
218
218
|
|
|
@@ -223,7 +223,7 @@ class Action:
|
|
|
223
223
|
|
|
224
224
|
@property
|
|
225
225
|
def action_template_category(self):
|
|
226
|
-
"""Gets the action_template_category of this Action.
|
|
226
|
+
r"""Gets the action_template_category of this Action.
|
|
227
227
|
|
|
228
228
|
节点使用的模板类别
|
|
229
229
|
|
|
@@ -234,7 +234,7 @@ class Action:
|
|
|
234
234
|
|
|
235
235
|
@action_template_category.setter
|
|
236
236
|
def action_template_category(self, action_template_category):
|
|
237
|
-
"""Sets the action_template_category of this Action.
|
|
237
|
+
r"""Sets the action_template_category of this Action.
|
|
238
238
|
|
|
239
239
|
节点使用的模板类别
|
|
240
240
|
|
|
@@ -245,7 +245,7 @@ class Action:
|
|
|
245
245
|
|
|
246
246
|
@property
|
|
247
247
|
def action_template_provider_name(self):
|
|
248
|
-
"""Gets the action_template_provider_name of this Action.
|
|
248
|
+
r"""Gets the action_template_provider_name of this Action.
|
|
249
249
|
|
|
250
250
|
节点使用的模板提供方
|
|
251
251
|
|
|
@@ -256,7 +256,7 @@ class Action:
|
|
|
256
256
|
|
|
257
257
|
@action_template_provider_name.setter
|
|
258
258
|
def action_template_provider_name(self, action_template_provider_name):
|
|
259
|
-
"""Sets the action_template_provider_name of this Action.
|
|
259
|
+
r"""Sets the action_template_provider_name of this Action.
|
|
260
260
|
|
|
261
261
|
节点使用的模板提供方
|
|
262
262
|
|
|
@@ -267,7 +267,7 @@ class Action:
|
|
|
267
267
|
|
|
268
268
|
@property
|
|
269
269
|
def invocation_mode(self):
|
|
270
|
-
"""Gets the invocation_mode of this Action.
|
|
270
|
+
r"""Gets the invocation_mode of this Action.
|
|
271
271
|
|
|
272
272
|
触发模式
|
|
273
273
|
|
|
@@ -278,7 +278,7 @@ class Action:
|
|
|
278
278
|
|
|
279
279
|
@invocation_mode.setter
|
|
280
280
|
def invocation_mode(self, invocation_mode):
|
|
281
|
-
"""Sets the invocation_mode of this Action.
|
|
281
|
+
r"""Sets the invocation_mode of this Action.
|
|
282
282
|
|
|
283
283
|
触发模式
|
|
284
284
|
|
|
@@ -289,7 +289,7 @@ class Action:
|
|
|
289
289
|
|
|
290
290
|
@property
|
|
291
291
|
def timeout(self):
|
|
292
|
-
"""Gets the timeout of this Action.
|
|
292
|
+
r"""Gets the timeout of this Action.
|
|
293
293
|
|
|
294
294
|
超时时间
|
|
295
295
|
|
|
@@ -300,7 +300,7 @@ class Action:
|
|
|
300
300
|
|
|
301
301
|
@timeout.setter
|
|
302
302
|
def timeout(self, timeout):
|
|
303
|
-
"""Sets the timeout of this Action.
|
|
303
|
+
r"""Sets the timeout of this Action.
|
|
304
304
|
|
|
305
305
|
超时时间
|
|
306
306
|
|
|
@@ -311,7 +311,7 @@ class Action:
|
|
|
311
311
|
|
|
312
312
|
@property
|
|
313
313
|
def payload_filter(self):
|
|
314
|
-
"""Gets the payload_filter of this Action.
|
|
314
|
+
r"""Gets the payload_filter of this Action.
|
|
315
315
|
|
|
316
316
|
动态参数与inputs参数相关联使用的filter。默认为\"$\"
|
|
317
317
|
|
|
@@ -322,7 +322,7 @@ class Action:
|
|
|
322
322
|
|
|
323
323
|
@payload_filter.setter
|
|
324
324
|
def payload_filter(self, payload_filter):
|
|
325
|
-
"""Sets the payload_filter of this Action.
|
|
325
|
+
r"""Sets the payload_filter of this Action.
|
|
326
326
|
|
|
327
327
|
动态参数与inputs参数相关联使用的filter。默认为\"$\"
|
|
328
328
|
|
|
@@ -333,7 +333,7 @@ class Action:
|
|
|
333
333
|
|
|
334
334
|
@property
|
|
335
335
|
def dynamic_source(self):
|
|
336
|
-
"""Gets the dynamic_source of this Action.
|
|
336
|
+
r"""Gets the dynamic_source of this Action.
|
|
337
337
|
|
|
338
338
|
节点使用的动态参数
|
|
339
339
|
|
|
@@ -344,7 +344,7 @@ class Action:
|
|
|
344
344
|
|
|
345
345
|
@dynamic_source.setter
|
|
346
346
|
def dynamic_source(self, dynamic_source):
|
|
347
|
-
"""Sets the dynamic_source of this Action.
|
|
347
|
+
r"""Sets the dynamic_source of this Action.
|
|
348
348
|
|
|
349
349
|
节点使用的动态参数
|
|
350
350
|
|
|
@@ -355,7 +355,7 @@ class Action:
|
|
|
355
355
|
|
|
356
356
|
@property
|
|
357
357
|
def results(self):
|
|
358
|
-
"""Gets the results of this Action.
|
|
358
|
+
r"""Gets the results of this Action.
|
|
359
359
|
|
|
360
360
|
action错误处理
|
|
361
361
|
|
|
@@ -366,7 +366,7 @@ class Action:
|
|
|
366
366
|
|
|
367
367
|
@results.setter
|
|
368
368
|
def results(self, results):
|
|
369
|
-
"""Sets the results of this Action.
|
|
369
|
+
r"""Sets the results of this Action.
|
|
370
370
|
|
|
371
371
|
action错误处理
|
|
372
372
|
|