tencentcloud-sdk-python 3.0.1221__py2.py3-none-any.whl → 3.0.1223__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/ams/v20201229/models.py +24 -0
- tencentcloud/asr/v20190614/asr_client.py +96 -0
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +618 -0
- tencentcloud/batch/v20170312/models.py +1 -1
- tencentcloud/bi/v20220105/models.py +13 -0
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +188 -0
- tencentcloud/cdwdoris/v20211228/models.py +69 -2
- tencentcloud/cfg/v20210820/models.py +168 -0
- tencentcloud/cfw/v20190904/cfw_client.py +23 -0
- tencentcloud/cfw/v20190904/models.py +70 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +47 -1
- tencentcloud/clb/v20180317/models.py +67 -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/cvm/v20170312/models.py +7 -5
- tencentcloud/cwp/v20180228/models.py +1 -12
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +46 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +354 -6
- tencentcloud/dasb/v20191018/models.py +25 -0
- tencentcloud/dbbrain/v20210527/models.py +2 -2
- tencentcloud/dc/v20180410/dc_client.py +3 -4
- tencentcloud/dc/v20180410/models.py +78 -18
- tencentcloud/dcdb/v20180411/dcdb_client.py +23 -0
- tencentcloud/dcdb/v20180411/models.py +82 -0
- tencentcloud/emr/v20190103/emr_client.py +24 -0
- tencentcloud/emr/v20190103/models.py +82 -0
- tencentcloud/es/v20180416/es_client.py +23 -0
- tencentcloud/es/v20180416/models.py +94 -0
- tencentcloud/essbasic/v20210526/models.py +20 -12
- tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +52 -0
- tencentcloud/hunyuan/v20230901/models.py +361 -1
- tencentcloud/ims/v20201229/ims_client.py +2 -2
- tencentcloud/iss/v20230517/models.py +28 -0
- tencentcloud/lke/v20231130/models.py +224 -2
- tencentcloud/mariadb/v20170312/errorcodes.py +3 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +23 -0
- tencentcloud/mariadb/v20170312/models.py +82 -0
- tencentcloud/oceanus/v20190422/models.py +13 -0
- tencentcloud/ocr/v20181119/models.py +1 -2
- tencentcloud/ocr/v20181119/ocr_client.py +8 -2
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/scf/v20180416/models.py +7 -8
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/sms/v20190711/errorcodes.py +3 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/tdmq/v20200217/models.py +117 -0
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +12 -0
- tencentcloud/tmt/v20180321/models.py +1 -1
- tencentcloud/trocket/v20230308/models.py +52 -0
- tencentcloud/vclm/v20240523/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +34 -0
- tencentcloud/wedata/v20210820/models.py +265 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/RECORD +69 -64
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1221.dist-info → tencentcloud_sdk_python-3.0.1223.dist-info}/top_level.txt +0 -0
@@ -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:]
|
@@ -179,6 +179,9 @@ INVALIDPARAMETERVALUE_TEMPLATEPARAMETERFORMATERROR = 'InvalidParameterValue.Temp
|
|
179
179
|
# 单个模板变量字符数超过规定的限制数。您可以参考 <a href="https://cloud.tencent.com/document/product/382/39023#.E5.8F.98.E9.87.8F.E8.A7.84.E8.8C.83.5B.5D(id.3Avariable)">正文模板审核标准</a>下变量规范中关于长度的描述,对于长期未使用的账号及2024年1月25日后开通新账号默认最长支持6个字符,您的账号具体可支持字符长度以<a href="https://console.cloud.tencent.com/smsv2/csms-template/create">控制台显示为准</a>。更多疑问可联系 <a href="https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81">腾讯云短信小助手</a> 。
|
180
180
|
INVALIDPARAMETERVALUE_TEMPLATEPARAMETERLENGTHLIMIT = 'InvalidParameterValue.TemplateParameterLengthLimit'
|
181
181
|
|
182
|
+
# 申请国内短信通知和营销短信模板不支持添加变量。可参考 [控制台说明](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)
|
183
|
+
INVALIDPARAMETERVALUE_UNSUPPORTEDTEMPLATEVARIABLE = 'InvalidParameterValue.UnsupportedTemplateVariable'
|
184
|
+
|
182
185
|
# 业务短信国家/地区日下发条数超过设定的上限,可自行到控制台应用管理>基础配置下调整国际港澳台短信发送限制。
|
183
186
|
LIMITEXCEEDED_APPCOUNTRYORREGIONDAILYLIMIT = 'LimitExceeded.AppCountryOrRegionDailyLimit'
|
184
187
|
|
@@ -213,7 +213,7 @@ class AddSmsSignResponse(AbstractModel):
|
|
213
213
|
r"""
|
214
214
|
:param _AddSignStatus: 添加签名响应
|
215
215
|
:type AddSignStatus: :class:`tencentcloud.sms.v20190711.models.AddSignStatus`
|
216
|
-
:param _RequestId: 唯一请求 ID
|
216
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
217
217
|
:type RequestId: str
|
218
218
|
"""
|
219
219
|
self._AddSignStatus = None
|
@@ -254,7 +254,8 @@ class AddSmsTemplateRequest(AbstractModel):
|
|
254
254
|
:type TemplateName: str
|
255
255
|
:param _TemplateContent: 模板内容。
|
256
256
|
:type TemplateContent: str
|
257
|
-
:param _SmsType: 短信类型,
|
257
|
+
:param _SmsType: 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
|
258
|
+
注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
|
258
259
|
:type SmsType: int
|
259
260
|
:param _International: 是否国际/港澳台短信:
|
260
261
|
0:表示国内短信。
|
@@ -335,7 +336,7 @@ class AddSmsTemplateResponse(AbstractModel):
|
|
335
336
|
r"""
|
336
337
|
:param _AddTemplateStatus: 添加短信模板响应包体
|
337
338
|
:type AddTemplateStatus: :class:`tencentcloud.sms.v20190711.models.AddTemplateStatus`
|
338
|
-
:param _RequestId: 唯一请求 ID
|
339
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
339
340
|
:type RequestId: str
|
340
341
|
"""
|
341
342
|
self._AddTemplateStatus = None
|
@@ -620,7 +621,7 @@ class CallbackStatusStatisticsResponse(AbstractModel):
|
|
620
621
|
r"""
|
621
622
|
:param _CallbackStatusStatistics: 回执数据统计响应包体。
|
622
623
|
:type CallbackStatusStatistics: :class:`tencentcloud.sms.v20190711.models.CallbackStatusStatistics`
|
623
|
-
:param _RequestId: 唯一请求 ID
|
624
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
624
625
|
:type RequestId: str
|
625
626
|
"""
|
626
627
|
self._CallbackStatusStatistics = None
|
@@ -739,7 +740,7 @@ class DeleteSmsSignResponse(AbstractModel):
|
|
739
740
|
r"""
|
740
741
|
:param _DeleteSignStatus: 删除签名响应
|
741
742
|
:type DeleteSignStatus: :class:`tencentcloud.sms.v20190711.models.DeleteSignStatus`
|
742
|
-
:param _RequestId: 唯一请求 ID
|
743
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
743
744
|
:type RequestId: str
|
744
745
|
"""
|
745
746
|
self._DeleteSignStatus = None
|
@@ -811,7 +812,7 @@ class DeleteSmsTemplateResponse(AbstractModel):
|
|
811
812
|
r"""
|
812
813
|
:param _DeleteTemplateStatus: 删除模板响应
|
813
814
|
:type DeleteTemplateStatus: :class:`tencentcloud.sms.v20190711.models.DeleteTemplateStatus`
|
814
|
-
:param _RequestId: 唯一请求 ID
|
815
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
815
816
|
:type RequestId: str
|
816
817
|
"""
|
817
818
|
self._DeleteTemplateStatus = None
|
@@ -899,10 +900,7 @@ class DescribeSignListStatus(AbstractModel):
|
|
899
900
|
0:表示国内短信。
|
900
901
|
1:表示国际/港澳台短信。
|
901
902
|
:type International: int
|
902
|
-
:param _StatusCode:
|
903
|
-
0:表示审核通过。
|
904
|
-
1:表示审核中。
|
905
|
-
-1:表示审核未通过或审核失败。
|
903
|
+
:param _StatusCode: 申请签名状态。其中0表示审核通过且已生效,1表示审核中,2表示审核通过待生效,-1表示审核未通过或审核失败。
|
906
904
|
:type StatusCode: int
|
907
905
|
:param _ReviewReply: 审核回复,审核人员审核后给出的回复,通常是审核未通过的原因。
|
908
906
|
:type ReviewReply: str
|
@@ -1040,7 +1038,7 @@ class DescribeSmsSignListResponse(AbstractModel):
|
|
1040
1038
|
r"""
|
1041
1039
|
:param _DescribeSignListStatusSet: 获取签名信息响应
|
1042
1040
|
:type DescribeSignListStatusSet: list of DescribeSignListStatus
|
1043
|
-
:param _RequestId: 唯一请求 ID
|
1041
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1044
1042
|
:type RequestId: str
|
1045
1043
|
"""
|
1046
1044
|
self._DescribeSignListStatusSet = None
|
@@ -1129,7 +1127,7 @@ class DescribeSmsTemplateListResponse(AbstractModel):
|
|
1129
1127
|
r"""
|
1130
1128
|
:param _DescribeTemplateStatusSet: 获取短信模板信息响应
|
1131
1129
|
:type DescribeTemplateStatusSet: list of DescribeTemplateListStatus
|
1132
|
-
:param _RequestId: 唯一请求 ID
|
1130
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1133
1131
|
:type RequestId: str
|
1134
1132
|
"""
|
1135
1133
|
self._DescribeTemplateStatusSet = None
|
@@ -1464,7 +1462,7 @@ class ModifySmsSignResponse(AbstractModel):
|
|
1464
1462
|
r"""
|
1465
1463
|
:param _ModifySignStatus: 修改签名响应
|
1466
1464
|
:type ModifySignStatus: :class:`tencentcloud.sms.v20190711.models.ModifySignStatus`
|
1467
|
-
:param _RequestId: 唯一请求 ID
|
1465
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1468
1466
|
:type RequestId: str
|
1469
1467
|
"""
|
1470
1468
|
self._ModifySignStatus = None
|
@@ -1507,7 +1505,8 @@ class ModifySmsTemplateRequest(AbstractModel):
|
|
1507
1505
|
:type TemplateName: str
|
1508
1506
|
:param _TemplateContent: 新的模板内容。
|
1509
1507
|
:type TemplateContent: str
|
1510
|
-
:param _SmsType: 短信类型,
|
1508
|
+
:param _SmsType: 短信类型,1表示营销短信,2表示通知短信,3表示验证码短信。
|
1509
|
+
注:原“普通短信”类型模板目前仍支持提交申请,为进一步提升短信发送质量、提高短信模板审核通过率,建议按“通知短信”类型或“验证码短信”类型申请新增模板,可参考[关于腾讯云短信模板类型优化公告](https://cloud.tencent.com/document/product/382/106171)。
|
1511
1510
|
:type SmsType: int
|
1512
1511
|
:param _International: 是否国际/港澳台短信:
|
1513
1512
|
0:表示国内短信。
|
@@ -1598,7 +1597,7 @@ class ModifySmsTemplateResponse(AbstractModel):
|
|
1598
1597
|
r"""
|
1599
1598
|
:param _ModifyTemplateStatus: 修改模板参数响应
|
1600
1599
|
:type ModifyTemplateStatus: :class:`tencentcloud.sms.v20190711.models.ModifyTemplateStatus`
|
1601
|
-
:param _RequestId: 唯一请求 ID
|
1600
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1602
1601
|
:type RequestId: str
|
1603
1602
|
"""
|
1604
1603
|
self._ModifyTemplateStatus = None
|
@@ -1870,7 +1869,7 @@ class PullSmsReplyStatusByPhoneNumberResponse(AbstractModel):
|
|
1870
1869
|
r"""
|
1871
1870
|
:param _PullSmsReplyStatusSet: 回复状态响应集合。
|
1872
1871
|
:type PullSmsReplyStatusSet: list of PullSmsReplyStatus
|
1873
|
-
:param _RequestId: 唯一请求 ID
|
1872
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1874
1873
|
:type RequestId: str
|
1875
1874
|
"""
|
1876
1875
|
self._PullSmsReplyStatusSet = None
|
@@ -1957,7 +1956,7 @@ class PullSmsReplyStatusResponse(AbstractModel):
|
|
1957
1956
|
r"""
|
1958
1957
|
:param _PullSmsReplyStatusSet: 回复状态响应集合。
|
1959
1958
|
:type PullSmsReplyStatusSet: list of PullSmsReplyStatus
|
1960
|
-
:param _RequestId: 唯一请求 ID
|
1959
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1961
1960
|
:type RequestId: str
|
1962
1961
|
"""
|
1963
1962
|
self._PullSmsReplyStatusSet = None
|
@@ -2211,7 +2210,7 @@ class PullSmsSendStatusByPhoneNumberResponse(AbstractModel):
|
|
2211
2210
|
r"""
|
2212
2211
|
:param _PullSmsSendStatusSet: 下发状态响应集合。
|
2213
2212
|
:type PullSmsSendStatusSet: list of PullSmsSendStatus
|
2214
|
-
:param _RequestId: 唯一请求 ID
|
2213
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2215
2214
|
:type RequestId: str
|
2216
2215
|
"""
|
2217
2216
|
self._PullSmsSendStatusSet = None
|
@@ -2298,7 +2297,7 @@ class PullSmsSendStatusResponse(AbstractModel):
|
|
2298
2297
|
r"""
|
2299
2298
|
:param _PullSmsSendStatusSet: 下发状态响应集合。
|
2300
2299
|
:type PullSmsSendStatusSet: list of PullSmsSendStatus
|
2301
|
-
:param _RequestId: 唯一请求 ID
|
2300
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2302
2301
|
:type RequestId: str
|
2303
2302
|
"""
|
2304
2303
|
self._PullSmsSendStatusSet = None
|
@@ -2458,7 +2457,7 @@ class SendSmsResponse(AbstractModel):
|
|
2458
2457
|
r"""
|
2459
2458
|
:param _SendStatusSet: 短信发送状态。
|
2460
2459
|
:type SendStatusSet: list of SendStatus
|
2461
|
-
:param _RequestId: 唯一请求 ID
|
2460
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2462
2461
|
:type RequestId: str
|
2463
2462
|
"""
|
2464
2463
|
self._SendStatusSet = None
|
@@ -2746,7 +2745,7 @@ class SendStatusStatisticsResponse(AbstractModel):
|
|
2746
2745
|
r"""
|
2747
2746
|
:param _SendStatusStatistics: 发送数据统计响应包体。
|
2748
2747
|
:type SendStatusStatistics: :class:`tencentcloud.sms.v20190711.models.SendStatusStatistics`
|
2749
|
-
:param _RequestId: 唯一请求 ID
|
2748
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2750
2749
|
:type RequestId: str
|
2751
2750
|
"""
|
2752
2751
|
self._SendStatusStatistics = None
|
@@ -2984,7 +2983,7 @@ class SmsPackagesStatisticsResponse(AbstractModel):
|
|
2984
2983
|
r"""
|
2985
2984
|
:param _SmsPackagesStatisticsSet: 发送数据统计响应包体。
|
2986
2985
|
:type SmsPackagesStatisticsSet: list of SmsPackagesStatistics
|
2987
|
-
:param _RequestId: 唯一请求 ID
|
2986
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2988
2987
|
:type RequestId: str
|
2989
2988
|
"""
|
2990
2989
|
self._SmsPackagesStatisticsSet = None
|