tencentcloud-sdk-nodejs 4.0.822 → 4.0.823
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/CHANGELOG.md +298 -0
- package/SERVICE_CHANGELOG.md +411 -199
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/bi/v20220105/bi_models.ts +12 -0
- package/src/services/billing/v20180709/billing_models.ts +189 -72
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +20 -4
- package/src/services/cwp/v20180228/cwp_client.ts +9 -4
- package/src/services/cwp/v20180228/cwp_models.ts +57 -4
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +130 -0
- package/src/services/dts/v20211206/dts_models.ts +20 -0
- package/src/services/ess/v20201111/ess_models.ts +35 -25
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/lcic/v20220817/lcic_client.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +31 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -25
- package/src/services/tione/v20211111/tione_client.ts +2 -1
- package/src/services/tione/v20211111/tione_models.ts +34 -1
- package/src/services/tms/v20201229/tms_client.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +7 -2
- package/src/services/wedata/v20210820/wedata_models.ts +81 -46
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +12 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +189 -72
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +20 -4
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +128 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +20 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +35 -25
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -25
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +33 -1
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +81 -46
- package/test/cynosdb.v20190107.test.js +10 -0
|
@@ -1620,20 +1620,20 @@ export interface AudioTemplateInfoForUpdate {
|
|
|
1620
1620
|
当不需要对音频进行转码时,可选值为:
|
|
1621
1621
|
<li>copy。</li>
|
|
1622
1622
|
当外层参数 Container 为 mp3 时,可选值为:
|
|
1623
|
-
<li>
|
|
1623
|
+
<li>mp3。</li>
|
|
1624
1624
|
当外层参数 Container 为 ogg 或 flac 时,可选值为:
|
|
1625
1625
|
<li>flac。</li>
|
|
1626
1626
|
当外层参数 Container 为 m4a 时,可选值为:
|
|
1627
|
-
<li>
|
|
1628
|
-
<li>
|
|
1627
|
+
<li>aac;</li>
|
|
1628
|
+
<li>mp3;</li>
|
|
1629
1629
|
<li>ac3。</li>
|
|
1630
1630
|
当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
1631
|
-
<li>
|
|
1632
|
-
<li>
|
|
1631
|
+
<li>aac:更适合 mp4;</li>
|
|
1632
|
+
<li>mp3:更适合 flv;</li>
|
|
1633
1633
|
<li>mp2。</li>
|
|
1634
1634
|
当外层参数 Container 为 hls 时,可选值为:
|
|
1635
|
-
<li>
|
|
1636
|
-
<li>
|
|
1635
|
+
<li>aac;</li>
|
|
1636
|
+
<li>mp3。</li>
|
|
1637
1637
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1638
1638
|
*/
|
|
1639
1639
|
Codec?: string
|
|
@@ -1974,20 +1974,20 @@ export interface AudioTemplateInfo {
|
|
|
1974
1974
|
当不需要对音频进行转码时,可选值为:
|
|
1975
1975
|
<li>copy。</li>
|
|
1976
1976
|
当外层参数 Container 为 mp3 时,可选值为:
|
|
1977
|
-
<li>
|
|
1977
|
+
<li>mp3。</li>
|
|
1978
1978
|
当外层参数 Container 为 ogg 或 flac 时,可选值为:
|
|
1979
1979
|
<li>flac。</li>
|
|
1980
1980
|
当外层参数 Container 为 m4a 时,可选值为:
|
|
1981
|
-
<li>
|
|
1982
|
-
<li>
|
|
1981
|
+
<li>aac;</li>
|
|
1982
|
+
<li>mp3;</li>
|
|
1983
1983
|
<li>ac3。</li>
|
|
1984
1984
|
当外层参数 Container 为 mp4 或 flv 时,可选值为:
|
|
1985
|
-
<li>
|
|
1986
|
-
<li>
|
|
1985
|
+
<li>aac:更适合 mp4;</li>
|
|
1986
|
+
<li>mp3:更适合 flv;</li>
|
|
1987
1987
|
<li>mp2。</li>
|
|
1988
1988
|
当外层参数 Container 为 hls 时,可选值为:
|
|
1989
|
-
<li>
|
|
1990
|
-
<li>
|
|
1989
|
+
<li>aac;</li>
|
|
1990
|
+
<li>mp3。</li>
|
|
1991
1991
|
*/
|
|
1992
1992
|
Codec: string
|
|
1993
1993
|
/**
|
|
@@ -2468,7 +2468,7 @@ export interface HdrConfig {
|
|
|
2468
2468
|
<li>HDR10</li>
|
|
2469
2469
|
<li>HLG</li>
|
|
2470
2470
|
默认值:HDR10。
|
|
2471
|
-
注意:video的编码方式需要为
|
|
2471
|
+
注意:video的编码方式需要为h265;
|
|
2472
2472
|
注意:视频编码位深为10。
|
|
2473
2473
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2474
2474
|
*/
|
|
@@ -4906,8 +4906,8 @@ export interface LiveStreamTaskNotifyConfig {
|
|
|
4906
4906
|
export interface VideoTemplateInfo {
|
|
4907
4907
|
/**
|
|
4908
4908
|
* 视频流的编码格式,可选值:
|
|
4909
|
-
<li>
|
|
4910
|
-
<li>
|
|
4909
|
+
<li>h264:H.264 编码</li>
|
|
4910
|
+
<li>h265:H.265 编码</li>
|
|
4911
4911
|
<li>av1:AOMedia Video 1 编码</li>
|
|
4912
4912
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
4913
4913
|
注意:av1 编码容器目前只支持 mp4 。
|
|
@@ -6201,7 +6201,14 @@ export interface SnapshotByTimeOffsetTaskInput {
|
|
|
6201
6201
|
*/
|
|
6202
6202
|
OutputStorage?: TaskOutputStorage
|
|
6203
6203
|
/**
|
|
6204
|
-
*
|
|
6204
|
+
* 时间点截图后图片文件的输出路径,可以为相对路径或者绝对路径。
|
|
6205
|
+
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
|
|
6206
|
+
相对路径示例:
|
|
6207
|
+
<li>文件名_{变量名}.{format}</li>
|
|
6208
|
+
<li>文件名.{format}</li>
|
|
6209
|
+
绝对路径示例:
|
|
6210
|
+
<li>/自定义路径/文件名_{变量名}.{format}</li>
|
|
6211
|
+
如果不填,则默认为相对路径:`{inputName}_snapshotByTimeOffset_{definition}_{number}.{format}`。
|
|
6205
6212
|
*/
|
|
6206
6213
|
OutputObjectPath?: string
|
|
6207
6214
|
/**
|
|
@@ -6225,7 +6232,14 @@ export interface ImageSpriteTaskInput {
|
|
|
6225
6232
|
*/
|
|
6226
6233
|
OutputStorage?: TaskOutputStorage
|
|
6227
6234
|
/**
|
|
6228
|
-
*
|
|
6235
|
+
* 截取雪碧图后,雪碧图图片文件的输出路径,可以为相对路径或者绝对路径。
|
|
6236
|
+
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
|
|
6237
|
+
相对路径示例:
|
|
6238
|
+
<li>文件名_{变量名}.{format}</li>
|
|
6239
|
+
<li>文件名.{format}</li>
|
|
6240
|
+
绝对路径示例:
|
|
6241
|
+
<li>/自定义路径/文件名_{变量名}.{format}</li>
|
|
6242
|
+
如果不填,则默认为相对路径:`{inputName}_imageSprite_{definition}_{number}.{format}`。
|
|
6229
6243
|
*/
|
|
6230
6244
|
OutputObjectPath?: string
|
|
6231
6245
|
/**
|
|
@@ -7150,7 +7164,14 @@ export interface AnimatedGraphicTaskInput {
|
|
|
7150
7164
|
*/
|
|
7151
7165
|
OutputStorage?: TaskOutputStorage
|
|
7152
7166
|
/**
|
|
7153
|
-
*
|
|
7167
|
+
* 转动图后文件的输出路径,可以为相对路径或者绝对路径。
|
|
7168
|
+
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
|
|
7169
|
+
相对路径示例:
|
|
7170
|
+
<li>文件名_{变量名}.{format}</li>
|
|
7171
|
+
<li>文件名.{format}</li>
|
|
7172
|
+
绝对路径示例:
|
|
7173
|
+
<li>/自定义路径/文件名_{变量名}.{format}</li>
|
|
7174
|
+
如果不填,则默认为相对路径:`{inputName}_animatedGraphic_{definition}.{format}`。
|
|
7154
7175
|
*/
|
|
7155
7176
|
OutputObjectPath?: string
|
|
7156
7177
|
}
|
|
@@ -9297,7 +9318,15 @@ export interface TranscodeTaskInput {
|
|
|
9297
9318
|
*/
|
|
9298
9319
|
OutputStorage?: TaskOutputStorage
|
|
9299
9320
|
/**
|
|
9300
|
-
*
|
|
9321
|
+
* 转码后主文件的输出路径,可以为相对路径或者绝对路径。
|
|
9322
|
+
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
|
|
9323
|
+
相对路径示例:
|
|
9324
|
+
<li>文件名_{变量名}.{format}</li>
|
|
9325
|
+
<li>文件名.{format}</li>
|
|
9326
|
+
绝对路径示例:
|
|
9327
|
+
<li>/自定义路径/文件名_{变量名}.{format}</li>
|
|
9328
|
+
如果不填,则默认为相对路径:`{inputName}_transcode_{definition}.{format}`。
|
|
9329
|
+
|
|
9301
9330
|
*/
|
|
9302
9331
|
OutputObjectPath?: string
|
|
9303
9332
|
/**
|
|
@@ -10504,8 +10533,8 @@ export interface ExpressionConfigInfo {
|
|
|
10504
10533
|
export interface VideoTemplateInfoForUpdate {
|
|
10505
10534
|
/**
|
|
10506
10535
|
* 视频流的编码格式,可选值:
|
|
10507
|
-
<li>
|
|
10508
|
-
<li>
|
|
10536
|
+
<li>h264:H.264 编码</li>
|
|
10537
|
+
<li>h265:H.265 编码</li>
|
|
10509
10538
|
<li>av1:AOMedia Video 1 编码</li>
|
|
10510
10539
|
注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
|
|
10511
10540
|
注意:av1 编码容器目前只支持 mp4 。
|
|
@@ -10655,7 +10684,14 @@ export interface AdaptiveDynamicStreamingTaskInput {
|
|
|
10655
10684
|
*/
|
|
10656
10685
|
OutputStorage?: TaskOutputStorage
|
|
10657
10686
|
/**
|
|
10658
|
-
* 转自适应码流后,manifest
|
|
10687
|
+
* 转自适应码流后,manifest 文件的输出路径,可以为相对路径或者绝对路径。
|
|
10688
|
+
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
|
|
10689
|
+
相对路径示例:
|
|
10690
|
+
<li>文件名_{变量名}.{format}</li>
|
|
10691
|
+
<li>文件名.{format}</li>
|
|
10692
|
+
绝对路径示例:
|
|
10693
|
+
<li>/自定义路径/文件名_{变量名}.{format}</li>
|
|
10694
|
+
如果不填,则默认为相对路径:{inputName}_adaptiveDynamicStreaming_{definition}.{format}。
|
|
10659
10695
|
*/
|
|
10660
10696
|
OutputObjectPath?: string
|
|
10661
10697
|
/**
|
|
@@ -13916,7 +13952,15 @@ export interface SampleSnapshotTaskInput {
|
|
|
13916
13952
|
*/
|
|
13917
13953
|
OutputStorage?: TaskOutputStorage
|
|
13918
13954
|
/**
|
|
13919
|
-
*
|
|
13955
|
+
* 采样截图后图片文件的输出路径,可以为相对路径或者绝对路径。
|
|
13956
|
+
若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
|
|
13957
|
+
相对路径示例:
|
|
13958
|
+
<li>文件名_{变量名}.{format}</li>
|
|
13959
|
+
<li>文件名.{format}</li>
|
|
13960
|
+
绝对路径示例:
|
|
13961
|
+
<li>/自定义路径/文件名_{变量名}.{format}</li>
|
|
13962
|
+
如果不填,则默认为相对路径:`{inputName}_sampleSnapshot_{definition}_{number}.{format}`。
|
|
13963
|
+
|
|
13920
13964
|
*/
|
|
13921
13965
|
OutputObjectPath?: string
|
|
13922
13966
|
/**
|
|
@@ -65,6 +65,7 @@ import {
|
|
|
65
65
|
RowValue,
|
|
66
66
|
CreateBatchTaskRequest,
|
|
67
67
|
ResourceInstanceRunningJobInfo,
|
|
68
|
+
ImageFIlter,
|
|
68
69
|
DescribeLatestTrainingMetricsResponse,
|
|
69
70
|
DefaultNginxGatewayCallInfo,
|
|
70
71
|
FilterLabelInfo,
|
|
@@ -395,7 +396,7 @@ export class Client extends AbstractClient {
|
|
|
395
396
|
* 获取内置镜像列表
|
|
396
397
|
*/
|
|
397
398
|
async DescribeBuildInImages(
|
|
398
|
-
req
|
|
399
|
+
req: DescribeBuildInImagesRequest,
|
|
399
400
|
cb?: (error: string, rep: DescribeBuildInImagesResponse) => void
|
|
400
401
|
): Promise<DescribeBuildInImagesResponse> {
|
|
401
402
|
return this.request("DescribeBuildInImages", req, cb)
|
|
@@ -1854,6 +1854,24 @@ export interface ResourceInstanceRunningJobInfo {
|
|
|
1854
1854
|
TaskName?: string
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
|
+
/**
|
|
1858
|
+
* 镜像列表过滤
|
|
1859
|
+
*/
|
|
1860
|
+
export interface ImageFIlter {
|
|
1861
|
+
/**
|
|
1862
|
+
* 过滤字段名称
|
|
1863
|
+
*/
|
|
1864
|
+
Name: string
|
|
1865
|
+
/**
|
|
1866
|
+
* 过滤值
|
|
1867
|
+
*/
|
|
1868
|
+
Values: Array<string>
|
|
1869
|
+
/**
|
|
1870
|
+
* 是否反选
|
|
1871
|
+
*/
|
|
1872
|
+
Negative?: boolean
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1857
1875
|
/**
|
|
1858
1876
|
* DescribeLatestTrainingMetrics返回参数结构体
|
|
1859
1877
|
*/
|
|
@@ -2190,7 +2208,12 @@ export interface DescribeModelAccelerateVersionsResponse {
|
|
|
2190
2208
|
/**
|
|
2191
2209
|
* DescribeBuildInImages请求参数结构体
|
|
2192
2210
|
*/
|
|
2193
|
-
export
|
|
2211
|
+
export interface DescribeBuildInImagesRequest {
|
|
2212
|
+
/**
|
|
2213
|
+
* 镜像过滤器
|
|
2214
|
+
*/
|
|
2215
|
+
ImageFilters?: Array<ImageFIlter>
|
|
2216
|
+
}
|
|
2194
2217
|
|
|
2195
2218
|
/**
|
|
2196
2219
|
* notebook ssh端口配置
|
|
@@ -5055,6 +5078,16 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:手动续费(取消自动续费)且到期不
|
|
|
5055
5078
|
* 纳管cvmid
|
|
5056
5079
|
*/
|
|
5057
5080
|
CvmInstanceId?: string
|
|
5081
|
+
/**
|
|
5082
|
+
* 部署失败错误码
|
|
5083
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5084
|
+
*/
|
|
5085
|
+
ErrCode?: string
|
|
5086
|
+
/**
|
|
5087
|
+
* 部署失败错误信息
|
|
5088
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5089
|
+
*/
|
|
5090
|
+
ErrMsg?: string
|
|
5058
5091
|
}
|
|
5059
5092
|
|
|
5060
5093
|
/**
|
|
@@ -47,7 +47,7 @@ export class Client extends AbstractClient {
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* 天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。
|
|
51
51
|
*/
|
|
52
52
|
async ModerateText(
|
|
53
53
|
req: ModerateTextRequest,
|
|
@@ -8809,8 +8809,13 @@ export interface AsrWordsConfigureInfo {
|
|
|
8809
8809
|
export interface AreaCLSTargetInfo {
|
|
8810
8810
|
/**
|
|
8811
8811
|
* 日志集所属地区:
|
|
8812
|
-
ap-guangzhou
|
|
8813
|
-
ap-
|
|
8812
|
+
<li>ap-guangzhou:广州;</li>
|
|
8813
|
+
<li>ap-beijing:北京;</li>
|
|
8814
|
+
<li>ap-chengdu:成都;</li>
|
|
8815
|
+
<li>ap-chongqing:重庆;</li>
|
|
8816
|
+
<li>ap-nanjing:南京;</li>
|
|
8817
|
+
<li>ap-shanghai:上海;</li>
|
|
8818
|
+
<li>ap-singapore:新加坡。</li>
|
|
8814
8819
|
*/
|
|
8815
8820
|
CLSRegion: string
|
|
8816
8821
|
/**
|