aliyun-python-sdk-dataphin-public 1.0.0__tar.gz → 1.0.2__tar.gz

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 (80) hide show
  1. {aliyun-python-sdk-dataphin-public-1.0.0/aliyun_python_sdk_dataphin_public.egg-info → aliyun-python-sdk-dataphin-public-1.0.2}/PKG-INFO +8 -8
  2. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/README.rst +1 -1
  3. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2/aliyun_python_sdk_dataphin_public.egg-info}/PKG-INFO +8 -8
  4. aliyun-python-sdk-dataphin-public-1.0.2/aliyun_python_sdk_dataphin_public.egg-info/SOURCES.txt +77 -0
  5. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/__init__.py +1 -0
  6. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/AddTenantMembersBySourceUserRequest.py +39 -0
  7. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py +39 -0
  8. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py +39 -0
  9. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py +38 -0
  10. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py +39 -0
  11. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py +39 -0
  12. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py +39 -0
  13. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py +39 -0
  14. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py +39 -0
  15. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py +44 -0
  16. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py +39 -0
  17. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py +43 -0
  18. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py +39 -0
  19. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py +43 -0
  20. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py +38 -0
  21. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py +44 -0
  22. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py +44 -0
  23. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py +43 -0
  24. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py +53 -0
  25. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py +54 -0
  26. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py +59 -0
  27. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py +33 -0
  28. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py +39 -0
  29. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py +59 -0
  30. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetOperationSubmitStatusRequest.py +43 -0
  31. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py +48 -0
  32. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py +48 -0
  33. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py +43 -0
  34. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py +43 -0
  35. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py +43 -0
  36. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py +43 -0
  37. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py +38 -0
  38. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py +43 -0
  39. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py +43 -0
  40. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py +38 -0
  41. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py +38 -0
  42. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GetUsersRequest.py +39 -0
  43. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py +39 -0
  44. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py +33 -0
  45. aliyun-python-sdk-dataphin-public-1.0.0/aliyunsdkdataphin_public/request/v20230630/ListUsersRequest.py → aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListAddableUsersRequest.py +6 -6
  46. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py +39 -0
  47. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py +39 -0
  48. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py +44 -0
  49. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py +44 -0
  50. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py +44 -0
  51. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py +39 -0
  52. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py +39 -0
  53. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py +39 -0
  54. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py +39 -0
  55. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py +39 -0
  56. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py +44 -0
  57. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py +44 -0
  58. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/RemoveTenantMemberRequest.py +39 -0
  59. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py +39 -0
  60. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py +44 -0
  61. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py +39 -0
  62. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateAdHocFileRequest.py +39 -0
  63. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py +39 -0
  64. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py +39 -0
  65. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py +48 -0
  66. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py +48 -0
  67. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py +39 -0
  68. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py +39 -0
  69. aliyun-python-sdk-dataphin-public-1.0.2/aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py +43 -0
  70. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/setup.py +6 -6
  71. aliyun-python-sdk-dataphin-public-1.0.0/aliyun_python_sdk_dataphin_public.egg-info/SOURCES.txt +0 -14
  72. aliyun-python-sdk-dataphin-public-1.0.0/aliyunsdkdataphin_public/__init__.py +0 -1
  73. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/LICENSE +0 -0
  74. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/MANIFEST.in +0 -0
  75. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/aliyun_python_sdk_dataphin_public.egg-info/dependency_links.txt +0 -0
  76. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/aliyun_python_sdk_dataphin_public.egg-info/requires.txt +0 -0
  77. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/aliyun_python_sdk_dataphin_public.egg-info/top_level.txt +0 -0
  78. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/aliyunsdkdataphin_public/request/__init__.py +0 -0
  79. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/aliyunsdkdataphin_public/request/v20230630/__init__.py +0 -0
  80. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: aliyun-python-sdk-dataphin-public
3
- Version: 1.0.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
@@ -16,7 +16,7 @@ Description: =============================================================
16
16
 
17
17
  This module works on Python versions:
18
18
 
19
- 2.6.5 and greater
19
+ 3.7 and greater
20
20
 
21
21
  **Documentation:**
22
22
 
@@ -28,11 +28,11 @@ Classifier: Development Status :: 4 - Beta
28
28
  Classifier: Intended Audience :: Developers
29
29
  Classifier: License :: OSI Approved :: Apache Software License
30
30
  Classifier: Programming Language :: Python
31
- Classifier: Programming Language :: Python :: 2.6
32
- Classifier: Programming Language :: Python :: 2.7
33
31
  Classifier: Programming Language :: Python :: 3
