tencentcloud-sdk-python-cloudaudit 3.0.1282__tar.gz → 3.0.1288__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-cloudaudit might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud/cloudaudit/v20190319/models.py +14 -0
  5. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud_sdk_python_cloudaudit.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cloudaudit-3.0.1288/tencentcloud_sdk_python_cloudaudit.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cloudaudit-3.0.1282/tencentcloud_sdk_python_cloudaudit.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud/cloudaudit/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud/cloudaudit/v20190319/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +0 -0
  13. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud_sdk_python_cloudaudit.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud_sdk_python_cloudaudit.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cloudaudit-3.0.1282 → tencentcloud-sdk-python-cloudaudit-3.0.1288}/tencentcloud_sdk_python_cloudaudit.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cloudaudit
3
- Version: 3.0.1282
3
+ Version: 3.0.1288
4
4
  Summary: Tencent Cloud Cloudaudit 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-cloudaudit',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1282"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1288"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cloudaudit 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.1282'
17
+ __version__ = '3.0.1288'
@@ -26,14 +26,19 @@ class AttributeKeyDetail(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _LabelType: 输入框类型
29
+ 注意:此字段可能返回 null,表示取不到有效值。
29
30
  :type LabelType: str
30
31
  :param _Starter: 初始化展示
32
+ 注意:此字段可能返回 null,表示取不到有效值。
31
33
  :type Starter: str
32
34
  :param _Order: 展示排序
35
+ 注意:此字段可能返回 null,表示取不到有效值。
33
36
  :type Order: int
34
37
  :param _Value: AttributeKey值
38
+ 注意:此字段可能返回 null,表示取不到有效值。
35
39
  :type Value: str
36
40
  :param _Label: 中文标签
41
+ 注意:此字段可能返回 null,表示取不到有效值。
37
42
  :type Label: str
38
43
  """
39
44
  self._LabelType = None
@@ -45,6 +50,7 @@ class AttributeKeyDetail(AbstractModel):
45
50
  @property
46
51
  def LabelType(self):
47
52
  """输入框类型
53
+ 注意:此字段可能返回 null,表示取不到有效值。
48
54
  :rtype: str
49
55
  """
50
56
  return self._LabelType
@@ -56,6 +62,7 @@ class AttributeKeyDetail(AbstractModel):
56
62
  @property
57
63
  def Starter(self):
58
64
  """初始化展示
65
+ 注意:此字段可能返回 null,表示取不到有效值。
59
66
  :rtype: str
60
67
  """
61
68
  return self._Starter
@@ -67,6 +74,7 @@ class AttributeKeyDetail(AbstractModel):
67
74
  @property
68
75
  def Order(self):
69
76
  """展示排序
77
+ 注意:此字段可能返回 null,表示取不到有效值。
70
78
  :rtype: int
71
79
  """
72
80
  return self._Order
@@ -78,6 +86,7 @@ class AttributeKeyDetail(AbstractModel):
78
86
  @property
79
87
  def Value(self):
80
88
  """AttributeKey值
89
+ 注意:此字段可能返回 null,表示取不到有效值。
81
90
  :rtype: str
82
91
  """
83
92
  return self._Value
@@ -89,6 +98,7 @@ class AttributeKeyDetail(AbstractModel):
89
98
  @property
90
99
  def Label(self):
91
100
  """中文标签
101
+ 注意:此字段可能返回 null,表示取不到有效值。
92
102
  :rtype: str
93
103
  """
94
104
  return self._Label
@@ -1942,8 +1952,10 @@ class KeyMetadata(AbstractModel):
1942
1952
  def __init__(self):
1943
1953
  r"""
1944
1954
  :param _Alias: 作为密钥更容易辨识,更容易被人看懂的别名
1955
+ 注意:此字段可能返回 null,表示取不到有效值。
1945
1956
  :type Alias: str
1946
1957
  :param _KeyId: CMK的全局唯一标识
1958
+ 注意:此字段可能返回 null,表示取不到有效值。
1947
1959
  :type KeyId: str
1948
1960
  """
1949
1961
  self._Alias = None
@@ -1952,6 +1964,7 @@ class KeyMetadata(AbstractModel):
1952
1964
  @property
1953
1965
  def Alias(self):
1954
1966
  """作为密钥更容易辨识,更容易被人看懂的别名
1967
+ 注意:此字段可能返回 null,表示取不到有效值。
1955
1968
  :rtype: str
1956
1969
  """
1957
1970
  return self._Alias
@@ -1963,6 +1976,7 @@ class KeyMetadata(AbstractModel):
1963
1976
  @property
1964
1977
  def KeyId(self):
1965
1978
  """CMK的全局唯一标识
1979
+ 注意:此字段可能返回 null,表示取不到有效值。
1966
1980
  :rtype: str
1967
1981
  """
1968
1982
  return self._KeyId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cloudaudit
3
- Version: 3.0.1282
3
+ Version: 3.0.1288
4
4
  Summary: Tencent Cloud Cloudaudit 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.1288
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1282