tencentcloud-sdk-python-config 3.1.79__tar.gz → 3.1.102__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. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/setup.py +1 -1
  3. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/config/v20220802/models.py +76 -76
  5. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud_sdk_python_config.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_config-3.1.102/tencentcloud_sdk_python_config.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_config-3.1.79/tencentcloud_sdk_python_config.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/README.rst +0 -0
  9. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/config/__init__.py +0 -0
  11. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/config/v20220802/__init__.py +0 -0
  12. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/config/v20220802/config_client.py +0 -0
  13. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/config/v20220802/config_client_async.py +0 -0
  14. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud/config/v20220802/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud_sdk_python_config.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud_sdk_python_config.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_config-3.1.79 → tencentcloud_sdk_python_config-3.1.102}/tencentcloud_sdk_python_config.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-config
3
- Version: 3.1.79
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Config SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.79
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-config',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.79,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.102,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Config SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.79'
17
+ __version__ = '3.1.102'
@@ -1245,7 +1245,7 @@ class AggregateEvaluationResult(AbstractModel):
1245
1245
 
1246
1246
 
1247
1247
  class AggregateResourceInfo(AbstractModel):
1248
- r"""资源列列表信息
1248
+ r"""资源列表信息
1249
1249
 
1250
1250
  """
1251
1251
 
@@ -2343,23 +2343,23 @@ class CompliancePackRule(AbstractModel):
2343
2343
 
2344
2344
  def __init__(self):
2345
2345
  r"""
2346
- :param _RuleName: 规则名称
2346
+ :param _RuleName: <p>规则名称</p>
2347
2347
  :type RuleName: str
2348
- :param _RiskLevel: 风险等级
2348
+ :param _RiskLevel: <p>风险等级</p>
2349
2349
  :type RiskLevel: int
2350
- :param _InputParameter: 入参
2350
+ :param _InputParameter: <p>入参</p>
2351
2351
  :type InputParameter: list of InputParameter
2352
- :param _Identifier: 规则身份标识
2352
+ :param _Identifier: <p>规则身份标识</p>
2353
2353
  :type Identifier: str
2354
- :param _Description: 描述
2354
+ :param _Description: <p>描述</p>
2355
2355
  注意:此字段可能返回 null,表示取不到有效值。
2356
2356
  :type Description: str
2357
- :param _ManagedRuleIdentifier: 预设规则身份标识
2357
+ :param _ManagedRuleIdentifier: <p>预设规则身份标识</p>
2358
2358
  注意:此字段可能返回 null,表示取不到有效值。
2359
2359
  :type ManagedRuleIdentifier: str
2360
- :param _ConfigRuleId: 规则ID
2360
+ :param _ConfigRuleId: <p>规则ID</p>
2361
2361
  :type ConfigRuleId: str
2362
- :param _CompliancePackId: 合规包ID
2362
+ :param _CompliancePackId: <p>合规包ID</p>
2363
2363
  注意:此字段可能返回 null,表示取不到有效值。
2364
2364
  :type CompliancePackId: str
2365
2365
  """
@@ -2374,7 +2374,7 @@ class CompliancePackRule(AbstractModel):
2374
2374
 
2375
2375
  @property
2376
2376
  def RuleName(self):
2377
- r"""规则名称
2377
+ r"""<p>规则名称</p>
2378
2378
  :rtype: str
2379
2379
  """
2380
2380
  return self._RuleName
@@ -2385,7 +2385,7 @@ class CompliancePackRule(AbstractModel):
2385
2385
 
2386
2386
  @property
2387
2387
  def RiskLevel(self):
2388
- r"""风险等级
2388
+ r"""<p>风险等级</p>
2389
2389
  :rtype: int
2390
2390
  """
2391
2391
  return self._RiskLevel
@@ -2396,7 +2396,7 @@ class CompliancePackRule(AbstractModel):
2396
2396
 
2397
2397
  @property
2398
2398
  def InputParameter(self):
2399
- r"""入参
2399
+ r"""<p>入参</p>
2400
2400
  :rtype: list of InputParameter
2401
2401
  """
