tencentcloud-sdk-nodejs 4.0.604 → 4.0.606

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 (74) hide show
  1. package/CHANGELOG.md +406 -0
  2. package/SERVICE_CHANGELOG.md +457 -42
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_client.ts +1 -1
  7. package/src/services/billing/v20180709/billing_models.ts +246 -235
  8. package/src/services/cfs/v20190719/cfs_models.ts +9 -3
  9. package/src/services/chdfs/v20201112/chdfs_client.ts +1 -0
  10. package/src/services/chdfs/v20201112/chdfs_models.ts +52 -1
  11. package/src/services/cls/v20201016/cls_models.ts +6 -0
  12. package/src/services/cvm/v20170312/cvm_models.ts +8 -3
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +772 -479
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1407 -234
  15. package/src/services/dts/v20211206/dts_models.ts +1 -1
  16. package/src/services/ess/v20201111/ess_client.ts +1 -0
  17. package/src/services/ess/v20201111/ess_models.ts +6 -1
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +18 -8
  20. package/src/services/fmu/v20191213/fmu_client.ts +1 -1
  21. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  22. package/src/services/gme/v20180711/gme_models.ts +1 -1
  23. package/src/services/live/v20180801/live_models.ts +15 -9
  24. package/src/services/mna/v20210119/mna_models.ts +3 -3
  25. package/src/services/ocr/v20181119/ocr_client.ts +8 -6
  26. package/src/services/ocr/v20181119/ocr_models.ts +53 -6
  27. package/src/services/scf/v20180416/scf_models.ts +17 -14
  28. package/src/services/taf/v20200210/taf_models.ts +12 -0
  29. package/src/services/thpc/v20230321/thpc_models.ts +1 -1
  30. package/src/services/tts/v20190823/tts_models.ts +4 -51
  31. package/src/services/vod/v20180717/vod_models.ts +50 -0
  32. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  33. package/src/services/vpc/v20170312/vpc_models.ts +35 -34
  34. package/src/services/wedata/v20210820/wedata_models.ts +60 -5
  35. package/src/services/yinsuda/v20220527/yinsuda_models.ts +21 -0
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -1
  39. package/tencentcloud/services/billing/v20180709/billing_client.js +1 -1
  40. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +207 -198
  41. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -3
  42. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +44 -1
  43. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -0
  44. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -3
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +249 -153
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +372 -228
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1193 -197
  48. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  49. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  50. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -1
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -7
  55. package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +1 -1
  56. package/tencentcloud/services/fmu/v20191213/fmu_client.js +1 -1
  57. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  58. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +1 -1
  59. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -7
  60. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +3 -3
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -4
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -4
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -6
  64. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +11 -8
  65. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +10 -0
  66. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
  67. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -49
  68. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +43 -0
  69. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  70. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  71. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +34 -33
  72. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +50 -5
  73. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +17 -0
  74. package/test/cynosdb.v20190107.test.js +392 -152
@@ -1548,6 +1548,24 @@ export interface RoundPlayInfo {
1548
1548
  * 轮播播单描述信息,长度限制:256 个字符。
1549
1549
  */
1550
1550
  Desc: string;
1551
+ /**
1552
+ * 播放状态,可选值:
1553
+ <li>Enabled:启动状态;</li>
1554
+ <li>Disabled:停止状态。</li>
1555
+ 默认值:Enabled。
1556
+ */
1557
+ Status?: string;
1558
+ /**
1559
+ * 播放模式,可选值:
1560
+ <li>Loop:循环播放播单;</li>
1561
+ <li>Linear:单次播放,播单播放完停止播放。</li>
1562
+ 默认值:Loop。
1563
+ */
1564
+ PlayBackMode?: string;
1565
+ /**
1566
+ * 轮播播放地址。
1567
+ */
1568
+ Url?: string;
1551
1569
  }
1552
1570
  /**
1553
1571
  * DescribeLicenseUsageData返回参数结构体
@@ -5353,6 +5371,18 @@ export interface ModifyRoundPlayRequest {
5353
5371
  * 轮播播单描述信息,长度限制:256 个字符。
5354
5372
  */
