aliyun-python-sdk-dataphin-public 1.0.2__py2.py3-none-any.whl → 1.0.3__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 (51) hide show
  1. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.3.dist-info}/METADATA +1 -1
  2. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.3.dist-info}/RECORD +51 -6
  3. aliyunsdkdataphin_public/__init__.py +1 -1
  4. aliyunsdkdataphin_public/request/v20230630/CreateBatchTaskRequest.py +39 -0
  5. aliyunsdkdataphin_public/request/v20230630/CreateBizEntityRequest.py +39 -0
  6. aliyunsdkdataphin_public/request/v20230630/CreateBizUnitRequest.py +39 -0
  7. aliyunsdkdataphin_public/request/v20230630/CreateDataDomainRequest.py +39 -0
  8. aliyunsdkdataphin_public/request/v20230630/CreatePipelineNodeRequest.py +39 -0
  9. aliyunsdkdataphin_public/request/v20230630/CreateStreamBatchJobMappingRequest.py +39 -0
  10. aliyunsdkdataphin_public/request/v20230630/DeleteBatchTaskRequest.py +39 -0
  11. aliyunsdkdataphin_public/request/v20230630/DeleteBizEntityRequest.py +48 -0
  12. aliyunsdkdataphin_public/request/v20230630/DeleteBizUnitRequest.py +38 -0
  13. aliyunsdkdataphin_public/request/v20230630/DeleteDataDomainRequest.py +43 -0
  14. aliyunsdkdataphin_public/request/v20230630/ExecuteAdHocTaskRequest.py +39 -0
  15. aliyunsdkdataphin_public/request/v20230630/GetAdHocTaskLogRequest.py +53 -0
  16. aliyunsdkdataphin_public/request/v20230630/GetAdHocTaskResultRequest.py +48 -0
  17. aliyunsdkdataphin_public/request/v20230630/GetAlertEventRequest.py +38 -0
  18. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskInfoByVersionRequest.py +48 -0
  19. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskInfoRequest.py +53 -0
  20. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskUdfLineagesRequest.py +43 -0
  21. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskVersionsRequest.py +43 -0
  22. aliyunsdkdataphin_public/request/v20230630/GetBizEntityInfoByVersionRequest.py +48 -0
  23. aliyunsdkdataphin_public/request/v20230630/GetBizEntityInfoRequest.py +43 -0
  24. aliyunsdkdataphin_public/request/v20230630/GetBizUnitInfoRequest.py +38 -0
  25. aliyunsdkdataphin_public/request/v20230630/GetClusterQueueInfoByEnvRequest.py +48 -0
  26. aliyunsdkdataphin_public/request/v20230630/GetDataDomainInfoRequest.py +38 -0
  27. aliyunsdkdataphin_public/request/v20230630/GetDirectoryTreeRequest.py +43 -0
  28. aliyunsdkdataphin_public/request/v20230630/GetLatestSubmitDetailRequest.py +39 -0
  29. aliyunsdkdataphin_public/request/v20230630/GetQueueEngineVersionByEnvRequest.py +58 -0
  30. aliyunsdkdataphin_public/request/v20230630/ListAlertEventsRequest.py +39 -0
  31. aliyunsdkdataphin_public/request/v20230630/ListAlertNotificationsRequest.py +39 -0
  32. aliyunsdkdataphin_public/request/v20230630/ListBizEntitiesRequest.py +39 -0
  33. aliyunsdkdataphin_public/request/v20230630/ListBizUnitsRequest.py +33 -0
  34. aliyunsdkdataphin_public/request/v20230630/ListDataDomainsRequest.py +39 -0
  35. aliyunsdkdataphin_public/request/v20230630/ListPublishRecordsRequest.py +39 -0
  36. aliyunsdkdataphin_public/request/v20230630/ListSubmitRecordsRequest.py +39 -0
  37. aliyunsdkdataphin_public/request/v20230630/OfflineBatchTaskRequest.py +48 -0
  38. aliyunsdkdataphin_public/request/v20230630/OfflineBizEntityRequest.py +39 -0
  39. aliyunsdkdataphin_public/request/v20230630/OnlineBizEntityRequest.py +39 -0
  40. aliyunsdkdataphin_public/request/v20230630/ParseBatchTaskDependencyRequest.py +39 -0
  41. aliyunsdkdataphin_public/request/v20230630/PublishObjectListRequest.py +39 -0
  42. aliyunsdkdataphin_public/request/v20230630/StopAdHocTaskRequest.py +43 -0
  43. aliyunsdkdataphin_public/request/v20230630/SubmitBatchTaskRequest.py +39 -0
  44. aliyunsdkdataphin_public/request/v20230630/UpdateBatchTaskRequest.py +39 -0
  45. aliyunsdkdataphin_public/request/v20230630/UpdateBatchTaskUdfLineagesRequest.py +39 -0
  46. aliyunsdkdataphin_public/request/v20230630/UpdateBizEntityRequest.py +39 -0
  47. aliyunsdkdataphin_public/request/v20230630/UpdateBizUnitRequest.py +39 -0
  48. aliyunsdkdataphin_public/request/v20230630/UpdateDataDomainRequest.py +39 -0
  49. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.3.dist-info}/LICENSE +0 -0
  50. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.3.dist-info}/WHEEL +0 -0
  51. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aliyun-python-sdk-dataphin-public
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: The dataphin-public module of Aliyun Python sdk.
5
5
  Home-page: http://develop.aliyun.com/sdk/python
