tencentcloud-sdk-python-config 3.0.1276__tar.gz → 3.0.1277__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 (16) hide show
  1. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/setup.py +1 -1
  3. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud/config/v20220802/models.py +40 -20
  5. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud_sdk_python_config.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-config-3.0.1277/tencentcloud_sdk_python_config.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-config-3.0.1276/tencentcloud_sdk_python_config.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/README.rst +0 -0
  9. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud/config/__init__.py +0 -0
  11. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud/config/v20220802/__init__.py +0 -0
  12. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud/config/v20220802/config_client.py +0 -0
  13. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud/config/v20220802/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud_sdk_python_config.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud_sdk_python_config.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-config-3.0.1276 → tencentcloud-sdk-python-config-3.0.1277}/tencentcloud_sdk_python_config.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-config
3
- Version: 3.0.1276
3
+ Version: 3.0.1277
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
@@ -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.0.1276"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1277"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Config SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1276'
17
+ __version__ = '3.0.1277'
@@ -179,7 +179,7 @@ ConfigurationItemChangeNotification:变更触发
179
179
  :param _ManageInputParameter: 参数详情
180
180
  注意:此字段可能返回 null,表示取不到有效值。
181
181
  :type ManageInputParameter: list of InputParameterForManage
182
- :param _CompliancePackName: 规则名称
182
+ :param _CompliancePackName: 合规包名称
183
183
  注意:此字段可能返回 null,表示取不到有效值。
184
184
  :type CompliancePackName: str
185
185
  :param _RegionsScope: 关联地域
@@ -475,7 +475,7 @@ ConfigurationItemChangeNotification:变更触发
475
475
 
476
476
  @property
477
477
  def CompliancePackName(self):
478
- """规则名称
478
+ """合规包名称
479
479
  注意:此字段可能返回 null,表示取不到有效值。
480
480
  :rtype: str
481
481
  """
@@ -1453,20 +1453,29 @@ class ListConfigRulesRequest(AbstractModel):
1453
1453
 
1454
1454
  def __init__(self):
1455
1455
  r"""
1456
- :param _Limit: 每页限制
1456
+ :param _Limit: 每页数量。
1457
+ 取值范围:1~200
1457
1458
  :type Limit: int
1458
- :param _Offset: 偏移量
1459
+ :param _Offset: 偏移量。
1460
+ 取值范围:最小值为0
1459
1461
  :type Offset: int
1460
- :param _OrderType: 排序类型, 倒序:desc,顺序:asc
1462
+ :param _OrderType: 排序类型(规则名称)。
1463
+ 倒序:desc,
1464
+ 顺序:asc
1461
1465
  :type OrderType: str
1462
- :param _RiskLevel: 风险等级
1463
- 1:高风险。
1464
- 2:中风险。
1466
+ :param _RiskLevel: 风险等级。
1467
+ 1:高风险,
1468
+ 2:中风险,
1465
1469
  3:低风险。
1466
1470
  :type RiskLevel: list of int non-negative
1467
- :param _State: 规则状态
1471
+ :param _State: 规则状态。
1472
+ ACTIVE:启用
1473
+ UN_ACTIVE:停用
1474
+
1468
1475
  :type State: str
1469
- :param _ComplianceResult: 评估结果
1476
+ :param _ComplianceResult: 评估结果。
1477
+ COMPLIANT:合规
1478
+ NON_COMPLIANT:不合规
1470
1479
  :type ComplianceResult: list of str
1471
1480
  :param _RuleName: 规则名
1472
1481
  :type RuleName: str
@@ -1481,7 +1490,8 @@ class ListConfigRulesRequest(AbstractModel):
1481
1490
 
1482
1491
  @property
1483
1492
  def Limit(self):
1484
- """每页限制
1493
+ """每页数量。
1494
+ 取值范围:1~200
1485
1495
  :rtype: int
