tencentcloud-sdk-nodejs-trtc 4.1.248 → 4.1.250

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-trtc",
3
- "version": "4.1.248",
3
+ "version": "4.1.250",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1570,35 +1570,27 @@ export interface TranslationParam {
1570
1570
  */
1571
1571
  export interface CloudStorage {
1572
1572
  /**
1573
- * 腾讯云对象存储COS以及第三方云存储账号信息
1574
- 0:腾讯云对象存储 COS
1575
- 1:AWS
1576
- 【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中
1573
+ * <p>腾讯云对象存储COS以及第三方云存储账号信息<br>0:腾讯云对象存储 COS<br>1:AWS<br>【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中</p>
1577
1574
  */
1578
1575
  Vendor: number;
1579
1576
  /**
1580
- * 腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。
1581
- 示例值:cn-shanghai-1
1582
-
1583
- AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)
1577
+ * <p>腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。<br>示例值:cn-shanghai-1</p><p>AWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)</p>
1584
1578
  */
1585
1579
  Region: string;
1586
1580
  /**
1587
- * 云存储桶名称。
1581
+ * <p>云存储桶名称。</p>
1588
1582
  */
1589
1583
  Bucket: string;
1590
1584
  /**
1591
- * 云存储的access_key账号信息。
1592
- 若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。
1585
+ * <p>云存储的access_key账号信息。<br>若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。</p>
1593
1586
  */
1594
1587
  AccessKey: string;
1595
1588
  /**
1596
- * 云存储的secret_key账号信息。
1597
- 若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。
1589
+ * <p>云存储的secret_key账号信息。<br>若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。</p>
1598
1590
  */
1599
1591
  SecretKey: string;
1600
1592
  /**
1601
- * 云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 ["prefix1", "prefix2"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8
1593
+ * <p>云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,&#39;_&#39;和&#39;-&#39;,举个例子,录制文件xxx.m3u8在 [&quot;prefix1&quot;, &quot;prefix2&quot;]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。</p>
1602
1594
  */
1603
1595
  FileNamePrefix?: Array<string>;
1604
1596
  }
@@ -5204,7 +5196,7 @@ export interface DeletePictureRequest {
5204
5196
  */
5205
5197
  export interface StopWebRecordRequest {
5206
5198
  /**
5207
- * 需要停止的任务Id
5199
+ * <p>需要停止的任务Id</p>
5208
5200
  */
5209
5201
  TaskId: string;
5210
5202
  }