tencentcloud-sdk-python-cam 3.0.1249__tar.gz → 3.0.1252__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-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud/cam/v20190116/models.py +16 -16
  5. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud_sdk_python_cam.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cam-3.0.1252/tencentcloud_sdk_python_cam.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cam-3.0.1249/tencentcloud_sdk_python_cam.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud/cam/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud/cam/v20190116/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud/cam/v20190116/cam_client.py +0 -0
  13. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud/cam/v20190116/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud_sdk_python_cam.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud_sdk_python_cam.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cam-3.0.1249 → tencentcloud-sdk-python-cam-3.0.1252}/tencentcloud_sdk_python_cam.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cam
3
- Version: 3.0.1249
3
+ Version: 3.0.1252
4
4
  Summary: Tencent Cloud Cam 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-cam',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1249"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1252"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cam 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.1249'
17
+ __version__ = '3.0.1252'
@@ -4832,7 +4832,7 @@ class GetPolicyRequest(AbstractModel):
4832
4832
 
4833
4833
  def __init__(self):
4834
4834
  r"""
4835
- :param _PolicyId: 策略Id
4835
+ :param _PolicyId: 策略Id
4836
4836
  :type PolicyId: int
4837
4837
  """
4838
4838
  self._PolicyId = None
@@ -4865,28 +4865,28 @@ class GetPolicyResponse(AbstractModel):
4865
4865
 
4866
4866
  def __init__(self):
4867
4867
  r"""
4868
- :param _PolicyName: 策略名
4868
+ :param _PolicyName: 策略名。
4869
4869
  注意:此字段可能返回 null,表示取不到有效值。
4870
4870
  :type PolicyName: str
4871
- :param _Description: 策略描述
4871
+ :param _Description: 策略描述。
4872
4872
  注意:此字段可能返回 null,表示取不到有效值。
4873
4873
  :type Description: str
4874
- :param _Type: 1 表示自定义策略,2 表示预设策略
4874
+ :param _Type: 1 表示自定义策略,2 表示预设策略。
4875
4875
  注意:此字段可能返回 null,表示取不到有效值。
4876
4876
  :type Type: int
4877
- :param _AddTime: 创建时间
4877
+ :param _AddTime: 策略创建时间。
4878
4878
  注意:此字段可能返回 null,表示取不到有效值。
4879
4879
  :type AddTime: str
4880
- :param _UpdateTime: 最近更新时间
4880
+ :param _UpdateTime: 策略最近更新时间。
4881
4881
  注意:此字段可能返回 null,表示取不到有效值。
4882
4882
  :type UpdateTime: str
4883
- :param _PolicyDocument: 策略文档
4883
+ :param _PolicyDocument: 策略文档。
4884
4884
  注意:此字段可能返回 null,表示取不到有效值。
4885
4885
  :type PolicyDocument: str
4886
- :param _PresetAlias: 备注
4886
+ :param _PresetAlias: 备注。
4887
4887
  注意:此字段可能返回 null,表示取不到有效值。
4888
4888
  :type PresetAlias: str
4889
- :param _IsServiceLinkedRolePolicy: 是否服务相关策略
4889
+ :param _IsServiceLinkedRolePolicy: 是否是服务相关策略,0代表不是服务相关策略,1代表是服务相关策略。
4890
4890
  注意:此字段可能返回 null,表示取不到有效值。
4891
4891
  :type IsServiceLinkedRolePolicy: int
4892
4892
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6583,15 +6583,15 @@ class ListAttachedUserAllPoliciesRequest(AbstractModel):
6583
6583
 
6584
6584
  def __init__(self):
6585
6585
  r"""
6586
- :param _TargetUin: 目标用户ID
6586
+ :param _TargetUin: 目标用户Uin
6587
6587
  :type TargetUin: int
6588
- :param _Rp: 每页数量,必须大于 0 且小于或等于 200
6588
+ :param _Rp: 每页数量,必须大于 0 且小于等于 200
6589
6589
  :type Rp: int
6590
- :param _Page: 页码,从 1开始,不能大于 200
6590
+ :param _Page: 页码,从 1开始,不能大于 200
6591
6591
  :type Page: int
6592
- :param _AttachType: 0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略
6592
+ :param _AttachType: 关联类型。0:返回直接关联和随组关联策略,1:只返回直接关联策略,2:只返回随组关联策略。
6593
6593
  :type AttachType: int
6594
- :param _StrategyType: 策略类型
6594
+ :param _StrategyType: 策略类型。1表示自定义策略,2表示预设策略。
6595
6595
  :type StrategyType: int
6596
6596
  :param _Keyword: 搜索关键字
6597
6597
  :type Keyword: str
@@ -6676,9 +6676,9 @@ class ListAttachedUserAllPoliciesResponse(AbstractModel):
6676
6676
 
6677
6677
  def __init__(self):
6678
6678
  r"""
6679
- :param _PolicyList: 策略列表数据
6679
+ :param _PolicyList: 策略列表数据。
6680
6680
  :type PolicyList: list of AttachedUserPolicy
6681
- :param _TotalNum: 策略总数
6681
+ :param _TotalNum: 策略总数。
6682
6682
  :type TotalNum: int
6683
6683
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6684
6684
  :type RequestId: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cam
3
- Version: 3.0.1249
3
+ Version: 3.0.1252
4
4
  Summary: Tencent Cloud Cam 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.1252
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1249