alibabacloud-sls20201230 5.7.0__tar.gz → 5.7.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 (17) hide show
  1. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/ChangeLog.md +27 -0
  2. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/PKG-INFO +1 -1
  3. alibabacloud_sls20201230-5.7.1/alibabacloud_sls20201230/__init__.py +1 -0
  4. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230/client.py +12 -8
  5. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230/models.py +29 -23
  6. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/setup.py +1 -1
  8. alibabacloud_sls20201230-5.7.0/alibabacloud_sls20201230/__init__.py +0 -1
  9. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/LICENSE +0 -0
  10. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/MANIFEST.in +0 -0
  11. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/README-CN.md +0 -0
  12. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/README.md +0 -0
  13. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230.egg-info/requires.txt +0 -0
  16. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/alibabacloud_sls20201230.egg-info/top_level.txt +0 -0
  17. {alibabacloud_sls20201230-5.7.0 → alibabacloud_sls20201230-5.7.1}/setup.cfg +0 -0
@@ -1,3 +1,30 @@
1
+ 2025-03-31 Version: 5.7.0
2
+ - Support API CallAiTools.
3
+ - Support API CreateMaxComputeExport.
4
+ - Support API DeleteIngestProcessor.
5
+ - Support API DeleteMaxComputeExport.
6
+ - Support API GetIngestProcessor.
7
+ - Support API GetMaxComputeExport.
8
+ - Support API ListAiTools.
9
+ - Support API ListIngestProcessors.
10
+ - Support API ListMaxComputeExports.
11
+ - Support API PutIngestProcessor.
12
+ - Support API StartMaxComputeExport.
13
+ - Support API StopMaxComputeExport.
14
+ - Support API UpdateLogStoreProcessor.
15
+ - Support API UpdateMaxComputeExport.
16
+ - Support API UpdateMetricStoreProcessor.
17
+ - Update API CreateMetricStore: add request parameters body.hot_ttl.
18
+ - Update API CreateMetricStore: add request parameters body.infrequentAccessTTL.
19
+ - Update API CreateProject: add request parameters body.recycleBinEnabled.
20
+ - Update API DeleteProject: add request parameters forceDelete.
21
+ - Update API GetMetricStore: add response parameters Body.hot_ttl.
22
+ - Update API GetMetricStore: add response parameters Body.infrequentAccessTTL.
23
+ - Update API UpdateMetricStore: add request parameters body.hot_ttl.
24
+ - Update API UpdateMetricStore: add request parameters body.infrequentAccessTTL.
25
+ - Update API UpdateProject: add request parameters body.recycleBinEnabled.
26
+
27
+
1
28
  2024-12-09 Version: 5.6.0
2
29
  - Support API CreateAgentInstanceConfig.
3
30
  - Support API DeleteAgentInstanceConfig.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_sls20201230
3
- Version: 5.7.0
3
+ Version: 5.7.1
4
4
  Summary: Alibaba Cloud Log Service (20201230) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '5.7.1'
@@ -5828,7 +5828,7 @@ class Client(OpenApiClient):
5828
5828
  runtime: util_models.RuntimeOptions,
5829
5829
  ) -> sls_20201230_models.DeleteExternalStoreResponse:
5830
5830
  """
5831
- @summary Deletes an external store.
5831
+ @summary Deletes an external storage configuration.
5832
5832
 
5833
5833
  @description Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
5834
5834
 
@@ -5866,7 +5866,7 @@ class Client(OpenApiClient):
5866
5866
  runtime: util_models.RuntimeOptions,
5867
5867
  ) -> sls_20201230_models.DeleteExternalStoreResponse:
5868
5868
  """
5869
- @summary Deletes an external store.
5869
+ @summary Deletes an external storage configuration.
5870
5870
 
5871
5871
  @description Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
5872
5872
 
@@ -5902,7 +5902,7 @@ class Client(OpenApiClient):
5902
5902
  external_store_name: str,