6
6
  Author: Aliyun
@@ -1,4 +1,4 @@
1
- aliyunsdkdataphin_public/__init__.py,sha256=C8nyPP5-54GgYCcP38Lbel_pRimOW-Ra4bw6Vzp2lmE,21
1
+ aliyunsdkdataphin_public/__init__.py,sha256=MpVHFFoITiYyPltTb_qFrdeX2entdTm4x0PczXi3txY,21
2
2
  aliyunsdkdataphin_public/request/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  aliyunsdkdataphin_public/request/v20230630/AddTenantMembersBySourceUserRequest.py,sha256=9-S9FS5NIvMBeiSiMe_ZK6ogsz1E0bG9gdRI4VM6q10,1474
4
4
  aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py,sha256=k6cBvAeURW5w5aXDSgjgngS4LkC6cgAgYMFz0PPPLiU,1450
@@ -7,20 +7,45 @@ aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdReques
7
7
  aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py,sha256=ruBvVItYyxzgV3hdDexB1UePQwmF_5QvCU8kqk8XoTw,1484
8
8
  aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py,sha256=KHDWIbfoSe532X3SVJGmp45yymjtiH4niuqrRg0BuQE,1476
9
9
  aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py,sha256=Jdlmry2IljIcYM8q5gOPGT-IzS5Hs_ovM3CYEJ0tya8,1466
10
+ aliyunsdkdataphin_public/request/v20230630/CreateBatchTaskRequest.py,sha256=ieKo5bI2xPqwWXrA75I7mrSwSs9O5kOzYzSFCLFqgE8,1466
11
+ aliyunsdkdataphin_public/request/v20230630/CreateBizEntityRequest.py,sha256=xkm6VdxDE26dbs8ecHT8Kj9_IkXQwo6p1HjCwp_m1K8,1466
12
+ aliyunsdkdataphin_public/request/v20230630/CreateBizUnitRequest.py,sha256=TQpWasnX1tjpeZAUizxIYOp9GdydUTKurUOA8ZwHeKg,1462
13
+ aliyunsdkdataphin_public/request/v20230630/CreateDataDomainRequest.py,sha256=L6rl63WFLtzuO8TlncZ-9jo9xZOjLc_I7-_2duYKvjo,1468
10
14
  aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py,sha256=D1K_VMl4v4FC427FY3v-E-jypYlg0LP0_miPLjyhX6g,1468
11
15
  aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py,sha256=aKg5YZNg5gsPaRWNZfS7PhGuBGYfOpGhKypaEVWBV8E,1466
12
16
  aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py,sha256=xp0RSfIOJHOKua7hfC9ua8aCU97YyVoWW6GNwq4ljQ8,1625
