tencentcloud-sdk-nodejs-intl-en 3.0.1394 → 3.0.1396

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.
@@ -105,6 +105,7 @@ const AiRecognitionTaskAsrWordsSegmentItem = models.AiRecognitionTaskAsrWordsSeg
105
105
  const ParseLiveStreamProcessNotificationResponse = models.ParseLiveStreamProcessNotificationResponse;
106
106
  const SubtitleShadowConfig = models.SubtitleShadowConfig;
107
107
  const SmartEraseTaskResult = models.SmartEraseTaskResult;
108
+ const SmartSubtitleTaskFullTextSegmentItem = models.SmartSubtitleTaskFullTextSegmentItem;
108
109
  const AiRecognitionTaskInput = models.AiRecognitionTaskInput;
109
110
  const SmartSubtitleTaskTextResultOutput = models.SmartSubtitleTaskTextResultOutput;
110
111
  const AiAnalysisTaskFrameTagResult = models.AiAnalysisTaskFrameTagResult;
@@ -127,6 +128,7 @@ const TimeSpotCheck = models.TimeSpotCheck;
127
128
  const TextWatermarkTemplateInputForUpdate = models.TextWatermarkTemplateInputForUpdate;
128
129
  const SubtitleTransResultItem = models.SubtitleTransResultItem;
129
130
  const AiReviewTerrorismOcrTaskInput = models.AiReviewTerrorismOcrTaskInput;
131
+ const AddOnAudio = models.AddOnAudio;
130
132
  const AiRecognitionTaskOcrWordsResultInput = models.AiRecognitionTaskOcrWordsResultInput;
131
133
  const CreateQualityControlTemplateResponse = models.CreateQualityControlTemplateResponse;
132
134
  const AiAnalysisTaskReelInput = models.AiAnalysisTaskReelInput;
@@ -1950,7 +1952,7 @@ This API is used to create an orchestration, which is in disable status by defau
1950
1952
  }
1951
1953
 
1952
1954
  /**
1953
- * This API is used to create AIGC audio generation tasks.
1955
+ * This API is used to create AI audio generation tasks.
1954
1956
  * @param {CreateAigcAudioTaskRequest} req
1955
1957
  * @param {function(string, CreateAigcAudioTaskResponse):void} cb
1956
1958
  * @public
@@ -1995,7 +1997,7 @@ Instead of initiating a video processing task, this API is used to help generate
1995
1997
  }
1996
1998
 
1997
1999
  /**
1998
- * This API is used to query the progress of AIGC audio generation tasks and obtain the generation results.
2000
+ * This API is used to query the progress of AIGC video generation tasks and obtain the generation results.
1999
2001
  * @param {DescribeAigcAudioTaskRequest} req
2000
2002
  * @param {function(string, DescribeAigcAudioTaskResponse):void} cb
2001
2003
  * @public
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20181225: require("./v20181225"), v20210331: require("./v20210331"),
2
+ v20210331: require("./v20210331"), v20181225: require("./v20181225"),
3
3
  };
@@ -1021,7 +1021,7 @@ class SendEmailRequest extends AbstractModel {
1021
1021
  this.FromEmailAddress = null;
1022
1022
 
1023
1023
  /**
1024
- * <p>Email Subject</p>
1024
+ * <p>Email Subject</p><p>When using templates to send, support using template variable parameters for population.</p>
1025
1025
  * @type {string || null}
1026
1026
  */
1027
1027
  this.Subject = null;
