alibabacloud-ecd20201002 1.0.0__tar.gz → 1.1.6__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.
- alibabacloud_ecd20201002-1.1.6/ChangeLog.md +35 -0
- alibabacloud_ecd20201002-1.1.6/LICENSE +13 -0
- alibabacloud_ecd20201002-1.1.6/MANIFEST.in +2 -0
- alibabacloud_ecd20201002-1.1.6/PKG-INFO +65 -0
- alibabacloud_ecd20201002-1.1.6/README-CN.md +42 -0
- {alibabacloud_ecd20201002-1.0.0 → alibabacloud_ecd20201002-1.1.6}/README.md +9 -1
- alibabacloud_ecd20201002-1.1.6/alibabacloud_ecd20201002/__init__.py +1 -0
- alibabacloud_ecd20201002-1.1.6/alibabacloud_ecd20201002/client.py +3579 -0
- alibabacloud_ecd20201002-1.1.6/alibabacloud_ecd20201002/models.py +5682 -0
- alibabacloud_ecd20201002-1.1.6/alibabacloud_ecd20201002.egg-info/PKG-INFO +65 -0
- {alibabacloud_ecd20201002-1.0.0 → alibabacloud_ecd20201002-1.1.6}/alibabacloud_ecd20201002.egg-info/SOURCES.txt +5 -0
- alibabacloud_ecd20201002-1.1.6/alibabacloud_ecd20201002.egg-info/requires.txt +4 -0
- {alibabacloud_ecd20201002-1.0.0 → alibabacloud_ecd20201002-1.1.6}/setup.cfg +3 -0
- {alibabacloud_ecd20201002-1.0.0 → alibabacloud_ecd20201002-1.1.6}/setup.py +13 -15
- alibabacloud_ecd20201002-1.0.0/PKG-INFO +0 -56
- alibabacloud_ecd20201002-1.0.0/alibabacloud_ecd20201002/__init__.py +0 -1
- alibabacloud_ecd20201002-1.0.0/alibabacloud_ecd20201002/client.py +0 -70
- alibabacloud_ecd20201002-1.0.0/alibabacloud_ecd20201002/models.py +0 -516
- alibabacloud_ecd20201002-1.0.0/alibabacloud_ecd20201002.egg-info/PKG-INFO +0 -56
- alibabacloud_ecd20201002-1.0.0/alibabacloud_ecd20201002.egg-info/requires.txt +0 -3
- {alibabacloud_ecd20201002-1.0.0 → alibabacloud_ecd20201002-1.1.6}/alibabacloud_ecd20201002.egg-info/dependency_links.txt +0 -0
- {alibabacloud_ecd20201002-1.0.0 → alibabacloud_ecd20201002-1.1.6}/alibabacloud_ecd20201002.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
2024-11-24 Version: 1.1.5
|
|
2
|
+
- Update API GetConnectionTicket: add param Tag.
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
2024-11-09 Version: 1.1.4
|
|
6
|
+
- Update API DescribeGlobalDesktops: add param Language.
|
|
7
|
+
- Update API DescribeGlobalDesktops: update response param.
|
|
8
|
+
- Update API ResetSnapshot: add param DesktopId.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
2024-08-13 Version: 1.1.3
|
|
12
|
+
- Update API DescribeGlobalDesktops: update response param.
|
|
13
|
+
- Update API StartRecordContent: update response param.
|
|
14
|
+
- Update API StopRecordContent: update response param.
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
2024-06-04 Version: 1.1.2
|
|
18
|
+
- Update API GetLoginToken: update response param.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
2024-04-25 Version: 1.1.1
|
|
22
|
+
- Update API GetLoginToken: update response param.
|
|
23
|
+
- Update API RebootDesktops: add param Uuid.
|
|
24
|
+
- Update API StartDesktops: add param Uuid.
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
2024-03-21 Version: 1.1.0
|
|
28
|
+
- Support API GetConnectionTicket.
|
|
29
|
+
- Support API QueryEdsAgentReportConfig.
|
|
30
|
+
- Support API ReportEdsAgentInfo.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
2020-11-16 Version: 1.0.0
|
|
34
|
+
- Generated python 2020-10-02 for ecd.
|
|
35
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
2
|
+
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
6
|
+
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: alibabacloud_ecd20201002
|
|
3
|
+
Version: 1.1.6
|
|
4
|
+
Summary: Alibaba Cloud ecd (20201002) SDK Library for Python
|
|
5
|
+
Home-page: https://github.com/aliyun/alibabacloud-python-sdk
|
|
6
|
+
Author: Alibaba Cloud SDK
|
|
7
|
+
Author-email: sdk-team@alibabacloud.com
|
|
8
|
+
License: Apache License 2.0
|
|
9
|
+
Keywords: alibabacloud,ecd20201002
|
|
10
|
+
Platform: any
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
+
Classifier: Topic :: Software Development
|
|
21
|
+
Requires-Python: >=3.6
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
23
|
+
License-File: LICENSE
|
|
24
|
+
|
|
25
|
+
English | [简体中文](README-CN.md)
|
|
26
|
+