17
+ aliyunsdkdataphin_public/request/v20230630/CreatePipelineNodeRequest.py,sha256=LTlu15vawokkr1HgZlYB3e47esMn7kCQTxv3WkuoPbU,1544
18
+ aliyunsdkdataphin_public/request/v20230630/CreateStreamBatchJobMappingRequest.py,sha256=aoiyXIOW6sJ5MGd1Tf0TTjJm0WQ0flbKAEZiCPGe8Og,1616
13
19
  aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py,sha256=2vWI7L1tPngnt4LCobIyCRllFqzmfeEYxN11HYyWqm4,1466
14
20
  aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py,sha256=HLmsuwaBPNmmWwD7wNPmitrL4sgX4aNEOOJbtnsJOA4,1578
21
+ aliyunsdkdataphin_public/request/v20230630/DeleteBatchTaskRequest.py,sha256=nYvAX3WfYQKaK_Myqtcwf-EQ5s4q02HT1t41ZlDutTI,1466
22
+ aliyunsdkdataphin_public/request/v20230630/DeleteBizEntityRequest.py,sha256=0hE8e_UOHc9Gf4PXgFkph6O-aLFcMS1KLBPk28OGgA4,1709
23
+ aliyunsdkdataphin_public/request/v20230630/DeleteBizUnitRequest.py,sha256=QNO7HOWwiqHi8zIn4Vb-894uXKNE-1j_qmo5OcsDwBg,1369
24
+ aliyunsdkdataphin_public/request/v20230630/DeleteDataDomainRequest.py,sha256=i_m6GdC9pfKEUn4t_d4QxrXOZY-HQii_iNnp1bmRKTY,1556
15
25
  aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py,sha256=LlshpWuJB8E7i-GSDDxY4jwinYMe3KxzpzWH9yuyd_k,1468
16
26
  aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py,sha256=5b-7j5oQdkvWQ-W5TefBN6M5Pz7EI885wIeV99Jdo88,1578
17
27
  aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py,sha256=XAeGYNhyXgYIEd6c9RShnoTsDLIMUSM-sgkwkE8HQ5c,1431
28
+ aliyunsdkdataphin_public/request/v20230630/ExecuteAdHocTaskRequest.py,sha256=dF9q5t37W3K4iAyIhBzdP4m834kaAJbKz4mGbTFcvAI,1474
18
29
  aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py,sha256=99IPP78gxYrWYA-5roq0wN7Rv5C4u4qh09v53HCkXO8,1625
19
30
  aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py,sha256=GAgJtjt_yH3BFae5O4QdqomuDcnnqruEPbZPT3CHleI,1605
20
31
  aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py,sha256=rHCanAChcp8vTAGC_TzX8RQVfx-DM3BsBPwsf7-LKh8,1572
32
+ aliyunsdkdataphin_public/request/v20230630/GetAdHocTaskLogRequest.py,sha256=Iiclznoi1r9xa3cihK-abKJ1jxzYYn06a0apnJJPZKE,1938
33
+ aliyunsdkdataphin_public/request/v20230630/GetAdHocTaskResultRequest.py,sha256=9-Piwfq4QmK0oEntAOc44MF3Futa9y7PrvpQVkqKfe4,1775
34
+ aliyunsdkdataphin_public/request/v20230630/GetAlertEventRequest.py,sha256=djMda0OPtGtRmDQOo-4AQd5Bq-pPaPxLHJoMJKN49rM,1369
35
+ aliyunsdkdataphin_public/request/v20230630/GetBatchTaskInfoByVersionRequest.py,sha256=HWoz7g0STRujBtFDUx1fmg9FFK29Ikq9s1SOSG9dzd8,1779
36
+ aliyunsdkdataphin_public/request/v20230630/GetBatchTaskInfoRequest.py,sha256=eU9w5R5W2BKub1qR9dxPGoCMrFvA3OLp0DJTQtejmTA,1976
37
+ aliyunsdkdataphin_public/request/v20230630/GetBatchTaskUdfLineagesRequest.py,sha256=xbgTLACUPGNk_ShHugV9I5Xnosj6-zVZPy5_xOwzc8o,1594
38
+ aliyunsdkdataphin_public/request/v20230630/GetBatchTaskVersionsRequest.py,sha256=1cGpV2j0KMegs_SET8kiSzJN-5Yba923hpOkZviPJZE,1588
39
+ aliyunsdkdataphin_public/request/v20230630/GetBizEntityInfoByVersionRequest.py,sha256=iqeXOGHcErmX1Q4BvhSpIKRWQndvkxcWN79ifKQPVWo,1729
40
+ aliyunsdkdataphin_public/request/v20230630/GetBizEntityInfoRequest.py,sha256=0RLE6XqZmF3PKYKeSLNYZUPeKSxViPtSuHNzqmX6IrI,1530
41
+ aliyunsdkdataphin_public/request/v20230630/GetBizUnitInfoRequest.py,sha256=pLg8kEj-F3ZhzBL7yrJw2Ai9sq9EtYrPV4DWpBXfyDs,1371
42
+ aliyunsdkdataphin_public/request/v20230630/GetClusterQueueInfoByEnvRequest.py,sha256=3rH9A-wm-1t1fR_0dTe-SsH-pB6dBPeU8ykJMyLqCAw,1803
43
+ aliyunsdkdataphin_public/request/v20230630/GetDataDomainInfoRequest.py,sha256=DJu0CR1yN0Im5XoISdGQWEBDjOwW5If0sPcCBd-hhHo,1377
21
44
  aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py,sha256=yw0YasLeYJwCNsmj3vzqxSq7vxebL0dcEyX4dVSD910,1990
