alibabacloud-sls20201230 5.2.2__tar.gz → 5.2.3__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 (19) hide show
  1. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/ChangeLog.md +17 -0
  2. alibabacloud_sls20201230-5.2.3/PKG-INFO +65 -0
  3. alibabacloud_sls20201230-5.2.3/alibabacloud_sls20201230/__init__.py +1 -0
  4. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/alibabacloud_sls20201230/client.py +46 -14
  5. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/alibabacloud_sls20201230/models.py +10 -0
  6. alibabacloud_sls20201230-5.2.3/alibabacloud_sls20201230.egg-info/PKG-INFO +65 -0
  7. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/alibabacloud_sls20201230.egg-info/requires.txt +3 -3
  8. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/setup.py +2 -2
  9. alibabacloud_sls20201230-5.2.2/PKG-INFO +0 -64
  10. alibabacloud_sls20201230-5.2.2/alibabacloud_sls20201230/__init__.py +0 -1
  11. alibabacloud_sls20201230-5.2.2/alibabacloud_sls20201230.egg-info/PKG-INFO +0 -64
  12. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/LICENSE +0 -0
  13. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/MANIFEST.in +0 -0
  14. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/README-CN.md +0 -0
  15. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/README.md +0 -0
  16. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/alibabacloud_sls20201230.egg-info/SOURCES.txt +0 -0
  17. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/alibabacloud_sls20201230.egg-info/dependency_links.txt +0 -0
  18. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/alibabacloud_sls20201230.egg-info/top_level.txt +0 -0
  19. {alibabacloud_sls20201230-5.2.2 → alibabacloud_sls20201230-5.2.3}/setup.cfg +0 -0
@@ -1,3 +1,20 @@
1
+ 2024-07-05 Version: 5.2.2
2
+ - Update API ConsumerGroupUpdateCheckPoint: update param body.
3
+ - Update API CreateIndex: update param body.
4
+ - Update API DeleteCollectionPolicy: update response param.
5
+ - Update API GetCollectionPolicy: update response param.
6
+ - Update API GetIndex: update response param.
7
+ - Update API ListCollectionPolicies: add param centralProject.
8
+ - Update API ListCollectionPolicies: add param offset.
9
+ - Update API ListCollectionPolicies: add param size.
10
+ - Update API ListCollectionPolicies: update response param.
11
+ - Update API PutProjectTransferAcceleration: update param project.
12
+ - Update API PutProjectTransferAcceleration: update param body.
13
+ - Update API UpdateIndex: update param body.
14
+ - Update API UpsertCollectionPolicy: update param body.
15
+ - Update API UpsertCollectionPolicy: update response param.
16
+
17
+
1
18
  2024-05-17 Version: 5.2.1
2
19
  - Update API ListProject: add param fetchQuota.
3
20
 
@@ -0,0 +1,65 @@
1
+ Metadata-Version: 2.1
2
+ Name: alibabacloud_sls20201230
3
+ Version: 5.2.3
4
+ Summary: Alibaba Cloud Log Service (20201230) 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,sls20201230
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
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
27
+
28
+ ## Alibaba Cloud Sls SDK for Python
29
+
30
+ ## Requirements
31
+
32
+ - Python >= 3.6
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_sls20201230
42
+ pip install alibabacloud_sls20201230
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/sls-20201230/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 @@
1
+ __version__ = '5.2.3'
@@ -410,7 +410,13 @@ class Client(OpenApiClient):
410
410
  runtime: util_models.RuntimeOptions,
411
411
  ) -> sls_20201230_models.ConsumerGroupUpdateCheckPointResponse:
412
412
  """
413
- @summary 更新指定消费组消费数据时Shard的checkpoint。
413
+ @summary Updates the data consumption progress.
414
+
415
+ @description If you do not specify a consumer, you must set **forceSuccess** to **true**. Otherwise, the checkpoint cannot be updated.
416
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
417
+ An AccessKey pair is created and obtained. For more information, see [AccessKey pair](https://help.aliyun.com/document_detail/29009.html).
418
+ The AccessKey pair of an Alibaba Cloud account has permissions on all API operations. Using these credentials to perform operations in Simple Log Service is a high-risk operation. We recommend that you use a Resource Access Management (RAM) user to call API operations or perform routine O\\&M. To create a RAM user, log on to the RAM console. Make sure that the RAM user has the management permissions on Simple Log Service resources. For more information, see [Create a RAM user and authorize the RAM user to access Simple Log Service](https://help.aliyun.com/document_detail/47664.html).
419
+ The information that is required to query logs is obtained. The information includes the name of the project to which the logs belong, the region of the project, and the name of the Logstore to which the logs belong. For more information, see [Manage a project](https://help.aliyun.com/document_detail/48984.html) and [Manage a Logstore](https://help.aliyun.com/document_detail/48990.html).
414
420
 
415
421
  @param request: ConsumerGroupUpdateCheckPointRequest
416
422
  @param headers: map
@@ -462,7 +468,13 @@ class Client(OpenApiClient):
462
468
  runtime: util_models.RuntimeOptions,
463
469
  ) -> sls_20201230_models.ConsumerGroupUpdateCheckPointResponse:
464
470
  """