2402
2402
  return self._InputParameter
@@ -2407,7 +2407,7 @@ class CompliancePackRule(AbstractModel):
2407
2407
 
2408
2408
  @property
2409
2409
  def Identifier(self):
2410
- r"""规则身份标识
2410
+ r"""<p>规则身份标识</p>
2411
2411
  :rtype: str
2412
2412
  """
2413
2413
  return self._Identifier
@@ -2418,7 +2418,7 @@ class CompliancePackRule(AbstractModel):
2418
2418
 
2419
2419
  @property
2420
2420
  def Description(self):
2421
- r"""描述
2421
+ r"""<p>描述</p>
2422
2422
  注意:此字段可能返回 null,表示取不到有效值。
2423
2423
  :rtype: str
2424
2424
  """
@@ -2430,7 +2430,7 @@ class CompliancePackRule(AbstractModel):
2430
2430
 
2431
2431
  @property
2432
2432
  def ManagedRuleIdentifier(self):
2433
- r"""预设规则身份标识
2433
+ r"""<p>预设规则身份标识</p>
2434
2434
  注意:此字段可能返回 null,表示取不到有效值。
2435
2435
  :rtype: str
2436
2436
  """
@@ -2442,7 +2442,7 @@ class CompliancePackRule(AbstractModel):
2442
2442
 
2443
2443
  @property
2444
2444
  def ConfigRuleId(self):
2445
- r"""规则ID
2445
+ r"""<p>规则ID</p>
2446
2446
  :rtype: str
2447
2447
  """
2448
2448
  return self._ConfigRuleId
@@ -2453,7 +2453,7 @@ class CompliancePackRule(AbstractModel):
2453
2453
 
2454
2454
  @property
2455
2455
  def CompliancePackId(self):
2456
- r"""合规包ID
2456
+ r"""<p>合规包ID</p>
2457
2457
  注意:此字段可能返回 null,表示取不到有效值。
2458
2458
  :rtype: str
2459
2459
  """
@@ -2744,26 +2744,26 @@ class ConfigCompliancePack(AbstractModel):
2744
2744
 
2745
2745
  def __init__(self):
2746
2746
  r"""
2747
- :param _Status: 合规包状态
2747
+ :param _Status: <p>合规包状态</p>
2748
2748
  :type Status: str
2749
- :param _CompliancePackId: 合规包ID
2749
+ :param _CompliancePackId: <p>合规包ID</p>
2750
2750
  :type CompliancePackId: str
2751
- :param _Description: 描述
2751
+ :param _Description: <p>描述</p>
2752
2752
  注意:此字段可能返回 null,表示取不到有效值。
2753
2753
  :type Description: str
2754
- :param _CompliancePackName: 合规包名称
2754
+ :param _CompliancePackName: <p>合规包名称</p>
2755
2755
  :type CompliancePackName: str
2756
- :param _RiskLevel: 风险等级
2756
+ :param _RiskLevel: <p>风险等级</p>
2757
2757
  :type RiskLevel: int
2758
- :param _ComplianceResult: 评估结果
2758
+ :param _ComplianceResult: <p>评估结果</p>
2759
2759
  注意:此字段可能返回 null,表示取不到有效值。
2760
2760
  :type ComplianceResult: str
2761
- :param _CreateTime: 创建时间
2761
+ :param _CreateTime: <p>创建时间</p>
2762
2762
  :type CreateTime: str
2763
- :param _NoCompliantNames: 不合规规则名
2763
+ :param _NoCompliantNames: <p>不合规规则名</p>
2764
2764
  注意:此字段可能返回 null,表示取不到有效值。
2765
2765
  :type NoCompliantNames: list of str
2766
- :param _RuleCount: 合规包规则数
2766
+ :param _RuleCount: <p>合规包规则数</p>
2767
2767
  注意:此字段可能返回 null,表示取不到有效值。
2768
2768
  :type RuleCount: int