@@ -1152,19 +1152,19 @@ class UpdateEmailIdentityRequest extends AbstractModel {
1152
1152
  super();
1153
1153
 
1154
1154
  /**
1155
- * Domain to be verified.
1155
+ * <p>Domain name for request verification</p>
1156
1156
  * @type {string || null}
1157
1157
  */
1158
1158
  this.EmailIdentity = null;
1159
1159
 
1160
1160
  /**
1161
- * The DKIMOption parameter is effective or not
1161
+ * <p>Match the new and old APIs in the console</p>
1162
1162
  * @type {boolean || null}
1163
1163
  */
1164
1164
  this.NewAPI = null;
1165
1165
 
1166
1166
  /**
1167
- * dkim option, 0: 1024, 1: 2048, 2: both
1167
+ * <p>dkim digits</p><p>Enumeration value:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: Dual signature</li></ul>
1168
1168
  * @type {number || null}
1169
1169
  */
1170
1170
  this.DKIMOption = null;
@@ -1355,79 +1355,79 @@ class AbuseReport extends AbstractModel {
1355
1355
  super();
1356
1356
 
1357
1357
  /**
1358
- * Send time.
1358
+ * <p>Send time</p>
1359
1359
  * @type {string || null}
1360
1360
  */
1361
1361
  this.DeliverTime = null;
1362
1362
 
1363
1363
  /**
1364
- * Sender address.
1364
+ * <p>Sender address</p>
1365
1365
  * @type {string || null}
1366
1366
  */
1367
1367
  this.OriginalMailFrom = null;
1368
1368
 
1369
1369
  /**
1370
- * Receive email.
1370
+ * <p>Receive email address</p>
1371
1371
  * @type {string || null}
1372
1372
  */
1373
1373
  this.OriginalRcptTo = null;
1374
1374
 
1375
1375
  /**
1376
- * Sender domain name.
1376
+ * <p>Sender domain name</p>
1377
1377
  * @type {string || null}
1378
1378
  */
1379
1379
  this.FromDomain = null;
1380
1380
 
1381
1381
  /**
1382
- * Complaint time.
1382
+ * <p>Complaint time</p>
1383
1383
  * @type {string || null}
1384
1384
  */
1385
1385
  this.ComplainTime = null;
1386
1386
 
1387
1387
  /**
1388
- * Recipient domain name.
1388
+ * <p>Recipient domain name</p>
1389
1389
  * @type {string || null}
1390
1390
  */
1391
1391
  this.Mta = null;
1392
1392
 
1393
1393
  /**
1394
- * Source IP
1394
+ * <p>Source ip</p>
1395
1395
  * @type {string || null}
1396
1396
  */
1397
1397
  this.SourceIp = null;
1398
1398
 
1399
1399
  /**
1400
- * Data time.
1400
+ * <p>Data time</p>
1401
1401
  * @type {string || null}
1402
1402
  */
1403
1403
  this.InsertTime = null;
1404
1404
 
1405
1405
  /**
1406
- * Template ID
1406
+ * <p>Template ID</p>
1407
1407
  * @type {string || null}
1408
1408
  */
1409
1409
  this.TemplateId = null;
1410
1410
 
1411
1411
  /**
1412
- * bulkId
1412
+ * <p>bulkId</p>
1413
1413
  * @type {string || null}
1414
1414
  */
1415
1415
  this.BulkId = null;
1416
1416
 
1417
1417
  /**
1418
- * Message-Id in mail.
1418
+ * <p>Message-Id of the mail</p>
1419
1419
  * @type {string || null}
1420
1420
  */
1421
1421
  this.MessageId = null;
1422
1422
 
1423
1423
  /**
1424
- * Complaint time.
1424
+ * <p>Complaint time</p>
1425
1425
  * @type {string || null}
1426
1426
  */
1427
1427
  this.AbuseTime = null;
1428
1428
 
1429
1429
  /**
1430
- * Email subject.
1430
+ * <p>Email Subject</p>
1431
1431
  * @type {string || null}
1432
1432
  */
1433
1433
  this.Subject = null;
@@ -2130,23 +2130,35 @@ class GetEmailIdentityResponse extends AbstractModel {
2130
2130
  super();
2131
2131
 
2132
2132
  /**
2133
- * Verification type. The value is fixed to `DOMAIN`.
2133
+ * <p>Validation type. Fixed value: DOMAIN</p>
2134
2134
  * @type {string || null}
2135
2135
  */
2136
2136
  this.IdentityType = null;
2137
2137
 
2138
2138
  /**
2139
- * Verification passed or not.
2139
+ * <p>Whether verified</p>
2140
2140
  * @type {boolean || null}
2141
2141
  */
2142
2142
  this.VerifiedForSendingStatus = null;
2143
2143
 
2144
2144
  /**
2145
- * DNS configuration details.
2145
+ * <p>DNS configuration detail</p>
2146
2146
  * @type {Array.<DNSAttributes> || null}
2147
2147
  */
2148
2148
  this.Attributes = null;
2149
2149
 
2150
+ /**
2151
+ * <p>dkim key length</p><p>Enumeration value:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: both</li></ul>
2152
+ * @type {number || null}
2153
+ */
2154
+ this.DKIMOption = null;
2155
+
2156
+ /**
2157
+ * <p>tag</p>
2158
+ * @type {Array.<TagList> || null}
2159
+ */
2160
+ this.TagList = null;
2161
+
2150
2162
  /**
2151
2163
  * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2152
2164
  * @type {string || null}
@@ -2173,6 +2185,16 @@ class GetEmailIdentityResponse extends AbstractModel {
2173
2185
  this.Attributes.push(obj);
2174
2186
  }
2175
2187
  }
2188
+ this.DKIMOption = 'DKIMOption' in params ? params.DKIMOption : null;
2189
+
2190
+ if (params.TagList) {
2191
+ this.TagList = new Array();
2192
+ for (let z in params.TagList) {
2193
+ let obj = new TagList();
2194
+ obj.deserialize(params.TagList[z]);
2195
+ this.TagList.push(obj);
2196
+ }
2197
+ }
2176
2198
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
2177
2199
 
2178
2200
  }
@@ -2399,7 +2421,7 @@ class GetEmailIdentityRequest extends AbstractModel {
2399
2421
  super();
2400
2422
 
2401
2423
  /**
2402
- * Sender domain.
2424
+ * <p>Sender domain name</p>
2403
2425
  * @type {string || null}
2404
2426
  */
2405
2427
  this.EmailIdentity = null;
@@ -2561,19 +2583,19 @@ class CreateEmailIdentityRequest extends AbstractModel {
2561
2583
  super();
2562
2584
 
2563
2585
  /**
2564
- * Your sender domain. You are advised to use a third-level domain, for example, mail.qcloud.com.
2586
+ * <p>For your sender domain name, recommend using a level 3 or higher domain name. Example: mail.qcloud.com.</p>
2565
2587
  * @type {string || null}
2566
2588
  */
2567
2589
  this.EmailIdentity = null;
2568
2590
 
2569
2591
  /**
2570
- * Generated dkim key length. valid values: 0 (1024), 1 (2048).
2592
+ * <p>Generated dkim key length. 0:1024, 1:2048</p>
2571
2593
  * @type {number || null}
2572
2594
  */
2573
2595
  this.DKIMOption = null;
2574
2596
 
2575
2597
  /**
2576
- * tag.
2598
+ * <p>tag</p>
2577
2599
  * @type {Array.<TagList> || null}
2578
2600
  */
2579
2601
  this.TagList = null;
@@ -3225,23 +3247,29 @@ class CreateEmailIdentityResponse extends AbstractModel {
3225
3247
  super();
3226
3248
 
3227
3249
  /**
3228
- * Verification type. The value is fixed to `DOMAIN`.
3250
+ * <p>Validation type. Fixed value: DOMAIN</p>
3229
3251
  * @type {string || null}
3230
3252
  */
3231
3253
  this.IdentityType = null;
3232
3254
 
3233
3255
  /**
3234
- * Verification passed or not.
3256
+ * <p>Whether verified</p>
3235
3257
  * @type {boolean || null}
3236
3258
  */
3237
3259
  this.VerifiedForSendingStatus = null;
3238
3260
 
3239
3261
  /**
3240
- * DNS information that needs to be configured.
3262
+ * <p>DNS information needs to be configured</p>
3241
3263
  * @type {Array.<DNSAttributes> || null}
3242
3264
  */
3243
3265
  this.Attributes = null;
3244
3266
 
3267
+ /**
3268
+ * <p>dkim digits</p><p>Enumeration value:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: Dual signature</li></ul>
3269
+ * @type {number || null}
3270
+ */
3271
+ this.DKIMOption = null;
3272
+
3245
3273
  /**
3246
3274
  * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3247
3275
  * @type {string || null}
@@ -3268,6 +3296,7 @@ class CreateEmailIdentityResponse extends AbstractModel {
3268
3296
  this.Attributes.push(obj);
3269
3297
  }
3270
3298
  }
3299
+ this.DKIMOption = 'DKIMOption' in params ? params.DKIMOption : null;
3271
3300
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
3272
3301
 
3273
3302
  }
@@ -3434,7 +3463,7 @@ class BatchSendEmailRequest extends AbstractModel {
3434
3463
  this.ReceiverId = null;
3435
3464
 
3436
3465
  /**
3437
- * <p>Email Subject</p>
3466
+ * <p>Email Subject</p><p>When sending with templates, supports the use of template variable parameters for fill</p>
3438
3467
  * @type {string || null}
3439
3468
  */
3440
3469
  this.Subject = null;
@@ -3843,49 +3872,49 @@ class Volume extends AbstractModel {
3843
3872
  super();
3844
3873
 
3845
3874
  /**
3846
- * Date
3875
+ * <p>Date</p>
3847
3876
  * @type {string || null}
3848
3877
  */
3849
3878
  this.SendDate = null;
3850
3879
 
3851
3880
  /**
3852
- * Number of email requests.
3881
+ * <p>Request quantity by email</p>
3853
3882
  * @type {number || null}
3854
3883
  */
3855
3884
  this.RequestCount = null;
3856
3885
 
3857
3886
  /**
3858
- * Number of email requests accepted by Tencent Cloud.
3887
+ * <p>Tencent Cloud pass count</p>
3859
3888
  * @type {number || null}
3860
3889
  */
3861
3890
  this.AcceptedCount = null;
3862
3891
 
3863
3892
  /**
3864
- * Number of delivered emails.
3893
+ * <p>Delivery quantity</p>
3865
3894
  * @type {number || null}
3866
3895
  */
3867
3896
  this.DeliveredCount = null;
3868
3897
 
3869
3898
  /**
3870
- * Number of users (deduplicated) who opened emails.
3899
+ * <p>Total number of times emails were opened</p>
3871
3900
  * @type {number || null}
3872
3901
  */
3873
3902
  this.OpenedCount = null;
3874
3903
 
3875
3904
  /**
3876
- * Number of recipients who clicked on links in emails.
3905
+ * <p>Number of users who clicked the link in the mail</p>
3877
3906
  * @type {number || null}
3878
3907
  */
3879
3908
  this.ClickedCount = null;
3880
3909
 
3881
3910
  /**
3882
- * Number of bounced emails.
3911
+ * <p>Bounced count</p>
3883
3912
  * @type {number || null}
3884
3913
  */
3885
3914
  this.BounceCount = null;
3886
3915
 
3887
3916
  /**
3888
- * Number of users for unsubscription.
3917
+ * <p>Number of users for unsubscription</p>
3889
3918
  * @type {number || null}
3890
3919
  */
3891
3920
  this.UnsubscribeCount = null;
@@ -4032,25 +4061,25 @@ class UpdateEmailIdentityResponse extends AbstractModel {
4032
4061
  super();
4033
4062
 
4034
4063
  /**
4035
- * Verification type. The value is fixed to `DOMAIN`.
4064
+ * <p>Validation type. Fixed value: DOMAIN</p>
4036
4065
  * @type {string || null}
4037
4066
  */
4038
4067
  this.IdentityType = null;
4039
4068
 
4040
4069
  /**
4041
- * Verification passed or not.
4070
+ * <p>Whether verified</p>
4042
4071
  * @type {boolean || null}
4043
4072
  */
4044
4073
  this.VerifiedForSendingStatus = null;
4045
4074
 
4046
4075
  /**
4047
- * DNS information that needs to be configured.
4076
+ * <p>DNS information needs to be configured</p>
4048
4077
  * @type {Array.<DNSAttributes> || null}
4049
4078
  */
4050
4079
  this.Attributes = null;
4051
4080
 
4052
4081
  /**
4053
- * dkim option, 0: 1024, 1: 2048, 2: both
4082
+ * <p>dkim digits</p><p>Enumeration value:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: Dual signature</li></ul>
4054
4083
  * @type {number || null}
4055
4084
  */
4056
4085
  this.DKIMOption = null;
@@ -4258,47 +4287,53 @@ class EmailIdentity extends AbstractModel {
4258
4287
  super();
4259
4288
 
4260
4289
  /**
4261
- * Sender domain.
4290
+ * <p>Sender domain name</p>
4262
4291
  * @type {string || null}
4263
4292
  */
4264
4293
  this.IdentityName = null;
4265
4294
 
4266
4295
  /**
4267
- * Verification type. The value is fixed to `DOMAIN`.
4296
+ * <p>Validation type, fixed as DOMAIN</p>
4268
4297
  * @type {string || null}
4269
4298
  */
4270
4299
  this.IdentityType = null;
4271
4300
 
4272
4301
  /**
4273
- * Verification passed or not.
4302
+ * <p>Whether verified</p>
4274
4303
  * @type {boolean || null}
4275
4304
  */
4276
4305
  this.SendingEnabled = null;
4277
4306
 
4278
4307
  /**
4279
- * Current reputation level
4308
+ * <p>Current reputation level</p>
4280
4309
  * @type {number || null}
4281
4310
  */
4282
4311
  this.CurrentReputationLevel = null;
4283
4312
 
4284
4313
  /**
4285
- * Maximum number of messages sent per day
4314
+ * <p>Maximum message sending capacity of the current day</p>
4286
4315
  * @type {number || null}
4287
4316
  */
4288
4317
  this.DailyQuota = null;
4289
4318
 
4290
4319
  /**
4291
- * Independent ip for domain configuration.
4320
+ * <p>Independent ip for domain configuration</p>
4292
4321
  * @type {Array.<string> || null}
4293
4322
  */
4294
4323
  this.SendIp = null;
4295
4324
 
4296
4325
  /**
4297
- * tag.
4326
+ * <p>tag</p>
4298
4327
  * @type {Array.<TagList> || null}
4299
4328
  */
4300
4329
  this.TagList = null;
4301
4330
 
4331
+ /**
4332
+ * <p>dkim bit number</p><p>Enumeration value:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: Dual signature</li></ul><p>Default value: 0</p>
4333
+ * @type {number || null}
4334
+ */
4335
+ this.DKIMOption = null;
4336
+
4302
4337
  }
4303
4338
 
4304
4339
  /**
@@ -4323,6 +4358,7 @@ class EmailIdentity extends AbstractModel {
4323
4358
  this.TagList.push(obj);
4324
4359
  }
4325
4360
  }
4361
+ this.DKIMOption = 'DKIMOption' in params ? params.DKIMOption : null;
4326
4362
 
4327
4363
  }
4328
4364
  }
@@ -276,7 +276,8 @@ class SesClient extends AbstractClient {
276
276
  }
277
277
 
278
278
  /**
279
- * This API is used to delete a sender domain. After deleted, the sender domain can no longer be used to send emails.
279
+ * **The delete interface for sending domain names is only available to corporate users.**
280
+ Delete the sender domain name. Once deleted, that domain name cannot be used anymore to send email.
280
281
  * @param {DeleteEmailIdentityRequest} req
281
282
  * @param {function(string, DeleteEmailIdentityResponse):void} cb
282
283
  * @public
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20201221: require("./v20201221"), v20210701: require("./v20210701"),
2
+ v20210701: require("./v20210701"), v20201221: require("./v20201221"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220106: require("./v20220106"), v20220901: require("./v20220901"),
2
+ v20220901: require("./v20220901"), v20220106: require("./v20220106"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220501: require("./v20220501"), v20180525: require("./v20180525"),
2
+ v20180525: require("./v20180525"), v20220501: require("./v20220501"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20250806: require("./v20250806"), v20210820: require("./v20210820"),
2
+ v20210820: require("./v20210820"), v20250806: require("./v20250806"),
3
3
  };