465
- @summary 更新指定消费组消费数据时Shard的checkpoint。
471
+ @summary Updates the data consumption progress.
472
+
473
+ @description If you do not specify a consumer, you must set **forceSuccess** to **true**. Otherwise, the checkpoint cannot be updated.
474
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
475
+ An AccessKey pair is created and obtained. For more information, see [AccessKey pair](https://help.aliyun.com/document_detail/29009.html).
476
+ The AccessKey pair of an Alibaba Cloud account has permissions on all API operations. Using these credentials to perform operations in Simple Log Service is a high-risk operation. We recommend that you use a Resource Access Management (RAM) user to call API operations or perform routine O\\&M. To create a RAM user, log on to the RAM console. Make sure that the RAM user has the management permissions on Simple Log Service resources. For more information, see [Create a RAM user and authorize the RAM user to access Simple Log Service](https://help.aliyun.com/document_detail/47664.html).
477
+ The information that is required to query logs is obtained. The information includes the name of the project to which the logs belong, the region of the project, and the name of the Logstore to which the logs belong. For more information, see [Manage a project](https://help.aliyun.com/document_detail/48984.html) and [Manage a Logstore](https://help.aliyun.com/document_detail/48990.html).
466
478
 
467
479
  @param request: ConsumerGroupUpdateCheckPointRequest
468
480
  @param headers: map
@@ -512,7 +524,13 @@ class Client(OpenApiClient):
512
524
  request: sls_20201230_models.ConsumerGroupUpdateCheckPointRequest,
513
525
  ) -> sls_20201230_models.ConsumerGroupUpdateCheckPointResponse:
514
526
  """
515
- @summary 更新指定消费组消费数据时Shard的checkpoint。
527
+ @summary Updates the data consumption progress.
528
+
529
+ @description If you do not specify a consumer, you must set **forceSuccess** to **true**. Otherwise, the checkpoint cannot be updated.
530
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
531
+ An AccessKey pair is created and obtained. For more information, see [AccessKey pair](https://help.aliyun.com/document_detail/29009.html).
532
+ The AccessKey pair of an Alibaba Cloud account has permissions on all API operations. Using these credentials to perform operations in Simple Log Service is a high-risk operation. We recommend that you use a Resource Access Management (RAM) user to call API operations or perform routine O\\&M. To create a RAM user, log on to the RAM console. Make sure that the RAM user has the management permissions on Simple Log Service resources. For more information, see [Create a RAM user and authorize the RAM user to access Simple Log Service](https://help.aliyun.com/document_detail/47664.html).
533
+ The information that is required to query logs is obtained. The information includes the name of the project to which the logs belong, the region of the project, and the name of the Logstore to which the logs belong. For more information, see [Manage a project](https://help.aliyun.com/document_detail/48984.html) and [Manage a Logstore](https://help.aliyun.com/document_detail/48990.html).
516
534
 
517
535
  @param request: ConsumerGroupUpdateCheckPointRequest
518
536
  @return: ConsumerGroupUpdateCheckPointResponse
@@ -529,7 +547,13 @@ class Client(OpenApiClient):
529
547
  request: sls_20201230_models.ConsumerGroupUpdateCheckPointRequest,
530
548
  ) -> sls_20201230_models.ConsumerGroupUpdateCheckPointResponse:
531
549
  """
532
- @summary 更新指定消费组消费数据时Shard的checkpoint。
550
+ @summary Updates the data consumption progress.
551
+
552
+ @description If you do not specify a consumer, you must set **forceSuccess** to **true**. Otherwise, the checkpoint cannot be updated.
553
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
554
+ An AccessKey pair is created and obtained. For more information, see [AccessKey pair](https://help.aliyun.com/document_detail/29009.html).
555
+ The AccessKey pair of an Alibaba Cloud account has permissions on all API operations. Using these credentials to perform operations in Simple Log Service is a high-risk operation. We recommend that you use a Resource Access Management (RAM) user to call API operations or perform routine O\\&M. To create a RAM user, log on to the RAM console. Make sure that the RAM user has the management permissions on Simple Log Service resources. For more information, see [Create a RAM user and authorize the RAM user to access Simple Log Service](https://help.aliyun.com/document_detail/47664.html).
556
+ The information that is required to query logs is obtained. The information includes the name of the project to which the logs belong, the region of the project, and the name of the Logstore to which the logs belong. For more information, see [Manage a project](https://help.aliyun.com/document_detail/48984.html) and [Manage a Logstore](https://help.aliyun.com/document_detail/48990.html).
533
557
 
534
558
  @param request: ConsumerGroupUpdateCheckPointRequest
535
559
  @return: ConsumerGroupUpdateCheckPointResponse
@@ -4054,6 +4078,8 @@ class Client(OpenApiClient):
4054
4078
  """
4055
4079
  @summary 通过调用DeleteCollectionPolicy删除配置的日志采集规则
4056
4080
 
4081
+ @description You must use the Simple Log Service endpoint for the China (Shanghai) or Singapore region to call the operation.
4082
+
4057
4083
  @param request: DeleteCollectionPolicyRequest
4058
4084
  @param headers: map
4059
4085
  @param runtime: runtime options for this request RuntimeOptions
@@ -4095,6 +4121,8 @@ class Client(OpenApiClient):
4095
4121
  """
4096
4122
  @summary 通过调用DeleteCollectionPolicy删除配置的日志采集规则
4097
4123
 
4124
+ @description You must use the Simple Log Service endpoint for the China (Shanghai) or Singapore region to call the operation.
4125
+
4098
4126
  @param request: DeleteCollectionPolicyRequest
4099
4127
  @param headers: map
4100
4128
  @param runtime: runtime options for this request RuntimeOptions
@@ -4134,6 +4162,8 @@ class Client(OpenApiClient):
4134
4162
  """
4135
4163
  @summary 通过调用DeleteCollectionPolicy删除配置的日志采集规则
4136
4164
 
4165
+ @description You must use the Simple Log Service endpoint for the China (Shanghai) or Singapore region to call the operation.
4166
+
4137
4167
  @param request: DeleteCollectionPolicyRequest
4138
4168
  @return: DeleteCollectionPolicyResponse
4139
4169
  """
@@ -4149,6 +4179,8 @@ class Client(OpenApiClient):
4149
4179
  """
4150
4180
  @summary 通过调用DeleteCollectionPolicy删除配置的日志采集规则
4151
4181
 
4182
+ @description You must use the Simple Log Service endpoint for the China (Shanghai) or Singapore region to call the operation.
4183
+
4152
4184
  @param request: DeleteCollectionPolicyRequest
4153
4185
  @return: DeleteCollectionPolicyResponse
4154
4186
  """
@@ -6887,7 +6919,7 @@ class Client(OpenApiClient):
6887
6919
  runtime: util_models.RuntimeOptions,
6888
6920
  ) -> sls_20201230_models.GetAnnotationLabelResponse:
6889
6921
  """
6890
- @summary Queries a tag table by using a label id.
6922
+ @summary Queries a tag table by using a label ID.
6891
6923
 
6892
6924
  @param headers: map
6893
6925
  @param runtime: runtime options for this request RuntimeOptions
@@ -6919,7 +6951,7 @@ class Client(OpenApiClient):
6919
6951
  runtime: util_models.RuntimeOptions,
6920
6952
  ) -> sls_20201230_models.GetAnnotationLabelResponse:
6921
6953
  """
6922
- @summary Queries a tag table by using a label id.
6954
+ @summary Queries a tag table by using a label ID.
6923
6955
 
6924
6956
  @param headers: map
6925
6957
  @param runtime: runtime options for this request RuntimeOptions
@@ -6949,7 +6981,7 @@ class Client(OpenApiClient):
6949
6981
  label_id: str,
6950
6982
  ) -> sls_20201230_models.GetAnnotationLabelResponse:
6951
6983
  """
6952
- @summary Queries a tag table by using a label id.
6984
+ @summary Queries a tag table by using a label ID.
6953
6985
 
6954
6986
  @return: GetAnnotationLabelResponse
6955
6987
  """
@@ -6962,7 +6994,7 @@ class Client(OpenApiClient):
6962
6994
  label_id: str,
6963
6995
  ) -> sls_20201230_models.GetAnnotationLabelResponse:
6964
6996
  """
6965
- @summary Queries a tag table by using a label id.
6997
+ @summary Queries a tag table by using a label ID.
6966
6998
 
6967
6999
  @return: GetAnnotationLabelResponse
6968
7000
  """
@@ -11118,7 +11150,7 @@ class Client(OpenApiClient):
11118
11150
  runtime: util_models.RuntimeOptions,
11119
11151
  ) -> sls_20201230_models.ListAnnotationDataResponse:
11120
11152
  """
11121
- @summary Queries data in a dataset.
11153
+ @summary Queries data in datasets.
11122
11154
 
11123
11155
  @param request: ListAnnotationDataRequest
11124
11156
  @param headers: map
@@ -11159,7 +11191,7 @@ class Client(OpenApiClient):
11159
11191
  runtime: util_models.RuntimeOptions,
11160
11192
  ) -> sls_20201230_models.ListAnnotationDataResponse:
11161
11193
  """
11162
- @summary Queries data in a dataset.
11194
+ @summary Queries data in datasets.
11163
11195
 
11164
11196
  @param request: ListAnnotationDataRequest
11165
11197
  @param headers: map
@@ -11198,7 +11230,7 @@ class Client(OpenApiClient):
11198
11230
  request: sls_20201230_models.ListAnnotationDataRequest,
11199
11231
  ) -> sls_20201230_models.ListAnnotationDataResponse:
11200
11232
  """
11201
- @summary Queries data in a dataset.
11233
+ @summary Queries data in datasets.
11202
11234
 
11203
11235
  @param request: ListAnnotationDataRequest
11204
11236
  @return: ListAnnotationDataResponse
@@ -11213,7 +11245,7 @@ class Client(OpenApiClient):
11213
11245
  request: sls_20201230_models.ListAnnotationDataRequest,
11214
11246
  ) -> sls_20201230_models.ListAnnotationDataResponse:
11215
11247
  """
11216
- @summary Queries data in a dataset.
11248
+ @summary Queries data in datasets.
11217
11249
 
11218
11250
  @param request: ListAnnotationDataRequest
11219
11251
  @return: ListAnnotationDataResponse
@@ -14695,7 +14727,7 @@ class Client(OpenApiClient):
14695
14727
  action='QueryMLServiceResults',
14696
14728
  version='2020-12-30',
14697
14729
  protocol='HTTPS',
14698
- pathname=f'/ml/v2/service/{service_name}/analysis',
14730
+ pathname=f'/ml/service/{service_name}/analysis',
14699
14731
  method='POST',
14700
14732
  auth_type='AK',
14701
14733
  style='ROA',
@@ -14738,7 +14770,7 @@ class Client(OpenApiClient):
14738
14770
  action='QueryMLServiceResults',
