Skip to content

Commit 3af96c9

Browse files
committed
Api release 2019-08-08 public sdk 2-5-2 sdk release 20190822 shichun-fsc.
1 parent 0923df3 commit 3af96c9

29 files changed

+541
-1149
lines changed

aliyun-python-sdk-arms/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-08-22 Version: 2.5.2
2+
- Api release 2019-08-08 public sdk 2-5-2 sdk release 20190822 shichun-fsc.
3+
14
2019-08-13 Version: 2.5.1
25
- Optimize return code.
36
- Edit QueryDataset.

aliyun-python-sdk-arms/README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
=============================================================
2-
aliyun-python-sdk-arms
3-
=============================================================
4-
5-
.. This is the arms module of Aliyun Python SDK.
6-
7-
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.
8-
9-
This module works on Python versions:
10-
11-
2.6.5 and greater
12-
13-
**Documentation:**
14-
15-
Please visit `http://develop.aliyun.com/sdk/python <http://develop.aliyun.com/sdk/python>`_
1+
=============================================================
2+
aliyun-python-sdk-arms
3+
=============================================================
4+
5+
.. This is the arms module of Aliyun Python SDK.
6+
7+
Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services.
8+
9+
This module works on Python versions:
10+
11+
2.6.5 and greater
12+
13+
**Documentation:**
14+
15+
Please visit `http://develop.aliyun.com/sdk/python <http://develop.aliyun.com/sdk/python>`_
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.5.1'
1+
__version__ = '2.5.2'
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
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-
21-
class EndpointData():
22-
def __init__(self):
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+
21+
class EndpointData():
22+
def __init__(self):
2323
self.endpoint_map = {
2424
"ap-south-1": "arms.ap-southeast-1.aliyuncs.com",
2525
"eu-west-1": "arms.ap-southeast-1.aliyuncs.com",
@@ -33,14 +33,14 @@ def __init__(self):
3333
"me-east-1": "arms.ap-southeast-1.aliyuncs.com",
3434
"us-west-1": "arms.ap-southeast-1.aliyuncs.com",
3535
"cn-chengdu": "arms.aliyuncs.com",
36-
}
37-
self.endpoint_regional = "regional"
38-
39-
def getEndpointMap(self):
40-
return self.endpoint_map
41-
42-
def getEndpointRegional(self):
43-
return self.endpoint_regional
44-
45-
46-
endpoint_data = EndpointData()
36+
}
37+
self.endpoint_regional = "regional"
38+
39+
def getEndpointMap(self):
40+
return self.endpoint_map
41+
42+
def getEndpointRegional(self):
43+
return self.endpoint_regional
44+
45+
46+
endpoint_data = EndpointData()

aliyun-python-sdk-arms/aliyunsdkarms/request/v20190219/ARMSQueryDataSetRequest.py

Lines changed: 0 additions & 136 deletions
This file was deleted.

aliyun-python-sdk-arms/aliyunsdkarms/request/v20190219/GetServicesRequest.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

aliyun-python-sdk-arms/aliyunsdkarms/request/v20190219/GetSpanNamesRequest.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

aliyun-python-sdk-arms/aliyunsdkarms/request/v20190219/GetTagKeyRequest.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)