5355
5373
  Desc?: string;
5374
+ /**
5375
+ * 播放状态,可选值:
5376
+ <li>Disabled:结束播放,结束后轮播任务不能再次启动。</li>
5377
+
5378
+ */
5379
+ Status?: string;
5380
+ /**
5381
+ * 播放模式,可选值:
5382
+ <li>Loop:循环播放播单;</li>
5383
+ <li>Linear:单次播放,播单播放完停止播放。</li>
5384
+ */
5385
+ PlayBackMode?: string;
5356
5386
  }
5357
5387
  /**
5358
5388
  * 图片水印模板输入参数
@@ -7435,6 +7465,12 @@ export interface EditMediaVideoStream {
7435
7465
  默认值:0。
7436
7466
  */
7437
7467
  Height?: number;
7468
+ /**
7469
+ * 视频帧率,取值范围:[0, 100],单位:Hz。
7470
+ 当取值为0,将自动为视频设置帧率。
7471
+ 默认值为 0。
7472
+ */
7473
+ Fps?: number;
7438
7474
  }
7439
7475
  /**
7440
7476
  * 提取溯源水印任务。
@@ -10931,6 +10967,13 @@ export interface CreateRoundPlayRequest {
10931
10967
  * 轮播播单描述信息,长度限制:256 个字符。
10932
10968
  */
10933
10969
  Desc?: string;
10970
+ /**
10971
+ * 播放模式,可选值:
10972
+ <li>Loop:循环播放播单;</li>
10973
+ <li>Linear:单次播放,播单播放完停止播放。</li>
10974
+ 默认值:Loop。
10975
+ */
10976
+ PlayBackMode?: string;
10934
10977
  }
10935
10978
  /**
10936
10979
  * 音视频审核涉及令人反感的信息的任务结果类型
@@ -813,7 +813,7 @@ export declare class Client extends AbstractClient {
813
813
  */
814
814
  AttachNetworkInterface(req: AttachNetworkInterfaceRequest, cb?: (error: string, rep: AttachNetworkInterfaceResponse) => void): Promise<AttachNetworkInterfaceResponse>;
815
815
  /**
816
- * 查询SSL-VPN-CLIENT 列表
816
+ * 本接口(DescribeVpnGatewaySslClients)用于查询SSL-VPN-CLIENT 列表。
817
817
  */
818
818
  DescribeVpnGatewaySslClients(req: DescribeVpnGatewaySslClientsRequest, cb?: (error: string, rep: DescribeVpnGatewaySslClientsResponse) => void): Promise<DescribeVpnGatewaySslClientsResponse>;
819
819
  /**
@@ -1170,7 +1170,7 @@ LimitTypes取值范围:
1170
1170
  */
1171
1171
  CreateAddressTemplate(req: CreateAddressTemplateRequest, cb?: (error: string, rep: CreateAddressTemplateResponse) => void): Promise<CreateAddressTemplateResponse>;
1172
1172
  /**
1173
- * 创建 Server
1173
+ * 本接口(CreateVpnGatewaySslServer)用于创建SSL-VPN Server端。
1174
1174
  */
1175
1175
  CreateVpnGatewaySslServer(req: CreateVpnGatewaySslServerRequest, cb?: (error: string, rep: CreateVpnGatewaySslServerResponse) => void): Promise<CreateVpnGatewaySslServerResponse>;
1176
1176
  /**
@@ -1163,7 +1163,7 @@ class Client extends abstract_client_1.AbstractClient {
1163
1163
  return this.request("AttachNetworkInterface", req, cb);
1164
1164
  }
1165
1165
  /**
1166
- * 查询SSL-VPN-CLIENT 列表
1166
+ * 本接口(DescribeVpnGatewaySslClients)用于查询SSL-VPN-CLIENT 列表。
1167
1167
  */