14739
14771
  version='2020-12-30',
14740
14772
  protocol='HTTPS',
14741
- pathname=f'/ml/v2/service/{service_name}/analysis',
14773
+ pathname=f'/ml/service/{service_name}/analysis',
14742
14774
  method='POST',
14743
14775
  auth_type='AK',
14744
14776
  style='ROA',
@@ -4427,12 +4427,22 @@ class ConsumerGroupUpdateCheckPointRequest(TeaModel):
4427
4427
  consumer: str = None,
4428
4428
  force_success: bool = None,
4429
4429
  ):
4430
+ # The value of the checkpoint.
4431
+ #
4430
4432
  # This parameter is required.
4431
4433
  self.checkpoint = checkpoint
4434
+ # The ID of the shard.
4435
+ #
4432
4436
  # This parameter is required.
4433
4437
  self.shard = shard
4438
+ # The consumer.
4439
+ #
4434
4440
  # This parameter is required.
4435
4441
  self.consumer = consumer
4442
+ # Specifies whether to enable forceful updates. Valid values:
4443
+ #
4444
+ # * true
4445
+ # * false
4436
4446
  self.force_success = force_success
4437
4447
 
4438
4448
  def validate(self):
@@ -0,0 +1,65 @@
1
+ Metadata-Version: 2.1
2
+ Name: alibabacloud-sls20201230
3
+ Version: 5.2.3
4
+ Summary: Alibaba Cloud Log Service (20201230) 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,sls20201230
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
+ ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
27
+
28
+ ## Alibaba Cloud Sls SDK for Python
29
+
30
+ ## Requirements
31
+
32
+ - Python >= 3.6
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_sls20201230
42
+ pip install alibabacloud_sls20201230
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/sls-20201230/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.
@@ -1,4 +1,4 @@
1
- alibabacloud_tea_util<1.0.0,>=0.3.12
2
- alibabacloud_gateway_sls<1.0.0,>=0.0.7
3
- alibabacloud_tea_openapi<1.0.0,>=0.3.10
1
+ alibabacloud_gateway_sls<1.0.0,>=0.0.9
4
2
  alibabacloud_openapi_util<1.0.0,>=0.2.1
