tencentcloud-sdk-nodejs 4.0.745 → 4.0.746
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 +157 -0
- package/SERVICE_CHANGELOG.md +181 -105
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/abstract_client.ts +14 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/common/sse_response_model.ts +121 -0
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +15 -7
- package/src/services/cwp/v20180228/cwp_models.ts +2 -2
- package/src/services/domain/v20180808/domain_models.ts +1 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +5 -5
- package/src/services/dsgc/v20190723/dsgc_models.ts +33 -33
- package/src/services/ecm/v20190719/ecm_models.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +0 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +32 -20
- package/src/services/essbasic/v20210526/essbasic_models.ts +237 -202
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +16 -3
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +112 -64
- package/src/services/scf/v20180416/scf_client.ts +1 -0
- package/src/services/scf/v20180416/scf_models.ts +21 -0
- package/src/services/tcss/v20201101/tcss_models.ts +79 -36
- package/src/services/trtc/v20190722/trtc_models.ts +8 -8
- package/src/services/vod/v20180717/vod_client.ts +12 -0
- package/src/services/vod/v20180717/vod_models.ts +28 -0
- package/src/services/vpc/v20170312/vpc_models.ts +6 -0
- package/src/services/waf/v20180125/waf_models.ts +2 -1
- package/tencentcloud/common/abstract_client.js +12 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/common/sse_response_model.d.ts +32 -0
- package/tencentcloud/common/sse_response_model.js +96 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +15 -7
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +5 -5
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +5 -5
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +33 -33
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +0 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +235 -202
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +109 -64
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +20 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +79 -36
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -8
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +26 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -1
- package/test/essbasic.v20210526.test.js +12 -2
- package/test/iotvideo.v20211125.test.js +10 -0
- package/test/vod.v20180717.test.js +10 -0
|
@@ -185,49 +185,19 @@ export interface DescribeDeviceDataStatsRequest {
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
|
-
*
|
|
188
|
+
* 缩略图信息
|
|
189
189
|
*/
|
|
190
|
-
export interface
|
|
191
|
-
/**
|
|
192
|
-
* 批次ID
|
|
193
|
-
*/
|
|
194
|
-
Id: number
|
|
195
|
-
/**
|
|
196
|
-
* 用户ID
|
|
197
|
-
*/
|
|
198
|
-
UserId: string
|
|
199
|
-
/**
|
|
200
|
-
* 产品ID
|
|
201
|
-
*/
|
|
202
|
-
ProductId: string
|
|
203
|
-
/**
|
|
204
|
-
* 状态:1:待创建设备 2:创建中 3:已完成
|
|
205
|
-
*/
|
|
206
|
-
Status: number
|
|
207
|
-
/**
|
|
208
|
-
* 设备前缀
|
|
209
|
-
*/
|
|
210
|
-
DevPre: string
|
|
211
|
-
/**
|
|
212
|
-
* 设备数量
|
|
213
|
-
*/
|
|
214
|
-
DevNum: number
|
|
190
|
+
export interface ThumbnailURLInfoList {
|
|
215
191
|
/**
|
|
216
|
-
*
|
|
217
|
-
|
|
218
|
-
DevNumCreated: number
|
|
219
|
-
/**
|
|
220
|
-
* 批次下载地址
|
|
221
|
-
*/
|
|
222
|
-
BatchURL: string
|
|
223
|
-
/**
|
|
224
|
-
* 创建时间。unix时间戳
|
|
192
|
+
* 缩略图访问地址
|
|
193
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
225
194
|
*/
|
|
226
|
-
|
|
195
|
+
ThumbnailURL?: string
|
|
227
196
|
/**
|
|
228
|
-
*
|
|
197
|
+
* 缩略图访问地址的过期时间
|
|
198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
229
199
|
*/
|
|
230
|
-
|
|
200
|
+
ExpireTime?: number
|
|
231
201
|
}
|
|
232
202
|
|
|
233
203
|
/**
|
|
@@ -329,33 +299,21 @@ export interface DescribeCloudStorageTimeResponse {
|
|
|
329
299
|
}
|
|
330
300
|
|
|
331
301
|
/**
|
|
332
|
-
*
|
|
302
|
+
* DescribeCloudStorageThumbnailList请求参数结构体
|
|
333
303
|
*/
|
|
334
|
-
export interface
|
|
304
|
+
export interface DescribeCloudStorageThumbnailListRequest {
|
|
335
305
|
/**
|
|
336
|
-
*
|
|
337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
338
|
-
*/
|
|
339
|
-
Listover: boolean
|
|
340
|
-
/**
|
|
341
|
-
* 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
|
|
342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
343
|
-
*/
|
|
344
|
-
Context: string
|
|
345
|
-
/**
|
|
346
|
-
* 日志数据结果数组,返回对应时间点及取值。
|
|
347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
306
|
+
* 产品ID
|
|
348
307
|
*/
|
|
349
|
-
|
|
308
|
+
ProductId: string
|
|
350
309
|
/**
|
|
351
|
-
*
|
|
352
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
310
|
+
* 设备名称
|
|
353
311
|
*/
|
|
354
|
-
|
|
312
|
+
DeviceName: string
|
|
355
313
|
/**
|
|
356
|
-
*
|
|
314
|
+
* 缩略图文件名列表
|
|
357
315
|
*/
|
|
358
|
-
|
|
316
|
+
ThumbnailList: Array<string>
|
|
359
317
|
}
|
|
360
318
|
|
|
361
319
|
/**
|
|
@@ -808,6 +766,52 @@ export interface ModifyDeviceRequest {
|
|
|
808
766
|
EnableState?: number
|
|
809
767
|
}
|
|
810
768
|
|
|
769
|
+
/**
|
|
770
|
+
* 批次元数据
|
|
771
|
+
*/
|
|
772
|
+
export interface VideoBatch {
|
|
773
|
+
/**
|
|
774
|
+
* 批次ID
|
|
775
|
+
*/
|
|
776
|
+
Id: number
|
|
777
|
+
/**
|
|
778
|
+
* 用户ID
|
|
779
|
+
*/
|
|
780
|
+
UserId: string
|
|
781
|
+
/**
|
|
782
|
+
* 产品ID
|
|
783
|
+
*/
|
|
784
|
+
ProductId: string
|
|
785
|
+
/**
|
|
786
|
+
* 状态:1:待创建设备 2:创建中 3:已完成
|
|
787
|
+
*/
|
|
788
|
+
Status: number
|
|
789
|
+
/**
|
|
790
|
+
* 设备前缀
|
|
791
|
+
*/
|
|
792
|
+
DevPre: string
|
|
793
|
+
/**
|
|
794
|
+
* 设备数量
|
|
795
|
+
*/
|
|
796
|
+
DevNum: number
|
|
797
|
+
/**
|
|
798
|
+
* 已创建设备数量
|
|
799
|
+
*/
|
|
800
|
+
DevNumCreated: number
|
|
801
|
+
/**
|
|
802
|
+
* 批次下载地址
|
|
803
|
+
*/
|
|
804
|
+
BatchURL: string
|
|
805
|
+
/**
|
|
806
|
+
* 创建时间。unix时间戳
|
|
807
|
+
*/
|
|
808
|
+
CreateTime: number
|
|
809
|
+
/**
|
|
810
|
+
* 修改时间。unix时间戳
|
|
811
|
+
*/
|
|
812
|
+
UpdateTime: number
|
|
813
|
+
}
|
|
814
|
+
|
|
811
815
|
/**
|
|
812
816
|
* CreateCOSCredentials返回参数结构体
|
|
813
817
|
*/
|
|
@@ -1151,6 +1155,24 @@ export interface CreateBatchResponse {
|
|
|
1151
1155
|
RequestId?: string
|
|
1152
1156
|
}
|
|
1153
1157
|
|
|
1158
|
+
/**
|
|
1159
|
+
* DescribePackageConsumeTasks返回参数结构体
|
|
1160
|
+
*/
|
|
1161
|
+
export interface DescribePackageConsumeTasksResponse {
|
|
1162
|
+
/**
|
|
1163
|
+
* 总数
|
|
1164
|
+
*/
|
|
1165
|
+
TotalCount: number
|
|
1166
|
+
/**
|
|
1167
|
+
* 任务列表
|
|
1168
|
+
*/
|
|
1169
|
+
List: Array<PackageConsumeTask>
|
|
1170
|
+
/**
|
|
1171
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1172
|
+
*/
|
|
1173
|
+
RequestId?: string
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1154
1176
|
/**
|
|
1155
1177
|
* DescribeDeviceActionHistory返回参数结构体
|
|
1156
1178
|
*/
|
|
@@ -1843,17 +1865,29 @@ export interface DescribeFirmwareResponse {
|
|
|
1843
1865
|
}
|
|
1844
1866
|
|
|
1845
1867
|
/**
|
|
1846
|
-
*
|
|
1868
|
+
* DescribeDeviceStatusLog返回参数结构体
|
|
1847
1869
|
*/
|
|
1848
|
-
export interface
|
|
1870
|
+
export interface DescribeDeviceStatusLogResponse {
|
|
1849
1871
|
/**
|
|
1850
|
-
*
|
|
1872
|
+
* 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
|
|
1873
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1851
1874
|
*/
|
|
1852
|
-
|
|
1875
|
+
Listover: boolean
|
|
1853
1876
|
/**
|
|
1854
|
-
*
|
|
1877
|
+
* 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
|
|
1878
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1855
1879
|
*/
|
|
1856
|
-
|
|
1880
|
+
Context: string
|
|
1881
|
+
/**
|
|
1882
|
+
* 日志数据结果数组,返回对应时间点及取值。
|
|
1883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1884
|
+
*/
|
|
1885
|
+
Results: Array<DeviceStatusLogItem>
|
|
1886
|
+
/**
|
|
1887
|
+
* 日志数据结果总条数
|
|
1888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1889
|
+
*/
|
|
1890
|
+
TotalCount: number
|
|
1857
1891
|
/**
|
|
1858
1892
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1859
1893
|
*/
|
|
@@ -3829,6 +3863,20 @@ export interface ModifyModelDefinitionResponse {
|
|
|
3829
3863
|
RequestId?: string
|
|
3830
3864
|
}
|
|
3831
3865
|
|
|
3866
|
+
/**
|
|
3867
|
+
* DescribeCloudStorageThumbnailList返回参数结构体
|
|
3868
|
+
*/
|
|
3869
|
+
export interface DescribeCloudStorageThumbnailListResponse {
|
|
3870
|
+
/**
|
|
3871
|
+
* 缩略图访问地址
|
|
3872
|
+
*/
|
|
3873
|
+
ThumbnailURLInfoList?: Array<ThumbnailURLInfoList>
|
|
3874
|
+
/**
|
|
3875
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3876
|
+
*/
|
|
3877
|
+
RequestId?: string
|
|
3878
|
+
}
|
|
3879
|
+
|
|
3832
3880
|
/**
|
|
3833
3881
|
* CallTRTCDevice返回参数结构体
|
|
3834
3882
|
*/
|
|
@@ -1815,6 +1815,14 @@ export interface CreateFunctionRequest {
|
|
|
1815
1815
|
* 单实例多并发配置。只支持Web函数。
|
|
1816
1816
|
*/
|
|
1817
1817
|
InstanceConcurrencyConfig?: InstanceConcurrencyConfig
|
|
1818
|
+
/**
|
|
1819
|
+
* 是否开启Dns缓存能力。只支持EVENT函数。默认为FALSE,TRUE 为开启,FALSE为关闭
|
|
1820
|
+
*/
|
|
1821
|
+
DnsCache?: string
|
|
1822
|
+
/**
|
|
1823
|
+
* 内网访问配置
|
|
1824
|
+
*/
|
|
1825
|
+
IntranetConfig?: IntranetConfigIn
|
|
1818
1826
|
}
|
|
1819
1827
|
|
|
1820
1828
|
/**
|
|
@@ -3423,6 +3431,19 @@ export interface GetFunctionLogsResponse {
|
|
|
3423
3431
|
RequestId?: string
|
|
3424
3432
|
}
|
|
3425
3433
|
|
|
3434
|
+
/**
|
|
3435
|
+
* 内网配置
|
|
3436
|
+
*/
|
|
3437
|
+
export interface IntranetConfigIn {
|
|
3438
|
+
/**
|
|
3439
|
+
* 是否开启固定内网IP
|
|
3440
|
+
ENABLE 为开启
|
|
3441
|
+
DISABLE 为不开启
|
|
3442
|
+
|
|
3443
|
+
*/
|
|
3444
|
+
IpFixed: string
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3426
3447
|
/**
|
|
3427
3448
|
* TCR镜像信息描述
|
|
3428
3449
|
*/
|
|
@@ -3914,7 +3914,18 @@ export interface DescribeAssetSyncLastTimeResponse {
|
|
|
3914
3914
|
/**
|
|
3915
3915
|
* 资产最近同步时间
|
|
3916
3916
|
*/
|
|
3917
|
-
AssetSyncLastTime
|
|
3917
|
+
AssetSyncLastTime?: string
|
|
3918
|
+
/**
|
|
3919
|
+
* 任务状态
|
|
3920
|
+
PENDING:待处理
|
|
3921
|
+
PROCESSING:处理中
|
|
3922
|
+
PROCESSED:已完成
|
|
3923
|
+
*/
|
|
3924
|
+
TaskStatus?: string
|
|
3925
|
+
/**
|
|
3926
|
+
* 任务进度(百分比)
|
|
3927
|
+
*/
|
|
3928
|
+
TaskProcess?: number
|
|
3918
3929
|
/**
|
|
3919
3930
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3920
3931
|
*/
|
|
@@ -14087,127 +14098,127 @@ export interface VulDefenceEventDetail {
|
|
|
14087
14098
|
/**
|
|
14088
14099
|
* 漏洞CVEID
|
|
14089
14100
|
*/
|
|
14090
|
-
CVEID
|
|
14101
|
+
CVEID?: string
|
|
14091
14102
|
/**
|
|
14092
14103
|
* 漏洞名称
|
|
14093
14104
|
*/
|
|
14094
|
-
VulName
|
|
14105
|
+
VulName?: string
|
|
14095
14106
|
/**
|
|
14096
14107
|
* 漏洞PocID
|
|
14097
14108
|
*/
|
|
14098
|
-
PocID
|
|
14109
|
+
PocID?: string
|
|
14099
14110
|
/**
|
|
14100
14111
|
* 入侵状态
|
|
14101
14112
|
*/
|
|
14102
|
-
EventType
|
|
14113
|
+
EventType?: string
|
|
14103
14114
|
/**
|
|
14104
14115
|
* 攻击源IP
|
|
14105
14116
|
*/
|
|
14106
|
-
SourceIP
|
|
14117
|
+
SourceIP?: string
|
|
14107
14118
|
/**
|
|
14108
14119
|
* 攻击源ip地址所在城市
|
|
14109
14120
|
*/
|
|
14110
|
-
City
|
|
14121
|
+
City?: string
|
|
14111
14122
|
/**
|
|
14112
14123
|
* 事件数量
|
|
14113
14124
|
*/
|
|
14114
|
-
EventCount
|
|
14125
|
+
EventCount?: number
|
|
14115
14126
|
/**
|
|
14116
14127
|
* 容器ID
|
|
14117
14128
|
*/
|
|
14118
|
-
ContainerID
|
|
14129
|
+
ContainerID?: string
|
|
14119
14130
|
/**
|
|
14120
14131
|
* 容器名称
|
|
14121
14132
|
*/
|
|
14122
|
-
ContainerName
|
|
14133
|
+
ContainerName?: string
|
|
14123
14134
|
/**
|
|
14124
14135
|
* 镜像ID
|
|
14125
14136
|
*/
|
|
14126
|
-
ImageID
|
|
14137
|
+
ImageID?: string
|
|
14127
14138
|
/**
|
|
14128
14139
|
* 镜像名称
|
|
14129
14140
|
*/
|
|
14130
|
-
ImageName
|
|
14141
|
+
ImageName?: string
|
|
14131
14142
|
/**
|
|
14132
14143
|
* 处理状态
|
|
14133
14144
|
*/
|
|
14134
|
-
Status
|
|
14145
|
+
Status?: string
|
|
14135
14146
|
/**
|
|
14136
14147
|
* 攻击源端口
|
|
14137
14148
|
*/
|
|
14138
|
-
SourcePort
|
|
14149
|
+
SourcePort?: Array<string>
|
|
14139
14150
|
/**
|
|
14140
14151
|
* 事件ID
|
|
14141
14152
|
*/
|
|
14142
|
-
EventID
|
|
14153
|
+
EventID?: number
|
|
14143
14154
|
/**
|
|
14144
14155
|
* 主机名称/超级节点名称
|
|
14145
14156
|
*/
|
|
14146
|
-
HostName
|
|
14157
|
+
HostName?: string
|
|
14147
14158
|
/**
|
|
14148
14159
|
* 主机内网IP
|
|
14149
14160
|
*/
|
|
14150
|
-
HostIP
|
|
14161
|
+
HostIP?: string
|
|
14151
14162
|
/**
|
|
14152
14163
|
* 主机外网IP
|
|
14153
14164
|
*/
|
|
14154
|
-
PublicIP
|
|
14165
|
+
PublicIP?: string
|
|
14155
14166
|
/**
|
|
14156
14167
|
* Pod名称
|
|
14157
14168
|
*/
|
|
14158
|
-
PodName
|
|
14169
|
+
PodName?: string
|
|
14159
14170
|
/**
|
|
14160
14171
|
* 危害描述
|
|
14161
14172
|
*/
|
|
14162
|
-
Description
|
|
14173
|
+
Description?: string
|
|
14163
14174
|
/**
|
|
14164
14175
|
* 修复建议
|
|
14165
14176
|
*/
|
|
14166
|
-
OfficialSolution
|
|
14177
|
+
OfficialSolution?: string
|
|
14167
14178
|
/**
|
|
14168
14179
|
* 攻击包
|
|
14169
14180
|
*/
|
|
14170
|
-
NetworkPayload
|
|
14181
|
+
NetworkPayload?: string
|
|
14171
14182
|
/**
|
|
14172
14183
|
* 进程PID
|
|
14173
14184
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14174
14185
|
*/
|
|
14175
|
-
PID
|
|
14186
|
+
PID?: number
|
|
14176
14187
|
/**
|
|
14177
14188
|
* 进程主类名
|
|
14178
14189
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14179
14190
|
*/
|
|
14180
|
-
MainClass
|
|
14191
|
+
MainClass?: string
|
|
14181
14192
|
/**
|
|
14182
14193
|
* 堆栈信息
|
|
14183
14194
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14184
14195
|
*/
|
|
14185
|
-
StackTrace
|
|
14196
|
+
StackTrace?: string
|
|
14186
14197
|
/**
|
|
14187
14198
|
* 监听账号
|
|
14188
14199
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14189
14200
|
*/
|
|
14190
|
-
ServerAccount
|
|
14201
|
+
ServerAccount?: string
|
|
14191
14202
|
/**
|
|
14192
14203
|
* 监听端口
|
|
14193
14204
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14194
14205
|
*/
|
|
14195
|
-
ServerPort
|
|
14206
|
+
ServerPort?: string
|
|
14196
14207
|
/**
|
|
14197
14208
|
* 进程路径
|
|
14198
14209
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14199
14210
|
*/
|
|
14200
|
-
ServerExe
|
|
14211
|
+
ServerExe?: string
|
|
14201
14212
|
/**
|
|
14202
14213
|
* 进程命令行参数
|
|
14203
14214
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14204
14215
|
*/
|
|
14205
|
-
ServerArg
|
|
14216
|
+
ServerArg?: string
|
|
14206
14217
|
/**
|
|
14207
14218
|
* 主机QUUID/超级节点ID
|
|
14208
14219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14209
14220
|
*/
|
|
14210
|
-
QUUID
|
|
14221
|
+
QUUID?: string
|
|
14211
14222
|
/**
|
|
14212
14223
|
* 隔离状态
|
|
14213
14224
|
未隔离 NORMAL
|
|
@@ -14218,7 +14229,7 @@ export interface VulDefenceEventDetail {
|
|
|
14218
14229
|
解除隔离失败 RESTORE_FAILED
|
|
14219
14230
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14220
14231
|
*/
|
|
14221
|
-
ContainerNetStatus
|
|
14232
|
+
ContainerNetStatus?: string
|
|
14222
14233
|
/**
|
|
14223
14234
|
* 容器子状态
|
|
14224
14235
|
"AGENT_OFFLINE" //Agent离线
|
|
@@ -14230,12 +14241,12 @@ export interface VulDefenceEventDetail {
|
|
|
14230
14241
|
"UNKNOW" // 原因未知
|
|
14231
14242
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14232
14243
|
*/
|
|
14233
|
-
ContainerNetSubStatus
|
|
14244
|
+
ContainerNetSubStatus?: string
|
|
14234
14245
|
/**
|
|
14235
14246
|
* 容器隔离操作来源
|
|
14236
14247
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14237
14248
|
*/
|
|
14238
|
-
ContainerIsolateOperationSrc
|
|
14249
|
+
ContainerIsolateOperationSrc?: string
|
|
14239
14250
|
/**
|
|
14240
14251
|
* 容器状态
|
|
14241
14252
|
正在运行: RUNNING
|
|
@@ -14247,17 +14258,17 @@ export interface VulDefenceEventDetail {
|
|
|
14247
14258
|
迁移中: REMOVING
|
|
14248
14259
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14249
14260
|
*/
|
|
14250
|
-
ContainerStatus
|
|
14261
|
+
ContainerStatus?: string
|
|
14251
14262
|
/**
|
|
14252
14263
|
* 接口Url
|
|
14253
14264
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14254
14265
|
*/
|
|
14255
|
-
JNDIUrl
|
|
14266
|
+
JNDIUrl?: string
|
|
14256
14267
|
/**
|
|
14257
14268
|
* rasp detail
|
|
14258
14269
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14259
14270
|
*/
|
|
14260
|
-
RaspDetail
|
|
14271
|
+
RaspDetail?: Array<RaspInfo>
|
|
14261
14272
|
/**
|
|
14262
14273
|
* 超级节点子网名称
|
|
14263
14274
|
*/
|
|
@@ -14294,6 +14305,14 @@ export interface VulDefenceEventDetail {
|
|
|
14294
14305
|
* 集群名称
|
|
14295
14306
|
*/
|
|
14296
14307
|
ClusterName?: string
|
|
14308
|
+
/**
|
|
14309
|
+
* Namespace
|
|
14310
|
+
*/
|
|
14311
|
+
Namespace?: string
|
|
14312
|
+
/**
|
|
14313
|
+
* 工作负载
|
|
14314
|
+
*/
|
|
14315
|
+
WorkloadType?: string
|
|
14297
14316
|
}
|
|
14298
14317
|
|
|
14299
14318
|
/**
|
|
@@ -14520,6 +14539,14 @@ MountNamespace逃逸、
|
|
|
14520
14539
|
* uuid
|
|
14521
14540
|
*/
|
|
14522
14541
|
HostID?: string
|
|
14542
|
+
/**
|
|
14543
|
+
* Namespace
|
|
14544
|
+
*/
|
|
14545
|
+
Namespace?: string
|
|
14546
|
+
/**
|
|
14547
|
+
* WorkloadType
|
|
14548
|
+
*/
|
|
14549
|
+
WorkloadType?: string
|
|
14523
14550
|
}
|
|
14524
14551
|
|
|
14525
14552
|
/**
|
|
@@ -17502,6 +17529,14 @@ EVENT_ADD_WHITE:已加白
|
|
|
17502
17529
|
* 集群名称
|
|
17503
17530
|
*/
|
|
17504
17531
|
ClusterName?: string
|
|
17532
|
+
/**
|
|
17533
|
+
* Namespace
|
|
17534
|
+
*/
|
|
17535
|
+
Namespace?: string
|
|
17536
|
+
/**
|
|
17537
|
+
* 工作负载类型
|
|
17538
|
+
*/
|
|
17539
|
+
WorkloadType?: string
|
|
17505
17540
|
/**
|
|
17506
17541
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17507
17542
|
*/
|
|
@@ -20306,6 +20341,14 @@ CONTAINER_NOT_FOUND_DEAL_RECOVER:恢复时,容器不存在
|
|
|
20306
20341
|
* 集群名称
|
|
20307
20342
|
*/
|
|
20308
20343
|
ClusterName?: string
|
|
20344
|
+
/**
|
|
20345
|
+
* Namespace
|
|
20346
|
+
*/
|
|
20347
|
+
Namespace?: string
|
|
20348
|
+
/**
|
|
20349
|
+
* 工作负载类型
|
|
20350
|
+
*/
|
|
20351
|
+
WorkloadType?: string
|
|
20309
20352
|
/**
|
|
20310
20353
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
20311
20354
|
*/
|
|
@@ -813,11 +813,11 @@ export interface DescribeTrtcUsageResponse {
|
|
|
813
813
|
/**
|
|
814
814
|
* 用量类型,与UsageValue中各个位置的值对应。
|
|
815
815
|
*/
|
|
816
|
-
UsageKey
|
|
816
|
+
UsageKey?: Array<string>
|
|
817
817
|
/**
|
|
818
818
|
* 各个时间点用量明细。
|
|
819
819
|
*/
|
|
820
|
-
UsageList
|
|
820
|
+
UsageList?: Array<TrtcUsage>
|
|
821
821
|
/**
|
|
822
822
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
823
823
|
*/
|
|
@@ -1614,11 +1614,11 @@ export interface DescribeRelayUsageResponse {
|
|
|
1614
1614
|
/**
|
|
1615
1615
|
* 用量类型,与UsageValue中各个位置的值对应。
|
|
1616
1616
|
*/
|
|
1617
|
-
UsageKey
|
|
1617
|
+
UsageKey?: Array<string>
|
|
1618
1618
|
/**
|
|
1619
1619
|
* 各个时间点用量明细。
|
|
1620
1620
|
*/
|
|
1621
|
-
UsageList
|
|
1621
|
+
UsageList?: Array<TrtcUsage>
|
|
1622
1622
|
/**
|
|
1623
1623
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1624
1624
|
*/
|
|
@@ -1677,11 +1677,11 @@ export interface DescribeRecordingUsageResponse {
|
|
|
1677
1677
|
/**
|
|
1678
1678
|
* 用量类型,与UsageValue中各个位置的值对应。
|
|
1679
1679
|
*/
|
|
1680
|
-
UsageKey
|
|
1680
|
+
UsageKey?: Array<string>
|
|
1681
1681
|
/**
|
|
1682
1682
|
* 各个时间点用量明细。
|
|
1683
1683
|
*/
|
|
1684
|
-
UsageList
|
|
1684
|
+
UsageList?: Array<TrtcUsage>
|
|
1685
1685
|
/**
|
|
1686
1686
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1687
1687
|
*/
|
|
@@ -1889,11 +1889,11 @@ export interface DescribeMixTranscodingUsageResponse {
|
|
|
1889
1889
|
/**
|
|
1890
1890
|
* 用量类型,与UsageValue中各个位置的值对应。
|
|
1891
1891
|
*/
|
|
1892
|
-
UsageKey
|
|
1892
|
+
UsageKey?: Array<string>
|
|
1893
1893
|
/**
|
|
1894
1894
|
* 各个时间点用量明细。
|
|
1895
1895
|
*/
|
|
1896
|
-
UsageList
|
|
1896
|
+
UsageList?: Array<TrtcUsage>
|
|
1897
1897
|
/**
|
|
1898
1898
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1899
1899
|
*/
|
|
@@ -154,6 +154,7 @@ import {
|
|
|
154
154
|
ResourceTag,
|
|
155
155
|
AiRecognitionTaskOcrFullTextResultOutput,
|
|
156
156
|
AiAnalysisTaskHighlightResult,
|
|
157
|
+
SetVodDomainCertificateRequest,
|
|
157
158
|
CreateRebuildMediaTemplateResponse,
|
|
158
159
|
AiRecognitionTaskOcrWordsResultOutput,
|
|
159
160
|
AiSampleFaceInfo,
|
|
@@ -378,6 +379,7 @@ import {
|
|
|
378
379
|
CopyRightWatermarkInput,
|
|
379
380
|
AiRecognitionTaskHeadTailResultOutput,
|
|
380
381
|
ModifyImageSpriteTemplateResponse,
|
|
382
|
+
SetVodDomainCertificateResponse,
|
|
381
383
|
ExtractTraceWatermarkTaskOutput,
|
|
382
384
|
MediaProcessTaskCoverBySnapshotResult,
|
|
383
385
|
CreateWatermarkTemplateRequest,
|
|
@@ -2579,6 +2581,16 @@ export class Client extends AbstractClient {
|
|
|
2579
2581
|
return this.request("SimpleHlsClip", req, cb)
|
|
2580
2582
|
}
|
|
2581
2583
|
|
|
2584
|
+
/**
|
|
2585
|
+
* 设置点播域名 HTTPS 证书。
|
|
2586
|
+
*/
|
|
2587
|
+
async SetVodDomainCertificate(
|
|
2588
|
+
req?: SetVodDomainCertificateRequest,
|
|
2589
|
+
cb?: (error: string, rep: SetVodDomainCertificateResponse) => void
|
|
2590
|
+
): Promise<SetVodDomainCertificateResponse> {
|
|
2591
|
+
return this.request("SetVodDomainCertificate", req, cb)
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2582
2594
|
/**
|
|
2583
2595
|
* 1. 该接口可以获取多个媒体文件的多种信息,包括:
|
|
2584
2596
|
1. 基础信息(basicInfo):包括媒体名称、分类、播放地址、封面图片等。
|
|
@@ -3538,6 +3538,11 @@ export interface AiAnalysisTaskHighlightResult {
|
|
|
3538
3538
|
FinishTime?: string
|
|
3539
3539
|
}
|
|
3540
3540
|
|
|
3541
|
+
/**
|
|
3542
|
+
* SetVodDomainCertificate请求参数结构体
|
|
3543
|
+
*/
|
|
3544
|
+
export type SetVodDomainCertificateRequest = null
|
|
3545
|
+
|
|
3541
3546
|
/**
|
|
3542
3547
|
* CreateRebuildMediaTemplate返回参数结构体
|
|
3543
3548
|
*/
|
|
@@ -8290,6 +8295,19 @@ export interface BlurConfigureInfoForUpdate {
|
|
|
8290
8295
|
* 视频流配置信息
|
|
8291
8296
|
*/
|
|
8292
8297
|
export interface EditMediaVideoStream {
|
|
8298
|
+
/**
|
|
8299
|
+
* 视频流的编码格式,可选值:
|
|
8300
|
+
<li>libx264:H.264 编码;</li>
|
|
8301
|
+
<li>libx265:H.265 编码;</li>
|
|
8302
|
+
<li>av1:AOMedia Video 1 编码;</li>
|
|
8303
|
+
<li>H.266:H.266 编码。</li>
|
|
8304
|
+
*/
|
|
8305
|
+
Codec?: string
|
|
8306
|
+
/**
|
|
8307
|
+
* 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
|
|
8308
|
+
当取值为 0 或不填时,表示自动选择最佳视频码率。
|
|
8309
|
+
*/
|
|
8310
|
+
Bitrate?: number
|
|
8293
8311
|
/**
|
|
8294
8312
|
* 分辨率自适应,可选值:
|
|
8295
8313
|
<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
|
|
@@ -9152,6 +9170,16 @@ export interface ModifyImageSpriteTemplateResponse {
|
|
|
9152
9170
|
RequestId?: string
|
|
9153
9171
|
}
|
|
9154
9172
|
|
|
9173
|
+
/**
|
|
9174
|
+
* SetVodDomainCertificate返回参数结构体
|
|
9175
|
+
*/
|
|
9176
|
+
export interface SetVodDomainCertificateResponse {
|
|
9177
|
+
/**
|
|
9178
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9179
|
+
*/
|
|
9180
|
+
RequestId?: string
|
|
9181
|
+
}
|
|
9182
|
+
|
|
9155
9183
|
/**
|
|
9156
9184
|
* 提取溯源水印输出信息
|
|
9157
9185
|
*/
|
|
@@ -11373,6 +11373,12 @@ export interface Address {
|
|
|
11373
11373
|
* 高防包ID,当EIP类型为高防EIP时,返回EIP绑定的高防包ID.
|
|
11374
11374
|
*/
|
|
11375
11375
|
AntiDDoSPackageId?: string
|
|
11376
|
+
/**
|
|
11377
|
+
* 当前EIP是否自动续费,只有按月带宽预付费的EIP才会显示该字段,具体值示例如下:
|
|
11378
|
+
<li>NOTIFY_AND_MANUAL_RENEW:正常续费</li><li>NOTIFY_AND_AUTO_RENEW:自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:到期不续费 </li>
|
|
11379
|
+
|
|
11380
|
+
*/
|
|
11381
|
+
RenewFlag?: string
|
|
11376
11382
|
}
|
|
11377
11383
|
|
|
11378
11384
|
/**
|