2769
2769
  """
@@ -2779,7 +2779,7 @@ class ConfigCompliancePack(AbstractModel):
2779
2779
 
2780
2780
  @property
2781
2781
  def Status(self):
2782
- r"""合规包状态
2782
+ r"""<p>合规包状态</p>
2783
2783
  :rtype: str
2784
2784
  """
2785
2785
  return self._Status
@@ -2790,7 +2790,7 @@ class ConfigCompliancePack(AbstractModel):
2790
2790
 
2791
2791
  @property
2792
2792
  def CompliancePackId(self):
2793
- r"""合规包ID
2793
+ r"""<p>合规包ID</p>
2794
2794
  :rtype: str
2795
2795
  """
2796
2796
  return self._CompliancePackId
@@ -2801,7 +2801,7 @@ class ConfigCompliancePack(AbstractModel):
2801
2801
 
2802
2802
  @property
2803
2803
  def Description(self):
2804
- r"""描述
2804
+ r"""<p>描述</p>
2805
2805
  注意:此字段可能返回 null,表示取不到有效值。
2806
2806
  :rtype: str
2807
2807
  """
@@ -2813,7 +2813,7 @@ class ConfigCompliancePack(AbstractModel):
2813
2813
 
2814
2814
  @property
2815
2815
  def CompliancePackName(self):
2816
- r"""合规包名称
2816
+ r"""<p>合规包名称</p>
2817
2817
  :rtype: str
2818
2818
  """
2819
2819
  return self._CompliancePackName
@@ -2824,7 +2824,7 @@ class ConfigCompliancePack(AbstractModel):
2824
2824
 
2825
2825
  @property
2826
2826
  def RiskLevel(self):
2827
- r"""风险等级
2827
+ r"""<p>风险等级</p>
2828
2828
  :rtype: int
2829
2829
  """
2830
2830
  return self._RiskLevel
@@ -2835,7 +2835,7 @@ class ConfigCompliancePack(AbstractModel):
2835
2835
 
2836
2836
  @property
2837
2837
  def ComplianceResult(self):
2838
- r"""评估结果
2838
+ r"""<p>评估结果</p>
2839
2839
  注意:此字段可能返回 null,表示取不到有效值。
2840
2840
  :rtype: str
2841
2841
  """
@@ -2847,7 +2847,7 @@ class ConfigCompliancePack(AbstractModel):
2847
2847
 
2848
2848
  @property
2849
2849
  def CreateTime(self):
2850
- r"""创建时间
2850
+ r"""<p>创建时间</p>
2851
2851
  :rtype: str
2852
2852
  """
2853
2853
  return self._CreateTime
@@ -2858,7 +2858,7 @@ class ConfigCompliancePack(AbstractModel):
2858
2858
 
2859
2859
  @property
2860
2860
  def NoCompliantNames(self):
2861
- r"""不合规规则名
2861
+ r"""<p>不合规规则名</p>
2862
2862
  注意:此字段可能返回 null,表示取不到有效值。
2863
2863
  :rtype: list of str
2864
2864
  """
@@ -2870,7 +2870,7 @@ class ConfigCompliancePack(AbstractModel):
2870
2870
 
2871
2871
  @property
2872
2872
  def RuleCount(self):
2873
- r"""合规包规则数
2873
+ r"""<p>合规包规则数</p>
2874
2874
  注意:此字段可能返回 null,表示取不到有效值。
2875
2875
  :rtype: int
2876
2876
  """
@@ -5902,14 +5902,14 @@ class DescribeSystemCompliancePackRequest(AbstractModel):
5902
5902
 
5903
5903
  def __init__(self):
5904
5904
  r"""
5905
- :param _CompliancePackId: 合规包ID
5905
+ :param _CompliancePackId: <p>合规包ID</p>
5906
5906
  :type CompliancePackId: str
5907
5907
  """
5908
5908
  self._CompliancePackId = None
5909
5909
 
5910
5910
  @property
5911
5911
  def CompliancePackId(self):
5912
- r"""合规包ID
5912
+ r"""<p>合规包ID</p>
5913
5913
  :rtype: str
