aliyun-python-sdk-dataphin-public 1.0.0__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.
Files changed (71) hide show
  1. {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/METADATA +9 -9
  2. aliyun_python_sdk_dataphin_public-1.0.2.dist-info/RECORD +72 -0
  3. {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/WHEEL +1 -1
  4. aliyunsdkdataphin_public/__init__.py +1 -1
  5. aliyunsdkdataphin_public/request/v20230630/AddTenantMembersBySourceUserRequest.py +39 -0
  6. aliyunsdkdataphin_public/request/v20230630/AddTenantMembersRequest.py +39 -0
  7. aliyunsdkdataphin_public/request/v20230630/AddUserGroupMemberRequest.py +39 -0
  8. aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityByIdRequest.py +38 -0
  9. aliyunsdkdataphin_public/request/v20230630/CheckDataSourceConnectivityRequest.py +39 -0
  10. aliyunsdkdataphin_public/request/v20230630/CheckResourcePermissionRequest.py +39 -0
  11. aliyunsdkdataphin_public/request/v20230630/CreateAdHocFileRequest.py +39 -0
  12. aliyunsdkdataphin_public/request/v20230630/CreateDataSourceRequest.py +39 -0
  13. aliyunsdkdataphin_public/request/v20230630/CreateDirectoryRequest.py +39 -0
  14. aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py +44 -0
  15. aliyunsdkdataphin_public/request/v20230630/CreateUserGroupRequest.py +39 -0
  16. aliyunsdkdataphin_public/request/v20230630/DeleteAdHocFileRequest.py +43 -0
  17. aliyunsdkdataphin_public/request/v20230630/DeleteDataSourceRequest.py +39 -0
  18. aliyunsdkdataphin_public/request/v20230630/DeleteDirectoryRequest.py +43 -0
  19. aliyunsdkdataphin_public/request/v20230630/DeleteUserGroupRequest.py +38 -0
  20. aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py +44 -0
  21. aliyunsdkdataphin_public/request/v20230630/FixDataRequest.py +44 -0
  22. aliyunsdkdataphin_public/request/v20230630/GetAdHocFileRequest.py +43 -0
  23. aliyunsdkdataphin_public/request/v20230630/GetDevObjectDependencyRequest.py +53 -0
  24. aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py +54 -0
  25. aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py +59 -0
  26. aliyunsdkdataphin_public/request/v20230630/GetMyRolesRequest.py +33 -0
  27. aliyunsdkdataphin_public/request/v20230630/GetMyTenantsRequest.py +39 -0
  28. aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py +59 -0
  29. aliyunsdkdataphin_public/request/v20230630/GetOperationSubmitStatusRequest.py +43 -0
  30. aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py +48 -0
  31. aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py +48 -0
  32. aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py +43 -0
  33. aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeContentRequest.py +43 -0
  34. aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeOperationLogRequest.py +43 -0
  35. aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeRequest.py +43 -0
  36. aliyunsdkdataphin_public/request/v20230630/GetProjectProduceUserRequest.py +38 -0
  37. aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunInstanceRequest.py +43 -0
  38. aliyunsdkdataphin_public/request/v20230630/GetSupplementDagrunRequest.py +43 -0
  39. aliyunsdkdataphin_public/request/v20230630/GetUserBySourceIdRequest.py +38 -0
  40. aliyunsdkdataphin_public/request/v20230630/GetUserGroupRequest.py +38 -0
  41. aliyunsdkdataphin_public/request/v20230630/GetUsersRequest.py +39 -0
  42. aliyunsdkdataphin_public/request/v20230630/GrantResourcePermissionRequest.py +39 -0
  43. aliyunsdkdataphin_public/request/v20230630/ListAddableRolesRequest.py +33 -0
  44. aliyunsdkdataphin_public/request/v20230630/{ListUsersRequest.py → ListAddableUsersRequest.py} +6 -6
  45. aliyunsdkdataphin_public/request/v20230630/ListDataSourceWithConfigRequest.py +39 -0
  46. aliyunsdkdataphin_public/request/v20230630/ListFilesRequest.py +39 -0
  47. aliyunsdkdataphin_public/request/v20230630/ListInstancesRequest.py +44 -0
  48. aliyunsdkdataphin_public/request/v20230630/ListNodeDownStreamRequest.py +44 -0
  49. aliyunsdkdataphin_public/request/v20230630/ListNodesRequest.py +44 -0
  50. aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionOperationLogRequest.py +39 -0
  51. aliyunsdkdataphin_public/request/v20230630/ListResourcePermissionsRequest.py +39 -0
  52. aliyunsdkdataphin_public/request/v20230630/ListTenantMembersRequest.py +39 -0
  53. aliyunsdkdataphin_public/request/v20230630/ListUserGroupMembersRequest.py +39 -0
  54. aliyunsdkdataphin_public/request/v20230630/ListUserGroupsRequest.py +39 -0
  55. aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py +44 -0
  56. aliyunsdkdataphin_public/request/v20230630/PausePhysicalNodeRequest.py +44 -0
  57. aliyunsdkdataphin_public/request/v20230630/RemoveTenantMemberRequest.py +39 -0
  58. aliyunsdkdataphin_public/request/v20230630/RemoveUserGroupMemberRequest.py +39 -0
  59. aliyunsdkdataphin_public/request/v20230630/ResumePhysicalNodeRequest.py +44 -0
  60. aliyunsdkdataphin_public/request/v20230630/RevokeResourcePermissionRequest.py +39 -0
  61. aliyunsdkdataphin_public/request/v20230630/UpdateAdHocFileRequest.py +39 -0
  62. aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceBasicInfoRequest.py +39 -0
  63. aliyunsdkdataphin_public/request/v20230630/UpdateDataSourceConfigRequest.py +39 -0
  64. aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py +48 -0
  65. aliyunsdkdataphin_public/request/v20230630/UpdateFileNameRequest.py +48 -0
  66. aliyunsdkdataphin_public/request/v20230630/UpdateTenantMemberRequest.py +39 -0
  67. aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupRequest.py +39 -0
  68. aliyunsdkdataphin_public/request/v20230630/UpdateUserGroupSwitchRequest.py +43 -0
  69. aliyun_python_sdk_dataphin_public-1.0.0.dist-info/RECORD +0 -9
  70. {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/LICENSE +0 -0
  71. {aliyun_python_sdk_dataphin_public-1.0.0.dist-info → aliyun_python_sdk_dataphin_public-1.0.2.dist-info}/top_level.txt +0 -0
@@ -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 UpdateFileDirectoryRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateFileDirectory')
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_Directory(self): # String
40
+ return self.get_query_params().get('Directory')
41
+
42
+ def set_Directory(self, Directory): # String
43
+ self.add_query_param('Directory', Directory)
44
+ def get_FileId(self): # Long
45
+ return self.get_query_params().get('FileId')
46
+
47
+ def set_FileId(self, FileId): # Long
48
+ self.add_query_param('FileId', FileId)
@@ -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 UpdateFileNameRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateFileName')
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_Name(self): # String
35
+ return self.get_query_params().get('Name')
36
+
37
+ def set_Name(self, Name): # String
38
+ self.add_query_param('Name', Name)
39
+ def get_ProjectId(self): # Long
40
+ return self.get_query_params().get('ProjectId')
41
+
42
+ def set_ProjectId(self, ProjectId): # Long
43
+ self.add_query_param('ProjectId', ProjectId)
44
+ def get_FileId(self): # Long
45
+ return self.get_query_params().get('FileId')
46
+
47
+ def set_FileId(self, FileId): # Long
48
+ 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 UpdateTenantMemberRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateTenantMember')
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_UpdateCommand(self): # Struct
36
+ return self.get_body_params().get('UpdateCommand')
37
+
38
+ def set_UpdateCommand(self, UpdateCommand): # Struct
39
+ self.add_body_params("UpdateCommand", json.dumps(UpdateCommand))
@@ -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 UpdateUserGroupRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateUserGroup')
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_UpdateCommand(self): # Struct
36
+ return self.get_body_params().get('UpdateCommand')
37
+
38
+ def set_UpdateCommand(self, UpdateCommand): # Struct
39
+ self.add_body_params("UpdateCommand", json.dumps(UpdateCommand))
@@ -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 UpdateUserGroupSwitchRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateUserGroupSwitch')
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_UserGroupId(self): # String
35
+ return self.get_query_params().get('UserGroupId')
36
+
37
+ def set_UserGroupId(self, UserGroupId): # String
38
+ self.add_query_param('UserGroupId', UserGroupId)
39
+ def get_Active(self): # Boolean
40
+ return self.get_query_params().get('Active')
41
+
42
+ def set_Active(self, Active): # Boolean
43
+ self.add_query_param('Active', Active)
@@ -1,9 +0,0 @@
1
- aliyunsdkdataphin_public/__init__.py,sha256=dHuoY6voK7np1A7oRzw1xyBy7CK9_KBAc4FCKW29uRQ,21
2
- aliyunsdkdataphin_public/request/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- aliyunsdkdataphin_public/request/v20230630/ListUsersRequest.py,sha256=JKhUr9YD3YX47XtlZdST2dHUOwhjnvthR7_-nx8OfEI,1461
4
- aliyunsdkdataphin_public/request/v20230630/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- aliyun_python_sdk_dataphin_public-1.0.0.dist-info/LICENSE,sha256=CvyZB4el1cZGT3cy9OYoITxta_Ea2maondKqmi8EcpU,575
6
- aliyun_python_sdk_dataphin_public-1.0.0.dist-info/METADATA,sha256=lkWmfnOoMS-PIkDTqL2lPxrfMOwe3MBI8UrZE12TNgI,1515
7
- aliyun_python_sdk_dataphin_public-1.0.0.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
8
- aliyun_python_sdk_dataphin_public-1.0.0.dist-info/top_level.txt,sha256=qopxtutxQBvO_cLKz2Z4yD9Wx-5BULs_LqIsFbhkFMQ,25
9
- aliyun_python_sdk_dataphin_public-1.0.0.dist-info/RECORD,,