aliyun-python-sdk-dataphin-public 1.0.2__py2.py3-none-any.whl → 1.0.4__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 (64) hide show
  1. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.4.dist-info}/METADATA +1 -1
  2. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.4.dist-info}/RECORD +64 -17
  3. aliyunsdkdataphin_public/__init__.py +1 -1
  4. aliyunsdkdataphin_public/request/v20230630/CreateBatchTaskRequest.py +39 -0
  5. aliyunsdkdataphin_public/request/v20230630/CreateBizEntityRequest.py +39 -0
  6. aliyunsdkdataphin_public/request/v20230630/CreateBizUnitRequest.py +39 -0
  7. aliyunsdkdataphin_public/request/v20230630/CreateDataDomainRequest.py +39 -0
  8. aliyunsdkdataphin_public/request/v20230630/CreateNodeSupplementRequest.py +5 -5
  9. aliyunsdkdataphin_public/request/v20230630/CreatePipelineNodeRequest.py +39 -0
  10. aliyunsdkdataphin_public/request/v20230630/CreateStreamBatchJobMappingRequest.py +39 -0
  11. aliyunsdkdataphin_public/request/v20230630/DeleteBatchTaskRequest.py +39 -0
  12. aliyunsdkdataphin_public/request/v20230630/DeleteBizEntityRequest.py +48 -0
  13. aliyunsdkdataphin_public/request/v20230630/DeleteBizUnitRequest.py +38 -0
  14. aliyunsdkdataphin_public/request/v20230630/DeleteDataDomainRequest.py +43 -0
  15. aliyunsdkdataphin_public/request/v20230630/ExecuteAdHocTaskRequest.py +39 -0
  16. aliyunsdkdataphin_public/request/v20230630/ExecuteManualNodeRequest.py +5 -5
  17. aliyunsdkdataphin_public/request/v20230630/GetAdHocTaskLogRequest.py +53 -0
  18. aliyunsdkdataphin_public/request/v20230630/GetAdHocTaskResultRequest.py +48 -0
  19. aliyunsdkdataphin_public/request/v20230630/GetAlertEventRequest.py +38 -0
  20. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskInfoByVersionRequest.py +48 -0
  21. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskInfoRequest.py +53 -0
  22. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskUdfLineagesRequest.py +43 -0
  23. aliyunsdkdataphin_public/request/v20230630/GetBatchTaskVersionsRequest.py +43 -0
  24. aliyunsdkdataphin_public/request/v20230630/GetBizEntityInfoByVersionRequest.py +48 -0
  25. aliyunsdkdataphin_public/request/v20230630/GetBizEntityInfoRequest.py +43 -0
  26. aliyunsdkdataphin_public/request/v20230630/GetBizUnitInfoRequest.py +38 -0
  27. aliyunsdkdataphin_public/request/v20230630/GetClusterQueueInfoByEnvRequest.py +48 -0
  28. aliyunsdkdataphin_public/request/v20230630/GetDataDomainInfoRequest.py +38 -0
  29. aliyunsdkdataphin_public/request/v20230630/GetDirectoryTreeRequest.py +43 -0
  30. aliyunsdkdataphin_public/request/v20230630/GetInstanceDownStreamRequest.py +5 -5
  31. aliyunsdkdataphin_public/request/v20230630/GetInstanceUpDownStreamRequest.py +5 -5
  32. aliyunsdkdataphin_public/request/v20230630/GetLatestSubmitDetailRequest.py +39 -0
  33. aliyunsdkdataphin_public/request/v20230630/GetNodeUpDownStreamRequest.py +5 -5
  34. aliyunsdkdataphin_public/request/v20230630/GetOperationSubmitStatusRequest.py +5 -5
  35. aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceLogRequest.py +5 -5
  36. aliyunsdkdataphin_public/request/v20230630/GetPhysicalInstanceRequest.py +5 -5
  37. aliyunsdkdataphin_public/request/v20230630/GetPhysicalNodeByOutputNameRequest.py +5 -5
  38. aliyunsdkdataphin_public/request/v20230630/GetQueueEngineVersionByEnvRequest.py +58 -0
  39. aliyunsdkdataphin_public/request/v20230630/GetSparkLocalClientInfoRequest.py +43 -0
  40. aliyunsdkdataphin_public/request/v20230630/ListAlertEventsRequest.py +39 -0
  41. aliyunsdkdataphin_public/request/v20230630/ListAlertNotificationsRequest.py +39 -0
  42. aliyunsdkdataphin_public/request/v20230630/ListAuthorizedDataServiceApiDetailsRequest.py +39 -0
  43. aliyunsdkdataphin_public/request/v20230630/ListBizEntitiesRequest.py +39 -0
  44. aliyunsdkdataphin_public/request/v20230630/ListBizUnitsRequest.py +33 -0
  45. aliyunsdkdataphin_public/request/v20230630/ListDataDomainsRequest.py +39 -0
  46. aliyunsdkdataphin_public/request/v20230630/ListPublishRecordsRequest.py +39 -0
  47. aliyunsdkdataphin_public/request/v20230630/ListSubmitRecordsRequest.py +39 -0
  48. aliyunsdkdataphin_public/request/v20230630/OfflineBatchTaskRequest.py +48 -0
  49. aliyunsdkdataphin_public/request/v20230630/OfflineBizEntityRequest.py +39 -0
  50. aliyunsdkdataphin_public/request/v20230630/OnlineBizEntityRequest.py +39 -0
  51. aliyunsdkdataphin_public/request/v20230630/OperateInstanceRequest.py +5 -5
  52. aliyunsdkdataphin_public/request/v20230630/ParseBatchTaskDependencyRequest.py +39 -0
  53. aliyunsdkdataphin_public/request/v20230630/PublishObjectListRequest.py +39 -0
  54. aliyunsdkdataphin_public/request/v20230630/StopAdHocTaskRequest.py +43 -0
  55. aliyunsdkdataphin_public/request/v20230630/SubmitBatchTaskRequest.py +39 -0
  56. aliyunsdkdataphin_public/request/v20230630/UpdateBatchTaskRequest.py +39 -0
  57. aliyunsdkdataphin_public/request/v20230630/UpdateBatchTaskUdfLineagesRequest.py +39 -0
  58. aliyunsdkdataphin_public/request/v20230630/UpdateBizEntityRequest.py +39 -0
  59. aliyunsdkdataphin_public/request/v20230630/UpdateBizUnitRequest.py +39 -0
  60. aliyunsdkdataphin_public/request/v20230630/UpdateDataDomainRequest.py +39 -0
  61. aliyunsdkdataphin_public/request/v20230630/UpdateFileDirectoryRequest.py +5 -5
  62. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.4.dist-info}/LICENSE +0 -0
  63. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.4.dist-info}/WHEEL +0 -0
  64. {aliyun_python_sdk_dataphin_public-1.0.2.dist-info → aliyun_python_sdk_dataphin_public-1.0.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,53 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class GetAdHocTaskLogRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetAdHocTaskLog')
26
+ self.set_protocol_type('https')
27
+ self.set_method('POST')
28
+
29
+ def get_OpTenantId(self): # Long
30
+ return self.get_query_params().get('OpTenantId')
31
+
32
+ def set_OpTenantId(self, OpTenantId): # Long
33
+ self.add_query_param('OpTenantId', OpTenantId)
34
+ def get_Offset(self): # Integer
35
+ return self.get_query_params().get('Offset')
36
+
37
+ def set_Offset(self, Offset): # Integer
38
+ self.add_query_param('Offset', Offset)
39
+ def get_SubTaskId(self): # Integer
40
+ return self.get_query_params().get('SubTaskId')
41
+
42
+ def set_SubTaskId(self, SubTaskId): # Integer
43
+ self.add_query_param('SubTaskId', SubTaskId)
44
+ def get_ProjectId(self): # Long
45
+ return self.get_query_params().get('ProjectId')
46
+
47
+ def set_ProjectId(self, ProjectId): # Long
48
+ self.add_query_param('ProjectId', ProjectId)
49
+ def get_TaskId(self): # String
50
+ return self.get_query_params().get('TaskId')
51
+
52
+ def set_TaskId(self, TaskId): # String
53
+ self.add_query_param('TaskId', TaskId)
@@ -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 GetAdHocTaskResultRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetAdHocTaskResult')
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_SubTaskId(self): # Integer
35
+ return self.get_query_params().get('SubTaskId')
36
+
37
+ def set_SubTaskId(self, SubTaskId): # Integer
38
+ self.add_query_param('SubTaskId', SubTaskId)
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_TaskId(self): # String
45
+ return self.get_query_params().get('TaskId')
46
+
47
+ def set_TaskId(self, TaskId): # String
48
+ self.add_query_param('TaskId', TaskId)
@@ -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 GetAlertEventRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetAlertEvent')
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,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 GetBatchTaskInfoByVersionRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBatchTaskInfoByVersion')
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_VersionId(self): # Long
35
+ return self.get_query_params().get('VersionId')
36
+
37
+ def set_VersionId(self, VersionId): # Long
38
+ self.add_query_param('VersionId', VersionId)
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,53 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class GetBatchTaskInfoRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBatchTaskInfo')
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_Env(self): # String
35
+ return self.get_query_params().get('Env')
36
+
37
+ def set_Env(self, Env): # String
38
+ self.add_query_param('Env', Env)
39
+ def get_IncludeAllUpStreams(self): # Boolean
40
+ return self.get_query_params().get('IncludeAllUpStreams')
41
+
42
+ def set_IncludeAllUpStreams(self, IncludeAllUpStreams): # Boolean
43
+ self.add_query_param('IncludeAllUpStreams', IncludeAllUpStreams)
44
+ def get_ProjectId(self): # Long
45
+ return self.get_query_params().get('ProjectId')
46
+
47
+ def set_ProjectId(self, ProjectId): # Long
48
+ self.add_query_param('ProjectId', ProjectId)
49
+ def get_FileId(self): # Long
50
+ return self.get_query_params().get('FileId')
51
+
52
+ def set_FileId(self, FileId): # Long
53
+ self.add_query_param('FileId', FileId)
@@ -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 GetBatchTaskUdfLineagesRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBatchTaskUdfLineages')
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,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 GetBatchTaskVersionsRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBatchTaskVersions')
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,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 GetBizEntityInfoByVersionRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBizEntityInfoByVersion')
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_Type(self): # String
35
+ return self.get_query_params().get('Type')
36
+
37
+ def set_Type(self, Type): # String
38
+ self.add_query_param('Type', Type)
39
+ def get_VersionId(self): # Long
40
+ return self.get_query_params().get('VersionId')
41
+
42
+ def set_VersionId(self, VersionId): # Long
43
+ self.add_query_param('VersionId', VersionId)
44
+ def get_Id(self): # Long
45
+ return self.get_query_params().get('Id')
46
+
47
+ def set_Id(self, Id): # Long
48
+ self.add_query_param('Id', Id)
@@ -0,0 +1,43 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class GetBizEntityInfoRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBizEntityInfo')
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_Type(self): # String
35
+ return self.get_query_params().get('Type')
36
+
37
+ def set_Type(self, Type): # String
38
+ self.add_query_param('Type', Type)
39
+ def get_Id(self): # Long
40
+ return self.get_query_params().get('Id')
41
+
42
+ def set_Id(self, Id): # Long
43
+ self.add_query_param('Id', Id)
@@ -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 GetBizUnitInfoRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetBizUnitInfo')
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,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 GetClusterQueueInfoByEnvRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetClusterQueueInfoByEnv')
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_Env(self): # String
35
+ return self.get_query_params().get('Env')
36
+
37
+ def set_Env(self, Env): # String
38
+ self.add_query_param('Env', Env)
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_StreamBatchMode(self): # String
45
+ return self.get_query_params().get('StreamBatchMode')
46
+
47
+ def set_StreamBatchMode(self, StreamBatchMode): # String
48
+ self.add_query_param('StreamBatchMode', StreamBatchMode)
@@ -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 GetDataDomainInfoRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDataDomainInfo')
26
+ self.set_protocol_type('https')
27
+ self.set_method('POST')
28
+
29
+ def get_OpTenantId(self): # Long
30
+ return self.get_query_params().get('OpTenantId')
31
+
32
+ def set_OpTenantId(self, OpTenantId): # Long
33
+ self.add_query_param('OpTenantId', OpTenantId)
34
+ def get_Id(self): # Long
35
+ return self.get_query_params().get('Id')
36
+
37
+ def set_Id(self, Id): # Long
38
+ self.add_query_param('Id', Id)
@@ -0,0 +1,43 @@
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ #
13
+ # Unless required by applicable law or agreed to in writing,
14
+ # software distributed under the License is distributed on an
15
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
+ # KIND, either express or implied. See the License for the
17
+ # specific language governing permissions and limitations
18
+ # under the License.
19
+
20
+ from aliyunsdkcore.request import RpcRequest
21
+
22
+ class GetDirectoryTreeRequest(RpcRequest):
23
+
24
+ def __init__(self):
25
+ RpcRequest.__init__(self, 'dataphin-public', '2023-06-30', 'GetDirectoryTree')
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_Category(self): # String
35
+ return self.get_query_params().get('Category')
36
+
37
+ def set_Category(self, Category): # String
38
+ self.add_query_param('Category', Category)
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)
@@ -37,16 +37,16 @@ class GetInstanceDownStreamRequest(RpcRequest):
37
37
 