45
+ aliyunsdkdataphin_public/request/v20230630/GetDirectoryTreeRequest.py,sha256=rIOskI_kOfI3awgbog5-wg--RyfBKmusd24264Pt-VY,1596
22
46
  aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py,sha256=1JI6IkRzwXVhTF2fJiWpDcoMX5cqi0nlvTKFhDl0ErI,2023
23
47
  aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py,sha256=2Vz0GZQruOJtXHRFaM7qEigJIf7Gqx3JfDl6Sy_MX_M,2228
48
+ aliyunsdkdataphin_public/request/v20230630/GetLatestSubmitDetailRequest.py,sha256=Uq3AJd5wvdxN127oRBCs-iKCEA19YTJdLyXykV_ef9Q,1502
24
49
  aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py,sha256=hGHZiYIAs4fFjhHwtQWaC_nKO3hgbUCTm3vjgdI8Rzs,1224
25
50
  aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py,sha256=MehbGSPf3Dx8JoTnBSH7I3XsJefw_Yt1j_UeBpy957o,1470
26
51
  aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py,sha256=mMo-1Bw_1Cn1vRPJRp_n7GG6XPyrqdTqsR_5RfhhoWg,2196
@@ -32,6 +57,7 @@ aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py,sha2
32
57
  aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py,sha256=XP2mQkoY7BJTszHOOZ9gTqxott8ha-sHKeDnJnVQBwc,1574
33
58
  aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py,sha256=HD65XDIidjXcZktsahZQu2Cu_mQuwX70ySKZZ11DyGA,1550
34
59
  aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py,sha256=zDuSzS7n7PYCUknZ4M1ny1UM4t9vjYEm4GQkjS4xjqA,1427
60
+ aliyunsdkdataphin_public/request/v20230630/GetQueueEngineVersionByEnvRequest.py,sha256=obHAueoFuYd2y7zkE6o2TBaQLjIksMMPE1P14kzA5lk,2177
35
61
  aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py,sha256=cBIaeSfNwHfJFHxmb8cuYNsEV4NC3CG0V1vH1gNvkKI,1586
36
62
  aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py,sha256=779MvuG7d7Cu62xB_FXdNW8U7Q8ufZQUAw-1l1YEHFs,1594
37
63
  aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py,sha256=zJYnWOG3_yxOBu9iu56aiSL2M6ApwR8ZcH6uvy9xmrU,1417
@@ -40,23 +66,42 @@ aliyunsdkdataphin_public/request/v20230630/GetUsersRequest.py,sha256=JAeEWG9k0t6
40
66
  aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py,sha256=CAeQmGIZ9Zw9UrwR9FKIEv-UvkadOv1803_GBISR1CU,1476
41
67
  aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py,sha256=JN_X_WcAKk0laBzFAlTkyiapVpBBTNaObFvm3qrKh1E,1236