5903
5903
  ) -> sls_20201230_models.DeleteExternalStoreResponse:
5904
5904
  """
5905
- @summary Deletes an external store.
5905
+ @summary Deletes an external storage configuration.
5906
5906
 
5907
5907
  @description Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
5908
5908
 
@@ -5918,7 +5918,7 @@ class Client(OpenApiClient):
5918
5918
  external_store_name: str,
5919
5919
  ) -> sls_20201230_models.DeleteExternalStoreResponse:
5920
5920
  """
5921
- @summary Deletes an external store.
5921
+ @summary Deletes an external storage configuration.
5922
5922
 
5923
5923
  @description Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
5924
5924
 
@@ -23553,7 +23553,8 @@ class Client(OpenApiClient):
23553
23553
  """
23554
23554
  @summary Updates an ApsaraDB RDS external store.
23555
23555
 
23556
- @description Host consists of a project name and a Log Service endpoint. You must specify a project in Host.
23556
+ @description ### [](#)Usage notes
23557
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
23557
23558
 
23558
23559
  @param request: UpdateRdsExternalStoreRequest
23559
23560
  @param headers: map
@@ -23602,7 +23603,8 @@ class Client(OpenApiClient):
23602
23603
  """
23603
23604
  @summary Updates an ApsaraDB RDS external store.
23604
23605
 
23605
- @description Host consists of a project name and a Log Service endpoint. You must specify a project in Host.
23606
+ @description ### [](#)Usage notes
23607
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
23606
23608
 
23607
23609
  @param request: UpdateRdsExternalStoreRequest
23608
23610
  @param headers: map
@@ -23649,7 +23651,8 @@ class Client(OpenApiClient):
23649
23651
  """
23650
23652
  @summary Updates an ApsaraDB RDS external store.
23651
23653
 
23652
- @description Host consists of a project name and a Log Service endpoint. You must specify a project in Host.
23654
+ @description ### [](#)Usage notes
23655
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
23653
23656
 
23654
23657
  @param request: UpdateRdsExternalStoreRequest
23655
23658
  @return: UpdateRdsExternalStoreResponse
@@ -23667,7 +23670,8 @@ class Client(OpenApiClient):
23667
23670
  """
23668
23671
  @summary Updates an ApsaraDB RDS external store.
23669
23672
 
23670
- @description Host consists of a project name and a Log Service endpoint. You must specify a project in Host.
23673
+ @description ### [](#)Usage notes
23674
+ Host consists of a project name and a Simple Log Service endpoint. You must specify a project in Host.
23671
23675
 
23672
23676
  @param request: UpdateRdsExternalStoreRequest
23673
23677
  @return: UpdateRdsExternalStoreResponse
@@ -3213,6 +3213,7 @@ class OSSIngestionConfigurationSource(TeaModel):
3213
3213
  restore_object_enabled: bool = None,
3214
3214
  role_arn: str = None,
3215
3215
  start_time: int = None,
3216
+ tag_pack_id: bool = None,
3216
3217
  time_field: str = None,
3217
3218
  time_format: str = None,
3218
3219
  time_pattern: str = None,
@@ -3237,6 +3238,7 @@ class OSSIngestionConfigurationSource(TeaModel):
3237
3238
  self.restore_object_enabled = restore_object_enabled
3238
3239
  self.role_arn = role_arn
3239
3240
  self.start_time = start_time
3241
+ self.tag_pack_id = tag_pack_id
3240
3242
  self.time_field = time_field
3241
3243
  self.time_format = time_format
3242
3244
  self.time_pattern = time_pattern
@@ -3277,6 +3279,8 @@ class OSSIngestionConfigurationSource(TeaModel):
3277
3279
  result['roleARN'] = self.role_arn
3278
3280
  if self.start_time is not None:
3279
3281
  result['startTime'] = self.start_time
3282
+ if self.tag_pack_id is not None:
3283
+ result['tagPackId'] = self.tag_pack_id
3280
3284
  if self.time_field is not None:
3281
3285
  result['timeField'] = self.time_field
3282
3286
  if self.time_format is not None:
@@ -3315,6 +3319,8 @@ class OSSIngestionConfigurationSource(TeaModel):
3315
3319
  self.role_arn = m.get('roleARN')
3316
3320
  if m.get('startTime') is not None:
3317
3321
  self.start_time = m.get('startTime')
3322
+ if m.get('tagPackId') is not None:
3323
+ self.tag_pack_id = m.get('tagPackId')
3318
3324
  if m.get('timeField') is not None:
3319
3325
  self.time_field = m.get('timeField')
3320
3326
  if m.get('timeFormat') is not None:
@@ -6377,10 +6383,10 @@ class CreateLogStoreRequest(TeaModel):
6377
6383
  telemetry_type: str = None,
6378
6384
  ttl: int = None,
6379
6385
  ):
6380
- # Specifies whether to record the **public IP address** and **log receiving time**. Default value: false. Valid values:
6386
+ # Specifies whether to record the **public IP address** and the **log receiving time**. Default value: false. Valid values:
6381
6387
  #
6382
- # * true********\
6383
- # * false********\
6388
+ # * true: records the public IP address and the log receiving time. If you set this parameter to true, Simple Log Service automatically adds the public IP address of the device from which the log is collected and the time when Simple Log Service receives the log to the Tag field of the collected log.
6389
+ # * false: does not record the public IP address or log receiving time.
6384
6390
  self.append_meta = append_meta
6385
6391
  # Specifies whether to enable automatic sharding. Valid values:
6386
6392
  #
@@ -6394,18 +6400,18 @@ class CreateLogStoreRequest(TeaModel):
6394
6400
  self.enable_tracking = enable_tracking
6395
6401
  # The data structure of the encryption configuration. The following parameters are included: `enable`, `encrypt_type`, and `user_cmk_info`. For more information, see [EncryptConf](https://help.aliyun.com/document_detail/409461.html).
6396
6402
  self.encrypt_conf = encrypt_conf
6397
- # The retention period of data in the hot storage tier of the Logstore. Valid values: 7 to 3000. Unit: days.
6403
+ # The data retention period for the hot storage tier. Unit: days. Minimum value: 7. The value of this parameter cannot exceed the value of ttl. If you set this parameter to -1, all data is stored in the hot storage tier.
6398
6404
  #
6399
6405
  # After the retention period that is specified for the hot storage tier elapses, the data is moved to the Infrequent Access (IA) storage tier. For more information, see [Enable hot and cold-tiered storage for a Logstore](https://help.aliyun.com/document_detail/308645.html).
6400
6406
  self.hot_ttl = hot_ttl
6401
- # The retention period of data in the IA storage tier of the Logstore. You must set this parameter to at least 30 days. After the data retention period that you specify for the IA storage tier elapses, the data is moved to the Archive storage tier.
6407
+ # The data retention period for the IA storage tier. You must set this parameter to at least 30 days. After the data retention period that you specify for the IA storage tier elapses, the data is moved to the Archive storage tier.
6402
6408
  self.infrequent_access_ttl = infrequent_access_ttl
6403
6409
  # The name of the Logstore. The name must meet the following requirements:
6404
6410
  #
6405
6411
  # * The name must be unique in a project.
6406
6412
  # * The name can contain only lowercase letters, digits, hyphens (-), and underscores (_).
6407
- # * The name must start and end with a lowercase letter or a digit.
6408
- # * The name must be 2 to 63 characters in length.
6413
+ # * The name must start and end with a lowercase letter or digit.
6414
+ # * The name must be 3 to 63 characters in length.
6409
6415
  #
6410
6416
  # This parameter is required.
6411
6417
  self.logstore_name = logstore_name
@@ -6415,8 +6421,8 @@ class CreateLogStoreRequest(TeaModel):
6415
6421
  self.max_split_shard = max_split_shard