38
38
  def set_RunStatus(self, RunStatus): # String
39
39
  self.add_query_param('RunStatus', RunStatus)
40
- def get_InstanceGet(self): # Struct
41
- return self.get_body_params().get('InstanceGet')
42
-
43
- def set_InstanceGet(self, InstanceGet): # Struct
44
- self.add_body_params("InstanceGet", json.dumps(InstanceGet))
45
40
  def get_Env(self): # String
46
41
  return self.get_query_params().get('Env')
47
42
 
48
43
  def set_Env(self, Env): # String
49
44
  self.add_query_param('Env', Env)
45
+ def get_InstanceGet(self): # Struct
46
+ return self.get_body_params().get('InstanceGet')
47
+
48
+ def set_InstanceGet(self, InstanceGet): # Struct
49
+ self.add_body_params("InstanceGet", json.dumps(InstanceGet))
50
50
  def get_DownStreamDepth(self): # Integer
51
51
  return self.get_query_params().get('DownStreamDepth')
52
52
 
@@ -32,6 +32,11 @@ class GetInstanceUpDownStreamRequest(RpcRequest):
32
32
 
33
33
  def set_OpTenantId(self, OpTenantId): # Long
34
34
  self.add_query_param('OpTenantId', OpTenantId)
35
+ def get_Env(self): # String
36
+ return self.get_query_params().get('Env')
37
+
38
+ def set_Env(self, Env): # String
39
+ self.add_query_param('Env', Env)
35
40
  def get_UpStreamDepth(self): # Integer
36
41
  return self.get_query_params().get('UpStreamDepth')
37
42
 
@@ -42,11 +47,6 @@ class GetInstanceUpDownStreamRequest(RpcRequest):
42
47
 
43
48
  def set_InstanceId(self, InstanceId): # Struct
44
49
  self.add_body_params("InstanceId", json.dumps(InstanceId))
45
- def get_Env(self): # String
46
- return self.get_query_params().get('Env')
47
-
48
- def set_Env(self, Env): # String
49
- self.add_query_param('Env', Env)
50
50
  def get_ProjectId(self): # Long
51
51
  return self.get_query_params().get('ProjectId')
52
52