3
+ alibabacloud_tea_openapi<1.0.0,>=0.3.10
4
+ alibabacloud_tea_util<1.0.0,>=0.3.12
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_sls20201230.
26
26
 
27
- Created on 05/07/2024
27
+ Created on 25/07/2024
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -38,7 +38,7 @@ URL = "https://github.com/aliyun/alibabacloud-python-sdk"
38
38
  VERSION = __import__(PACKAGE).__version__
39
39
  REQUIRES = [
40
40
  "alibabacloud_tea_util>=0.3.12, <1.0.0",
41
- "alibabacloud_gateway_sls>=0.0.7, <1.0.0",
41
+ "alibabacloud_gateway_sls>=0.0.9, <1.0.0",
42
42
  "alibabacloud_tea_openapi>=0.3.10, <1.0.0",
43
43
  "alibabacloud_openapi_util>=0.2.1, <1.0.0"
44
44
  ]
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: alibabacloud_sls20201230
3
- Version: 5.2.2
4
- Summary: Alibaba Cloud Log Service (20201230) 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
- Description: English | [简体中文](README-CN.md)
10
- ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
11
-
12
- ## Alibaba Cloud Sls SDK for Python
13
-
14
- ## Requirements
15
-
16
- - Python >= 3.6
17
-
18
- ## Installation
19
-
20
- - **Install with pip**
21
-
22
- 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.
23
-
24
- ```bash
25
- # Install the alibabacloud_sls20201230
26
- pip install alibabacloud_sls20201230
27
- ```
28
-
29
- ## Issues
30
-
31
- [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
32
-
33
- ## Usage
34
-
35
- [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
36
-
37
- ## Changelog
38
-
39
- Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/sls-20201230/ChangeLog.md).
40
-
41
- ## References
42
-
43
- - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
44
-
45
- ## License
46
-
47
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
48
-
49
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
50
-
51
- Keywords: alibabacloud,sls20201230
52
- Platform: any
53
- Classifier: Development Status :: 4 - Beta
54
- Classifier: Intended Audience :: Developers
55
- Classifier: License :: OSI Approved :: Apache Software License
56
- Classifier: Programming Language :: Python
57
- Classifier: Programming Language :: Python :: 3
58
- Classifier: Programming Language :: Python :: 3.6
59
- Classifier: Programming Language :: Python :: 3.7
60
- Classifier: Programming Language :: Python :: 3.8
61
- Classifier: Programming Language :: Python :: 3.9
62
- Classifier: Topic :: Software Development
63
- Requires-Python: >=3.6
64
- Description-Content-Type: text/markdown
@@ -1 +0,0 @@
1
- __version__ = '5.2.2'
@@ -1,64 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: alibabacloud-sls20201230
3
- Version: 5.2.2
4
- Summary: Alibaba Cloud Log Service (20201230) 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
- Description: English | [简体中文](README-CN.md)
10
- ![](https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg)
11
-
12
- ## Alibaba Cloud Sls SDK for Python
13
-
14
- ## Requirements
15
-
16
- - Python >= 3.6
17
-
18
- ## Installation
19
-
20
- - **Install with pip**
21
-
22
- 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.
23
-
24
- ```bash
25
- # Install the alibabacloud_sls20201230
26
- pip install alibabacloud_sls20201230
27
- ```
28
-
29
- ## Issues
30
-
31
- [Opening an Issue](https://github.com/aliyun/alibabacloud-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
32
-
33
- ## Usage
34
-
35
- [Quick Examples](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/docs/0-Usage-EN.md#quick-examples)
36
-
37
- ## Changelog
38
-
39
- Detailed changes for each release are documented in the [release notes](https://github.com/aliyun/alibabacloud-python-sdk/blob/master/sls-20201230/ChangeLog.md).
40
-
41
- ## References
42
-
43
- - [Latest Release](https://github.com/aliyun/alibabacloud-sdk/tree/master/python)
44
-
45
- ## License
46
-
47
- [Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
48
-
49
- Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
50
-
51
- Keywords: alibabacloud,sls20201230
52
- Platform: any
53
- Classifier: Development Status :: 4 - Beta
54
- Classifier: Intended Audience :: Developers
55
- Classifier: License :: OSI Approved :: Apache Software License
56
- Classifier: Programming Language :: Python
57
- Classifier: Programming Language :: Python :: 3
58
- Classifier: Programming Language :: Python :: 3.6
59
- Classifier: Programming Language :: Python :: 3.7
60
- Classifier: Programming Language :: Python :: 3.8
61
- Classifier: Programming Language :: Python :: 3.9
62
- Classifier: Topic :: Software Development
63
- Requires-Python: >=3.6
64
- Description-Content-Type: text/markdown