tencentcloud-sdk-python 3.0.1215__py2.py3-none-any.whl → 3.0.1222__py2.py3-none-any.whl
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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/batch/v20170312/models.py +1 -1
- tencentcloud/ccc/v20200210/models.py +18 -0
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +278 -0
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +47 -1
- tencentcloud/cdwdoris/v20211228/models.py +460 -4
- tencentcloud/cfg/v20210820/models.py +1 -1
- tencentcloud/clb/v20180317/models.py +94 -2
- tencentcloud/cls/v20201016/models.py +15 -2
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +385 -0
- tencentcloud/cvm/v20170312/models.py +7 -5
- tencentcloud/cwp/v20180228/models.py +85 -12
- tencentcloud/cynosdb/v20190107/models.py +97 -9
- tencentcloud/dasb/v20191018/models.py +13 -0
- tencentcloud/dcdb/v20180411/models.py +36 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dsgc/v20190723/models.py +139 -0
- tencentcloud/es/v20180416/models.py +50 -0
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/ess/v20201111/models.py +13 -3
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -2
- tencentcloud/essbasic/v20210526/models.py +16 -4
- tencentcloud/facefusion/v20220927/errorcodes.py +15 -6
- tencentcloud/facefusion/v20220927/models.py +13 -4
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +38 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +52 -0
- tencentcloud/hunyuan/v20230901/models.py +360 -0
- tencentcloud/iotexplorer/v20190423/models.py +1 -1
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +261 -0
- tencentcloud/lke/v20231130/models.py +2 -2
- tencentcloud/mna/v20210119/models.py +26 -0
- tencentcloud/mongodb/v20190725/models.py +13 -5
- tencentcloud/monitor/v20180724/models.py +13 -0
- tencentcloud/ocr/v20181119/models.py +14 -0
- tencentcloud/organization/v20210331/errorcodes.py +6 -0
- tencentcloud/organization/v20210331/models.py +87 -17
- tencentcloud/organization/v20210331/organization_client.py +25 -2
- tencentcloud/redis/v20180412/models.py +20 -18
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +44 -7
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/sms/v20210111/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +13 -0
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tdmq/v20200217/models.py +13 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +8 -8
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trtc/v20190722/models.py +118 -0
- tencentcloud/trtc/v20190722/trtc_client.py +25 -35
- tencentcloud/tse/v20201207/models.py +88 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/vclm/v20240523/errorcodes.py +8 -2
- tencentcloud/vclm/v20240523/models.py +12 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +193 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +2626 -352
- tencentcloud/wedata/v20210820/wedata_client.py +138 -0
- {tencentcloud_sdk_python-3.0.1215.dist-info → tencentcloud_sdk_python-3.0.1222.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1215.dist-info → tencentcloud_sdk_python-3.0.1222.dist-info}/RECORD +80 -75
- {tencentcloud_sdk_python-3.0.1215.dist-info → tencentcloud_sdk_python-3.0.1222.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1215.dist-info → tencentcloud_sdk_python-3.0.1222.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1215.dist-info → tencentcloud_sdk_python-3.0.1222.dist-info}/top_level.txt +0 -0
@@ -1062,7 +1062,7 @@ class OrganizationClient(AbstractClient):
|
|
1062
1062
|
|
1063
1063
|
|
1064
1064
|
def DescribeIdentityCenter(self, request):
|
1065
|
-
"""
|
1065
|
+
"""获取集团账号身份中心服务信息
|
1066
1066
|
|
1067
1067
|
:param request: Request instance for DescribeIdentityCenter.
|
1068
1068
|
:type request: :class:`tencentcloud.organization.v20210331.models.DescribeIdentityCenterRequest`
|
@@ -2212,7 +2212,7 @@ class OrganizationClient(AbstractClient):
|
|
2212
2212
|
|
2213
2213
|
|
2214
2214
|
def OpenIdentityCenter(self, request):
|
2215
|
-
"""
|
2215
|
+
"""开通身份中心服务(CIC)
|
2216
2216
|
|
2217
2217
|
:param request: Request instance for OpenIdentityCenter.
|
2218
2218
|
:type request: :class:`tencentcloud.organization.v20210331.models.OpenIdentityCenterRequest`
|
@@ -2372,6 +2372,29 @@ class OrganizationClient(AbstractClient):
|
|
2372
2372
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2373
2373
|
|
2374
2374
|
|
2375
|
+
def SendOrgMemberAccountBindEmail(self, request):
|
2376
|
+
"""重新发送成员绑定邮箱激活邮件
|
2377
|
+
|
2378
|
+
:param request: Request instance for SendOrgMemberAccountBindEmail.
|
2379
|
+
:type request: :class:`tencentcloud.organization.v20210331.models.SendOrgMemberAccountBindEmailRequest`
|
2380
|
+
:rtype: :class:`tencentcloud.organization.v20210331.models.SendOrgMemberAccountBindEmailResponse`
|
2381
|
+
|
2382
|
+
"""
|
2383
|
+
try:
|
2384
|
+
params = request._serialize()
|
2385
|
+
headers = request.headers
|
2386
|
+
body = self.call("SendOrgMemberAccountBindEmail", params, headers=headers)
|
2387
|
+
response = json.loads(body)
|
2388
|
+
model = models.SendOrgMemberAccountBindEmailResponse()
|
2389
|
+
model._deserialize(response["Response"])
|
2390
|
+
return model
|
2391
|
+
except Exception as e:
|
2392
|
+
if isinstance(e, TencentCloudSDKException):
|
2393
|
+
raise
|
2394
|
+
else:
|
2395
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
2396
|
+
|
2397
|
+
|
2375
2398
|
def SetExternalSAMLIdentityProvider(self, request):
|
2376
2399
|
"""配置SAML身份提供商信息
|
2377
2400
|
|
@@ -4537,28 +4537,28 @@ class DescribeInstanceDTSInstanceInfo(AbstractModel):
|
|
4537
4537
|
|
4538
4538
|
def __init__(self):
|
4539
4539
|
r"""
|
4540
|
-
:param _RegionId: 地域ID
|
4540
|
+
:param _RegionId: 地域 ID。
|
4541
4541
|
注意:此字段可能返回 null,表示取不到有效值。
|
4542
4542
|
:type RegionId: int
|
4543
|
-
:param _InstanceId: 实例ID
|
4543
|
+
:param _InstanceId: 实例 ID。
|
4544
4544
|
注意:此字段可能返回 null,表示取不到有效值。
|
4545
4545
|
:type InstanceId: str
|
4546
|
-
:param _SetId: 仓库ID
|
4546
|
+
:param _SetId: 仓库ID。
|
4547
4547
|
注意:此字段可能返回 null,表示取不到有效值。
|
4548
4548
|
:type SetId: int
|
4549
|
-
:param _ZoneId: 可用区ID
|
4549
|
+
:param _ZoneId: 可用区ID。
|
4550
4550
|
注意:此字段可能返回 null,表示取不到有效值。
|
4551
4551
|
:type ZoneId: int
|
4552
|
-
:param _Type:
|
4552
|
+
:param _Type: 实例类型。
|
4553
4553
|
注意:此字段可能返回 null,表示取不到有效值。
|
4554
4554
|
:type Type: int
|
4555
|
-
:param _InstanceName:
|
4555
|
+
:param _InstanceName: 实例名称。
|
4556
4556
|
注意:此字段可能返回 null,表示取不到有效值。
|
4557
4557
|
:type InstanceName: str
|
4558
|
-
:param _Vip:
|
4558
|
+
:param _Vip: 实例访问地址。
|
4559
4559
|
注意:此字段可能返回 null,表示取不到有效值。
|
4560
4560
|
:type Vip: str
|
4561
|
-
:param _Status:
|
4561
|
+
:param _Status: 状态。
|
4562
4562
|
注意:此字段可能返回 null,表示取不到有效值。
|
4563
4563
|
:type Status: int
|
4564
4564
|
"""
|
@@ -7010,16 +7010,18 @@ class DescribeParamTemplateInfoResponse(AbstractModel):
|
|
7010
7010
|
:param _Name: 参数模板名称。
|
7011
7011
|
:type Name: str
|
7012
7012
|
:param _ProductType: 产品类型。
|
7013
|
-
- 2:Redis 2.8内存版(标准架构)。
|
7014
|
-
- 3:CKV 3.2内存版(标准架构)。
|
7015
|
-
- 4:CKV 3.2内存版(集群架构)。
|
7016
|
-
- 5:Redis 2.8内存版(单机)。
|
7017
|
-
- 6:Redis 4.0内存版(标准架构)。
|
7018
|
-
- 7:Redis 4.0内存版(集群架构)。
|
7019
|
-
- 8:Redis 5.0内存版(标准架构)。
|
7020
|
-
- 9:Redis 5.0内存版(集群架构)。
|
7021
|
-
- 15:Redis 6.2内存版(标准架构)。
|
7022
|
-
- 16:Redis 6.2内存版(集群架构)。
|
7013
|
+
- 2:Redis 2.8 内存版(标准架构)。
|
7014
|
+
- 3:CKV 3.2 内存版(标准架构)。
|
7015
|
+
- 4:CKV 3.2 内存版(集群架构)。
|
7016
|
+
- 5:Redis 2.8 内存版(单机)。
|
7017
|
+
- 6:Redis 4.0 内存版(标准架构)。
|
7018
|
+
- 7:Redis 4.0 内存版(集群架构)。
|
7019
|
+
- 8:Redis 5.0 内存版(标准架构)。
|
7020
|
+
- 9:Redis 5.0 内存版(集群架构)。
|
7021
|
+
- 15:Redis 6.2 内存版(标准架构)。
|
7022
|
+
- 16:Redis 6.2 内存版(集群架构)。
|
7023
|
+
- 17:Redis 7.0 内存版(标准架构)。
|
7024
|
+
- 18:Redis 7.0 内存版(集群架构)。
|
7023
7025
|
:type ProductType: int
|
7024
7026
|
:param _Description: 参数模板描述。
|
7025
7027
|
:type Description: str
|
@@ -3603,6 +3603,8 @@ class DescribeDataLogUrlStatisticsRequest(AbstractModel):
|
|
3603
3603
|
:type Browser: str
|
3604
3604
|
:param _Env: 环境区分
|
3605
3605
|
:type Env: str
|
3606
|
+
:param _ErrorMsg: js异常信息
|
3607
|
+
:type ErrorMsg: str
|
3606
3608
|
"""
|
3607
3609
|
self._StartTime = None
|
3608
3610
|
self._Type = None
|
@@ -3625,6 +3627,7 @@ class DescribeDataLogUrlStatisticsRequest(AbstractModel):
|
|
3625
3627
|
self._Os = None
|
3626
3628
|
self._Browser = None
|
3627
3629
|
self._Env = None
|
3630
|
+
self._ErrorMsg = None
|
3628
3631
|
|
3629
3632
|
@property
|
3630
3633
|
def StartTime(self):
|
@@ -3794,6 +3797,14 @@ class DescribeDataLogUrlStatisticsRequest(AbstractModel):
|
|
3794
3797
|
def Env(self, Env):
|
3795
3798
|
self._Env = Env
|
3796
3799
|
|
3800
|
+
@property
|
3801
|
+
def ErrorMsg(self):
|
3802
|
+
return self._ErrorMsg
|
3803
|
+
|
3804
|
+
@ErrorMsg.setter
|
3805
|
+
def ErrorMsg(self, ErrorMsg):
|
3806
|
+
self._ErrorMsg = ErrorMsg
|
3807
|
+
|
3797
3808
|
|
3798
3809
|
def _deserialize(self, params):
|
3799
3810
|
self._StartTime = params.get("StartTime")
|
@@ -3817,6 +3828,7 @@ class DescribeDataLogUrlStatisticsRequest(AbstractModel):
|
|
3817
3828
|
self._Os = params.get("Os")
|
3818
3829
|
self._Browser = params.get("Browser")
|
3819
3830
|
self._Env = params.get("Env")
|
3831
|
+
self._ErrorMsg = params.get("ErrorMsg")
|
3820
3832
|
memeber_set = set(params.keys())
|
3821
3833
|
for name, value in vars(self).items():
|
3822
3834
|
property_name = name[1:]
|
@@ -5003,10 +5003,12 @@ class ImageConfig(AbstractModel):
|
|
5003
5003
|
:param _ContainerImageAccelerate: 镜像加速开关,默认False
|
5004
5004
|
注意:此字段可能返回 null,表示取不到有效值。
|
5005
5005
|
:type ContainerImageAccelerate: bool
|
5006
|
-
:param _ImagePort:
|
5007
|
-
|
5008
|
-
|
5009
|
-
|
5006
|
+
:param _ImagePort: 镜像函数端口设置,可指定镜像类型
|
5007
|
+
Web Server镜像:9000
|
5008
|
+
Job 镜像:-1
|
5009
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5010
|
+
默认值:9000
|
5011
|
+
示例值:9000
|
5010
5012
|
注意:此字段可能返回 null,表示取不到有效值。
|
5011
5013
|
:type ImagePort: int
|
5012
5014
|
"""
|
@@ -5668,6 +5670,9 @@ class LayerVersionInfo(AbstractModel):
|
|
5668
5670
|
:param _Stamp: Stamp
|
5669
5671
|
注意:此字段可能返回 null,表示取不到有效值。
|
5670
5672
|
:type Stamp: str
|
5673
|
+
:param _Tags: 返回层绑定的标签信息
|
5674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5675
|
+
:type Tags: list of Tag
|
5671
5676
|
"""
|
5672
5677
|
self._CompatibleRuntimes = None
|
5673
5678
|
self._AddTime = None
|
@@ -5677,6 +5682,7 @@ class LayerVersionInfo(AbstractModel):
|
|
5677
5682
|
self._LayerName = None
|
5678
5683
|
self._Status = None
|
5679
5684
|
self._Stamp = None
|
5685
|
+
self._Tags = None
|
5680
5686
|
|
5681
5687
|
@property
|
5682
5688
|
def CompatibleRuntimes(self):
|
@@ -5742,6 +5748,14 @@ class LayerVersionInfo(AbstractModel):
|
|
5742
5748
|
def Stamp(self, Stamp):
|
5743
5749
|
self._Stamp = Stamp
|
5744
5750
|
|
5751
|
+
@property
|
5752
|
+
def Tags(self):
|
5753
|
+
return self._Tags
|
5754
|
+
|
5755
|
+
@Tags.setter
|
5756
|
+
def Tags(self, Tags):
|
5757
|
+
self._Tags = Tags
|
5758
|
+
|
5745
5759
|
|
5746
5760
|
def _deserialize(self, params):
|
5747
5761
|
self._CompatibleRuntimes = params.get("CompatibleRuntimes")
|
@@ -5752,6 +5766,12 @@ class LayerVersionInfo(AbstractModel):
|
|
5752
5766
|
self._LayerName = params.get("LayerName")
|
5753
5767
|
self._Status = params.get("Status")
|
5754
5768
|
self._Stamp = params.get("Stamp")
|
5769
|
+
if params.get("Tags") is not None:
|
5770
|
+
self._Tags = []
|
5771
|
+
for item in params.get("Tags"):
|
5772
|
+
obj = Tag()
|
5773
|
+
obj._deserialize(item)
|
5774
|
+
self._Tags.append(obj)
|
5755
5775
|
memeber_set = set(params.keys())
|
5756
5776
|
for name, value in vars(self).items():
|
5757
5777
|
property_name = name[1:]
|
@@ -7819,12 +7839,15 @@ class PublishLayerVersionRequest(AbstractModel):
|
|
7819
7839
|
:type Description: str
|
7820
7840
|
:param _LicenseInfo: 层的软件许可证
|
7821
7841
|
:type LicenseInfo: str
|
7842
|
+
:param _Tags: 层Tag 参数,以键值对数组形式传入
|
7843
|
+
:type Tags: list of Tag
|
7822
7844
|
"""
|
7823
7845
|
self._LayerName = None
|
7824
7846
|
self._CompatibleRuntimes = None
|
7825
7847
|
self._Content = None
|
7826
7848
|
self._Description = None
|
7827
7849
|
self._LicenseInfo = None
|
7850
|
+
self._Tags = None
|
7828
7851
|
|
7829
7852
|
@property
|
7830
7853
|
def LayerName(self):
|
@@ -7866,6 +7889,14 @@ class PublishLayerVersionRequest(AbstractModel):
|
|
7866
7889
|
def LicenseInfo(self, LicenseInfo):
|
7867
7890
|
self._LicenseInfo = LicenseInfo
|
7868
7891
|
|
7892
|
+
@property
|
7893
|
+
def Tags(self):
|
7894
|
+
return self._Tags
|
7895
|
+
|
7896
|
+
@Tags.setter
|
7897
|
+
def Tags(self, Tags):
|
7898
|
+
self._Tags = Tags
|
7899
|
+
|
7869
7900
|
|
7870
7901
|
def _deserialize(self, params):
|
7871
7902
|
self._LayerName = params.get("LayerName")
|
@@ -7875,6 +7906,12 @@ class PublishLayerVersionRequest(AbstractModel):
|
|
7875
7906
|
self._Content._deserialize(params.get("Content"))
|
7876
7907
|
self._Description = params.get("Description")
|
7877
7908
|
self._LicenseInfo = params.get("LicenseInfo")
|
7909
|
+
if params.get("Tags") is not None:
|
7910
|
+
self._Tags = []
|
7911
|
+
for item in params.get("Tags"):
|
7912
|
+
obj = Tag()
|
7913
|
+
obj._deserialize(item)
|
7914
|
+
self._Tags.append(obj)
|
7878
7915
|
memeber_set = set(params.keys())
|
7879
7916
|
for name, value in vars(self).items():
|
7880
7917
|
property_name = name[1:]
|
@@ -10622,11 +10659,11 @@ class UpdateTriggerStatusRequest(AbstractModel):
|
|
10622
10659
|
:type FunctionName: str
|
10623
10660
|
:param _TriggerName: 触发器名称
|
10624
10661
|
:type TriggerName: str
|
10625
|
-
:param _Type:
|
10662
|
+
:param _Type: 触发器类型,触发器类型,目前只支持 timer、 cos 、 ckafka三种类型
|
10626
10663
|
:type Type: str
|
10627
|
-
:param _Qualifier:
|
10664
|
+
:param _Qualifier: 触发器在创建时所指向的触发别名或版本,默认值为$LATEST
|
10628
10665
|
:type Qualifier: str
|
10629
|
-
:param _Namespace:
|
10666
|
+
:param _Namespace: 函数所在的命名空间,默认值为default
|
10630
10667
|
:type Namespace: str
|
10631
10668
|
:param _TriggerDesc: 如果更新的触发器类型为 COS 触发器,该字段为必填值,存放 JSON 格式的数据 {"event":"cos:ObjectCreated:*"},数据内容和 SetTrigger 接口中该字段的格式相同;如果更新的触发器类型为定时触发器或 CMQ 触发器,可以不指定该字段
|
10632
10669
|
:type TriggerDesc: str
|
@@ -876,11 +876,71 @@ class CreateReceiverDetailWithDataResponse(AbstractModel):
|
|
876
876
|
|
877
877
|
def __init__(self):
|
878
878
|
r"""
|
879
|
+
:param _TotalCount: 收件人总数
|
880
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
881
|
+
:type TotalCount: int
|
882
|
+
:param _ValidCount: 实际上传数量
|
883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
884
|
+
:type ValidCount: int
|
885
|
+
:param _TooLongCount: 数据过长数量
|
886
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
887
|
+
:type TooLongCount: int
|
888
|
+
:param _EmptyEmailCount: 邮件地址为空数量
|
889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
890
|
+
:type EmptyEmailCount: int
|
891
|
+
:param _RepeatCount: 重复数量
|
892
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
893
|
+
:type RepeatCount: int
|
879
894
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
880
895
|
:type RequestId: str
|
881
896
|
"""
|
897
|
+
self._TotalCount = None
|
898
|
+
self._ValidCount = None
|
899
|
+
self._TooLongCount = None
|
900
|
+
self._EmptyEmailCount = None
|
901
|
+
self._RepeatCount = None
|
882
902
|
self._RequestId = None
|
883
903
|
|
904
|
+
@property
|
905
|
+
def TotalCount(self):
|
906
|
+
return self._TotalCount
|
907
|
+
|
908
|
+
@TotalCount.setter
|
909
|
+
def TotalCount(self, TotalCount):
|
910
|
+
self._TotalCount = TotalCount
|
911
|
+
|
912
|
+
@property
|
913
|
+
def ValidCount(self):
|
914
|
+
return self._ValidCount
|
915
|
+
|
916
|
+
@ValidCount.setter
|
917
|
+
def ValidCount(self, ValidCount):
|
918
|
+
self._ValidCount = ValidCount
|
919
|
+
|
920
|
+
@property
|
921
|
+
def TooLongCount(self):
|
922
|
+
return self._TooLongCount
|
923
|
+
|
924
|
+
@TooLongCount.setter
|
925
|
+
def TooLongCount(self, TooLongCount):
|
926
|
+
self._TooLongCount = TooLongCount
|
927
|
+
|
928
|
+
@property
|
929
|
+
def EmptyEmailCount(self):
|
930
|
+
return self._EmptyEmailCount
|
931
|
+
|
932
|
+
@EmptyEmailCount.setter
|
933
|
+
def EmptyEmailCount(self, EmptyEmailCount):
|
934
|
+
self._EmptyEmailCount = EmptyEmailCount
|
935
|
+
|
936
|
+
@property
|
937
|
+
def RepeatCount(self):
|
938
|
+
return self._RepeatCount
|
939
|
+
|
940
|
+
@RepeatCount.setter
|
941
|
+
def RepeatCount(self, RepeatCount):
|
942
|
+
self._RepeatCount = RepeatCount
|
943
|
+
|
884
944
|
@property
|
885
945
|
def RequestId(self):
|
886
946
|
return self._RequestId
|
@@ -891,6 +951,11 @@ class CreateReceiverDetailWithDataResponse(AbstractModel):
|
|
891
951
|
|
892
952
|
|
893
953
|
def _deserialize(self, params):
|
954
|
+
self._TotalCount = params.get("TotalCount")
|
955
|
+
self._ValidCount = params.get("ValidCount")
|
956
|
+
self._TooLongCount = params.get("TooLongCount")
|
957
|
+
self._EmptyEmailCount = params.get("EmptyEmailCount")
|
958
|
+
self._RepeatCount = params.get("RepeatCount")
|
894
959
|
self._RequestId = params.get("RequestId")
|
895
960
|
|
896
961
|
|
@@ -2550,11 +2615,20 @@ class ListReceiverDetailsRequest(AbstractModel):
|
|
2550
2615
|
:type Limit: int
|
2551
2616
|
:param _Email: 收件人地址,长度0-50,示例:xxx@te.com,支持模糊查询
|
2552
2617
|
:type Email: str
|
2618
|
+
:param _CreateTimeBegin: 搜索开始时间
|
2619
|
+
:type CreateTimeBegin: str
|
2620
|
+
:param _CreateTimeEnd: 搜索结束时间
|
2621
|
+
:type CreateTimeEnd: str
|
2622
|
+
:param _Status: 1:有效,2:无效
|
2623
|
+
:type Status: int
|
2553
2624
|
"""
|
2554
2625
|
self._ReceiverId = None
|
2555
2626
|
self._Offset = None
|
2556
2627
|
self._Limit = None
|
2557
2628
|
self._Email = None
|
2629
|
+
self._CreateTimeBegin = None
|
2630
|
+
self._CreateTimeEnd = None
|
2631
|
+
self._Status = None
|
2558
2632
|
|
2559
2633
|
@property
|
2560
2634
|
def ReceiverId(self):
|
@@ -2588,12 +2662,39 @@ class ListReceiverDetailsRequest(AbstractModel):
|
|
2588
2662
|
def Email(self, Email):
|
2589
2663
|
self._Email = Email
|
2590
2664
|
|
2665
|
+
@property
|
2666
|
+
def CreateTimeBegin(self):
|
2667
|
+
return self._CreateTimeBegin
|
2668
|
+
|
2669
|
+
@CreateTimeBegin.setter
|
2670
|
+
def CreateTimeBegin(self, CreateTimeBegin):
|
2671
|
+
self._CreateTimeBegin = CreateTimeBegin
|
2672
|
+
|
2673
|
+
@property
|
2674
|
+
def CreateTimeEnd(self):
|
2675
|
+
return self._CreateTimeEnd
|
2676
|
+
|
2677
|
+
@CreateTimeEnd.setter
|
2678
|
+
def CreateTimeEnd(self, CreateTimeEnd):
|
2679
|
+
self._CreateTimeEnd = CreateTimeEnd
|
2680
|
+
|
2681
|
+
@property
|
2682
|
+
def Status(self):
|
2683
|
+
return self._Status
|
2684
|
+
|
2685
|
+
@Status.setter
|
2686
|
+
def Status(self, Status):
|
2687
|
+
self._Status = Status
|
2688
|
+
|
2591
2689
|
|
2592
2690
|
def _deserialize(self, params):
|
2593
2691
|
self._ReceiverId = params.get("ReceiverId")
|
2594
2692
|
self._Offset = params.get("Offset")
|
2595
2693
|
self._Limit = params.get("Limit")
|
2596
2694
|
self._Email = params.get("Email")
|
2695
|
+
self._CreateTimeBegin = params.get("CreateTimeBegin")
|
2696
|
+
self._CreateTimeEnd = params.get("CreateTimeEnd")
|
2697
|
+
self._Status = params.get("Status")
|
2597
2698
|
memeber_set = set(params.keys())
|
2598
2699
|
for name, value in vars(self).items():
|
2599
2700
|
property_name = name[1:]
|
@@ -2615,11 +2716,17 @@ class ListReceiverDetailsResponse(AbstractModel):
|
|
2615
2716
|
:type TotalCount: int
|
2616
2717
|
:param _Data: 数据记录
|
2617
2718
|
:type Data: list of ReceiverDetail
|
2719
|
+
:param _ValidCount: 有效邮件地址数
|
2720
|
+
:type ValidCount: int
|
2721
|
+
:param _InvalidCount: 无效邮件地址数
|
2722
|
+
:type InvalidCount: int
|
2618
2723
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2619
2724
|
:type RequestId: str
|
2620
2725
|
"""
|
2621
2726
|
self._TotalCount = None
|
2622
2727
|
self._Data = None
|
2728
|
+
self._ValidCount = None
|
2729
|
+
self._InvalidCount = None
|
2623
2730
|
self._RequestId = None
|
2624
2731
|
|
2625
2732
|
@property
|
@@ -2638,6 +2745,22 @@ class ListReceiverDetailsResponse(AbstractModel):
|
|
2638
2745
|
def Data(self, Data):
|
2639
2746
|
self._Data = Data
|
2640
2747
|
|
2748
|
+
@property
|
2749
|
+
def ValidCount(self):
|
2750
|
+
return self._ValidCount
|
2751
|
+
|
2752
|
+
@ValidCount.setter
|
2753
|
+
def ValidCount(self, ValidCount):
|
2754
|
+
self._ValidCount = ValidCount
|
2755
|
+
|
2756
|
+
@property
|
2757
|
+
def InvalidCount(self):
|
2758
|
+
return self._InvalidCount
|
2759
|
+
|
2760
|
+
@InvalidCount.setter
|
2761
|
+
def InvalidCount(self, InvalidCount):
|
2762
|
+
self._InvalidCount = InvalidCount
|
2763
|
+
|
2641
2764
|
@property
|
2642
2765
|
def RequestId(self):
|
2643
2766
|
return self._RequestId
|
@@ -2655,6 +2778,8 @@ class ListReceiverDetailsResponse(AbstractModel):
|
|
2655
2778
|
obj = ReceiverDetail()
|
2656
2779
|
obj._deserialize(item)
|
2657
2780
|
self._Data.append(obj)
|
2781
|
+
self._ValidCount = params.get("ValidCount")
|
2782
|
+
self._InvalidCount = params.get("InvalidCount")
|
2658
2783
|
self._RequestId = params.get("RequestId")
|
2659
2784
|
|
2660
2785
|
|
@@ -2937,6 +3062,9 @@ class ReceiverData(AbstractModel):
|
|
2937
3062
|
:type ReceiversStatus: int
|
2938
3063
|
:param _CreateTime: 创建时间,如:2021-09-28 16:40:35
|
2939
3064
|
:type CreateTime: str
|
3065
|
+
:param _InvalidCount: 无效收件人数量
|
3066
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3067
|
+
:type InvalidCount: int
|
2940
3068
|
"""
|
2941
3069
|
self._ReceiverId = None
|
2942
3070
|
self._ReceiversName = None
|
@@ -2944,6 +3072,7 @@ class ReceiverData(AbstractModel):
|
|
2944
3072
|
self._Desc = None
|
2945
3073
|
self._ReceiversStatus = None
|
2946
3074
|
self._CreateTime = None
|
3075
|
+
self._InvalidCount = None
|
2947
3076
|
|
2948
3077
|
@property
|
2949
3078
|
def ReceiverId(self):
|
@@ -2993,6 +3122,14 @@ class ReceiverData(AbstractModel):
|
|
2993
3122
|
def CreateTime(self, CreateTime):
|
2994
3123
|
self._CreateTime = CreateTime
|
2995
3124
|
|
3125
|
+
@property
|
3126
|
+
def InvalidCount(self):
|
3127
|
+
return self._InvalidCount
|
3128
|
+
|
3129
|
+
@InvalidCount.setter
|
3130
|
+
def InvalidCount(self, InvalidCount):
|
3131
|
+
self._InvalidCount = InvalidCount
|
3132
|
+
|
2996
3133
|
|
2997
3134
|
def _deserialize(self, params):
|
2998
3135
|
self._ReceiverId = params.get("ReceiverId")
|
@@ -3001,6 +3138,7 @@ class ReceiverData(AbstractModel):
|
|
3001
3138
|
self._Desc = params.get("Desc")
|
3002
3139
|
self._ReceiversStatus = params.get("ReceiversStatus")
|
3003
3140
|
self._CreateTime = params.get("CreateTime")
|
3141
|
+
self._InvalidCount = params.get("InvalidCount")
|
3004
3142
|
memeber_set = set(params.keys())
|
3005
3143
|
for name, value in vars(self).items():
|
3006
3144
|
property_name = name[1:]
|
@@ -3024,10 +3162,22 @@ class ReceiverDetail(AbstractModel):
|
|
3024
3162
|
:type CreateTime: str
|
3025
3163
|
:param _TemplateData: 模板参数
|
3026
3164
|
:type TemplateData: str
|
3165
|
+
:param _Reason: 无效原因
|
3166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3167
|
+
:type Reason: str
|
3168
|
+
:param _Status: 1:有效,2:无效
|
3169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3170
|
+
:type Status: int
|
3171
|
+
:param _EmailId: 收件人地址id
|
3172
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3173
|
+
:type EmailId: int
|
3027
3174
|
"""
|
3028
3175
|
self._Email = None
|
3029
3176
|
self._CreateTime = None
|
3030
3177
|
self._TemplateData = None
|
3178
|
+
self._Reason = None
|
3179
|
+
self._Status = None
|
3180
|
+
self._EmailId = None
|
3031
3181
|
|
3032
3182
|
@property
|
3033
3183
|
def Email(self):
|
@@ -3053,11 +3203,38 @@ class ReceiverDetail(AbstractModel):
|
|
3053
3203
|
def TemplateData(self, TemplateData):
|
3054
3204
|
self._TemplateData = TemplateData
|
3055
3205
|
|
3206
|
+
@property
|
3207
|
+
def Reason(self):
|
3208
|
+
return self._Reason
|
3209
|
+
|
3210
|
+
@Reason.setter
|
3211
|
+
def Reason(self, Reason):
|
3212
|
+
self._Reason = Reason
|
3213
|
+
|
3214
|
+
@property
|
3215
|
+
def Status(self):
|
3216
|
+
return self._Status
|
3217
|
+
|
3218
|
+
@Status.setter
|
3219
|
+
def Status(self, Status):
|
3220
|
+
self._Status = Status
|
3221
|
+
|
3222
|
+
@property
|
3223
|
+
def EmailId(self):
|
3224
|
+
return self._EmailId
|
3225
|
+
|
3226
|
+
@EmailId.setter
|
3227
|
+
def EmailId(self, EmailId):
|
3228
|
+
self._EmailId = EmailId
|
3229
|
+
|
3056
3230
|
|
3057
3231
|
def _deserialize(self, params):
|
3058
3232
|
self._Email = params.get("Email")
|
3059
3233
|
self._CreateTime = params.get("CreateTime")
|
3060
3234
|
self._TemplateData = params.get("TemplateData")
|
3235
|
+
self._Reason = params.get("Reason")
|
3236
|
+
self._Status = params.get("Status")
|
3237
|
+
self._EmailId = params.get("EmailId")
|
3061
3238
|
memeber_set = set(params.keys())
|
3062
3239
|
for name, value in vars(self).items():
|
3063
3240
|
property_name = name[1:]
|
@@ -200,6 +200,9 @@ INVALIDPARAMETERVALUE_TEMPLATEPARAMETERLENGTHLIMIT = 'InvalidParameterValue.Temp
|
|
200
200
|
# 模板内容存在敏感词,请参考[正文模板审核标准](https://cloud.tencent.com/document/product/382/39023)。
|
201
201
|
INVALIDPARAMETERVALUE_TEMPLATEWITHDIRTYWORDS = 'InvalidParameterValue.TemplateWithDirtyWords'
|
202
202
|
|
203
|
+
# 申请国内短信通知和营销短信模板不支持添加变量。可参考 [控制台说明](https://console.cloud.tencent.com/smsv2/csms-template),更多疑问可咨询 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)
|
204
|
+
INVALIDPARAMETERVALUE_UNSUPPORTEDTEMPLATEVARIABLE = 'InvalidParameterValue.UnsupportedTemplateVariable'
|
205
|
+
|
203
206
|
# 业务短信国家/地区日下发条数超过设定的上限,可自行到控制台应用管理>基础配置下调整国际港澳台短信发送限制。
|
204
207
|
LIMITEXCEEDED_APPCOUNTRYORREGIONDAILYLIMIT = 'LimitExceeded.AppCountryOrRegionDailyLimit'
|
205
208
|
|
@@ -116,6 +116,9 @@ FAILEDOPERATION_CERTIFICATESTATUSNOTALLOWDOWNLOAD = 'FailedOperation.Certificate
|
|
116
116
|
# 证书状态不允许重新申请。
|
117
117
|
FAILEDOPERATION_CERTIFICATESTATUSNOTALLOWRESUBMIT = 'FailedOperation.CertificateStatusNotAllowResubmit'
|
118
118
|
|
119
|
+
# 证书关联云资源查询任务ID无效
|
120
|
+
FAILEDOPERATION_CERTIFICATESYNCTASKIDINVALID = 'FailedOperation.CertificateSyncTaskIdInvalid'
|
121
|
+
|
119
122
|
# 无法查到当前证书类型详情。
|
120
123
|
FAILEDOPERATION_CERTIFICATETYPEINFONOTFOUND = 'FailedOperation.CertificateTypeInfoNotFound'
|
121
124
|
|
@@ -1316,6 +1316,9 @@ class Certificates(AbstractModel):
|
|
1316
1316
|
:param _SupportDownloadType: 支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other
|
1317
1317
|
注意:此字段可能返回 null,表示取不到有效值。
|
1318
1318
|
:type SupportDownloadType: :class:`tencentcloud.ssl.v20191205.models.SupportDownloadType`
|
1319
|
+
:param _CertRevokedTime: 证书吊销完成时间
|
1320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1321
|
+
:type CertRevokedTime: str
|
1319
1322
|
"""
|
1320
1323
|
self._OwnerUin = None
|
1321
1324
|
self._ProjectId = None
|
@@ -1370,6 +1373,7 @@ class Certificates(AbstractModel):
|
|
1370
1373
|
self._IsPackage = None
|
1371
1374
|
self._KeyPasswordCustomFlag = None
|
1372
1375
|
self._SupportDownloadType = None
|
1376
|
+
self._CertRevokedTime = None
|
1373
1377
|
|
1374
1378
|
@property
|
1375
1379
|
def OwnerUin(self):
|
@@ -1795,6 +1799,14 @@ class Certificates(AbstractModel):
|
|
1795
1799
|
def SupportDownloadType(self, SupportDownloadType):
|
1796
1800
|
self._SupportDownloadType = SupportDownloadType
|
1797
1801
|
|
1802
|
+
@property
|
1803
|
+
def CertRevokedTime(self):
|
1804
|
+
return self._CertRevokedTime
|
1805
|
+
|
1806
|
+
@CertRevokedTime.setter
|
1807
|
+
def CertRevokedTime(self, CertRevokedTime):
|
1808
|
+
self._CertRevokedTime = CertRevokedTime
|
1809
|
+
|
1798
1810
|
|
1799
1811
|
def _deserialize(self, params):
|
1800
1812
|
self._OwnerUin = params.get("OwnerUin")
|
@@ -1863,6 +1875,7 @@ class Certificates(AbstractModel):
|
|
1863
1875
|
if params.get("SupportDownloadType") is not None:
|
1864
1876
|
self._SupportDownloadType = SupportDownloadType()
|
1865
1877
|
self._SupportDownloadType._deserialize(params.get("SupportDownloadType"))
|
1878
|
+
self._CertRevokedTime = params.get("CertRevokedTime")
|
1866
1879
|
memeber_set = set(params.keys())
|
1867
1880
|
for name, value in vars(self).items():
|
1868
1881
|
property_name = name[1:]
|
@@ -395,7 +395,7 @@ class SslClient(AbstractClient):
|
|
395
395
|
|
396
396
|
|
397
397
|
def DescribeCertificateBindResourceTaskDetail(self, request):
|
398
|
-
"""查询CreateCertificateBindResourceSyncTask任务结果, 返回证书关联云资源异步任务结果, 支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne
|
398
|
+
"""查询CreateCertificateBindResourceSyncTask任务结果, 返回证书关联云资源异步任务结果, 支持以下云资源:clb、cdn、waf、live、vod、ddos、tke、apigateway、tcb、teo(edgeOne)、cos
|
399
399
|
|
400
400
|
:param request: Request instance for DescribeCertificateBindResourceTaskDetail.
|
401
401
|
:type request: :class:`tencentcloud.ssl.v20191205.models.DescribeCertificateBindResourceTaskDetailRequest`
|