42
68
  aliyunsdkdataphin_public/request/v20230630/ListAddableUsersRequest.py,sha256=pi0PaczvZzvVb00Xdm52BolcXIk50ufmhyi_p75ObO0,1444
69
+ aliyunsdkdataphin_public/request/v20230630/ListAlertEventsRequest.py,sha256=TBtTSWctuB5L-5kuEkbWc7W-YBvZ3DLO-OECnd4fObo,1442
70
+ aliyunsdkdataphin_public/request/v20230630/ListAlertNotificationsRequest.py,sha256=wYcgjfox9LavOvTeCMOiLuLwY9w07c3fogsR49-8Xj8,1456
71
+ aliyunsdkdataphin_public/request/v20230630/ListBizEntitiesRequest.py,sha256=ajFT58mXqHZHTEtQjxyc-divF1O3cpT2qTRWkDlRI_I,1442
72
+ aliyunsdkdataphin_public/request/v20230630/ListBizUnitsRequest.py,sha256=ll4rVZ8J8tdvIJcLJM3r8qpolcZGe58ReFSZF1BwjyQ,1228
73
+ aliyunsdkdataphin_public/request/v20230630/ListDataDomainsRequest.py,sha256=8CtEoB2nnNEt7mmPZi_gn7WMri-oQCFHkFLECaNU_KE,1442
43
74
  aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py,sha256=2lwi2LgzktMgsSSY444VDE5K-vh9xIBiV-QNIXeEAi4,1460
44
75
  aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py,sha256=cRgZ2jjUuttODQjFB72gF-pjMnyG02mn4YMikrdtZ80,1430
45
76
  aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py,sha256=2yP8GXRKvwtGLI_yUKkB1stMbDcq4fAU9kNOeJyaWWY,1587
46
77
  aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py,sha256=XtLXZUMa5Gh1f5u8r7H3Q1QcyPl3tpdCdpP6n4Cml84,1597
47
78
  aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py,sha256=wRl7YZuTFbTxvSu47xQKKXgu9xNQpiMoyLNmSWOMq38,1579
79
+ aliyunsdkdataphin_public/request/v20230630/ListPublishRecordsRequest.py,sha256=wtwixwnh63PubPuNhCM6qyMiJ3tJndxPHc-xORzwDj8,1448
48
80
  aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py,sha256=5KSuhkr9QCLSbWWD9zTwIACeWdB_HrboYoKeWcBLvsE,1480
49
81
  aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py,sha256=VDQWcQcpJZWUoWlXfnbNP37nRdFys0tKEFDLmTlHB6Y,1458
82
+ aliyunsdkdataphin_public/request/v20230630/ListSubmitRecordsRequest.py,sha256=laM543xtxcyphsg2EVlAT0OPf2r9u32qMIkMdREsd-Y,1446
50
83
  aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py,sha256=NygllLvTEnhCzYNdpjKwR9iAakzCCns_A0uJTZjta7k,1446
51
84
  aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py,sha256=uKy0CPxNyh7TTYZkc4cL76UejRl4JRN9P2wpoQNl8d8,1452
52
85
  aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py,sha256=bk9vkJUKGRkMcoBAnS9EXHx-Y1JPI9jmLLpbYasl-6g,1440
86
+ aliyunsdkdataphin_public/request/v20230630/OfflineBatchTaskRequest.py,sha256=vLI2yIE5jlzomhIYv45uYeuidRm0eGKCLCRfhkExPF0,1753
87
+ aliyunsdkdataphin_public/request/v20230630/OfflineBizEntityRequest.py,sha256=IQkEXIyzp20ZqjGzDnMKViTbTuKYAFvotS722dz1JeE,1474
88
+ aliyunsdkdataphin_public/request/v20230630/OnlineBizEntityRequest.py,sha256=pv65A-hoWz2WLyXK_oJcQaGdRJhBv-u6n_DIL9DzkXI,1466
53
89
  aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py,sha256=LwPulQWKFWEtQ72bfgJnpFB1N7Rgvy_OoVBwSJS2iug,1621