1168
1168
  async DescribeVpnGatewaySslClients(req, cb) {
1169
1169
  return this.request("DescribeVpnGatewaySslClients", req, cb);
@@ -1666,7 +1666,7 @@ LimitTypes取值范围:
1666
1666
  return this.request("CreateAddressTemplate", req, cb);
1667
1667
  }
1668
1668
  /**
1669
- * 创建 Server
1669
+ * 本接口(CreateVpnGatewaySslServer)用于创建SSL-VPN Server端。
1670
1670
  */
1671
1671
  async CreateVpnGatewaySslServer(req, cb) {
1672
1672
  return this.request("CreateVpnGatewaySslServer", req, cb);
@@ -367,15 +367,15 @@ export interface DescribeVpcIpv6AddressesRequest {
367
367
  */
368
368
  export interface SslVpnClient {
369
369
  /**
370
- * VPC实例ID
370
+ * VPC实例ID
371
371
  */
372
372
  VpcId: string;
373
373
  /**
374
- * SSL-VPN-SERVER 实例ID
374
+ * SSL-VPN-SERVER 实例ID
375
375
  */
376
376
  SslVpnServerId: string;
377
377
  /**
378
- * 证书状态.
378
+ * 证书状态。
379
379
  0:创建中
380
380
  1:正常
381
381
  2:已停用
@@ -384,19 +384,19 @@ export interface SslVpnClient {
384
384
  */
385
385
  CertStatus: number;
386
386
  /**
387
- * SSL-VPN-CLIENT 实例ID
387
+ * SSL-VPN-CLIENT 实例ID
388
388
  */
389
389
  SslVpnClientId: string;
390
390
  /**
391
- * 证书开始时间
391
+ * 证书开始时间。
392
392
  */
393
393
  CertBeginTime: string;
394
394
  /**
395
- * 证书到期时间
395
+ * 证书到期时间。
396
396
  */
397
397
  CertEndTime: string;
398
398
  /**
399
- * CLIENT NAME
399
+ * CLIENT NAME
400
400
  */
401
401
  Name: string;
402
402
  /**
@@ -590,7 +590,7 @@ export interface DeleteVpnGatewaySslServerResponse {
590
590
  /**
591
591
  * 异步任务ID。
592
592
  */
593
- TaskId: number;
593
+ TaskId?: number;
594
594
  /**
595
595
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
596
596
  */
@@ -1321,51 +1321,51 @@ export interface CreateDirectConnectGatewayRequest {
1321
1321
  */
1322
1322
  export interface CreateVpnGatewaySslServerRequest {
1323
1323
  /**
1324
- * VPN实例ID
1324
+ * VPN网关实例ID
1325
1325
  */
1326
1326
  VpnGatewayId: string;
1327
1327
  /**
1328
- * SSL_VPN_SERVER 实例名
1328
+ * SSL-VPN-SERVER 实例名称,长度不超过60个字节。
1329
1329
  */
1330
1330
  SslVpnServerName: string;
1331
1331
  /**
1332
- * 本端地址网段
1332
+ * 云端地址(CIDR)列表。
1333
1333
  */
1334
1334
  LocalAddress: Array<string>;
1335
1335
  /**
1336
- * 客户端地址网段
1336
+ * 客户端地址网段。
1337
1337
  */
1338
1338
  RemoteAddress: string;
1339
1339
  /**
1340
- * SSL VPN服务端监听协议。当前仅支持 UDP。默认UDP
1340
+ * SSL VPN服务端监听协议。当前仅支持 UDP,默认UDP
1341
1341
  */
1342
1342
  SslVpnProtocol?: string;
1343
1343
  /**
1344
- * SSL VPN服务端监听协议端口。默认1194。
1344
+ * SSL VPN服务端监听协议端口,默认1194。
1345
1345
  */
1346
1346
  SslVpnPort?: number;
1347
1347
  /**
1348
- * 认证算法。可选 'SHA1', 'MD5', 'NONE'。默认NONE
1348
+ * 认证算法。可选 'SHA1', 'MD5', 'NONE',默认NONE
1349
1349
  */
1350
1350
  IntegrityAlgorithm?: string;
1351
1351
  /**
1352
- * 加密算法。可选 'AES-128-CBC', 'AES-192-CBC', 'AES-256-CBC', 'NONE'。默认NONE
1352
+ * 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 'NONE',默认NONE
1353
1353
  */
1354
1354
  EncryptAlgorithm?: string;
1355
1355
  /**
1356
- * 是否支持压缩。当前仅支持不支持压缩。默认False
1356
+ * 是否支持压缩。当前仅支持不支持压缩,默认False
1357
1357
  */
1358
1358
  Compress?: boolean;
1359
1359
  /**
1360
- * 是否开启SSO认证
1360
+ * 是否开启SSO认证。默认为False
1361
1361
  */
1362
1362
  SsoEnabled?: boolean;
1363
1363
  /**
1364
- * 是否开启策略访问控制
1364
+ * 是否开启策略访问控制。默认为False
1365
1365
  */
1366
1366
  AccessPolicyEnabled?: boolean;
1367
1367
  /**
1368
- * SAML-DATA
1368
+ * SAML-DATA,开启SSO时传。
1369
1369
  */
1370
1370
  SamlData?: string;
1371
1371
  }
@@ -3164,21 +3164,22 @@ export interface DescribeVpnGatewaySslClientsRequest {
3164
3164
  * 过滤条件,参数不支持同时指定SslVpnClientIds和Filters。
3165
3165
  <li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>
3166
3166
  <li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>
3167
- <li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。</li>
3168
- <li>ssl-vpn-client-id - String - (过滤条件)SSL-VPN-CLIENT实例ID形如:vpngwSslClient-123456。</li>
3167
+ <li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpns-1j2w6xpx。</li>
3168
+ <li>ssl-vpn-client-id - String - (过滤条件)SSL-VPN-CLIENT实例ID形如:vpnc-3rlxp4nd。</li>
3169
3169
  <li>ssl-vpn-client-name - String - (过滤条件)SSL-VPN-CLIENT实例名称。</li>
3170
3170
  */
3171
3171
  Filters?: Array<Filter>;
3172
3172
  /**
3173
- * 偏移量
3173
+ * 偏移量,默认值0。
3174
3174
  */
3175
3175
  Offset?: number;
3176
3176
  /**
3177
- * 请求对象个数
3177
+ * 请求对象个数,默认值20。
3178
3178
  */
3179
3179
  Limit?: number;
3180
3180
  /**
3181
- * SSL-VPN-CLIENT实例ID。形如:vpngwSslClient-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定SslVpnClientIds和Filters。
3181
+ * SSL-VPN-CLIENT实例ID。形如:
3182
+ vpns-1jww3xpx。每次请求的实例的上限为100。参数不支持同时指定SslVpnClientIds和Filters。
3182
3183
  */
3183
3184
  SslVpnClientIds?: Array<string>;
3184
3185
  /**
@@ -4785,11 +4786,11 @@ export interface DescribeVpnGatewaySslClientsResponse {
4785
4786
  /**
4786
4787
  * 符合条件的实例数量。
4787
4788
  */
4788
- TotalCount: number;
4789
+ TotalCount?: number;
4789
4790
  /**
4790
- * 符合条件的实例个数。
4791
+ * SSL-VPN-CLIENT 实例列表。
4791
4792
  */
4792
- SslVpnClientSet: Array<SslVpnClient>;
4793
+ SslVpnClientSet?: Array<SslVpnClient>;
4793
4794
  /**
4794
4795
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4795
4796
  */
@@ -5045,13 +5046,13 @@ export interface ModifyBandwidthPackageAttributeResponse {
5045
5046
  */
5046
5047
  export interface CreateVpnGatewaySslServerResponse {
5047
5048
  /**
5048
- * 创建SSL-VPN server 异步任务ID
5049
+ * 创建SSL-VPN server 异步任务ID
5049
5050
  */
5050
- TaskId: number;
5051
+ TaskId?: number;
5051
5052
  /**
5052
- * SSL-VPN server 唯一ID
5053
+ * SSL-VPN-SERVER 唯一ID
5053
5054
  */
5054
- SslVpnServerId: string;
5055
+ SslVpnServerId?: string;
5055
5056
  /**
5056
5057
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5057
5058
  */
@@ -8822,7 +8823,7 @@ export interface DescribeCrossBorderFlowMonitorRequest {
8822
8823
  */
8823
8824
  CcnUin: string;
8824
8825
  /**
8825
- * 时间粒度。
8826
+ * 时间粒度。单位为:秒,如60为60s的时间粒度
8826
8827
  */
8827
8828
  Period: number;
8828
8829
  /**
@@ -623,7 +623,7 @@ export interface DescribeRulesResponse {
623
623
  * 规则列表
624
624
  注意:此字段可能返回 null,表示取不到有效值。
625
625
  */
626
- Data: Array<Rule>;
626
+ Data?: Array<Rule>;
627
627
  /**
628
628
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
629
629
  */
@@ -927,6 +927,11 @@ export interface RuleGroupExecResult {
927
927
  注意:此字段可能返回 null,表示取不到有效值。
928
928
  */
929
929
  ExecDetail?: string;
930
+ /**
931
+ * 实际执行引擎
932
+ 注意:此字段可能返回 null,表示取不到有效值。
933
+ */
934
+ EngineType?: string;
930
935
  }
931
936
  /**
932
937
  * 告警事件详情
@@ -1765,6 +1770,16 @@ export interface RuleGroupExecStrategy {
1765
1770
  注意:此字段可能返回 null,表示取不到有效值。
1766
1771
  */
1767
1772
  TaskAction: string;
1773
+ /**
1774
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
1775
+ 注意:此字段可能返回 null,表示取不到有效值。
1776
+ */
1777
+ ExecEngineType?: string;
1778
+ /**
1779
+ * 执行计划
1780
+ 注意:此字段可能返回 null,表示取不到有效值。
1781
+ */
1782
+ ExecPlan?: string;
1768
1783
  }
1769
1784
  /**
1770
1785
  * ModifyWorkflowSchedule请求参数结构体
@@ -2302,6 +2317,11 @@ export interface Rule {
2302
2317
  注意:此字段可能返回 null,表示取不到有效值。
2303
2318
  */
2304
2319
  TargetObjectValue?: string;
2320
+ /**
2321
+ * 源端对应的引擎类型
2322
+ 注意:此字段可能返回 null,表示取不到有效值。
2323
+ */
2324
+ SourceEngineTypes?: Array<number>;
2305
2325
  }
2306
2326
  /**
2307
2327
  * ModifyRuleGroupSubscription请求参数结构体
@@ -4064,6 +4084,10 @@ export interface ModifyRuleRequest {
4064
4084
  * 目标字段名称 CITY
4065
4085
  */
4066
4086
  TargetObjectValue?: string;
4087
+ /**
4088
+ * 该规则适配的执行引擎
4089
+ */
4090
+ SourceEngineTypes?: Array<number>;
4067
4091
  }
4068
4092
  /**
4069
4093
  * 操作结果
@@ -4372,7 +4396,7 @@ export interface ModifyRuleResponse {
4372
4396
  * 是否更新成功
4373
4397
  注意:此字段可能返回 null,表示取不到有效值。
4374
4398
  */
4375
- Data: boolean;
4399
+ Data?: boolean;
4376
4400
  /**
4377
4401
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4378
4402
  */
@@ -6354,6 +6378,11 @@ export interface RuleExecConfig {
6354
6378
  注意:此字段可能返回 null,表示取不到有效值。
6355
6379
  */
6356
6380
  ExecutorGroupId?: string;
6381
+ /**
6382
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
6383
+ 注意:此字段可能返回 null,表示取不到有效值。
6384
+ */
6385
+ EngineType?: string;
6357
6386
  }
6358
6387
  /**
6359
6388
  * SuspendIntegrationTask返回参数结构体
@@ -7042,7 +7071,7 @@ export interface CreateRuleResponse {
7042
7071
  * 规则
7043
7072
  注意:此字段可能返回 null,表示取不到有效值。
7044
7073
  */
7045
- Data: Rule;
7074
+ Data?: Rule;
7046
7075
  /**
7047
7076
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7048
7077
  */
@@ -8036,6 +8065,10 @@ export interface CreateRuleRequest {
8036
8065
  * 目标字段名称 CITY
8037
8066
  */
8038
8067
  TargetObjectValue?: string;
8068
+ /**
8069
+ * 该规则支持的执行引擎列表
8070
+ */
8071
+ SourceEngineTypes?: Array<number>;
8039
8072
  }
8040
8073
  /**
8041
8074
  * CommitRuleGroupTask请求参数结构体
@@ -8061,6 +8094,10 @@ export interface CommitRuleGroupTaskRequest {
8061
8094
  * 项目ID
8062
8095
  */
8063
8096
  ProjectId?: string;
8097
+ /**
8098
+ * 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
8099
+ */
8100
+ EngineType?: string;
8064
8101
  }
8065
8102
  /**
8066
8103
  * DescribeTemplateHistory返回参数结构体
@@ -10386,6 +10423,10 @@ MONTH_CYCLE:M
10386
10423
  * 数据表Id
10387
10424
  */
10388
10425
  TableId?: string;
10426
+ /**
10427
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
10428
+ */
10429
+ ExecEngineType?: string;
10389
10430
  }
10390
10431
  /**
10391
10432
  * 实时任务同步速度趋势
@@ -10485,7 +10526,7 @@ export interface CommitRuleGroupTaskResponse {
10485
10526
  * 规则组执行id
10486
10527
  注意:此字段可能返回 null,表示取不到有效值。
10487
10528
  */
10488
- Data: RuleGroupExecResult;
10529
+ Data?: RuleGroupExecResult;
10489
10530
  /**
10490
10531
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10491
10532
  */
@@ -10597,7 +10638,7 @@ export interface ModifyExecStrategyResponse {
10597
10638
  * 规则组ID
10598
10639
  注意:此字段可能返回 null,表示取不到有效值。
10599
10640
  */
10600
- Data: number;
10641
+ Data?: number;
10601
10642
  /**
10602
10643
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10603
10644
  */
@@ -10980,6 +11021,10 @@ export interface DescribeRulesRequest {
10980
11021
  * 规则组id
10981
11022
  */
10982
11023
  RuleGroupId?: number;
11024
+ /**
11025
+ * 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
11026
+ */
11027
+ EngineType?: string;
10983
11028
  }
10984
11029
  /**
10985
11030
  * DescribeRule返回参数结构体
@@ -542,6 +542,14 @@ export interface BatchDescribeKTVMusicDetailsRequest {
542
542
  <li>Live:直播</li><li>Chat:语聊</li>
543
543
  */
544
544
  PlayScene?: string;
545
+ /**
546
+ * 玩家用户标识
547
+ */
548
+ GuestUserId?: string;
549
+ /**
550
+ * 房间Id
551
+ */
552
+ RoomId?: string;
545
553
  }
546
554
  /**
547
555
  * AME 曲库歌曲基础信息。
@@ -792,6 +800,15 @@ export interface RechargeLiveVipRequest {
792
800
  <li>372</li>
793
801
  */
794
802
  VipDays: number;
803
+ /**
804
+ * 充值分类。取值有:room_card-包月房卡; 其他-保留。
805
+ */
806
+ GiveType?: string;
807
+ /**
808
+ * 播放场景。默认为Live
809
+ <li>Live:直播</li><li>Chat:语聊</li>
810
+ */
811
+ PlayScene?: string;
795
812
  }
796
813
  /**
797
814
  * 副歌片段信息。