|
|
27
|
+
|
|
28
|
+
## Alibaba Cloud ecd SDK for Python
|
|
29
|
+
|
|
30
|
+
## Requirements
|
|
31
|
+
|
|
32
|
+
- Python >= 3.7
|
|
33
|
+
|
|
34
|
+
## Installation
|
|
35
|
+
|
|
36
|
+
- **Install with pip**
|
|
37
|
+
|
|
38
|
+
Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install the alibabacloud_ecd20201002
|
|
42
|
+
pip install alibabacloud_ecd20201002
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Issues
|
|
46
|
+
|
|
47
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
48
|
+
|
|
49
|
+
## Usage
|
|
50
|
+
|
|
51
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
52
|
+
|
|
53
|
+
## Changelog
|
|
54
|
+
|
|
55
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ecd-20201002/ChangeLog.md).
|
|
56
|
+
|
|
57
|
+
## References
|
|
58
|
+
|
|
59
|
+
- [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
64
|
+
|
|
65
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
[English](README.md) | 简体中文
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
## Alibaba Cloud ecd SDK for Python
|
|
6
|
+
|
|
7
|
+
## 要求
|
|
8
|
+
|
|
9
|
+
- Python >= 3.7
|
|
10
|
+
|
|
11
|
+
## 安装
|
|
12
|
+
|
|
13
|
+
- **使用 pip 安装(推荐)**
|
|
14
|
+
|
|
15
|
+
如未安装 `pip`, 请先至pip官网 [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") 安装pip .
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
# 安装 alibabacloud_ecd20201002
|
|
19
|
+
pip install alibabacloud_ecd20201002
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## 问题
|
|
23
|
+
|
|
24
|
+
[提交 Issue](https://github.com/aliyun/alibabacloud-python-sdk/issues/new),不符合指南的问题可能会立即关闭。
|
|
25
|
+
|
|
26
|
+
## 使用说明
|
|
27
|
+
|
|
28
|
+
[快速使用](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-CN.md#%E5%BF%AB%E9%80%9F%E4%BD%BF%E7%94%A8)
|
|
29
|
+
|
|
30
|
+
## 发行说明
|
|
31
|
+
|
|
32
|
+
每个版本的详细更改记录在[发行说明](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ecd-20201002/ChangeLog.md)中。
|
|
33
|
+
|
|
34
|
+
## 相关
|
|
35
|
+
|
|
36
|
+
- [最新源码](https://github.com/aliyun/alibabacloud-python-sdk/)
|
|
37
|
+
|
|
38
|
+
## 许可证
|
|
39
|
+
|
|
40
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
41
|
+
|
|
42
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
@@ -3,6 +3,10 @@ English | [简体中文](README-CN.md)
|
|
|
3
3
|
|
|
4
4
|
## Alibaba Cloud ecd SDK for Python
|
|
5
5
|
|
|
6
|
+
## Requirements
|
|
7
|
+
|
|
8
|
+
- Python >= 3.7
|
|
9
|
+
|
|
6
10
|
## Installation
|
|
7
11
|
|
|
8
12
|
- **Install with pip**
|
|
@@ -18,9 +22,13 @@ pip install alibabacloud_ecd20201002
|
|
|
18
22
|
|
|
19
23
|
[Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
20
24
|
|
|
25
|
+
## Usage
|
|
26
|
+
|
|
27
|
+
[Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
|
|
28
|
+
|
|
21
29
|
## Changelog
|
|
22
30
|
|
|
23
|
-
Detailed changes for each release are documented in the [release notes](
|
|
31
|
+
Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/ecd-20201002/ChangeLog.md).
|
|
24
32
|
|
|
25
33
|
## References
|
|
26
34
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.1.6'
|