tencentcloud-sdk-nodejs 4.0.646 → 4.0.647

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +199 -0
  2. package/SERVICE_CHANGELOG.md +415 -422
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +3 -0
  7. package/src/services/cdn/v20180606/cdn_models.ts +3 -3
  8. package/src/services/cme/v20191029/cme_models.ts +4 -0
  9. package/src/services/ess/v20201111/ess_models.ts +16 -2
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
  11. package/src/services/faceid/v20180301/faceid_models.ts +31 -26
  12. package/src/services/gme/v20180711/gme_models.ts +1 -1
  13. package/src/services/iai/v20180301/iai_models.ts +20 -20
  14. package/src/services/lcic/v20220817/lcic_models.ts +12 -0
  15. package/src/services/partners/v20180321/partners_client.ts +1 -0
  16. package/src/services/partners/v20180321/partners_models.ts +49 -28
  17. package/src/services/postgres/v20170312/postgres_client.ts +4 -2
  18. package/src/services/postgres/v20170312/postgres_models.ts +237 -149
  19. package/src/services/tdid/v20210519/tdid_client.ts +17 -62
  20. package/src/services/tdid/v20210519/tdid_models.ts +54 -235
  21. package/src/services/tiw/v20190919/tiw_models.ts +15 -0
  22. package/src/services/tke/v20180525/tke_models.ts +2 -2
  23. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  24. package/src/services/vpc/v20170312/vpc_models.ts +7 -7
  25. package/src/services/waf/v20180125/waf_models.ts +8 -7
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  29. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +3 -3
  30. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  31. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
  33. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +31 -26
  34. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +1 -1
  35. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +20 -20
  36. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +12 -0
  37. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -28
  38. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -0
  39. package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -0
  40. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +237 -149
  41. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +6 -24
  42. package/tencentcloud/services/tdid/v20210519/tdid_client.js +7 -31
  43. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +54 -226
  44. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +15 -0
  45. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
  46. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  47. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  48. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -7
  49. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -7
  50. package/test/tdid.v20210519.test.js +4 -34
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateTDidRequest, CreateSelectiveCredentialRequest, CreateTDidByPrivateKeyResponse, CheckChainResponse, CreateTDidByPublicKeyRequest, CreateCredentialResponse, CheckChainRequest, GetAuthorityIssuerRequest, GetConsortiumListRequest, CreateCredentialRequest, GetDidDocumentRequest, GetConsortiumListResponse, GetCredentialStatusRequest, GetAgencyTDidResponse, AddLabelResponse, VerifyCredentialResponse, SetCredentialStatusResponse, GetCptInfoResponse, GetCredentialCptRankResponse, GetConsortiumClusterListResponse, AddLabelRequest, GetAuthorityIssuerResponse, GetDidDocumentResponse, CreateTDidResponse, CreateSelectiveCredentialResponse, GetAgencyTDidRequest, CreateTDidByPublicKeyResponse, GetCredentialCptRankRequest, RegisterCptRequest, VerifyCredentialRequest, GetConsortiumClusterListRequest, CreateTDidByPrivateKeyRequest, SetCredentialStatusRequest, GetCptInfoRequest, GetCredentialStatusResponse, RegisterCptResponse } from "./tdid_models";
3
+ import { CreateTDidRequest, CreateSelectiveCredentialRequest, CreateTDidByPrivateKeyResponse, CheckChainResponse, CreateTDidByPublicKeyRequest, CreateCredentialResponse, CheckChainRequest, GetAuthorityIssuerRequest, CreateCredentialRequest, GetDidDocumentRequest, GetCredentialStatusRequest, GetAgencyTDidResponse, AddLabelResponse, VerifyCredentialResponse, SetCredentialStatusResponse, GetCptInfoResponse, AddLabelRequest, GetAuthorityIssuerResponse, GetDidDocumentResponse, CreateTDidResponse, CreateSelectiveCredentialResponse, GetAgencyTDidRequest, CreateTDidByPublicKeyResponse, RegisterCptRequest, CreateTDidByPrivateKeyRequest, VerifyCredentialRequest, SetCredentialStatusRequest, GetCptInfoRequest, GetCredentialStatusResponse, RegisterCptResponse } from "./tdid_models";
4
4
  /**
5
5
  * tdid client
6
6
  * @class
@@ -38,12 +38,6 @@ export declare class Client extends AbstractClient {
38
38
  创建机构DID
39
39
  */