6416
6422
  # The type of the Logstore. Simple Log Service provides two types of Logstores: Standard Logstores and Query Logstores. Valid values:
6417
6423
  #
6418
- # * **standard**: Standard Logstore. This type of Logstore supports the log analysis feature and is suitable for scenarios such as real-time monitoring and interactive analysis. You can also use this type of Logstore to build a comprehensive observability system.
6419
- # * **query**: Query Logstore. This type of Logstore supports high-performance queries. The index traffic fee of a Query Logstore is approximately half that of a Standard Logstore. Query Logstores do not support SQL analysis. Query Logstores are suitable for scenarios in which the amount of data is large, the log retention period is long, or log analysis is not required. If logs are stored for weeks or months, the log retention period is considered long.
6424
+ # * **standard**: Standard Logstore. This type of Logstore supports the log analysis feature and is suitable for scenarios such as real-time monitoring and interactive analysis. You can use this type of Logstore to build a comprehensive observability system.
6425
+ # * **query**: Query Logstore. This type of Logstore supports high-performance query operations. The index traffic fee of a Query Logstore is approximately half that of a Standard Logstore. Query Logstores do not support SQL analysis. Query Logstores are suitable for scenarios in which the amount of data is large, the data retention period is long, or log analysis is not required. Data retention periods of weeks or months are considered long.
6420
6426
  self.mode = mode
6421
6427
  # IngestProcessor ID
6422
6428
  self.processor_id = processor_id
@@ -6431,7 +6437,7 @@ class CreateLogStoreRequest(TeaModel):
6431
6437
  # * **None** (default): log data
6432
6438
  # * **Metrics**: metric data
6433
6439
  self.telemetry_type = telemetry_type
6434
- # The retention period of data. Unit: days. Valid values: 1 to 3000. If you set this parameter to 3650, data is permanently stored.
6440
+ # The data retention period. Unit: days. Valid values: 1 to 3650. If you set this parameter to 3650, data is permanently stored.
6435
6441
  #
6436
6442
  # This parameter is required.
6437
6443
  self.ttl = ttl
@@ -7502,11 +7508,11 @@ class CreateOssExternalStoreRequestParameter(TeaModel):
7502
7508
  #
7503
7509
  # This parameter is required.
7504
7510
  self.columns = columns
7505
- # The OSS endpoint. For more information, see [Regions and endpoints](https://help.aliyun.com/document_detail/31837.html).
7511
+ # The Object Storage Service (OSS) endpoint. For more information, see [Endpoints](https://help.aliyun.com/document_detail/31837.html).
7506
7512
  #
7507
7513
  # This parameter is required.
7508
7514
  self.endpoint = endpoint
7509
- # The associated OSS objects. Valid values of n: 1 to 100.
7515
+ # The names of the associated OSS objects. Valid values of n: 1 to 100.
7510
7516
  #
7511
7517
  # This parameter is required.
7512
7518
  self.objects = objects
@@ -7570,7 +7576,7 @@ class CreateOssExternalStoreRequest(TeaModel):
7570
7576
  #
7571
7577
  # This parameter is required.
7572
7578
  self.external_store_name = external_store_name
7573
- # The parameters of the external store.
7579
+ # The parameters that are configured for the external store.
7574
7580
  #
7575
7581
  # This parameter is required.
7576
7582
  self.parameter = parameter
@@ -7761,13 +7767,13 @@ class CreateRdsExternalStoreRequestParameter(TeaModel):
7761
7767
  username: str = None,
7762
7768
  vpc_id: str = None,
7763
7769
  ):
7764
- # The name of the database in the ApsaraDB RDS for MySQL instance.
7770
+ # The name of the database created on the ApsaraDB RDS for MySQL instance.
7765
7771
  #
7766
7772
  # This parameter is required.
7767
7773
  self.db = db
7768
7774
  # The internal or public endpoint of the ApsaraDB RDS for MySQL instance.
7769
7775
  self.host = host