90
+ aliyunsdkdataphin_public/request/v20230630/ParseBatchTaskDependencyRequest.py,sha256=K9Q_wH1NIUIpgXJTnnEZwzlmtAec-oEaU0eXaRqWjUw,1478
54
91
  aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py,sha256=xEEkSsEOWfvsWcdBW1QHPAJVJezD_ytpRL87RTXoVW8,1613
92
+ aliyunsdkdataphin_public/request/v20230630/PublishObjectListRequest.py,sha256=4LRybYbPMjYExcCJ_bIYGLFdevId9eKwo756bfG-ZZA,1476
55
93
  aliyunsdkdataphin_public/request/v20230630/RemoveTenantMemberRequest.py,sha256=dAB38iqT7mKDXH-1hzKMvRKZ6862bK51ncxAuUbfRz0,1472
56
94
  aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py,sha256=0RFKUsbL1C5FSyv-KNvmrOVMLR5Q0jxLIdYg6Ip1cPI,1478
57
95
  aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py,sha256=Ye9WokXdg7bZpmeVnQAX8UJK9FzWInvNSJIv3_-Qa5I,1621
58
96
  aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py,sha256=vuK411P5WXUUo6toLSBCH54Cbya_htciWJW3h_3vdew,1484
97
+ aliyunsdkdataphin_public/request/v20230630/StopAdHocTaskRequest.py,sha256=CjVHqUwl4KvUbuWE9poaJR8w1wUmiWZV2i76Ot4yjlc,1578
98
+ aliyunsdkdataphin_public/request/v20230630/SubmitBatchTaskRequest.py,sha256=xd2M_pc7yvAC9ESCdOP74fosa-sR3eX2psGAgxOSKXQ,1466
59
99
  aliyunsdkdataphin_public/request/v20230630/UpdateAdHocFileRequest.py,sha256=77YlJsN7tU6kefkCOQ3nJA1ydws2h0ZWBcELn9F6KA0,1466
100
+ aliyunsdkdataphin_public/request/v20230630/UpdateBatchTaskRequest.py,sha256=uQlGbzx051Y6sSaTPCCnQPtaB917HHZ_PWmWcCs2XjY,1466
101
+ aliyunsdkdataphin_public/request/v20230630/UpdateBatchTaskUdfLineagesRequest.py,sha256=eByhFI8KSJdLo2bPGdXQtQsw200a3IrqZ9b6IgnQW34,1488
102
+ aliyunsdkdataphin_public/request/v20230630/UpdateBizEntityRequest.py,sha256=MGTiadUEqZrUiJVGvXggbKljFpnGtSccH54oWlthzWM,1466
103
+ aliyunsdkdataphin_public/request/v20230630/UpdateBizUnitRequest.py,sha256=GPxILrv29Au9PSSBt9zK0qJx3cMNolTJ-LReeQA_OAA,1462
104
+ aliyunsdkdataphin_public/request/v20230630/UpdateDataDomainRequest.py,sha256=4seWOqK1EWyLtkd627ghyg0W5vz65W2VNIoEjB0EC6I,1468
60
105
  aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py,sha256=JODrtP-x5uOfxa6XW5iD9cvdolmpHg53n-CqlZaGUKk,1486
61
106
  aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py,sha256=2-jmhCNgsOe7fMdwR2oMcHJBDK5QZuRqiRZ0hwgLS40,1480
62
107
  aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py,sha256=NrYvzk08yGEtYle8tr8nvL0kBlyxSWd4ls-8HlqJnX4,1771
@@ -65,8 +110,8 @@ aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py,sha256=P
65
110
  aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py,sha256=9qXVyKzcOuuZ39gHVgL_AtvAA2w50ypA6pxZ-lTeWUI,1466
66
111
  aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py,sha256=H9BkbfrjqeimzYpt9bE_DbWh51ESGIILl1XxspkaTQo,1612
67
112
  aliyunsdkdataphin_public/request/v20230630/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/LICENSE,sha256=CvyZB4el1cZGT3cy9OYoITxta_Ea2maondKqmi8EcpU,575
