tencentcloud-sdk-nodejs 4.0.669 → 4.0.670
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 +414 -0
- package/SERVICE_CHANGELOG.md +679 -76
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_client.ts +4 -2
- package/src/services/billing/v20180709/billing_models.ts +118 -46
- package/src/services/cls/v20201016/cls_client.ts +3 -0
- package/src/services/cls/v20201016/cls_models.ts +166 -27
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +1 -1
- package/src/services/eb/v20210416/eb_client.ts +1 -1
- package/src/services/eb/v20210416/eb_models.ts +10 -1
- package/src/services/ess/v20201111/ess_models.ts +24 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +180 -82
- package/src/services/lcic/v20220817/lcic_models.ts +21 -1
- package/src/services/mps/v20190612/mps_client.ts +1 -0
- package/src/services/mps/v20190612/mps_models.ts +37 -8
- package/src/services/scf/v20180416/scf_client.ts +27 -0
- package/src/services/scf/v20180416/scf_models.ts +52 -0
- package/src/services/ssa/v20180608/ssa_models.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +39 -24
- package/src/services/tione/v20211111/tione_models.ts +14 -4
- package/src/services/tsf/v20180326/tsf_client.ts +1 -0
- package/src/services/tsf/v20180326/tsf_models.ts +74 -30
- package/src/services/tts/v20190823/tts_models.ts +14 -6
- package/src/services/waf/v20180125/waf_client.ts +12 -0
- package/src/services/waf/v20180125/waf_models.ts +68 -32
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +116 -46
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +163 -27
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +10 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +177 -82
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +21 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +36 -8
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +20 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +21 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +50 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +39 -24
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -4
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -30
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +14 -6
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +66 -32
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/waf.v20180125.test.js +10 -0
|
@@ -1315,67 +1315,67 @@ export interface Topic {
|
|
|
1315
1315
|
* 最后一次间隔内发布消息的平均byte大小。
|
|
1316
1316
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1317
1317
|
*/
|
|
1318
|
-
AverageMsgSize
|
|
1318
|
+
AverageMsgSize?: string;
|
|
1319
1319
|
/**
|
|
1320
1320
|
* 消费者数量。
|
|
1321
1321
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1322
1322
|
*/
|
|
1323
|
-
ConsumerCount
|
|
1323
|
+
ConsumerCount?: string;
|
|
1324
1324
|
/**
|
|
1325
1325
|
* 被记录下来的消息总数。
|
|
1326
1326
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1327
1327
|
*/
|
|
1328
|
-
LastConfirmedEntry
|
|
1328
|
+
LastConfirmedEntry?: string;
|
|
1329
1329
|
/**
|
|
1330
1330
|
* 最后一个ledger创建的时间。
|
|
1331
1331
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1332
1332
|
*/
|
|
1333
|
-
LastLedgerCreatedTimestamp
|
|
1333
|
+
LastLedgerCreatedTimestamp?: string;
|
|
1334
1334
|
/**
|
|
1335
1335
|
* 本地和复制的发布者每秒发布消息的速率。
|
|
1336
1336
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1337
1337
|
*/
|
|
1338
|
-
MsgRateIn
|
|
1338
|
+
MsgRateIn?: string;
|
|
1339
1339
|
/**
|
|
1340
1340
|
* 本地和复制的消费者每秒分发消息的数量之和。
|
|
1341
1341
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1342
1342
|
*/
|
|
1343
|
-
MsgRateOut
|
|
1343
|
+
MsgRateOut?: string;
|
|
1344
1344
|
/**
|
|
1345
1345
|
* 本地和复制的发布者每秒发布消息的byte。
|
|
1346
1346
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1347
1347
|
*/
|
|
1348
|
-
MsgThroughputIn
|
|
1348
|
+
MsgThroughputIn?: string;
|
|
1349
1349
|
/**
|
|
1350
1350
|
* 本地和复制的消费者每秒分发消息的byte。
|
|
1351
1351
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1352
1352
|
*/
|
|
1353
|
-
MsgThroughputOut
|
|
1353
|
+
MsgThroughputOut?: string;
|
|
1354
1354
|
/**
|
|
1355
1355
|
* 被记录下来的消息总数。
|
|
1356
1356
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1357
1357
|
*/
|
|
1358
|
-
NumberOfEntries
|
|
1358
|
+
NumberOfEntries?: string;
|
|
1359
1359
|
/**
|
|
1360
1360
|
* 分区数<=0:topic下无子分区。
|
|
1361
1361
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1362
1362
|
*/
|
|
1363
|
-
Partitions
|
|
1363
|
+
Partitions?: number;
|
|
1364
1364
|
/**
|
|
1365
1365
|
* 生产者数量。
|
|
1366
1366
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1367
1367
|
*/
|
|
1368
|
-
ProducerCount
|
|
1368
|
+
ProducerCount?: string;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* 以byte计算的所有消息存储总量。
|
|
1371
1371
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1372
1372
|
*/
|
|
1373
|
-
TotalSize
|
|
1373
|
+
TotalSize?: string;
|
|
1374
1374
|
/**
|
|
1375
1375
|
* 分区topic里面的子分区。
|
|
1376
1376
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1377
1377
|
*/
|
|
1378
|
-
SubTopicSets
|
|
1378
|
+
SubTopicSets?: Array<PartitionsTopic>;
|
|
1379
1379
|
/**
|
|
1380
1380
|
* topic类型描述:
|
|
1381
1381
|
0:普通消息;
|
|
@@ -1386,42 +1386,42 @@ export interface Topic {
|
|
|
1386
1386
|
5:事务消息。
|
|
1387
1387
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1388
1388
|
*/
|
|
1389
|
-
TopicType
|
|
1389
|
+
TopicType?: number;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* 环境(命名空间)名称。
|
|
1392
1392
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1393
1393
|
*/
|
|
1394
|
-
EnvironmentId
|
|
1394
|
+
EnvironmentId?: string;
|
|
1395
1395
|
/**
|
|
1396
1396
|
* 主题名称。
|
|
1397
1397
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1398
1398
|
*/
|
|
1399
|
-
TopicName
|
|
1399
|
+
TopicName?: string;
|
|
1400
1400
|
/**
|
|
1401
1401
|
* 说明,128个字符以内。
|
|
1402
1402
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1403
1403
|
*/
|
|
1404
|
-
Remark
|
|
1404
|
+
Remark?: string;
|
|
1405
1405
|
/**
|
|
1406
1406
|
* 创建时间。
|
|
1407
1407
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1408
1408
|
*/
|
|
1409
|
-
CreateTime
|
|
1409
|
+
CreateTime?: string;
|
|
1410
1410
|
/**
|
|
1411
1411
|
* 最近修改时间。
|
|
1412
1412
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1413
1413
|
*/
|
|
1414
|
-
UpdateTime
|
|
1414
|
+
UpdateTime?: string;
|
|
1415
1415
|
/**
|
|
1416
1416
|
* 生产者上限。
|
|
1417
1417
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1418
1418
|
*/
|
|
1419
|
-
ProducerLimit
|
|
1419
|
+
ProducerLimit?: string;
|
|
1420
1420
|
/**
|
|
1421
1421
|
* 消费者上限。
|
|
1422
1422
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1423
1423
|
*/
|
|
1424
|
-
ConsumerLimit
|
|
1424
|
+
ConsumerLimit?: string;
|
|
1425
1425
|
/**
|
|
1426
1426
|
* 0: 非持久非分区
|
|
1427
1427
|
1: 非持久分区
|
|
@@ -1429,7 +1429,13 @@ export interface Topic {
|
|
|
1429
1429
|
3: 持久分区
|
|
1430
1430
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1431
1431
|
*/
|
|
1432
|
-
PulsarTopicType
|
|
1432
|
+
PulsarTopicType?: number;
|
|
1433
|
+
/**
|
|
1434
|
+
* 未消费消息过期时间,单位:秒
|
|
1435
|
+
|
|
1436
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1437
|
+
*/
|
|
1438
|
+
MsgTTL?: number;
|
|
1433
1439
|
}
|
|
1434
1440
|
/**
|
|
1435
1441
|
* RabbitMQ的vhost详情
|
|
@@ -2919,6 +2925,10 @@ export interface CreateTopicRequest {
|
|
|
2919
2925
|
3: 持久分区
|
|
2920
2926
|
*/
|
|
2921
2927
|
PulsarTopicType?: number;
|
|
2928
|
+
/**
|
|
2929
|
+
* 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
|
|
2930
|
+
*/
|
|
2931
|
+
MsgTTL?: number;
|
|
2922
2932
|
}
|
|
2923
2933
|
/**
|
|
2924
2934
|
* DescribeTopics请求参数结构体
|
|
@@ -4326,11 +4336,11 @@ export interface ModifyTopicResponse {
|
|
|
4326
4336
|
/**
|
|
4327
4337
|
* 分区数
|
|
4328
4338
|
*/
|
|
4329
|
-
Partitions
|
|
4339
|
+
Partitions?: number;
|
|
4330
4340
|
/**
|
|
4331
4341
|
* 备注,128字符以内。
|
|
4332
4342
|
*/
|
|
4333
|
-
Remark
|
|
4343
|
+
Remark?: string;
|
|
4334
4344
|
/**
|
|
4335
4345
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4336
4346
|
*/
|
|
@@ -4781,6 +4791,11 @@ export interface ModifyTopicRequest {
|
|
|
4781
4791
|
* Pulsar 集群的ID
|
|
4782
4792
|
*/
|
|
4783
4793
|
ClusterId?: string;
|
|
4794
|
+
/**
|
|
4795
|
+
* 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
|
|
4796
|
+
|
|
4797
|
+
*/
|
|
4798
|
+
MsgTTL?: number;
|
|
4784
4799
|
}
|
|
4785
4800
|
/**
|
|
4786
4801
|
* ResetMsgSubOffsetByTimestamp请求参数结构体
|
|
@@ -1820,10 +1820,6 @@ export interface DescribeTrainingMetricsRequest {
|
|
|
1820
1820
|
* CreateNotebookImage请求参数结构体
|
|
1821
1821
|
*/
|
|
1822
1822
|
export interface CreateNotebookImageRequest {
|
|
1823
|
-
/**
|
|
1824
|
-
* 要保存的kernel数组
|
|
1825
|
-
*/
|
|
1826
|
-
Kernels: Array<string>;
|
|
1827
1823
|
/**
|
|
1828
1824
|
* 镜像信息
|
|
1829
1825
|
*/
|
|
@@ -1832,6 +1828,10 @@ export interface CreateNotebookImageRequest {
|
|
|
1832
1828
|
* notebook id
|
|
1833
1829
|
*/
|
|
1834
1830
|
NotebookId: string;
|
|
1831
|
+
/**
|
|
1832
|
+
* 要保存的kernel数组
|
|
1833
|
+
*/
|
|
1834
|
+
Kernels?: Array<string>;
|
|
1835
1835
|
}
|
|
1836
1836
|
/**
|
|
1837
1837
|
* 接口描述信息
|
|
@@ -3526,6 +3526,16 @@ export interface ImageInfo {
|
|
|
3526
3526
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3527
3527
|
*/
|
|
3528
3528
|
RegistryId?: string;
|
|
3529
|
+
/**
|
|
3530
|
+
* 是否允许导出全部内容
|
|
3531
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3532
|
+
*/
|
|
3533
|
+
AllowSaveAllContent?: boolean;
|
|
3534
|
+
/**
|
|
3535
|
+
* 镜像名称
|
|
3536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3537
|
+
*/
|
|
3538
|
+
ImageName?: string;
|
|
3529
3539
|
}
|
|
3530
3540
|
/**
|
|
3531
3541
|
* 推理服务在集群中的信息
|
|
@@ -3074,6 +3074,36 @@ export interface DisassociateKafkaConfigRequest {
|
|
|
3074
3074
|
*/
|
|
3075
3075
|
GroupIds?: Array<string>;
|
|
3076
3076
|
}
|
|
3077
|
+
/**
|
|
3078
|
+
* 配置中心
|
|
3079
|
+
*/
|
|
3080
|
+
export interface TsfConfigCenter {
|
|
3081
|
+
/**
|
|
3082
|
+
* 配置中心类型
|
|
3083
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3084
|
+
*/
|
|
3085
|
+
ConfigType?: string;
|
|
3086
|
+
/**
|
|
3087
|
+
* 配置中心实例id
|
|
3088
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3089
|
+
*/
|
|
3090
|
+
ConfigCenterInstanceId?: string;
|
|
3091
|
+
/**
|
|
3092
|
+
* 配置中心实例名称
|
|
3093
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3094
|
+
*/
|
|
3095
|
+
ConfigCenterInstanceName?: string;
|
|
3096
|
+
/**
|
|
3097
|
+
* 实例地域id
|
|
3098
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3099
|
+
*/
|
|
3100
|
+
RegionId?: string;
|
|
3101
|
+
/**
|
|
3102
|
+
* 命名空间id
|
|
3103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3104
|
+
*/
|
|
3105
|
+
NamespaceId?: string;
|
|
3106
|
+
}
|
|
3077
3107
|
/**
|
|
3078
3108
|
* RollbackConfig返回参数结构体
|
|
3079
3109
|
*/
|
|
@@ -9780,87 +9810,95 @@ export interface ConfigReleaseLog {
|
|
|
9780
9810
|
* 配置项发布日志ID
|
|
9781
9811
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9782
9812
|
*/
|
|
9783
|
-
ConfigReleaseLogId
|
|
9813
|
+
ConfigReleaseLogId?: string;
|
|
9784
9814
|
/**
|
|
9785
9815
|
* 配置项ID
|
|
9786
9816
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9787
9817
|
*/
|
|
9788
|
-
ConfigId
|
|
9818
|
+
ConfigId?: string;
|
|
9789
9819
|
/**
|
|
9790
9820
|
* 配置项名称
|
|
9791
9821
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9792
9822
|
*/
|
|
9793
|
-
ConfigName
|
|
9823
|
+
ConfigName?: string;
|
|
9794
9824
|
/**
|
|
9795
9825
|
* 配置项版本
|
|
9796
9826
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9797
9827
|
*/
|
|
9798
|
-
ConfigVersion
|
|
9828
|
+
ConfigVersion?: string;
|
|
9799
9829
|
/**
|
|
9800
9830
|
* 部署组ID
|
|
9801
9831
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9802
9832
|
*/
|
|
9803
|
-
GroupId
|
|
9833
|
+
GroupId?: string;
|
|
9804
9834
|
/**
|
|
9805
9835
|
* 部署组名称
|
|
9806
9836
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9807
9837
|
*/
|
|
9808
|
-
GroupName
|
|
9838
|
+
GroupName?: string;
|
|
9809
9839
|
/**
|
|
9810
9840
|
* 命名空间ID
|
|
9811
9841
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9812
9842
|
*/
|
|
9813
|
-
NamespaceId
|
|
9843
|
+
NamespaceId?: string;
|
|
9814
9844
|
/**
|
|
9815
9845
|
* 命名空间名称
|
|
9816
9846
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9817
9847
|
*/
|
|
9818
|
-
NamespaceName
|
|
9848
|
+
NamespaceName?: string;
|
|
9819
9849
|
/**
|
|
9820
9850
|
* 集群ID
|
|
9821
9851
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9822
9852
|
*/
|
|
9823
|
-
ClusterId
|
|
9853
|
+
ClusterId?: string;
|
|
9824
9854
|
/**
|
|
9825
9855
|
* 集群名称
|
|
9826
9856
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9827
9857
|
*/
|
|
9828
|
-
ClusterName
|
|
9858
|
+
ClusterName?: string;
|
|
9829
9859
|
/**
|
|
9830
9860
|
* 发布时间
|
|
9831
9861
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9832
9862
|
*/
|
|
9833
|
-
ReleaseTime
|
|
9863
|
+
ReleaseTime?: string;
|
|
9834
9864
|
/**
|
|
9835
9865
|
* 发布描述
|
|
9836
9866
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9837
9867
|
*/
|
|
9838
|
-
ReleaseDesc
|
|
9868
|
+
ReleaseDesc?: string;
|
|
9839
9869
|
/**
|
|
9840
9870
|
* 发布状态
|
|
9841
9871
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9842
9872
|
*/
|
|
9843
|
-
ReleaseStatus
|
|
9873
|
+
ReleaseStatus?: string;
|
|
9844
9874
|
/**
|
|
9845
9875
|
* 上次发布的配置项ID
|
|
9846
9876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9847
9877
|
*/
|
|
9848
|
-
LastConfigId
|
|
9878
|
+
LastConfigId?: string;
|
|
9849
9879
|
/**
|
|
9850
9880
|
* 上次发布的配置项名称
|
|
9851
9881
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9852
9882
|
*/
|
|
9853
|
-
LastConfigName
|
|
9883
|
+
LastConfigName?: string;
|
|
9854
9884
|
/**
|
|
9855
9885
|
* 上次发布的配置项版本
|
|
9856
9886
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9857
9887
|
*/
|
|
9858
|
-
LastConfigVersion
|
|
9888
|
+
LastConfigVersion?: string;
|
|
9859
9889
|
/**
|
|
9860
9890
|
* 回滚标识
|
|
9861
9891
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9862
9892
|
*/
|
|
9863
|
-
RollbackFlag
|
|
9893
|
+
RollbackFlag?: boolean;
|
|
9894
|
+
/**
|
|
9895
|
+
* 发布成功的配置中心
|
|
9896
|
+
ALL/EXCLUSIVE/SHARE/NONE
|
|
9897
|
+
|
|
9898
|
+
全部发布成功,独占发布成功,共享发布成功,全部发布失败
|
|
9899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9900
|
+
*/
|
|
9901
|
+
ReleasedConfigCenter?: string;
|
|
9864
9902
|
}
|
|
9865
9903
|
/**
|
|
9866
9904
|
* CreateConfig请求参数结构体
|
|
@@ -12869,67 +12907,72 @@ export interface ConfigRelease {
|
|
|
12869
12907
|
* 配置项发布ID
|
|
12870
12908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12871
12909
|
*/
|
|
12872
|
-
ConfigReleaseId
|
|
12910
|
+
ConfigReleaseId?: string;
|
|
12873
12911
|
/**
|
|
12874
12912
|
* 配置项ID
|
|
12875
12913
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12876
12914
|
*/
|
|
12877
|
-
ConfigId
|
|
12915
|
+
ConfigId?: string;
|
|
12878
12916
|
/**
|
|
12879
12917
|
* 配置项名称
|
|
12880
12918
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12881
12919
|
*/
|
|
12882
|
-
ConfigName
|
|
12920
|
+
ConfigName?: string;
|
|
12883
12921
|
/**
|
|
12884
12922
|
* 配置项版本
|
|
12885
12923
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12886
12924
|
*/
|
|
12887
|
-
ConfigVersion
|
|
12925
|
+
ConfigVersion?: string;
|
|
12888
12926
|
/**
|
|
12889
12927
|
* 发布时间
|
|
12890
12928
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12891
12929
|
*/
|
|
12892
|
-
ReleaseTime
|
|
12930
|
+
ReleaseTime?: string;
|
|
12893
12931
|
/**
|
|
12894
12932
|
* 部署组ID
|
|
12895
12933
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12896
12934
|
*/
|
|
12897
|
-
GroupId
|
|
12935
|
+
GroupId?: string;
|
|
12898
12936
|
/**
|
|
12899
12937
|
* 部署组名称
|
|
12900
12938
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12901
12939
|
*/
|
|
12902
|
-
GroupName
|
|
12940
|
+
GroupName?: string;
|
|
12903
12941
|
/**
|
|
12904
12942
|
* 命名空间ID
|
|
12905
12943
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12906
12944
|
*/
|
|
12907
|
-
NamespaceId
|
|
12945
|
+
NamespaceId?: string;
|
|
12908
12946
|
/**
|
|
12909
12947
|
* 命名空间名称
|
|
12910
12948
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12911
12949
|
*/
|
|
12912
|
-
NamespaceName
|
|
12950
|
+
NamespaceName?: string;
|
|
12913
12951
|
/**
|
|
12914
12952
|
* 集群ID
|
|
12915
12953
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12916
12954
|
*/
|
|
12917
|
-
ClusterId
|
|
12955
|
+
ClusterId?: string;
|
|
12918
12956
|
/**
|
|
12919
12957
|
* 集群名称
|
|
12920
12958
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12921
12959
|
*/
|
|
12922
|
-
ClusterName
|
|
12960
|
+
ClusterName?: string;
|
|
12923
12961
|
/**
|
|
12924
12962
|
* 发布描述
|
|
12925
12963
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12926
12964
|
*/
|
|
12927
|
-
ReleaseDesc
|
|
12965
|
+
ReleaseDesc?: string;
|
|
12928
12966
|
/**
|
|
12929
12967
|
* 应用ID
|
|
12930
12968
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12931
12969
|
*/
|
|
12932
|
-
ApplicationId
|
|
12970
|
+
ApplicationId?: string;
|
|
12971
|
+
/**
|
|
12972
|
+
* 配置中心发布情况
|
|
12973
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12974
|
+
*/
|
|
12975
|
+
ConfigCenters?: Array<TsfConfigCenter>;
|
|
12933
12976
|
}
|
|
12934
12977
|
/**
|
|
12935
12978
|
* DeleteContainerGroup请求参数结构体
|
|
@@ -39,7 +39,7 @@ export interface DescribeTtsTaskStatusResponse {
|
|
|
39
39
|
/**
|
|
40
40
|
* 任务状态返回
|
|
41
41
|
*/
|
|
42
|
-
Data
|
|
42
|
+
Data?: DescribeTtsTaskStatusRespData;
|
|
43
43
|
/**
|
|
44
44
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
45
45
|
*/
|
|
@@ -61,23 +61,27 @@ export interface DescribeTtsTaskStatusRespData {
|
|
|
61
61
|
/**
|
|
62
62
|
* 任务标识。
|
|
63
63
|
*/
|
|
64
|
-
TaskId
|
|
64
|
+
TaskId?: string;
|
|
65
65
|
/**
|
|
66
66
|
* 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
|
|
67
67
|
*/
|
|
68
|
-
Status
|
|
68
|
+
Status?: number;
|
|
69
69
|
/**
|
|
70
70
|
* 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
|
|
71
71
|
*/
|
|
72
|
-
StatusStr
|
|
72
|
+
StatusStr?: string;
|
|
73
73
|
/**
|
|
74
74
|
* 合成音频COS地址(链接有效期1天)。
|
|
75
75
|
*/
|
|
76
|
-
ResultUrl
|
|
76
|
+
ResultUrl?: string;
|
|
77
|
+
/**
|
|
78
|
+
* 时间戳信息,若未开启时间戳,则返回空数组。
|
|
79
|
+
*/
|
|
80
|
+
Subtitles?: Array<Subtitle>;
|
|
77
81
|
/**
|
|
78
82
|
* 失败原因说明。
|
|
79
83
|
*/
|
|
80
|
-
ErrorMsg
|
|
84
|
+
ErrorMsg?: string;
|
|
81
85
|
}
|
|
82
86
|
/**
|
|
83
87
|
* 时间戳信息。
|
|
@@ -162,6 +166,10 @@ export interface CreateTtsTaskRequest {
|
|
|
162
166
|
* 回调 URL,用户自行搭建的用于接收识别结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。[回调说明](https://cloud.tencent.com/document/product/1073/55746)
|
|
163
167
|
*/
|
|
164
168
|
CallbackUrl?: string;
|
|
169
|
+
/**
|
|
170
|
+
* 是否开启时间戳功能,默认为false。
|
|
171
|
+
*/
|
|
172
|
+
EnableSubtitle?: boolean;
|
|
165
173
|
/**
|
|
166
174
|
* 旁白与对白文本解析,分别合成相应风格(仅适用于旁对白音色10510000、100510000),默认 false
|
|
167
175
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateAccessExportRequest, DescribeIpHitItemsResponse, DescribeUserCdcClbWafRegionsRequest, DeleteAttackDownloadRecordResponse, DescribeFlowTrendRequest, DescribeWafAutoDenyStatusRequest, AddCustomWhiteRuleResponse, DescribeCustomWhiteRuleResponse, DescribePeakValueResponse, AddDomainWhiteRuleResponse, DescribeIpAccessControlResponse, DescribeInstancesResponse, ModifyDomainWhiteRuleRequest, DescribePeakPointsRequest, DescribeAccessIndexRequest, DeleteSessionRequest, DescribeWafAutoDenyRulesRequest, SearchAttackLogRequest, DeleteCustomWhiteRuleResponse, AddCustomRuleResponse, DescribeFlowTrendResponse, GetAttackDownloadRecordsRequest, UpsertIpAccessControlRequest, ModifySpartaProtectionResponse, DeleteDownloadRecordRequest, DescribeUserCdcClbWafRegionsResponse, GetAttackHistogramRequest, DeleteAccessExportResponse, DescribeAccessExportsRequest, DescribeCustomWhiteRuleRequest, DescribeUserClbWafRegionsResponse, ModifyCustomWhiteRuleRequest, DeleteCustomWhiteRuleRequest, ModifyWafAutoDenyStatusRequest, ModifyAccessPeriodResponse, DescribeVipInfoRequest, GetAttackHistogramResponse, DescribeAutoDenyIPResponse, SwitchDomainRulesResponse, SearchAccessLogResponse, CreateHostResponse, SwitchDomainRulesRequest, DescribeAutoDenyIPRequest, DescribeIpAccessControlRequest, CreateHostRequest, ModifyAreaBanStatusRequest, AddSpartaProtectionRequest, PostAttackDownloadTaskRequest, ModifyCustomWhiteRuleResponse, DescribePolicyStatusRequest, DescribeAccessFastAnalysisRequest, DeleteIpAccessControlRequest, DeleteDomainWhiteRulesResponse, DescribeAttackOverviewResponse, ModifyWafAutoDenyStatusResponse, DescribeWafAutoDenyStatusResponse, DeleteDomainWhiteRulesRequest, PostAttackDownloadTaskResponse, DescribeDomainDetailsSaasRequest, ModifyCustomRuleStatusResponse, AddSpartaProtectionResponse, DescribeDomainWhiteRulesRequest, ModifyCustomRuleStatusRequest, DescribePeakPointsResponse, DeleteDownloadRecordResponse, ModifyAccessPeriodRequest, DescribeAttackOverviewRequest, DescribePeakValueRequest, ModifyWafAutoDenyRulesResponse, SearchAttackLogResponse, DescribePolicyStatusResponse, DescribeInstancesRequest, DeleteIpAccessControlResponse, DescribeDomainDetailsSaasResponse, AddCustomRuleRequest, DescribeWafAutoDenyRulesResponse, ModifyAreaBanStatusResponse, ModifyDomainWhiteRuleResponse, ModifyWafAutoDenyRulesRequest, DescribeAccessFastAnalysisResponse, DescribeDomainsResponse, ModifyWafThreatenIntelligenceRequest, DescribeIpHitItemsRequest, DescribeVipInfoResponse, DescribeRuleLimitRequest, GetAttackDownloadRecordsResponse, DeleteAccessExportRequest, ModifySpartaProtectionRequest, DescribeUserClbWafRegionsRequest, DescribeDomainWhiteRulesResponse, DescribeWafThreatenIntelligenceResponse, DescribeAccessHistogramResponse, DeleteAttackDownloadRecordRequest, AddCustomWhiteRuleRequest, AddDomainWhiteRuleRequest, UpsertIpAccessControlResponse, DescribeAccessHistogramRequest, DeleteSessionResponse, DescribeRuleLimitResponse, DescribeWafThreatenIntelligenceRequest, DescribeAccessIndexResponse, DescribeAccessExportsResponse, CreateAccessExportResponse, SearchAccessLogRequest, DescribeDomainsRequest, ModifyWafThreatenIntelligenceResponse } from "./waf_models";
|
|
3
|
+
import { CreateAccessExportRequest, DescribeIpHitItemsResponse, DescribeUserCdcClbWafRegionsRequest, DeleteAttackDownloadRecordResponse, DescribeFlowTrendRequest, DescribeWafAutoDenyStatusRequest, AddCustomWhiteRuleResponse, DescribeCustomWhiteRuleResponse, DescribePeakValueResponse, AddDomainWhiteRuleResponse, DescribeIpAccessControlResponse, DescribeInstancesResponse, ModifyDomainWhiteRuleRequest, DescribePeakPointsRequest, DescribeAccessIndexRequest, DeleteSessionRequest, DescribeWafAutoDenyRulesRequest, SearchAttackLogRequest, DeleteCustomWhiteRuleResponse, AddCustomRuleResponse, DescribeFlowTrendResponse, GetAttackDownloadRecordsRequest, UpsertIpAccessControlRequest, ModifySpartaProtectionResponse, DeleteDownloadRecordRequest, DescribeUserCdcClbWafRegionsResponse, GetAttackHistogramRequest, DeleteAccessExportResponse, DescribeAccessExportsRequest, DescribeCustomWhiteRuleRequest, DescribeUserClbWafRegionsResponse, ModifyCustomWhiteRuleRequest, DeleteCustomWhiteRuleRequest, ModifyWafAutoDenyStatusRequest, ModifyAccessPeriodResponse, DescribeVipInfoRequest, GetAttackHistogramResponse, DescribeAutoDenyIPResponse, SwitchDomainRulesResponse, SearchAccessLogResponse, CreateHostResponse, SwitchDomainRulesRequest, DescribeAutoDenyIPRequest, DescribeIpAccessControlRequest, CreateHostRequest, ModifyAreaBanStatusRequest, AddSpartaProtectionRequest, PostAttackDownloadTaskRequest, ModifyCustomWhiteRuleResponse, DescribePolicyStatusRequest, GetAttackTotalCountRequest, DescribeAccessFastAnalysisRequest, DeleteIpAccessControlRequest, DeleteDomainWhiteRulesResponse, DescribeAttackOverviewResponse, ModifyWafAutoDenyStatusResponse, DescribeWafAutoDenyStatusResponse, DeleteDomainWhiteRulesRequest, PostAttackDownloadTaskResponse, DescribeDomainDetailsSaasRequest, ModifyCustomRuleStatusResponse, AddSpartaProtectionResponse, DescribeDomainWhiteRulesRequest, ModifyCustomRuleStatusRequest, DescribePeakPointsResponse, DeleteDownloadRecordResponse, ModifyAccessPeriodRequest, DescribeAttackOverviewRequest, DescribePeakValueRequest, ModifyWafAutoDenyRulesResponse, SearchAttackLogResponse, DescribePolicyStatusResponse, DescribeInstancesRequest, DeleteIpAccessControlResponse, GetAttackTotalCountResponse, DescribeDomainDetailsSaasResponse, AddCustomRuleRequest, DescribeWafAutoDenyRulesResponse, ModifyAreaBanStatusResponse, ModifyDomainWhiteRuleResponse, ModifyWafAutoDenyRulesRequest, DescribeAccessFastAnalysisResponse, DescribeDomainsResponse, ModifyWafThreatenIntelligenceRequest, DescribeIpHitItemsRequest, DescribeVipInfoResponse, DescribeRuleLimitRequest, GetAttackDownloadRecordsResponse, DeleteAccessExportRequest, ModifySpartaProtectionRequest, DescribeUserClbWafRegionsRequest, DescribeDomainWhiteRulesResponse, DescribeWafThreatenIntelligenceResponse, DescribeAccessHistogramResponse, DeleteAttackDownloadRecordRequest, AddCustomWhiteRuleRequest, AddDomainWhiteRuleRequest, UpsertIpAccessControlResponse, DescribeAccessHistogramRequest, DeleteSessionResponse, DescribeRuleLimitResponse, DescribeWafThreatenIntelligenceRequest, DescribeAccessIndexResponse, DescribeAccessExportsResponse, CreateAccessExportResponse, SearchAccessLogRequest, DescribeDomainsRequest, ModifyWafThreatenIntelligenceResponse } from "./waf_models";
|
|
4
4
|
/**
|
|
5
5
|
* waf client
|
|
6
6
|
* @class
|
|
@@ -43,6 +43,10 @@ export declare class Client extends AbstractClient {
|
|
|
43
43
|
* 本接口用于创建访问日志导出
|
|
44
44
|
*/
|
|
45
45
|
CreateAccessExport(req: CreateAccessExportRequest, cb?: (error: string, rep: CreateAccessExportResponse) => void): Promise<CreateAccessExportResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 按照条件查询展示攻击总次数
|
|
48
|
+
*/
|
|
49
|
+
GetAttackTotalCount(req: GetAttackTotalCountRequest, cb?: (error: string, rep: GetAttackTotalCountResponse) => void): Promise<GetAttackTotalCountResponse>;
|
|
46
50
|
/**
|
|
47
51
|
* 新版本CLS接口存在参数变化,query改成了query_string支持lucence语法接口搜索查询。
|
|
48
52
|
*/
|
|
@@ -81,6 +81,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
81
81
|
async CreateAccessExport(req, cb) {
|
|
82
82
|
return this.request("CreateAccessExport", req, cb);
|
|
83
83
|
}
|
|
84
|
+
/**
|
|
85
|
+
* 按照条件查询展示攻击总次数
|
|
86
|
+
*/
|
|
87
|
+
async GetAttackTotalCount(req, cb) {
|
|
88
|
+
return this.request("GetAttackTotalCount", req, cb);
|
|
89
|
+
}
|
|
84
90
|
/**
|
|
85
91
|
* 新版本CLS接口存在参数变化,query改成了query_string支持lucence语法接口搜索查询。
|
|
86
92
|
*/
|