aliyun-python-sdk-dataphin-public 1.0.1__py2.py3-none-any.whl → 1.0.2__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.
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/METADATA +9 -9
- aliyun_python_sdk_dataphin_public-1.0.2.dist-info/RECORD +72 -0
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/WHEEL +1 -1
- aliyunsdkdataphin_public/__init__.py +1 -1
- aliyunsdkdataphin_public/request/v20230630/{QueryPagedAddableUsersRequest.py → AddTenantMembersBySourceUserRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py +53 -0
- aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py +54 -0
- aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py +59 -0
- aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py +59 -0
- aliyunsdkdataphin_public/request/v20230630/{BatchAddTenantMemberRequest.py → GetOperationSubmitStatusRequest.py} +11 -7
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py +43 -0
- aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py +38 -0
- aliyunsdkdataphin_public/request/v20230630/{BatchGetUsersRequest.py → GetUsersRequest.py} +4 -4
- aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py +33 -0
- aliyunsdkdataphin_public/request/v20230630/{ListUsersRequest.py → ListAddableUsersRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/{RemoveUserRequest.py → RemoveTenantMemberRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py +44 -0
- aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/{UpdateTenantMembersRequest.py → UpdateAdHocFileRequest.py} +6 -6
- aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py +48 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py +39 -0
- aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py +43 -0
- aliyun_python_sdk_dataphin_public-1.0.1.dist-info/RECORD +0 -14
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/LICENSE +0 -0
- {aliyun_python_sdk_dataphin_public-1.0.1.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.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.
|
3
|
+
Version: 1.0.2
|
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
|
@@ -12,15 +12,15 @@ Classifier: Development Status :: 4 - Beta
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
13
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
14
14
|
Classifier: Programming Language :: Python
|
15
|
-
Classifier: Programming Language :: Python :: 2.6
|
16
|
-
Classifier: Programming Language :: Python :: 2.7
|
17
15
|
Classifier: Programming Language :: Python :: 3
|
18
|
-
Classifier: Programming Language :: Python :: 3.
|
19
|
-
Classifier: Programming Language :: Python :: 3.
|
20
|
-
Classifier: Programming Language :: Python :: 3.
|
21
|
-
Classifier: Programming Language :: Python :: 3.
|
16
|
+
Classifier: Programming Language :: Python :: 3.7
|
17
|
+
Classifier: Programming Language :: Python :: 3.8
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: Software Development
|
23
|
-
Requires-Dist: aliyun-python-sdk-core
|
23
|
+
Requires-Dist: aliyun-python-sdk-core >=2.11.5
|
24
24
|
|
25
25
|
=============================================================
|
26
26
|
aliyun-python-sdk-dataphin-public
|
@@ -32,7 +32,7 @@ Aliyun Python SDK is the official software development kit. It makes things easy
|
|
32
32
|
|
33
33
|
This module works on Python versions:
|
34
34
|
|
35
|
-
|
35
|
+
3.7 and greater
|
36
36
|
|
37
37
|
**Documentation:**
|
38
38
|
|
@@ -0,0 +1,72 @@
|
|
1
|
+
aliyunsdkdataphin_public/__init__.py,sha256=C8nyPP5-54GgYCcP38Lbel_pRimOW-Ra4bw6Vzp2lmE,21
|
2
|
+
aliyunsdkdataphin_public/request/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
+
aliyunsdkdataphin_public/request/v20230630/AddTenantMembersBySourceUserRequest.py,sha256=9-S9FS5NIvMBeiSiMe_ZK6ogsz1E0bG9gdRI4VM6q10,1474
|
4
|
+
aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py,sha256=k6cBvAeURW5w5aXDSgjgngS4LkC6cgAgYMFz0PPPLiU,1450
|
5
|
+
aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py,sha256=B-eWaoSqWYLHN6vzSY9qqeFkoD4DTm5ENzpyQ9O9Ovo,1454
|
6
|
+
aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py,sha256=wGF-t5HIzJLto7uoO_czc2RJUbJ0GmTf2QHzXHmidjk,1405
|
7
|
+
aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py,sha256=ruBvVItYyxzgV3hdDexB1UePQwmF_5QvCU8kqk8XoTw,1484
|
8
|
+
aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py,sha256=KHDWIbfoSe532X3SVJGmp45yymjtiH4niuqrRg0BuQE,1476
|
9
|
+
aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py,sha256=Jdlmry2IljIcYM8q5gOPGT-IzS5Hs_ovM3CYEJ0tya8,1466
|
10
|
+
aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py,sha256=D1K_VMl4v4FC427FY3v-E-jypYlg0LP0_miPLjyhX6g,1468
|
11
|
+
aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py,sha256=aKg5YZNg5gsPaRWNZfS7PhGuBGYfOpGhKypaEVWBV8E,1466
|
12
|
+
aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py,sha256=xp0RSfIOJHOKua7hfC9ua8aCU97YyVoWW6GNwq4ljQ8,1625
|
13
|
+
aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py,sha256=2vWI7L1tPngnt4LCobIyCRllFqzmfeEYxN11HYyWqm4,1466
|
14
|
+
aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py,sha256=HLmsuwaBPNmmWwD7wNPmitrL4sgX4aNEOOJbtnsJOA4,1578
|
15
|
+
aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py,sha256=LlshpWuJB8E7i-GSDDxY4jwinYMe3KxzpzWH9yuyd_k,1468
|
16
|
+
aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py,sha256=5b-7j5oQdkvWQ-W5TefBN6M5Pz7EI885wIeV99Jdo88,1578
|
17
|
+
aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py,sha256=XAeGYNhyXgYIEd6c9RShnoTsDLIMUSM-sgkwkE8HQ5c,1431
|
18
|
+
aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py,sha256=99IPP78gxYrWYA-5roq0wN7Rv5C4u4qh09v53HCkXO8,1625
|
19
|
+
aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py,sha256=GAgJtjt_yH3BFae5O4QdqomuDcnnqruEPbZPT3CHleI,1605
|
20
|
+
aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py,sha256=rHCanAChcp8vTAGC_TzX8RQVfx-DM3BsBPwsf7-LKh8,1572
|
21
|
+
aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py,sha256=yw0YasLeYJwCNsmj3vzqxSq7vxebL0dcEyX4dVSD910,1990
|
22
|
+
aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py,sha256=1JI6IkRzwXVhTF2fJiWpDcoMX5cqi0nlvTKFhDl0ErI,2023
|
23
|
+
aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py,sha256=2Vz0GZQruOJtXHRFaM7qEigJIf7Gqx3JfDl6Sy_MX_M,2228
|
24
|
+
aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py,sha256=hGHZiYIAs4fFjhHwtQWaC_nKO3hgbUCTm3vjgdI8Rzs,1224
|
25
|
+
aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py,sha256=MehbGSPf3Dx8JoTnBSH7I3XsJefw_Yt1j_UeBpy957o,1470
|
26
|
+
aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py,sha256=mMo-1Bw_1Cn1vRPJRp_n7GG6XPyrqdTqsR_5RfhhoWg,2196
|
27
|
+
aliyunsdkdataphin_public/request/v20230630/GetOperationSubmitStatusRequest.py,sha256=wA9F1Vf_yuEDWBpQwi25xJ2XNBDhkRspjKl6sUe45YE,1562
|
28
|
+
aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py,sha256=Lwy1G5-tnz94hQHZ7384MDLjyzG2t6dYtVWiQRcj4qg,1769
|
29
|
+
aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py,sha256=_QV0-jlKoIOkG6yyxG8-lQ5-Y4WOzLYXCuRdwmdgfiw,1763
|
30
|
+
aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py,sha256=4Q4hZM-xaSo0U717Q1v6odk-cAGqDdBv_n5RTSzlfHI,1598
|
31
|
+
aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py,sha256=j-MDqQaR8rFv4LI4VPoaPUIx9jHTPzwtKd93mILYBZ8,1564
|
32
|
+
aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py,sha256=XP2mQkoY7BJTszHOOZ9gTqxott8ha-sHKeDnJnVQBwc,1574
|
33
|
+
aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py,sha256=HD65XDIidjXcZktsahZQu2Cu_mQuwX70ySKZZ11DyGA,1550
|
34
|
+
aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py,sha256=zDuSzS7n7PYCUknZ4M1ny1UM4t9vjYEm4GQkjS4xjqA,1427
|
35
|
+
aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py,sha256=cBIaeSfNwHfJFHxmb8cuYNsEV4NC3CG0V1vH1gNvkKI,1586
|
36
|
+
aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py,sha256=779MvuG7d7Cu62xB_FXdNW8U7Q8ufZQUAw-1l1YEHFs,1594
|
37
|
+
aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py,sha256=zJYnWOG3_yxOBu9iu56aiSL2M6ApwR8ZcH6uvy9xmrU,1417
|
38
|
+
aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py,sha256=mfXdiw5--90HhHfsWpBmy7RezUbBKkLOZN4bByyNn6o,1425
|
39
|
+
aliyunsdkdataphin_public/request/v20230630/GetUsersRequest.py,sha256=JAeEWG9k0t6-q13oVJHXwVWHTRLmkJBnxHsFLZ4pRhk,1432
|
40
|
+
aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py,sha256=CAeQmGIZ9Zw9UrwR9FKIEv-UvkadOv1803_GBISR1CU,1476
|
41
|
+
aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py,sha256=JN_X_WcAKk0laBzFAlTkyiapVpBBTNaObFvm3qrKh1E,1236
|
42
|
+
aliyunsdkdataphin_public/request/v20230630/ListAddableUsersRequest.py,sha256=pi0PaczvZzvVb00Xdm52BolcXIk50ufmhyi_p75ObO0,1444
|
43
|
+
aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py,sha256=2lwi2LgzktMgsSSY444VDE5K-vh9xIBiV-QNIXeEAi4,1460
|
44
|
+
aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py,sha256=cRgZ2jjUuttODQjFB72gF-pjMnyG02mn4YMikrdtZ80,1430
|
45
|
+
aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py,sha256=2yP8GXRKvwtGLI_yUKkB1stMbDcq4fAU9kNOeJyaWWY,1587
|
46
|
+
aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py,sha256=XtLXZUMa5Gh1f5u8r7H3Q1QcyPl3tpdCdpP6n4Cml84,1597
|
47
|
+
aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py,sha256=wRl7YZuTFbTxvSu47xQKKXgu9xNQpiMoyLNmSWOMq38,1579
|
48
|
+
aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py,sha256=5KSuhkr9QCLSbWWD9zTwIACeWdB_HrboYoKeWcBLvsE,1480
|
49
|
+
aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py,sha256=VDQWcQcpJZWUoWlXfnbNP37nRdFys0tKEFDLmTlHB6Y,1458
|
50
|
+
aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py,sha256=NygllLvTEnhCzYNdpjKwR9iAakzCCns_A0uJTZjta7k,1446
|
51
|
+
aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py,sha256=uKy0CPxNyh7TTYZkc4cL76UejRl4JRN9P2wpoQNl8d8,1452
|
52
|
+
aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py,sha256=bk9vkJUKGRkMcoBAnS9EXHx-Y1JPI9jmLLpbYasl-6g,1440
|
53
|
+
aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py,sha256=LwPulQWKFWEtQ72bfgJnpFB1N7Rgvy_OoVBwSJS2iug,1621
|
54
|
+
aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py,sha256=xEEkSsEOWfvsWcdBW1QHPAJVJezD_ytpRL87RTXoVW8,1613
|
55
|
+
aliyunsdkdataphin_public/request/v20230630/RemoveTenantMemberRequest.py,sha256=dAB38iqT7mKDXH-1hzKMvRKZ6862bK51ncxAuUbfRz0,1472
|
56
|
+
aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py,sha256=0RFKUsbL1C5FSyv-KNvmrOVMLR5Q0jxLIdYg6Ip1cPI,1478
|
57
|
+
aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py,sha256=Ye9WokXdg7bZpmeVnQAX8UJK9FzWInvNSJIv3_-Qa5I,1621
|
58
|
+
aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py,sha256=vuK411P5WXUUo6toLSBCH54Cbya_htciWJW3h_3vdew,1484
|
59
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateAdHocFileRequest.py,sha256=77YlJsN7tU6kefkCOQ3nJA1ydws2h0ZWBcELn9F6KA0,1466
|
60
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py,sha256=JODrtP-x5uOfxa6XW5iD9cvdolmpHg53n-CqlZaGUKk,1486
|
61
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py,sha256=2-jmhCNgsOe7fMdwR2oMcHJBDK5QZuRqiRZ0hwgLS40,1480
|
62
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py,sha256=NrYvzk08yGEtYle8tr8nvL0kBlyxSWd4ls-8HlqJnX4,1771
|
63
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py,sha256=BXPwCJWZceKRclVftg0pTJrNIJYeUn517fRsS6D2H0w,1731
|
64
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py,sha256=PwLrTQlQjrM5Uyt9tEFqX8vgSh-6VK2RkrkgfLwOPuc,1472
|
65
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py,sha256=9qXVyKzcOuuZ39gHVgL_AtvAA2w50ypA6pxZ-lTeWUI,1466
|
66
|
+
aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py,sha256=H9BkbfrjqeimzYpt9bE_DbWh51ESGIILl1XxspkaTQo,1612
|
67
|
+
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,,
|
@@ -1 +1 @@
|
|
1
|
-
__version__ = '1.0.
|
1
|
+
__version__ = '1.0.2'
|
@@ -20,10 +20,10 @@
|
|
20
20
|
from aliyunsdkcore.request import RpcRequest
|
21
21
|
import json
|
22
22
|
|
23
|
-
class
|
23
|
+
class AddTenantMembersBySourceUserRequest(RpcRequest):
|
24
24
|
|
25
25
|
def __init__(self):
|
26
|
-
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', '
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'AddTenantMembersBySourceUser')
|
27
27
|
self.set_protocol_type('https')
|
28
28
|
self.set_method('POST')
|
29
29
|
|
@@ -32,8 +32,8 @@ class QueryPagedAddableUsersRequest(RpcRequest):
|
|
32
32
|
|
33
33
|
def set_OpTenantId(self, OpTenantId): # Long
|
34
34
|
self.add_query_param('OpTenantId', OpTenantId)
|
35
|
-
def
|
36
|
-
return self.
|
35
|
+
def get_AddCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('AddCommand')
|
37
37
|
|
38
|
-
def
|
39
|
-
self.
|
38
|
+
def set_AddCommand(self, AddCommand): # Struct
|
39
|
+
self.add_body_params("AddCommand", json.dumps(AddCommand))
|
@@ -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 AddTenantMembersRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'AddTenantMembers')
|
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_AddCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('AddCommand')
|
37
|
+
|
38
|
+
def set_AddCommand(self, AddCommand): # Struct
|
39
|
+
self.add_body_params("AddCommand", json.dumps(AddCommand))
|
@@ -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 AddUserGroupMemberRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'AddUserGroupMember')
|
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_AddCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('AddCommand')
|
37
|
+
|
38
|
+
def set_AddCommand(self, AddCommand): # Struct
|
39
|
+
self.add_body_params("AddCommand", json.dumps(AddCommand))
|
@@ -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 CheckDataSourceConnectivityByIdRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CheckDataSourceConnectivityById')
|
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,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 CheckDataSourceConnectivityRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CheckDataSourceConnectivity')
|
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_CheckCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('CheckCommand')
|
37
|
+
|
38
|
+
def set_CheckCommand(self, CheckCommand): # Struct
|
39
|
+
self.add_body_params("CheckCommand", json.dumps(CheckCommand))
|
@@ -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 CheckResourcePermissionRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CheckResourcePermission')
|
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_CheckCommand(self): # Struct
|
36
|
+
return self.get_body_params().get('CheckCommand')
|
37
|
+
|
38
|
+
def set_CheckCommand(self, CheckCommand): # Struct
|
39
|
+
self.add_body_params("CheckCommand", json.dumps(CheckCommand))
|
@@ -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 CreateAdHocFileRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateAdHocFile')
|
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 CreateDataSourceRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateDataSource')
|
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 CreateDirectoryRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateDirectory')
|
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,44 @@
|
|
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 CreateNodeSupplementRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateNodeSupplement')
|
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))
|
40
|
+
def get_Env(self): # String
|
41
|
+
return self.get_query_params().get('Env')
|
42
|
+
|
43
|
+
def set_Env(self, Env): # String
|
44
|
+
self.add_query_param('Env', Env)
|
@@ -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 CreateUserGroupRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'CreateUserGroup')
|
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,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 DeleteAdHocFileRequest(RpcRequest):
|
23
|
+
|
24
|
+
def __init__(self):
|
25
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteAdHocFile')
|
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_ProjectId(self): # Long
|
35
|
+
return self.get_query_params().get('ProjectId')
|
36
|
+
|
37
|
+
def set_ProjectId(self, ProjectId): # Long
|
38
|
+
self.add_query_param('ProjectId', ProjectId)
|
39
|
+
def get_FileId(self): # Long
|
40
|
+
return self.get_query_params().get('FileId')
|
41
|
+
|
42
|
+
def set_FileId(self, FileId): # Long
|
43
|
+
self.add_query_param('FileId', FileId)
|
@@ -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 DeleteDataSourceRequest(RpcRequest):
|
24
|
+
|
25
|
+
def __init__(self):
|
26
|
+
RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'DeleteDataSource')
|
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))
|