69
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/METADATA,sha256=d4xIPOMEWPSp2P8Y0YfTBSXrarhHKaQrQkd8zIpQTJQ,1514
70
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
71
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/top_level.txt,sha256=qopxtutxQBvO_cLKz2Z4yD9Wx-5BULs_LqIsFbhkFMQ,25
72
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/RECORD,,
113
+ aliyun_python_sdk_dataphin_public-1.0.3.dist-info/LICENSE,sha256=CvyZB4el1cZGT3cy9OYoITxta_Ea2maondKqmi8EcpU,575
114
+ aliyun_python_sdk_dataphin_public-1.0.3.dist-info/METADATA,sha256=BjThFFKCubMZwk5SOUZkeNMKWmF5hna1tx1zxCT4c0s,1514
115
+ aliyun_python_sdk_dataphin_public-1.0.3.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
116
+ aliyun_python_sdk_dataphin_public-1.0.3.dist-info/top_level.txt,sha256=qopxtutxQBvO_cLKz2Z4yD9Wx-5BULs_LqIsFbhkFMQ,25
117
+ aliyun_python_sdk_dataphin_public-1.0.3.dist-info/RECORD,,
@@ -1 +1 @@
1
- __version__ = '1.0.2'
1
+ __version__ = '1.0.3'
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class CreateBatchTaskRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateBatchTask')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_CreateCommand(self): # Struct
36
+ return self.get_body_params().get('CreateCommand')
37
+
38
+ def set_CreateCommand(self, CreateCommand): # Struct
39
+ self.add_body_params("CreateCommand", json.dumps(CreateCommand))
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class CreateBizEntityRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateBizEntity')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_CreateCommand(self): # Struct
36
+ return self.get_body_params().get('CreateCommand')
37
+
38
+ def set_CreateCommand(self, CreateCommand): # Struct
39
+ self.add_body_params("CreateCommand", json.dumps(CreateCommand))
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class CreateBizUnitRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateBizUnit')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_CreateCommand(self): # Struct
36
+ return self.get_body_params().get('CreateCommand')
37
+
38
+ def set_CreateCommand(self, CreateCommand): # Struct
39
+ self.add_body_params("CreateCommand", json.dumps(CreateCommand))
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class CreateDataDomainRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateDataDomain')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_CreateCommand(self): # Struct
36
+ return self.get_body_params().get('CreateCommand')
37
+
38
+ def set_CreateCommand(self, CreateCommand): # Struct
39
+ self.add_body_params("CreateCommand", json.dumps(CreateCommand))
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class CreatePipelineNodeRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreatePipelineNode')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_CreatePipelineNodeCommand(self): # Struct
36
+ return self.get_body_params().get('CreatePipelineNodeCommand')
37
+
38
+ def set_CreatePipelineNodeCommand(self, CreatePipelineNodeCommand): # Struct
39
+ self.add_body_params("CreatePipelineNodeCommand", json.dumps(CreatePipelineNodeCommand))
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class CreateStreamBatchJobMappingRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateStreamBatchJobMapping')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_StreamBatchJobMappingCreateCommand(self): # Struct
36
+ return self.get_body_params().get('StreamBatchJobMappingCreateCommand')
37
+
38
+ def set_StreamBatchJobMappingCreateCommand(self, StreamBatchJobMappingCreateCommand): # Struct
39
+ self.add_body_params("StreamBatchJobMappingCreateCommand", json.dumps(StreamBatchJobMappingCreateCommand))
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class DeleteBatchTaskRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteBatchTask')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_DeleteCommand(self): # Struct
36
+ return self.get_body_params().get('DeleteCommand')
37
+
38
+ def set_DeleteCommand(self, DeleteCommand): # Struct
39
+ self.add_body_params("DeleteCommand", json.dumps(DeleteCommand))
@@ -0,0 +1,48 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class DeleteBizEntityRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteBizEntity')
26
+ self.set_protocol_type('https')
27
+ self.set_method('POST')
28
+
29
+ def get_OpTenantId(self): # Long
30
+ return self.get_query_params().get('OpTenantId')
31
+
32
+ def set_OpTenantId(self, OpTenantId): # Long
33
+ self.add_query_param('OpTenantId', OpTenantId)
34
+ def get_Id(self): # Long
35
+ return self.get_query_params().get('Id')
36
+
37
+ def set_Id(self, Id): # Long
38
+ self.add_query_param('Id', Id)
39
+ def get_Type(self): # String
40
+ return self.get_query_params().get('Type')
41
+
42
+ def set_Type(self, Type): # String
43
+ self.add_query_param('Type', Type)
44
+ def get_BizUnitId(self): # Long
45
+ return self.get_query_params().get('BizUnitId')
46
+
47
+ def set_BizUnitId(self, BizUnitId): # Long
48
+ self.add_query_param('BizUnitId', BizUnitId)
@@ -0,0 +1,38 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class DeleteBizUnitRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteBizUnit')
26
+ self.set_protocol_type('https')
27
+ self.set_method('POST')
28
+
29
+ def get_OpTenantId(self): # Long
30
+ return self.get_query_params().get('OpTenantId')
31
+
32
+ def set_OpTenantId(self, OpTenantId): # Long
33
+ self.add_query_param('OpTenantId', OpTenantId)
34
+ def get_Id(self): # Long
35
+ return self.get_query_params().get('Id')
36
+
37
+ def set_Id(self, Id): # Long
38
+ self.add_query_param('Id', Id)
@@ -0,0 +1,43 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class DeleteDataDomainRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteDataDomain')
26
+ self.set_protocol_type('https')
27
+ self.set_method('POST')
28
+
29
+ def get_OpTenantId(self): # Long
30
+ return self.get_query_params().get('OpTenantId')
31
+
32
+ def set_OpTenantId(self, OpTenantId): # Long
33
+ self.add_query_param('OpTenantId', OpTenantId)
34
+ def get_Id(self): # Long
35
+ return self.get_query_params().get('Id')
36
+
37
+ def set_Id(self, Id): # Long
38
+ self.add_query_param('Id', Id)
39
+ def get_BizUnitId(self): # Long
40
+ return self.get_query_params().get('BizUnitId')
41
+
42
+ def set_BizUnitId(self, BizUnitId): # Long
43
+ self.add_query_param('BizUnitId', BizUnitId)
@@ -0,0 +1,39 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+ import json
22
+
23
+ class ExecuteAdHocTaskRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'ExecuteAdHocTask')
27
+ self.set_protocol_type('https')
28
+ self.set_method('POST')
29
+
30
+ def get_OpTenantId(self): # Long
31
+ return self.get_query_params().get('OpTenantId')
32
+
33
+ def set_OpTenantId(self, OpTenantId): # Long
34
+ self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_ExecuteCommand(self): # Struct
36
+ return self.get_body_params().get('ExecuteCommand')
37
+
38
+ def set_ExecuteCommand(self, ExecuteCommand): # Struct
39
+ self.add_body_params("ExecuteCommand", json.dumps(ExecuteCommand))
@@ -0,0 +1,53 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class GetAdHocTaskLogRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetAdHocTaskLog')
26
+ self.set_protocol_type('https')
27
+ self.set_method('POST')
28
+
29
+ def get_OpTenantId(self): # Long
30
+ return self.get_query_params().get('OpTenantId')
31
+
32
+ def set_OpTenantId(self, OpTenantId): # Long
33
+ self.add_query_param('OpTenantId', OpTenantId)
34
+ def get_Offset(self): # Integer
35
+ return self.get_query_params().get('Offset')
36
+
37
+ def set_Offset(self, Offset): # Integer
38
+ self.add_query_param('Offset', Offset)
39
+ def get_SubTaskId(self): # Integer
40
+ return self.get_query_params().get('SubTaskId')
41
+
42
+ def set_SubTaskId(self, SubTaskId): # Integer
43
+ self.add_query_param('SubTaskId', SubTaskId)
44
+ def get_ProjectId(self): # Long
45
+ return self.get_query_params().get('ProjectId')
46
+
47
+ def set_ProjectId(self, ProjectId): # Long
48
+ self.add_query_param('ProjectId', ProjectId)
49
+ def get_TaskId(self): # String
50
+ return self.get_query_params().get('TaskId')
51
+
52
+ def set_TaskId(self, TaskId): # String
53
+ self.add_query_param('TaskId', TaskId)