7770
- # The ID of the ApsaraDB RDS for MySQL instance.
7776
+ # You do not need to specify this parameter.
7771
7777
  self.instance_id = instance_id
7772
7778
  # The password that is used to log on to the ApsaraDB RDS for MySQL instance.
7773
7779
  #
@@ -7781,7 +7787,7 @@ class CreateRdsExternalStoreRequestParameter(TeaModel):
7781
7787
  #
7782
7788
  # This parameter is required.
7783
7789
  self.region = region
7784
- # The name of the database table in the ApsaraDB RDS for MySQL instance.
7790
+ # The name of the table in the database created on the ApsaraDB RDS for MySQL instance.
7785
7791
  #
7786
7792
  # This parameter is required.
7787
7793
  self.table = table
@@ -7859,7 +7865,7 @@ class CreateRdsExternalStoreRequest(TeaModel):
7859
7865
  #
7860
7866
  # This parameter is required.
7861
7867
  self.parameter = parameter
7862
- # The storage type. Set the value to rds-vpc, which indicates an ApsaraDB RDS for MySQL database in a virtual private cloud (VPC).
7868
+ # The storage type. Set the value to rds-vpc, which indicates a database created on an ApsaraDB RDS for MySQL instance in a virtual private cloud (VPC).
7863
7869
  #
7864
7870
  # This parameter is required.
7865
7871
  self.store_type = store_type
@@ -21799,7 +21805,7 @@ class UpdateOssExternalStoreRequestParameterColumns(TeaModel):
21799
21805
  #
21800
21806
  # This parameter is required.
21801
21807
  self.name = name
21802
- # The type of the field.
21808
+ # The data type of the field.
21803
21809
  #
21804
21810
  # This parameter is required.
21805
21811
  self.type = type
@@ -21838,11 +21844,11 @@ class UpdateOssExternalStoreRequestParameter(TeaModel):
21838
21844
  endpoint: str = None,
21839
21845
  objects: List[str] = None,
21840
21846
  ):
21841
- # The AccessKey ID of your account.
21847
+ # The AccessKey ID.
21842
21848
  #
21843
21849
  # This parameter is required.
21844
21850
  self.accessid = accessid
21845
- # The AccessKey secret of your account.
21851
+ # The AccessKey secret.
21846
21852
  #
21847
21853
  # This parameter is required.
21848
21854
  self.accesskey = accesskey
@@ -21850,7 +21856,7 @@ class UpdateOssExternalStoreRequestParameter(TeaModel):
21850
21856
  #
21851
21857
  # This parameter is required.
21852
21858
  self.bucket = bucket
21853
- # The fields that are associated to the external store.
21859
+ # The associated fields.
21854
21860
  #
21855
21861
  # This parameter is required.
21856
21862
  self.columns = columns
@@ -21858,7 +21864,7 @@ class UpdateOssExternalStoreRequestParameter(TeaModel):
21858
21864
  #
21859
21865
  # This parameter is required.
21860
21866
  self.endpoint = endpoint
21861
- # The names of the OSS objects that are associated to the external store.
21867
+ # The names of the associated OSS objects.
21862
21868
  #
21863
21869
  # This parameter is required.
21864
21870
  self.objects = objects
@@ -22166,7 +22172,7 @@ class UpdateRdsExternalStoreRequest(TeaModel):
22166
22172
  parameter: UpdateRdsExternalStoreRequestParameter = None,
22167
22173
  store_type: str = None,
22168
22174
  ):
22169
- # The name of the external store.
22175
+ # The name of the ExternalStore.
22170
22176
  #
22171
22177
  # This parameter is required.
22172
22178
  self.external_store_name = external_store_name
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-sls20201230
3
- Version: 5.7.0
3
+ Version: 5.7.1
4
4
  Summary: Alibaba Cloud Log Service (20201230) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_sls20201230.
26
26
 
27
- Created on 31/03/2025
27
+ Created on 14/04/2025
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """
@@ -1 +0,0 @@
1
- __version__ = '5.7.0'