34
- Classifier: Programming Language :: Python :: 3.3
35
- Classifier: Programming Language :: Python :: 3.4
36
- Classifier: Programming Language :: Python :: 3.5
37
- Classifier: Programming Language :: Python :: 3.6
32
+ Classifier: Programming Language :: Python :: 3.7
33
+ Classifier: Programming Language :: Python :: 3.8
34
+ Classifier: Programming Language :: Python :: 3.9
35
+ Classifier: Programming Language :: Python :: 3.10
36
+ Classifier: Programming Language :: Python :: 3.11
37
+ Classifier: Programming Language :: Python :: 3.12
38
38
  Classifier: Topic :: Software Development
@@ -8,7 +8,7 @@ Aliyun Python SDK is the official software development kit. It makes things easy
8
8
 
9
9
  This module works on Python versions:
10
10
 
11
- 2.6.5 and greater
11
+ 3.7 and greater
12
12
 
13
13
  **Documentation:**
14
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: aliyun-python-sdk-dataphin-public
3
- Version: 1.0.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
@@ -16,7 +16,7 @@ Description: =============================================================
16
16
 
17
17
  This module works on Python versions:
18
18
 
19
- 2.6.5 and greater
19
+ 3.7 and greater
20
20
 
21
21
  **Documentation:**
22
22
 
@@ -28,11 +28,11 @@ Classifier: Development Status :: 4 - Beta
28
28
  Classifier: Intended Audience :: Developers
29
29
  Classifier: License :: OSI Approved :: Apache Software License
30
30
  Classifier: Programming Language :: Python
31
- Classifier: Programming Language :: Python :: 2.6
32
- Classifier: Programming Language :: Python :: 2.7
33
31
  Classifier: Programming Language :: Python :: 3
34
- Classifier: Programming Language :: Python :: 3.3
35
- Classifier: Programming Language :: Python :: 3.4
36
- Classifier: Programming Language :: Python :: 3.5
37
- Classifier: Programming Language :: Python :: 3.6
32
+ Classifier: Programming Language :: Python :: 3.7
33
+ Classifier: Programming Language :: Python :: 3.8
34
+ Classifier: Programming Language :: Python :: 3.9
35
+ Classifier: Programming Language :: Python :: 3.10
36
+ Classifier: Programming Language :: Python :: 3.11
37
+ Classifier: Programming Language :: Python :: 3.12
38
38
  Classifier: Topic :: Software Development
@@ -0,0 +1,77 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.rst
4
+ setup.cfg
5
+ setup.py
6
+ aliyun_python_sdk_dataphin_public.egg-info/PKG-INFO
7
+ aliyun_python_sdk_dataphin_public.egg-info/SOURCES.txt
8
+ aliyun_python_sdk_dataphin_public.egg-info/dependency_links.txt
9
+ aliyun_python_sdk_dataphin_public.egg-info/requires.txt
10
+ aliyun_python_sdk_dataphin_public.egg-info/top_level.txt
11
+ aliyunsdkdataphin_public/__init__.py
12
+ aliyunsdkdataphin_public/request/__init__.py
13
+ aliyunsdkdataphin_public/request/v20230630/AddTenantMembersBySourceUserRequest.py
14
+ aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py
15
+ aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py
16
+ aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py
17
+ aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py
18
+ aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py
19
+ aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py
20
+ aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py
21
+ aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py
22
+ aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py
23
+ aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py
24
+ aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py
25
+ aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py
26
+ aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py
27
+ aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py
28
+ aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py
29
+ aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py
30
+ aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py
31
+ aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py
32
+ aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py
33
+ aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py
34
+ aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py
35
+ aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py
36
+ aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py
37
+ aliyunsdkdataphin_public/request/v20230630/GetOperationSubmitStatusRequest.py
38
+ aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py
39
+ aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py
40
+ aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py
41
+ aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py
42
+ aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py
43
+ aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py
44
+ aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py
45
+ aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py
46
+ aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py
47
+ aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py
48
+ aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py
49
+ aliyunsdkdataphin_public/request/v20230630/GetUsersRequest.py
50
+ aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py
51
+ aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py
52
+ aliyunsdkdataphin_public/request/v20230630/ListAddableUsersRequest.py
53
+ aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py
54
+ aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py
55
+ aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py
56
+ aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py
57
+ aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py
58
+ aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py
59
+ aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py
60
+ aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py
61
+ aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py
62
+ aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py
63
+ aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py
64
+ aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py
65
+ aliyunsdkdataphin_public/request/v20230630/RemoveTenantMemberRequest.py
66
+ aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py
67
+ aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py
68
+ aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py
69
+ aliyunsdkdataphin_public/request/v20230630/UpdateAdHocFileRequest.py
70
+ aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py
71
+ aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py
72
+ aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py
73
+ aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py
74
+ aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py
75
+ aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py
76
+ aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py
77
+ aliyunsdkdataphin_public/request/v20230630/__init__.py
@@ -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 AddTenantMembersBySourceUserRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'AddTenantMembersBySourceUser')
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 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)