5914
5914
  """
5915
5915
  return self._CompliancePackId
@@ -5938,15 +5938,15 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
5938
5938
 
5939
5939
  def __init__(self):
5940
5940
  r"""
5941
- :param _CompliancePackId: 合规包ID
5941
+ :param _CompliancePackId: <p>合规包ID</p>
5942
5942
  :type CompliancePackId: str
5943
- :param _CompliancePackName: 合规包名称
5943
+ :param _CompliancePackName: <p>合规包名称</p>
5944
5944
  :type CompliancePackName: str
5945
- :param _Description: 合规包描述
5945
+ :param _Description: <p>合规包描述</p>
5946
5946
  :type Description: str
5947
- :param _RiskLevel: 风险等级
5947
+ :param _RiskLevel: <p>风险等级</p>
5948
5948
  :type RiskLevel: int
5949
- :param _ConfigRules: 合规包规则列表
5949
+ :param _ConfigRules: <p>合规包规则列表</p>
5950
5950
  :type ConfigRules: list of CompliancePackRuleForManage
5951
5951
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5952
5952
  :type RequestId: str
@@ -5960,7 +5960,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
5960
5960
 
5961
5961
  @property
5962
5962
  def CompliancePackId(self):
5963
- r"""合规包ID
5963
+ r"""<p>合规包ID</p>
5964
5964
  :rtype: str
5965
5965
  """
5966
5966
  return self._CompliancePackId
@@ -5971,7 +5971,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
5971
5971
 
5972
5972
  @property
5973
5973
  def CompliancePackName(self):
5974
- r"""合规包名称
5974
+ r"""<p>合规包名称</p>
5975
5975
  :rtype: str
5976
5976
  """
5977
5977
  return self._CompliancePackName
@@ -5982,7 +5982,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
5982
5982
 
5983
5983
  @property
5984
5984
  def Description(self):
5985
- r"""合规包描述
5985
+ r"""<p>合规包描述</p>
5986
5986
  :rtype: str
5987
5987
  """
5988
5988
  return self._Description
@@ -5993,7 +5993,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
5993
5993
 
5994
5994
  @property
5995
5995
  def RiskLevel(self):
5996
- r"""风险等级
5996
+ r"""<p>风险等级</p>
5997
5997
  :rtype: int
5998
5998
  """
5999
5999
  return self._RiskLevel
@@ -6004,7 +6004,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
6004
6004
 
6005
6005
  @property
6006
6006
  def ConfigRules(self):
6007
- r"""合规包规则列表
6007
+ r"""<p>合规包规则列表</p>
6008
6008
  :rtype: list of CompliancePackRuleForManage
6009
6009
  """
6010
6010
  return self._ConfigRules
@@ -9718,7 +9718,7 @@ class RemediationExecutions(AbstractModel):
9718
9718
 
9719
9719
 
9720
9720
  class ResourceListInfo(AbstractModel):
9721
- r"""资源列列表信息
9721
+ r"""资源列表信息
9722
9722
 
9723
9723
  """
9724
9724
 
@@ -10357,46 +10357,46 @@ class SystemConfigRule(AbstractModel):
10357
10357
 
10358
10358
  def __init__(self):