40
40
  CreateTDid(req: CreateTDidRequest, cb?: (error: string, rep: CreateTDidResponse) => void): Promise<CreateTDidResponse>;
41
- /**
42
- * 下线已有内测接口,待上线正式版本的接口
43
-
44
- 凭证颁发按机构排行
45
- */
46
- GetCredentialCptRank(req: GetCredentialCptRankRequest, cb?: (error: string, rep: GetCredentialCptRankResponse) => void): Promise<GetCredentialCptRankResponse>;
47
41
  /**
48
42
  * 该接口不再使用
49
43
 
@@ -57,11 +51,11 @@ export declare class Client extends AbstractClient {
57
51
  */
58
52
  CreateTDidByPublicKey(req: CreateTDidByPublicKeyRequest, cb?: (error: string, rep: CreateTDidByPublicKeyResponse) => void): Promise<CreateTDidByPublicKeyResponse>;
59
53
  /**
60
- * 下线已有内测接口,待上线正式版本的接口
54
+ * 该接口不再使用
61
55
 
62
- 获取联盟列表
56
+ 获取凭证链上状态信息
63
57
  */
64
- GetConsortiumList(req?: GetConsortiumListRequest, cb?: (error: string, rep: GetConsortiumListResponse) => void): Promise<GetConsortiumListResponse>;
58
+ GetCredentialStatus(req: GetCredentialStatusRequest, cb?: (error: string, rep: GetCredentialStatusResponse) => void): Promise<GetCredentialStatusResponse>;
65
59
  /**
66
60
  * 该接口已废弃
67
61
 
@@ -84,15 +78,9 @@ DID添加标签
84
78
  /**
85
79
  * 该接口不再使用
86
80
 
87
- 获取凭证链上状态信息
88
- */
89
- GetCredentialStatus(req: GetCredentialStatusRequest, cb?: (error: string, rep: GetCredentialStatusResponse) => void): Promise<GetCredentialStatusResponse>;
90
- /**
91
- * 下线已有内测接口,待上线正式版本的接口
92
-
93
- 获取联盟bcos网络列表
81
+ 凭证模版新建
94
82
  */
95
- GetConsortiumClusterList(req: GetConsortiumClusterListRequest, cb?: (error: string, rep: GetConsortiumClusterListResponse) => void): Promise<GetConsortiumClusterListResponse>;
83
+ RegisterCpt(req: RegisterCptRequest, cb?: (error: string, rep: RegisterCptResponse) => void): Promise<RegisterCptResponse>;
96
84
  /**
97
85
  * 该接口不再使用
98
86
 
@@ -111,10 +99,4 @@ DID添加标签
111
99
  设置凭证链上状态
112
100
  */
113
101
  SetCredentialStatus(req: SetCredentialStatusRequest, cb?: (error: string, rep: SetCredentialStatusResponse) => void): Promise<SetCredentialStatusResponse>;
114
- /**
115
- * 该接口不再使用
116
-
117
- 凭证模版新建
118
- */
119
- RegisterCpt(req: RegisterCptRequest, cb?: (error: string, rep: RegisterCptResponse) => void): Promise<RegisterCptResponse>;
120
102
  }
