tencentcloud-sdk-nodejs-vod 4.1.223 → 4.1.224

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-vod",
3
- "version": "4.1.223",
3
+ "version": "4.1.224",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13421,32 +13421,33 @@ export interface ReduceMediaBitrateAdaptiveDynamicStreamingResult {
13421
13421
  */
13422
13422
  export interface ModifyEventConfigRequest {
13423
13423
  /**
13424
- * <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
13424
+ * <p><b>点播<a href="/document/product/266/14574">应用</a> ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b></p>
13425
13425
  */
13426
13426
  SubAppId?: number;
13427
13427
  /**
13428
- * 接收事件通知的方式。
13429
- <li>PUSH:[HTTP 回调通知](https://cloud.tencent.com/document/product/266/33779);</li>
13430
- <li>PULL:[基于消息队列的可靠通知](https://cloud.tencent.com/document/product/266/33779)。</li>
13428
+ * <p>接收事件通知的方式。</p><li>PUSH:[HTTP 回调通知](https://cloud.tencent.com/document/product/266/33779);</li><li>PULL:[基于消息队列的可靠通知](https://cloud.tencent.com/document/product/266/33779)。</li>
13431
13429
  */
13432
13430
  Mode?: string;
13433
13431
  /**
13434
- * 采用 [HTTP 回调通知](https://cloud.tencent.com/document/product/266/33779) 接收方式时,用于接收 3.0 格式回调的地址。
13435
- 注意:如果带 NotificationUrl 参数且值为空字符串时将会清空 3.0 格式回调地址。
13432
+ * <p>采用 <a href="https://cloud.tencent.com/document/product/266/33779">HTTP 回调通知</a> 接收方式时,用于接收 3.0 格式回调的地址。<br>注意:如果带 NotificationUrl 参数且值为空字符串时将会清空 3.0 格式回调地址。</p>
13436
13433
  */
13437
13434
  NotificationUrl?: string;
13438
13435
  /**
13439
- * 是否接收 [视频上传完成](https://cloud.tencent.com/document/product/266/7830) 事件通知, 默认 "OFF" 为忽略该事件通知,"ON" 为接收事件通知。
13436
+ * <p>是否接收 <a href="https://cloud.tencent.com/document/product/266/7830">视频上传完成</a> 事件通知, 默认 &quot;OFF&quot; 为忽略该事件通知,&quot;ON&quot; 为接收事件通知。</p>
13440
13437
  */
13441
13438
  UploadMediaCompleteEventSwitch?: string;
13442
13439
  /**
13443
- * 是否接收 [视频删除完成](https://cloud.tencent.com/document/product/266/13434) 事件通知, 默认 "OFF" 为忽略该事件通知,"ON" 为接收事件通知。
13440
+ * <p>是否接收 <a href="https://cloud.tencent.com/document/product/266/13434">视频删除完成</a> 事件通知, 默认 &quot;OFF&quot; 为忽略该事件通知,&quot;ON&quot; 为接收事件通知。</p>
13444
13441
  */
13445
13442
  DeleteMediaCompleteEventSwitch?: string;
13446
13443
  /**
13447
- * 是否接收剪辑固化完成事件通知, 默认 "OFF" 为忽略该事件通知,"ON" 为接收事件通知。
13444
+ * <p>是否接收剪辑固化完成事件通知, 默认 &quot;OFF&quot; 为忽略该事件通知,&quot;ON&quot; 为接收事件通知。</p>
13448
13445
  */
13449
13446
  PersistenceCompleteEventSwitch?: string;
13447
+ /**
13448
+ * <p>回调密钥,由大小写字母及数字组成,最长32字符。配置后将在回调中发送<code>Sign</code>与<code>T</code>字段,可用于鉴权。</p><ul><li><code>Sign</code>:string类型。事件通知安全签名 Sign = MD5(SignKey + T)。说明:腾讯云把加密 SignKey 和 T 进行字符串拼接后通过 MD5 计算得出 Sign 值,并将其放在通知消息里,您的后台服务器在收到通知消息后可以根据同样的算法确认 Sign 是否正确,进而确认消息是否确实来自腾讯云后台。</li><li><code>T</code>:int64类型。过期时间,事件通知签名过期 UNIX 时间戳。来自腾讯云的消息通知默认过期时间是10分钟,如果一条消息通知中的 t 值所指定的时间已经过期,则可以判定这条通知无效,进而可以防止网络重放攻击。T 的格式为十进制 UNIX 时间戳,即从1970年01月01日(UTC/GMT 的午夜)开始所经过的秒数。</li></ul>
13449
+ */
13450
+ SignKey?: string;
13450
13451
  }
13451
13452
  /**
13452
13453
  * 媒体处理任务中的数字水印参数类型