1486
1496
  """
1487
1497
  return self._Limit
@@ -1492,7 +1502,8 @@ class ListConfigRulesRequest(AbstractModel):
1492
1502
 
1493
1503
  @property
1494
1504
  def Offset(self):
1495
- """偏移量
1505
+ """偏移量。
1506
+ 取值范围:最小值为0
1496
1507
  :rtype: int
1497
1508
  """
1498
1509
  return self._Offset
@@ -1503,7 +1514,9 @@ class ListConfigRulesRequest(AbstractModel):
1503
1514
 
1504
1515
  @property
1505
1516
  def OrderType(self):
1506
- """排序类型, 倒序:desc,顺序:asc
1517
+ """排序类型(规则名称)。
1518
+ 倒序:desc,
1519
+ 顺序:asc
1507
1520
  :rtype: str
1508
1521
  """
1509
1522
  return self._OrderType
@@ -1514,9 +1527,9 @@ class ListConfigRulesRequest(AbstractModel):
1514
1527
 
1515
1528
  @property
1516
1529
  def RiskLevel(self):
1517
- """风险等级
1518
- 1:高风险。
1519
- 2:中风险。
1530
+ """风险等级。
1531
+ 1:高风险,
1532
+ 2:中风险,
1520
1533
  3:低风险。
1521
1534
  :rtype: list of int non-negative
1522
1535
  """
@@ -1528,7 +1541,10 @@ class ListConfigRulesRequest(AbstractModel):
1528
1541
 
1529
1542
  @property
1530
1543
  def State(self):
1531
- """规则状态
1544
+ """规则状态。
1545
+ ACTIVE:启用
1546
+ UN_ACTIVE:停用
1547
+
1532
1548
  :rtype: str
1533
1549
  """
1534
1550
  return self._State
@@ -1539,7 +1555,9 @@ class ListConfigRulesRequest(AbstractModel):
1539
1555
 
1540
1556
  @property
1541
1557
  def ComplianceResult(self):
1542
- """评估结果
1558
+ """评估结果。
1559
+ COMPLIANT:合规
1560
+ NON_COMPLIANT:不合规
1543
1561
  :rtype: list of str
1544
1562
  """
1545
1563
  return self._ComplianceResult
@@ -1819,7 +1837,8 @@ class PutEvaluationsRequest(AbstractModel):
1819
1837
 
1820
1838
  def __init__(self):
1821
1839
  r"""
1822
- :param _ResultToken: 回调令牌。从自定义规则所选的scf云函数Context中取参数ResultToken值
1840
+ :param _ResultToken: 回调令牌。从自定义规则所选的scf云函数入参中取参数ResultToken值
1841
+ <a href="https://cloud.tencent.com/document/product/583/9210#.E5.87.BD.E6.95.B0.E5.85.A5.E5.8F.82.3Ca-id.3D.22input.22.3E.3C.2Fa.3E" target="_blank">云函数入参说明</a>
1823
1842
  :type ResultToken: str
1824
1843
  :param _Evaluations: 自定义规则评估结果信息。
1825
1844
  :type Evaluations: list of Evaluation
@@ -1829,7 +1848,8 @@ class PutEvaluationsRequest(AbstractModel):
1829
1848
 
1830
1849
  @property
1831
1850
  def ResultToken(self):
1832
- """回调令牌。从自定义规则所选的scf云函数Context中取参数ResultToken值
1851
+ """回调令牌。从自定义规则所选的scf云函数入参中取参数ResultToken值
1852
+ <a href="https://cloud.tencent.com/document/product/583/9210#.E5.87.BD.E6.95.B0.E5.85.A5.E5.8F.82.3Ca-id.3D.22input.22.3E.3C.2Fa.3E" target="_blank">云函数入参说明</a>
1833
1853
  :rtype: str
1834
1854
  """
1835
1855
  return self._ResultToken
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-config
3
- Version: 3.0.1276
3
+ Version: 3.0.1277
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1277
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1276