@@ -68,14 +68,6 @@ class Client extends abstract_client_1.AbstractClient {
68
68
  async CreateTDid(req, cb) {
69
69
  return this.request("CreateTDid", req, cb);
70
70
  }
71
- /**
72
- * 下线已有内测接口,待上线正式版本的接口
73
-
74
- 凭证颁发按机构排行
75
- */
76
- async GetCredentialCptRank(req, cb) {
77
- return this.request("GetCredentialCptRank", req, cb);
78
- }
79
71
  /**
80
72
  * 该接口不再使用
81
73
 
@@ -93,12 +85,12 @@ class Client extends abstract_client_1.AbstractClient {
93
85
  return this.request("CreateTDidByPublicKey", req, cb);
94
86
  }
95
87
  /**
96
- * 下线已有内测接口,待上线正式版本的接口
88
+ * 该接口不再使用
97
89
 
98
- 获取联盟列表
90
+ 获取凭证链上状态信息
99
91
  */
100
- async GetConsortiumList(req, cb) {
101
- return this.request("GetConsortiumList", req, cb);
92
+ async GetCredentialStatus(req, cb) {
93
+ return this.request("GetCredentialStatus", req, cb);
102
94
  }
103
95
  /**
104
96
  * 该接口已废弃
@@ -128,18 +120,10 @@ DID添加标签
128
120
  /**
129
121
  * 该接口不再使用
130
122
 
131
- 获取凭证链上状态信息
132
- */
133
- async GetCredentialStatus(req, cb) {
134
- return this.request("GetCredentialStatus", req, cb);
135
- }
136
- /**
137
- * 下线已有内测接口,待上线正式版本的接口
138
-
139
- 获取联盟bcos网络列表
123
+ 凭证模版新建
140
124
  */
141
- async GetConsortiumClusterList(req, cb) {
142
- return this.request("GetConsortiumClusterList", req, cb);
125
+ async RegisterCpt(req, cb) {
126
+ return this.request("RegisterCpt", req, cb);
143
127
  }
144
128
  /**
145
129
  * 该接口不再使用
@@ -165,13 +149,5 @@ DID添加标签
165
149
  async SetCredentialStatus(req, cb) {
166
150
  return this.request("SetCredentialStatus", req, cb);
167
151
  }
168
- /**
169
- * 该接口不再使用
170
-
171
- 凭证模版新建
172
- */
173
- async RegisterCpt(req, cb) {
174
- return this.request("RegisterCpt", req, cb);
175
- }
176
152
  }
177
153
  exports.Client = Client;
@@ -94,15 +94,6 @@ export interface CheckChainResponse {
94
94
  */
95
95
  RequestId?: string;
96
96
  }
97
- /**
98
- * 创建凭证第二个
99
- */
100
- export interface TransactionArg {
101
- /**
102
- * 凭证did
103
- */
104
- InvokerTDid: string;
105
- }
106
97
  /**
107
98
  * CreateTDidByPublicKey请求参数结构体
108
99
  */
@@ -163,51 +154,6 @@ export interface GetAuthorityIssuerRequest {
163
154
  */
164
155
  Did: string;
165
156
  }
166
- /**
167
- * 验证凭证参数值
168
- */
169
- export interface VerifyFunctionArg {
170
- /**
171
- * CPT ID
172
- */
173
- CptId: number;
174
- /**
175
- * issuer did
176
- */
177
- Issuer: string;
178
- /**
179
- * 过期时间
180
- */
181
- ExpirationDate: number;
182
- /**
183
- * 声明
184
- */
185
- ClaimJson: string;
186
- /**
187
- * 颁发时间
188
- */
189
- IssuanceDate: number;
190
- /**
191
- * context值
192
- */
193
- Context: string;
194
- /**
195
- * id值
196
- */
197
- Id: string;
198
- /**
199
- * 签名值
200
- */
201
- Proof: Proof;
202
- /**
203
- * type值
204
- */
205
- Type: Array<string>;
206
- }
207
- /**
208
- * GetConsortiumList请求参数结构体
209
- */
210
- export declare type GetConsortiumListRequest = null;
211
157
  /**
212
158
  * CreateCredential请求参数结构体
213
159
  */
@@ -238,32 +184,6 @@ export interface GetDidDocumentRequest {
238
184
  */
239
185
  Did: string;
240
186
  }
241
- /**
242
- * GetConsortiumList返回参数结构体
243
- */
244
- export interface GetConsortiumListResponse {
245
- /**
246
- * 联盟列表
247
- */
248
- ConsortiumList: Array<ConsortiumItem>;
249
- /**
250
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
251
- */
252
- RequestId?: string;
253
- }
254
- /**
255
- * 联盟信息
256
- */
257
- export interface ConsortiumItem {
258
- /**
259
- * 联盟id
260
- */
261
- Id: number;
262
- /**
263
- * 联盟名称
264
- */
265
- Name: string;
266
- }
267
187
  /**
268
188
  * GetCredentialStatus请求参数结构体
269
189
  */
@@ -343,55 +263,38 @@ export interface GetCptInfoResponse {
343
263
  RequestId?: string;
344
264
  }
345
265
  /**
346
- * 模板颁发量排名
266
+ * did详情
347
267
  */
348
- export interface CptIssueRank {
349
- /**
350
- * 模板名称
351
- */
352
- CptName: string;
353
- /**
354
- * 名次
355
- */
356
- Rank: number;
268
+ export interface Identity {
357
269
  /**
358
- * 颁发量
270
+ * 账户标识符
359
271
  */
360
- Count: number;
272
+ AccountIdentifier: string;
361
273
  /**
362
- * 应用名称
274
+ * 链ID
363
275
  */
364
- ApplyName: string;
276
+ ChainID: string;
365
277
  /**
366
- * 应用ID
278
+ * 完整tdid
367
279
  */
368
- ApplyId: number;
369
- }
370
- /**
371
- * GetCredentialCptRank返回参数结构体
372
- */
373
- export interface GetCredentialCptRankResponse {
280
+ Did: string;
374
281
  /**
375
- * Rank集合
282
+ * 群组ID
376
283
  */
377
- RankIssueResult: Array<CptIssueRank>;
284
+ GroupId: number;
378
285
  /**
379
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
286
+ * 群组名称
380
287
  */
381
- RequestId?: string;
288
+ GroupName: string;
382
289
  }
383
290
  /**
384
- * GetConsortiumClusterList返回参数结构体
291
+ * 创建凭证第二个
385
292
  */
386
- export interface GetConsortiumClusterListResponse {
387
- /**
388
- * 网络列表
389
- */
390
- ClusterList: Array<BcosClusterItem>;
293
+ export interface TransactionArg {
391
294
  /**
392
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
295
+ * 凭证did
393
296
  */
394
- RequestId?: string;
297
+ InvokerTDid: string;
395
298
  }
396
299
  /**
397
300
  * AddLabel请求参数结构体
@@ -508,23 +411,6 @@ export interface CreateTDidByPublicKeyResponse {
508
411
  */
509
412
  RequestId?: string;
510
413
  }
511
- /**
512
- * GetCredentialCptRank请求参数结构体
513
- */
514
- export interface GetCredentialCptRankRequest {
515
- /**
516
- * 开始时间(支持到天 2021-4-23)
517
- */
518
- StartTime: string;
519
- /**
520
- * 结束时间(支持到天 2021-4-23)
521
- */
522
- EndTime: string;
523
- /**
524
- * 网络ID
525
- */
526
- ClusterId?: string;
527
- }
528
414
  /**
529
415
  * RegisterCpt请求参数结构体
530
416
  */
@@ -572,22 +458,45 @@ export interface Proof {
572
458
  Type: string;
573
459
  }
574
460
  /**
575
- * VerifyCredential请求参数结构体
461
+ * 验证凭证参数值
576
462
  */
577
- export interface VerifyCredentialRequest {
463
+ export interface VerifyFunctionArg {
578
464
  /**
579
- * 参数集合
465
+ * CPT ID
580
466
  */
581
- FunctionArg: VerifyFunctionArg;
582
- }
583
- /**
584
- * GetConsortiumClusterList请求参数结构体
585
- */
586
- export interface GetConsortiumClusterListRequest {
467
+ CptId: number;
587
468
  /**
588
- * 联盟id
469
+ * issuer did
589
470
  */
590
- ConsortiumId: number;
471
+ Issuer: string;
472
+ /**
473
+ * 过期时间
474
+ */
475
+ ExpirationDate: number;
476
+ /**
477
+ * 声明
478
+ */
479
+ ClaimJson: string;
480
+ /**
481
+ * 颁发时间
482
+ */
483
+ IssuanceDate: number;
484
+ /**
485
+ * context值
486
+ */
487
+ Context: string;
488
+ /**
489
+ * id值
490
+ */
491
+ Id: string;
492
+ /**
493
+ * 签名值
494
+ */
495
+ Proof: Proof;
496
+ /**
497
+ * type值
498
+ */
499
+ Type: Array<string>;
591
500
  }
592
501
  /**
593
502
  * 创建凭证入参的FunctionArg
@@ -628,69 +537,13 @@ export interface CreateTDidByPrivateKeyRequest {
628
537
  PrivateKey: string;
629
538
  }
630
539
  /**
631
- * bcos网络信息
540
+ * VerifyCredential请求参数结构体
632
541
  */
633
- export interface BcosClusterItem {
634
- /**
635
- * 网络索引id
636
- */
637
- ChainId: number;
638
- /**
639
- * 网络名称
640
- */
641
- ChainName: string;
642
- /**
643
- * 机构数量
644
- */
645
- AgencyCount: number;
646
- /**
647
- * 联盟id
648
- */
649
- ConsortiumId: number;
650
- /**
651
- * 创建时间
652
- */
653
- CreateTime: string;
654
- /**
655
- * 过期时间
656
- */
657
- ExpireTime: string;
658
- /**
659
- * 网络状态
660
- */
661
- ChainStatus: number;
662
- /**
663
- * 资源 id
664
- */
665
- ResourceId: string;
666
- /**
667
- * 集群id
668
- */
669
- ClusterId: string;
670
- /**
671
- * 组织名称
672
- */
673
- ConsortiumName: string;
674
- /**
675
- * 机构id
676
- */
677
- AgencyId: number;
678
- /**
679
- * 续费状态
680
- */
681
- AutoRenewFlag: number;
682
- /**
683
- * 网络模式
684
- */
685
- TotalNetworkNode: number;
686
- /**
687
- * 创建节点数
688
- */
689
- TotalCreateNode: number;
542
+ export interface VerifyCredentialRequest {
690
543
  /**
691
- * 总群组数量
544
+ * 参数集合
692
545
  */
693
- TotalGroups: number;
546
+ FunctionArg: VerifyFunctionArg;
694
547
  }
695
548
  /**
696
549
  * SetCredentialStatus请求参数结构体
@@ -710,31 +563,6 @@ export interface GetCptInfoRequest {
710
563
  */
711
564
  CptIndex: number;
712
565
  }
713
- /**
714
- * did详情
715
- */
716
- export interface Identity {
717
- /**
718
- * 账户标识符
719
- */
720
- AccountIdentifier: string;
721
- /**
722
- * 链ID
723
- */
724
- ChainID: string;
725
- /**
726
- * 完整tdid
727
- */
728
- Did: string;
729
- /**
730
- * 群组ID
731
- */
732
- GroupId: number;
733
- /**
734
- * 群组名称
735
- */
736
- GroupName: string;
737
- }
738
566
  /**
739
567
  * GetCredentialStatus返回参数结构体
740
568
  */
@@ -2223,6 +2223,21 @@ export interface DescribeTranscodeResponse {
2223
2223
  注意:此字段可能返回 null,表示取不到有效值。
2224
2224
  */
2225
2225
  Ext?: string;
2226
+ /**
2227
+ * 文档转码任务创建时间,单位s
2228
+ 注意:此字段可能返回 null,表示取不到有效值。
2229
+ */
2230
+ CreateTime?: number;
2231
+ /**
2232
+ * 文档转码任务分配时间,单位s
2233
+ 注意:此字段可能返回 null,表示取不到有效值。
2234
+ */
2235
+ AssignTime?: number;
2236
+ /**
2237
+ * 文档转码任务完成时间,单位s
2238
+ 注意:此字段可能返回 null,表示取不到有效值。
2239
+ */
2240
+ FinishedTime?: number;
2226
2241
  /**
2227
2242
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2228
2243
  */
@@ -5555,7 +5555,7 @@ export interface CreateClusterNodePoolResponse {
5555
5555
  /**
5556
5556
  * 节点池id
5557
5557
  */
5558
- NodePoolId: string;
5558
+ NodePoolId?: string;
5559
5559
  /**
5560
5560
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5561
5561
  */
@@ -8301,7 +8301,7 @@ export interface InstanceAdvancedSettings {
8301
8301
  */
8302
8302
  DesiredPodNumber: number;
8303
8303
  /**
8304
- * GPU驱动相关参数
8304
+ * GPU驱动相关参数,相关的GPU参数获取:https://cloud.tencent.com/document/api/213/15715
8305
8305
  注意:此字段可能返回 null,表示取不到有效值。
8306
8306
  */
8307
8307
  GPUArgs: GPUArgs;
@@ -53,7 +53,7 @@ networkDelay :网络延迟率。
53
53
  1、悬浮模板:第一个进入房间的用户的视频画面会铺满整个屏幕,其他用户的视频画面从左下角依次水平排列,显示为小画面,最多4行,每行4个,小画面悬浮于大画面之上。最多支持1个大画面和15个小画面,如果用户只发送音频默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
54
54
  2、九宫格模板:所有用户的视频画面大小一致,平分整个屏幕,人数越多,每个画面的尺寸越小。最多支持16个画面,如果用户只发送音频,默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
55
55
  3、屏幕分享模板:适合视频会议和在线教育场景的布局,屏幕分享(或者主讲的摄像头)始终占据屏幕左侧的大画面位置,需要您明确设置占据大画面的混流用户信息。其他用户依次垂直排列于右侧,最多两列,每列最多8个小画面。最多支持1个大画面和15个小画面。若上行分辨率宽高比与画面输出宽高比不一致时,左侧大画面为了保持内容的完整性采用缩放方式处理,右侧小画面采用裁剪方式处理,也支持统一设置子画面的渲染方式。
56
- 4、自定义布局模版:支持您主动根据业务需要设置布局位置,每个预设的布局位置支持具名设置(具名设置需要明确指定房间号和用户名)和不具名设置。当一个子画面具名设置时,该位置就为该用户预留,用户进房且上行音视频数据时会自动占据该位置,其它用户不会占据该位置。当预设的布局位置未具名时,排版引擎引擎会根据进房间顺序自动填充,预设位置填满时,不再混合其它用户的画面和声音。每个子画面位置支持设置占位图(BackgroundImageUrl),当用户未进房或者只上行音频数据时,该位置画面可显示对应的占位图画面。
56
+ 4、自定义布局模版:支持您主动根据业务需要设置布局位置,每个预设的布局位置支持具名设置(具名设置需要明确指定房间号和用户名)和不具名设置。当一个子画面具名设置时,该位置就为该用户预留,用户进房且上行音视频数据时会自动占据该位置,其它用户不会占据该位置。当预设的布局位置未具名时,排版引擎会根据进房间顺序自动填充,预设位置填满时,不再混合其它用户的画面和声音。每个子画面位置支持设置占位图(BackgroundImageUrl),当用户未进房或者只上行音频数据时,该位置画面可显示对应的占位图画面。
57
57
 
58
58
  您可以控制台开通旁路转推回调功能实现转推cdn状态的事件监控,具体说明请参考官网文档:[旁路转推回调说明](https://cloud.tencent.com/document/product/647/88552)
59
59
  您使用转推api时根据使用特性可能会产生如下费用:
@@ -79,7 +79,7 @@ networkDelay :网络延迟率。
79
79
  1、悬浮模板:第一个进入房间的用户的视频画面会铺满整个屏幕,其他用户的视频画面从左下角依次水平排列,显示为小画面,最多4行,每行4个,小画面悬浮于大画面之上。最多支持1个大画面和15个小画面,如果用户只发送音频默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
80
80
  2、九宫格模板:所有用户的视频画面大小一致,平分整个屏幕,人数越多,每个画面的尺寸越小。最多支持16个画面,如果用户只发送音频,默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
81
81
  3、屏幕分享模板:适合视频会议和在线教育场景的布局,屏幕分享(或者主讲的摄像头)始终占据屏幕左侧的大画面位置,需要您明确设置占据大画面的混流用户信息。其他用户依次垂直排列于右侧,最多两列,每列最多8个小画面。最多支持1个大画面和15个小画面。若上行分辨率宽高比与画面输出宽高比不一致时,左侧大画面为了保持内容的完整性采用缩放方式处理,右侧小画面采用裁剪方式处理,也支持统一设置子画面的渲染方式。
82
- 4、自定义布局模版:支持您主动根据业务需要设置布局位置,每个预设的布局位置支持具名设置(具名设置需要明确指定房间号和用户名)和不具名设置。当一个子画面具名设置时,该位置就为该用户预留,用户进房且上行音视频数据时会自动占据该位置,其它用户不会占据该位置。当预设的布局位置未具名时,排版引擎引擎会根据进房间顺序自动填充,预设位置填满时,不再混合其它用户的画面和声音。每个子画面位置支持设置占位图(BackgroundImageUrl),当用户未进房或者只上行音频数据时,该位置画面可显示对应的占位图画面。
82
+ 4、自定义布局模版:支持您主动根据业务需要设置布局位置,每个预设的布局位置支持具名设置(具名设置需要明确指定房间号和用户名)和不具名设置。当一个子画面具名设置时,该位置就为该用户预留,用户进房且上行音视频数据时会自动占据该位置,其它用户不会占据该位置。当预设的布局位置未具名时,排版引擎会根据进房间顺序自动填充,预设位置填满时,不再混合其它用户的画面和声音。每个子画面位置支持设置占位图(BackgroundImageUrl),当用户未进房或者只上行音频数据时,该位置画面可显示对应的占位图画面。
83
83
 
84
84
  您可以控制台开通旁路转推回调功能实现转推cdn状态的事件监控,具体说明请参考官网文档:[旁路转推回调说明](https://cloud.tencent.com/document/product/647/88552)
85
85
  您使用转推api时根据使用特性可能会产生如下费用:
@@ -1844,11 +1844,11 @@ export interface DescribeNatGatewaySourceIpTranslationNatRulesRequest {
1844
1844
  */
1845
1845
  export interface DescribeNatGatewaysRequest {
1846
1846
  /**
1847
- * NAT网关统一 ID,形如:`nat-123xx454`。
1847
+ * NAT网关统一 ID,形如:`nat-123xx454`。每次请求的实例上限为100。参数不支持同时指定NatGatewayIds和Filters。
1848
1848
  */
1849
1849
  NatGatewayIds?: Array<string>;
1850
1850
  /**
1851
- * 过滤条件,参数不支持同时指定NatGatewayIds和Filters。
1851
+ * 过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5
1852
1852
  <li>nat-gateway-id - String - (过滤条件)协议端口模板实例ID,形如:`nat-123xx454`。</li>
1853
1853
  <li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li>
1854
1854
  <li>nat-gateway-name - String - (过滤条件)协议端口模板实例ID,形如:`test_nat`。</li>
@@ -2705,7 +2705,7 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
2705
2705
  NatGatewayIds?: Array<string>;
2706
2706
  /**
2707
2707
  * 过滤条件:
2708
- 参数不支持同时指定NatGatewayIds和Filters
2708
+ 参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5
2709
2709
  <li> nat-gateway-id,NAT网关的ID,如`nat-0yi4hekt`</li>
2710
2710
  <li> vpc-id,私有网络VPC的ID,如`vpc-0yi4hekt`</li>
2711
2711
  <li> public-ip-address, 弹性IP,如`139.199.232.238`。</li>
@@ -4096,11 +4096,11 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse
4096
4096
  /**
4097
4097
  * NAT网关端口转发规则对象数组。
4098
4098
  */
4099
- NatGatewayDestinationIpPortTranslationNatRuleSet: Array<NatGatewayDestinationIpPortTranslationNatRule>;
4099
+ NatGatewayDestinationIpPortTranslationNatRuleSet?: Array<NatGatewayDestinationIpPortTranslationNatRule>;
4100
4100
  /**
4101
4101
  * 符合条件的NAT网关端口转发规则对象数目。
4102
4102
  */
4103
- TotalCount: number;
4103
+ TotalCount?: number;
4104
4104
  /**
4105
4105
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4106
4106
  */
@@ -12264,11 +12264,11 @@ export interface DescribeNatGatewaysResponse {
12264
12264
  /**
12265
12265
  * NAT网关对象数组。
12266
12266
  */
12267
- NatGatewaySet: Array<NatGateway>;
12267
+ NatGatewaySet?: Array<NatGateway>;
12268
12268
  /**
12269
12269
  * 符合条件的NAT网关对象个数。
12270
12270
  */
12271
- TotalCount: number;
12271
+ TotalCount?: number;
12272
12272
  /**
12273
12273
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12274
12274
  */
@@ -238,11 +238,11 @@ export interface DescribeCustomWhiteRuleResponse {
238
238
  /**
239
239
  * 规则详情
240
240
  */
241
- RuleList: Array<DescribeCustomRulesRspRuleListItem>;
241
+ RuleList?: Array<DescribeCustomRulesRspRuleListItem>;
242
242
  /**
243
243
  * 规则条数
244
244
  */
245
- TotalCount: string;
245
+ TotalCount?: string;
246
246
  /**
247
247
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
248
248
  */
@@ -832,7 +832,7 @@ export interface DescribeCustomWhiteRuleRequest {
832
832
  */
833
833
  Domain: string;
834
834
  /**
835
- * 偏移
835
+ * 偏移量
836
836
  */
837
837
  Offset: number;
838
838
  /**
@@ -1073,11 +1073,12 @@ export interface SwitchDomainRulesRequest {
1073
1073
  */
1074
1074
  Ids?: Array<number>;
1075
1075
  /**
1076
- * 开关状态
1076
+ * 开关状态,0表示关闭,1表示开启,2表示只观察
1077
1077
  */
1078
1078
  Status?: number;
1079
1079
  /**
1080
- * 设置为观察模式原因
1080
+ * 设置为观察模式原因,
1081
+ 1表示业务自身原因观察,2表示系统规则误报上报,3表示核心业务灰度观察,4表示其他
1081
1082
  */
1082
1083
  Reason?: number;
1083
1084
  }
@@ -2820,7 +2821,7 @@ export interface ModifyWafAutoDenyRulesRequest {
2820
2821
  */
2821
2822
  DenyTimeThreshold: number;
2822
2823
  /**
2823
- * 自动封禁状态
2824
+ * 自动封禁状态,0表示关闭,1表示打开
2824
2825
  */
2825
2826
  DefenseStatus: number;
2826
2827
  }
@@ -3298,7 +3299,7 @@ export interface AddDomainWhiteRuleRequest {
3298
3299
  */
3299
3300
  Function?: string;
3300
3301
  /**
3301
- * 规则的开关
3302
+ * 规则的开关,0表示规则关闭,1表示规则打开
3302
3303
  */
3303
3304
  Status?: number;
3304
3305
  }