aliyun-python-sdk-dataphin-public 1.0.0__tar.gz → 1.0.1__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 (21) 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.1}/PKG-INFO +1 -1
  2. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1/aliyun_python_sdk_dataphin_public.egg-info}/PKG-INFO +1 -1
  3. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyun_python_sdk_dataphin_public.egg-info/SOURCES.txt +5 -0
  4. aliyun-python-sdk-dataphin-public-1.0.1/aliyunsdkdataphin_public/__init__.py +1 -0
  5. aliyun-python-sdk-dataphin-public-1.0.1/aliyunsdkdataphin_public/request/v20230630/BatchAddTenantMemberRequest.py +39 -0
  6. aliyun-python-sdk-dataphin-public-1.0.1/aliyunsdkdataphin_public/request/v20230630/BatchGetUsersRequest.py +39 -0
  7. aliyun-python-sdk-dataphin-public-1.0.1/aliyunsdkdataphin_public/request/v20230630/QueryPagedAddableUsersRequest.py +39 -0
  8. aliyun-python-sdk-dataphin-public-1.0.1/aliyunsdkdataphin_public/request/v20230630/RemoveUserRequest.py +39 -0
  9. aliyun-python-sdk-dataphin-public-1.0.1/aliyunsdkdataphin_public/request/v20230630/UpdateTenantMembersRequest.py +39 -0
  10. aliyun-python-sdk-dataphin-public-1.0.0/aliyunsdkdataphin_public/__init__.py +0 -1
  11. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/LICENSE +0 -0
  12. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/MANIFEST.in +0 -0
  13. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/README.rst +0 -0
  14. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyun_python_sdk_dataphin_public.egg-info/dependency_links.txt +0 -0
  15. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyun_python_sdk_dataphin_public.egg-info/requires.txt +0 -0
  16. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyun_python_sdk_dataphin_public.egg-info/top_level.txt +0 -0
  17. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyunsdkdataphin_public/request/__init__.py +0 -0
  18. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyunsdkdataphin_public/request/v20230630/ListUsersRequest.py +0 -0
  19. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/aliyunsdkdataphin_public/request/v20230630/__init__.py +0 -0
  20. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/setup.cfg +0 -0
  21. {aliyun-python-sdk-dataphin-public-1.0.0 → aliyun-python-sdk-dataphin-public-1.0.1}/setup.py +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.1
4
4
  Summary: The dataphin-public module of Aliyun Python sdk.
5
5
  Home-page: http://develop.aliyun.com/sdk/python
6
6
  Author: Aliyun
@@ -1,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.1
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
@@ -10,5 +10,10 @@ aliyun_python_sdk_dataphin_public.egg-info/requires.txt
10
10
  aliyun_python_sdk_dataphin_public.egg-info/top_level.txt
11
11
  aliyunsdkdataphin_public/__init__.py
12
12
  aliyunsdkdataphin_public/request/__init__.py
13
+ aliyunsdkdataphin_public/request/v20230630/BatchAddTenantMemberRequest.py
14
+ aliyunsdkdataphin_public/request/v20230630/BatchGetUsersRequest.py
13
15
  aliyunsdkdataphin_public/request/v20230630/ListUsersRequest.py
16
+ aliyunsdkdataphin_public/request/v20230630/QueryPagedAddableUsersRequest.py
17
+ aliyunsdkdataphin_public/request/v20230630/RemoveUserRequest.py
18
+ aliyunsdkdataphin_public/request/v20230630/UpdateTenantMembersRequest.py
14
19
  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 BatchAddTenantMemberRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'BatchAddTenantMember')
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_BatchAddTenantMemberCommand(self): # Struct
36
+ return self.get_query_params().get('BatchAddTenantMemberCommand')
37
+
38
+ def set_BatchAddTenantMemberCommand(self, BatchAddTenantMemberCommand): # Struct
39
+ self.add_query_param("BatchAddTenantMemberCommand", json.dumps(BatchAddTenantMemberCommand))
@@ -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 BatchGetUsersRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'BatchGetUsers')
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_UserIdList(self): # Array
36
+ return self.get_query_params().get('UserIdList')
37
+
38
+ def set_UserIdList(self, UserIdList): # Array
39
+ self.add_query_param("UserIdList", json.dumps(UserIdList))
@@ -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 QueryPagedAddableUsersRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'QueryPagedAddableUsers')
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_AddableUserPagedQuery(self): # Struct
36
+ return self.get_query_params().get('AddableUserPagedQuery')
37
+
38
+ def set_AddableUserPagedQuery(self, AddableUserPagedQuery): # Struct
39
+ self.add_query_param("AddableUserPagedQuery", json.dumps(AddableUserPagedQuery))
@@ -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 RemoveUserRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'RemoveUser')
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_RemoveUserCommand(self): # Struct
36
+ return self.get_query_params().get('RemoveUserCommand')
37
+
38
+ def set_RemoveUserCommand(self, RemoveUserCommand): # Struct
39
+ self.add_query_param("RemoveUserCommand", json.dumps(RemoveUserCommand))
@@ -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 UpdateTenantMembersRequest(RpcRequest):
24
+
25
+ def __init__(self):
26
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'UpdateTenantMembers')
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_UpdateTenantMembersCommand(self): # Struct
36
+ return self.get_query_params().get('UpdateTenantMembersCommand')
37
+
38
+ def set_UpdateTenantMembersCommand(self, UpdateTenantMembersCommand): # Struct
39
+ self.add_query_param("UpdateTenantMembersCommand", json.dumps(UpdateTenantMembersCommand))
@@ -1 +0,0 @@
1
- __version__ = '1.0.0'