10359
10359
  r"""
10360
- :param _Identifier: 规则标识
10360
+ :param _Identifier: <p>规则标识</p>
10361
10361
  注意:此字段可能返回 null,表示取不到有效值。
10362
10362
  :type Identifier: str
10363
- :param _RuleName: 规则名
10363
+ :param _RuleName: <p>规则名</p>
10364
10364
  注意:此字段可能返回 null,表示取不到有效值。
10365
10365
  :type RuleName: str
10366
- :param _InputParameter: 规则参数
10366
+ :param _InputParameter: <p>规则参数</p>
10367
10367
  注意:此字段可能返回 null,表示取不到有效值。
10368
10368
  :type InputParameter: list of InputParameterForManage
10369
- :param _SourceCondition: 规则触发条件
10369
+ :param _SourceCondition: <p>规则触发条件</p>
10370
10370
  注意:此字段可能返回 null,表示取不到有效值。
10371
10371
  :type SourceCondition: list of SourceConditionForManage
10372
- :param _ResourceType: 支持的资源类型
10372
+ :param _ResourceType: <p>支持的资源类型</p>
10373
10373
  注意:此字段可能返回 null,表示取不到有效值。
10374
10374
  :type ResourceType: list of str
10375
- :param _Label: 标签
10375
+ :param _Label: <p>标签</p>
10376
10376
  注意:此字段可能返回 null,表示取不到有效值。
10377
10377
  :type Label: list of str
10378
- :param _RiskLevel: 风险等级,1,2,3
10378
+ :param _RiskLevel: <p>风险等级,1,2,3</p>
10379
10379
  注意:此字段可能返回 null,表示取不到有效值。
10380
10380
  :type RiskLevel: int
10381
- :param _ServiceFunction: 对应的函数
10381
+ :param _ServiceFunction: <p>对应的函数</p>
10382
10382
  注意:此字段可能返回 null,表示取不到有效值。
10383
10383
  :type ServiceFunction: str
10384
- :param _CreateTime: 创建时间
10384
+ :param _CreateTime: <p>创建时间</p>
10385
10385
  注意:此字段可能返回 null,表示取不到有效值。
10386
10386
  :type CreateTime: str
10387
- :param _UpdateTime: 更新时间
10387
+ :param _UpdateTime: <p>更新时间</p>
10388
10388
  注意:此字段可能返回 null,表示取不到有效值。
10389
10389
  :type UpdateTime: str
10390
- :param _TriggerType: 触发类型
10390
+ :param _TriggerType: <p>触发类型</p>
10391
10391
  注意:此字段可能返回 null,表示取不到有效值。
10392
10392
  :type TriggerType: list of str
10393
- :param _Description: 描述
10393
+ :param _Description: <p>描述</p>
10394
10394
  注意:此字段可能返回 null,表示取不到有效值。
10395
10395
  :type Description: str
10396
- :param _ReferenceCount: 使用次数
10396
+ :param _ReferenceCount: <p>使用次数</p>
10397
10397
  注意:此字段可能返回 null,表示取不到有效值。
10398
10398
  :type ReferenceCount: int
10399
- :param _IdentifierType: 规则类型
10399
+ :param _IdentifierType: <p>规则类型</p>
10400
10400
  :type IdentifierType: str
10401
10401
  """
10402
10402
  self._Identifier = None
@@ -10416,7 +10416,7 @@ class SystemConfigRule(AbstractModel):
10416
10416
 
10417
10417
  @property
10418
10418
  def Identifier(self):
10419
- r"""规则标识
10419
+ r"""<p>规则标识</p>
10420
10420
  注意:此字段可能返回 null,表示取不到有效值。
10421
10421
  :rtype: str
10422
10422
  """
@@ -10428,7 +10428,7 @@ class SystemConfigRule(AbstractModel):
10428
10428
 
10429
10429
  @property
10430
10430
  def RuleName(self):
10431
- r"""规则名
10431
+ r"""<p>规则名</p>
10432
10432
  注意:此字段可能返回 null,表示取不到有效值。
10433
10433
  :rtype: str
10434
10434
  """
@@ -10440,7 +10440,7 @@ class SystemConfigRule(AbstractModel):
10440
10440
 
10441
10441
  @property
10442
10442
  def InputParameter(self):
10443
- r"""规则参数
10443
+ r"""<p>规则参数</p>
10444
10444
  注意:此字段可能返回 null,表示取不到有效值。
10445
10445
  :rtype: list of InputParameterForManage
10446
10446
  """
@@ -10452,7 +10452,7 @@ class SystemConfigRule(AbstractModel):
10452
10452
 
10453
10453
  @property
10454
10454
  def SourceCondition(self):
10455
- r"""规则触发条件
10455
+ r"""<p>规则触发条件</p>
10456
10456
  注意:此字段可能返回 null,表示取不到有效值。
10457
10457
  :rtype: list of SourceConditionForManage
10458
10458
  """
@@ -10464,7 +10464,7 @@ class SystemConfigRule(AbstractModel):
10464
10464
 
10465
10465
  @property
10466
10466
  def ResourceType(self):
10467
- r"""支持的资源类型
10467
+ r"""<p>支持的资源类型</p>
10468
10468
  注意:此字段可能返回 null,表示取不到有效值。
10469
10469
  :rtype: list of str
10470
10470
  """
@@ -10476,7 +10476,7 @@ class SystemConfigRule(AbstractModel):
10476
10476
 
10477
10477
  @property
10478
10478
  def Label(self):
10479
- r"""标签
10479
+ r"""<p>标签</p>
10480
10480
  注意:此字段可能返回 null,表示取不到有效值。
10481
10481
  :rtype: list of str
10482
10482
  """
@@ -10488,7 +10488,7 @@ class SystemConfigRule(AbstractModel):
10488
10488
 
10489
10489
  @property
10490
10490
  def RiskLevel(self):
10491
- r"""风险等级,1,2,3
10491
+ r"""<p>风险等级,1,2,3</p>
10492
10492
  注意:此字段可能返回 null,表示取不到有效值。
10493
10493
  :rtype: int
10494
10494
  """
@@ -10500,7 +10500,7 @@ class SystemConfigRule(AbstractModel):
10500
10500
 
10501
10501
  @property
10502
10502
  def ServiceFunction(self):
10503
- r"""对应的函数
10503
+ r"""<p>对应的函数</p>
10504
10504
  注意:此字段可能返回 null,表示取不到有效值。
10505
10505
  :rtype: str
10506
10506
  """
@@ -10512,7 +10512,7 @@ class SystemConfigRule(AbstractModel):
10512
10512
 
10513
10513
  @property
10514
10514
  def CreateTime(self):
10515
- r"""创建时间
10515
+ r"""<p>创建时间</p>
10516
10516
  注意:此字段可能返回 null,表示取不到有效值。
10517
10517
  :rtype: str
10518
10518
  """
@@ -10524,7 +10524,7 @@ class SystemConfigRule(AbstractModel):
10524
10524
 
10525
10525
  @property
10526
10526
  def UpdateTime(self):
10527
- r"""更新时间
10527
+ r"""<p>更新时间</p>
10528
10528
  注意:此字段可能返回 null,表示取不到有效值。
10529
10529
  :rtype: str
10530
10530
  """
@@ -10536,7 +10536,7 @@ class SystemConfigRule(AbstractModel):
10536
10536
 
10537
10537
  @property
10538
10538
  def TriggerType(self):
10539
- r"""触发类型
10539
+ r"""<p>触发类型</p>
10540
10540
  注意:此字段可能返回 null,表示取不到有效值。
10541
10541
  :rtype: list of str
10542
10542
  """
@@ -10548,7 +10548,7 @@ class SystemConfigRule(AbstractModel):
10548
10548
 
10549
10549
  @property
10550
10550
  def Description(self):
10551
- r"""描述
10551
+ r"""<p>描述</p>
10552
10552
  注意:此字段可能返回 null,表示取不到有效值。
10553
10553
  :rtype: str
10554
10554
  """
@@ -10560,7 +10560,7 @@ class SystemConfigRule(AbstractModel):
10560
10560
 
10561
10561
  @property
10562
10562
  def ReferenceCount(self):
10563
- r"""使用次数
10563
+ r"""<p>使用次数</p>
10564
10564
  注意:此字段可能返回 null,表示取不到有效值。
10565
10565
  :rtype: int
10566
10566
  """
@@ -10572,7 +10572,7 @@ class SystemConfigRule(AbstractModel):
10572
10572
 
10573
10573
  @property
10574
10574
  def IdentifierType(self):
10575
- r"""规则类型
10575
+ r"""<p>规则类型</p>
10576
10576
  :rtype: str
10577
10577
  """
10578
10578
  return self._IdentifierType
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-config
3
- Version: 3.1.79
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Config SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.79
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.102
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.79