tencentcloud-sdk-nodejs 4.0.435 → 4.0.438
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 +772 -0
- package/SERVICE_CHANGELOG.md +996 -117
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
- package/src/services/antiddos/v20200309/antiddos_models.ts +0 -35
- package/src/services/bda/v20200324/bda_models.ts +31 -6
- package/src/services/bma/v20210624/bma_client.ts +45 -8
- package/src/services/bma/v20210624/bma_models.ts +222 -37
- package/src/services/cbs/v20170312/cbs_client.ts +109 -41
- package/src/services/cbs/v20170312/cbs_models.ts +318 -111
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- package/src/services/cdb/v20170320/cdb_client.ts +17 -0
- package/src/services/cdb/v20170320/cdb_models.ts +285 -2
- package/src/services/cfs/v20190719/cfs_client.ts +253 -103
- package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
- package/src/services/cfw/v20190904/cfw_client.ts +0 -12
- package/src/services/cfw/v20190904/cfw_models.ts +20 -38
- package/src/services/cpdp/v20190820/cpdp_models.ts +21 -0
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +23 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
- package/src/services/emr/v20190103/emr_models.ts +42 -3
- package/src/services/ess/v20201111/ess_models.ts +21 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/gme/v20180711/gme_models.ts +12 -2
- package/src/services/monitor/v20180724/monitor_client.ts +3 -0
- package/src/services/monitor/v20180724/monitor_models.ts +69 -3
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +10 -8
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/tag/v20180813/tag_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +15 -0
- package/src/services/teo/v20220106/teo_client.ts +9 -3
- package/src/services/teo/v20220106/teo_models.ts +522 -250
- package/src/services/tione/v20211111/tione_client.ts +106 -16
- package/src/services/tione/v20211111/tione_models.ts +888 -125
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +6 -2
- package/src/services/vm/v20210922/vm_client.ts +2 -0
- package/src/services/vm/v20210922/vm_models.ts +87 -28
- package/src/services/vod/v20180717/vod_client.ts +16 -0
- package/src/services/vod/v20180717/vod_models.ts +66 -0
- package/src/services/vpc/v20170312/vpc_client.ts +20 -7
- package/src/services/vpc/v20170312/vpc_models.ts +108 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +0 -30
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +15 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +21 -3
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +188 -33
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +17 -33
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +19 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +19 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +57 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +464 -218
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +12 -8
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +13 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +91 -3
- package/test/antiddos.v20200309.test.js +0 -10
- package/test/bma.v20210624.test.js +32 -2
- package/test/cbs.v20170312.test.js +58 -8
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cfs.v20190719.test.js +150 -30
- package/test/cfw.v20190904.test.js +0 -10
- package/test/cynosdb.v20190107.test.js +34 -14
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/tione.v20211111.test.js +72 -2
- package/test/vod.v20180717.test.js +10 -0
- package/test/vpc.v20170312.test.js +10 -0
|
@@ -1361,6 +1361,27 @@ export interface DescribeSecurityAuditLogExportTasksResponse {
|
|
|
1361
1361
|
*/
|
|
1362
1362
|
RequestId?: string;
|
|
1363
1363
|
}
|
|
1364
|
+
/**
|
|
1365
|
+
* DescribeRedisTopKeyPrefixList请求参数结构体
|
|
1366
|
+
*/
|
|
1367
|
+
export interface DescribeRedisTopKeyPrefixListRequest {
|
|
1368
|
+
/**
|
|
1369
|
+
* 实例ID。
|
|
1370
|
+
*/
|
|
1371
|
+
InstanceId: string;
|
|
1372
|
+
/**
|
|
1373
|
+
* 查询日期,如2021-05-27,最早可为前30天的日期。
|
|
1374
|
+
*/
|
|
1375
|
+
Date: string;
|
|
1376
|
+
/**
|
|
1377
|
+
* 服务产品类型,支持值包括 "redis" - 云数据库 Redis。
|
|
1378
|
+
*/
|
|
1379
|
+
Product: string;
|
|
1380
|
+
/**
|
|
1381
|
+
* 查询数目,默认为20,最大值为100。
|
|
1382
|
+
*/
|
|
1383
|
+
Limit?: number;
|
|
1384
|
+
}
|
|
1364
1385
|
/**
|
|
1365
1386
|
* DescribeSqlTemplate返回参数结构体
|
|
1366
1387
|
*/
|
|
@@ -2279,6 +2300,23 @@ export interface MonitorFloatMetric {
|
|
|
2279
2300
|
*/
|
|
2280
2301
|
Values: Array<number>;
|
|
2281
2302
|
}
|
|
2303
|
+
/**
|
|
2304
|
+
* DescribeRedisTopKeyPrefixList返回参数结构体
|
|
2305
|
+
*/
|
|
2306
|
+
export interface DescribeRedisTopKeyPrefixListResponse {
|
|
2307
|
+
/**
|
|
2308
|
+
* top key前缀列表。
|
|
2309
|
+
*/
|
|
2310
|
+
Items: Array<RedisPreKeySpaceData>;
|
|
2311
|
+
/**
|
|
2312
|
+
* 采集时间戳(秒)。
|
|
2313
|
+
*/
|
|
2314
|
+
Timestamp: number;
|
|
2315
|
+
/**
|
|
2316
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2317
|
+
*/
|
|
2318
|
+
RequestId?: string;
|
|
2319
|
+
}
|
|
2282
2320
|
/**
|
|
2283
2321
|
* DescribeAllUserGroup返回参数结构体
|
|
2284
2322
|
*/
|
|
@@ -2434,6 +2472,35 @@ export interface GroupItem {
|
|
|
2434
2472
|
*/
|
|
2435
2473
|
MemberCount: number;
|
|
2436
2474
|
}
|
|
2475
|
+
/**
|
|
2476
|
+
* redis key前缀空间信息
|
|
2477
|
+
*/
|
|
2478
|
+
export interface RedisPreKeySpaceData {
|
|
2479
|
+
/**
|
|
2480
|
+
* 平均元素长度。
|
|
2481
|
+
*/
|
|
2482
|
+
AveElementSize: number;
|
|
2483
|
+
/**
|
|
2484
|
+
* 总占用内存(Byte)。
|
|
2485
|
+
*/
|
|
2486
|
+
Length: number;
|
|
2487
|
+
/**
|
|
2488
|
+
* key前缀。
|
|
2489
|
+
*/
|
|
2490
|
+
KeyPreIndex: string;
|
|
2491
|
+
/**
|
|
2492
|
+
* 元素数量。
|
|
2493
|
+
*/
|
|
2494
|
+
ItemCount: number;
|
|
2495
|
+
/**
|
|
2496
|
+
* key个数。
|
|
2497
|
+
*/
|
|
2498
|
+
Count: number;
|
|
2499
|
+
/**
|
|
2500
|
+
* 最大元素长度。
|
|
2501
|
+
*/
|
|
2502
|
+
MaxElementSize: number;
|
|
2503
|
+
}
|
|
2437
2504
|
/**
|
|
2438
2505
|
* DescribeTopSpaceTableTimeSeries请求参数结构体
|
|
2439
2506
|
*/
|
|
@@ -29,7 +29,7 @@ POSTPAID_BY_HOUR 按量计费,默认方式。
|
|
|
29
29
|
*/
|
|
30
30
|
LoginSettings: LoginSettings;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 实例标签,示例:["{\"TagKey\":\"test-tag1\",\"TagValue\":\"001\"}","{\"TagKey\":\"test-tag2\",\"TagValue\":\"002\"}"]。
|
|
33
33
|
*/
|
|
34
34
|
TagSpecification: Array<string>;
|
|
35
35
|
/**
|
|
@@ -196,8 +196,7 @@ export interface Step {
|
|
|
196
196
|
/**
|
|
197
197
|
* 执行失败策略。
|
|
198
198
|
1. TERMINATE_CLUSTER 执行失败时退出并销毁集群。
|
|
199
|
-
2.
|
|
200
|
-
3. CONTINUE 执行失败时跳过并执行后续步骤。
|
|
199
|
+
2. CONTINUE 执行失败时跳过并执行后续步骤。
|
|
201
200
|
*/
|
|
202
201
|
ActionOnFailure: string;
|
|
203
202
|
/**
|
|
@@ -1046,6 +1045,11 @@ export interface JobResult {
|
|
|
1046
1045
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1047
1046
|
*/
|
|
1048
1047
|
JobState: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* YARN任务ID
|
|
1050
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1051
|
+
*/
|
|
1052
|
+
ApplicationId?: string;
|
|
1049
1053
|
}
|
|
1050
1054
|
/**
|
|
1051
1055
|
* 扩容容器资源时的资源描述
|
|
@@ -1935,6 +1939,14 @@ export interface DescribeClusterNodesRequest {
|
|
|
1935
1939
|
* 支持搜索的字段
|
|
1936
1940
|
*/
|
|
1937
1941
|
SearchFields?: Array<SearchItem>;
|
|
1942
|
+
/**
|
|
1943
|
+
* 无
|
|
1944
|
+
*/
|
|
1945
|
+
OrderField?: string;
|
|
1946
|
+
/**
|
|
1947
|
+
* 无
|
|
1948
|
+
*/
|
|
1949
|
+
Asc?: number;
|
|
1938
1950
|
}
|
|
1939
1951
|
/**
|
|
1940
1952
|
* SyncPodState请求参数结构体
|
|
@@ -3496,6 +3508,26 @@ export interface NodeHardwareInfo {
|
|
|
3496
3508
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3497
3509
|
*/
|
|
3498
3510
|
Clients: string;
|
|
3511
|
+
/**
|
|
3512
|
+
* 系统当前时间
|
|
3513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3514
|
+
*/
|
|
3515
|
+
CurrentTime: string;
|
|
3516
|
+
/**
|
|
3517
|
+
* 是否用于联邦
|
|
3518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3519
|
+
*/
|
|
3520
|
+
IsFederation: number;
|
|
3521
|
+
/**
|
|
3522
|
+
* 设备名称
|
|
3523
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3524
|
+
*/
|
|
3525
|
+
DeviceName: string;
|
|
3526
|
+
/**
|
|
3527
|
+
* 服务
|
|
3528
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3529
|
+
*/
|
|
3530
|
+
ServiceClient: string;
|
|
3499
3531
|
}
|
|
3500
3532
|
/**
|
|
3501
3533
|
* 机器资源描述。
|
|
@@ -671,6 +671,12 @@ export interface FlowDetailInfo {
|
|
|
671
671
|
FlowType: string;
|
|
672
672
|
/**
|
|
673
673
|
* 合同(流程)的状态
|
|
674
|
+
1:未签署
|
|
675
|
+
2:部分签署
|
|
676
|
+
3:已退回
|
|
677
|
+
4:完成签署
|
|
678
|
+
5:已过期
|
|
679
|
+
6:已取消
|
|
674
680
|
*/
|
|
675
681
|
FlowStatus: number;
|
|
676
682
|
/**
|
|
@@ -1093,7 +1099,7 @@ export interface UploadFilesRequest {
|
|
|
1093
1099
|
*/
|
|
1094
1100
|
FileInfos?: Array<UploadFile>;
|
|
1095
1101
|
/**
|
|
1096
|
-
*
|
|
1102
|
+
* 不再使用,上传文件链接数组,最多支持20个URL
|
|
1097
1103
|
*/
|
|
1098
1104
|
FileUrls?: string;
|
|
1099
1105
|
/**
|
|
@@ -1475,6 +1481,16 @@ export interface FlowApproverDetail {
|
|
|
1475
1481
|
ApproveName: string;
|
|
1476
1482
|
/**
|
|
1477
1483
|
* 签署人的状态
|
|
1484
|
+
0:还没有发起
|
|
1485
|
+
1:流程中 没有开始处理
|
|
1486
|
+
2:待处理
|
|
1487
|
+
3:签署态
|
|
1488
|
+
4:拒绝态
|
|
1489
|
+
5:过期没人处理
|
|
1490
|
+
6:取消态
|
|
1491
|
+
7:还没有预发起
|
|
1492
|
+
8:待填写
|
|
1493
|
+
9:因为各种原因而终止
|
|
1478
1494
|
*/
|
|
1479
1495
|
ApproveStatus: number;
|
|
1480
1496
|
/**
|
|
@@ -1046,6 +1046,14 @@ export interface DescribeTemplatesRequest {
|
|
|
1046
1046
|
* 操作者的信息
|
|
1047
1047
|
*/
|
|
1048
1048
|
Operator?: UserInfo;
|
|
1049
|
+
/**
|
|
1050
|
+
* 是否返回所有组件信息
|
|
1051
|
+
*/
|
|
1052
|
+
QueryAllComponents?: boolean;
|
|
1053
|
+
/**
|
|
1054
|
+
* 模糊搜索模版名称
|
|
1055
|
+
*/
|
|
1056
|
+
TemplateName?: string;
|
|
1049
1057
|
}
|
|
1050
1058
|
/**
|
|
1051
1059
|
* SyncProxyOrganizationOperators请求参数结构体
|
|
@@ -811,11 +811,11 @@ export interface DescribeUserInAndOutTimeResponse {
|
|
|
811
811
|
/**
|
|
812
812
|
* 用户在房间得进出时间列表
|
|
813
813
|
*/
|
|
814
|
-
InOutList
|
|
814
|
+
InOutList: Array<InOutTimeInfo>;
|
|
815
815
|
/**
|
|
816
816
|
* 用户在房间中总时长
|
|
817
817
|
*/
|
|
818
|
-
Duration
|
|
818
|
+
Duration: number;
|
|
819
819
|
/**
|
|
820
820
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
821
821
|
*/
|
|
@@ -1243,4 +1243,12 @@ export interface DescribeUserInAndOutTimeRequest {
|
|
|
1243
1243
|
* 用户ID
|
|
1244
1244
|
*/
|
|
1245
1245
|
UserId: number;
|
|
1246
|
+
/**
|
|
1247
|
+
* 字符串类型用户ID
|
|
1248
|
+
*/
|
|
1249
|
+
UserIdStr?: string;
|
|
1250
|
+
/**
|
|
1251
|
+
* 字符串类型房间ID
|
|
1252
|
+
*/
|
|
1253
|
+
RoomIdStr?: string;
|
|
1246
1254
|
}
|
|
@@ -391,6 +391,9 @@ export declare class Client extends AbstractClient {
|
|
|
391
391
|
传入产品的命名空间、对象维度描述和监控指标即可获得相应的监控数据。
|
|
392
392
|
接口调用频率限制为:20次/秒,1200次/分钟。单请求最多可支持批量拉取10个实例的监控数据,单请求的数据点数限制为1440个。
|
|
393
393
|
若您需要调用的指标、对象较多,可能存在因限频出现拉取失败的情况,建议尽量将请求按时间维度均摊。
|
|
394
|
+
|
|
395
|
+
>?
|
|
396
|
+
>- 2022年9月1日起,云监控开始对GetMonitorData接口计费。每个主账号每月可获得100万次免费请求额度,超过免费额度后如需继续调用接口需要开通 [API请求按量付费](https://buy.cloud.tencent.com/APIRequestBuy)。计费规则可查看[API计费文档](https://cloud.tencent.com/document/product/248/77914)。
|
|
394
397
|
*/
|
|
395
398
|
GetMonitorData(req: GetMonitorDataRequest, cb?: (error: string, rep: GetMonitorDataResponse) => void): Promise<GetMonitorDataResponse>;
|
|
396
399
|
/**
|
|
@@ -593,6 +593,9 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
593
593
|
传入产品的命名空间、对象维度描述和监控指标即可获得相应的监控数据。
|
|
594
594
|
接口调用频率限制为:20次/秒,1200次/分钟。单请求最多可支持批量拉取10个实例的监控数据,单请求的数据点数限制为1440个。
|
|
595
595
|
若您需要调用的指标、对象较多,可能存在因限频出现拉取失败的情况,建议尽量将请求按时间维度均摊。
|
|
596
|
+
|
|
597
|
+
>?
|
|
598
|
+
>- 2022年9月1日起,云监控开始对GetMonitorData接口计费。每个主账号每月可获得100万次免费请求额度,超过免费额度后如需继续调用接口需要开通 [API请求按量付费](https://buy.cloud.tencent.com/APIRequestBuy)。计费规则可查看[API计费文档](https://cloud.tencent.com/document/product/248/77914)。
|
|
596
599
|
*/
|
|
597
600
|
async GetMonitorData(req, cb) {
|
|
598
601
|
return this.request("GetMonitorData", req, cb);
|
|
@@ -1361,6 +1361,10 @@ export interface GetMonitorDataRequest {
|
|
|
1361
1361
|
* CreateSSOAccount返回参数结构体
|
|
1362
1362
|
*/
|
|
1363
1363
|
export interface CreateSSOAccountResponse {
|
|
1364
|
+
/**
|
|
1365
|
+
* 已添加的用户 UIN
|
|
1366
|
+
*/
|
|
1367
|
+
UserId: string;
|
|
1364
1368
|
/**
|
|
1365
1369
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1366
1370
|
*/
|
|
@@ -1897,9 +1901,13 @@ export interface UpdateGrafanaNotificationChannelRequest {
|
|
|
1897
1901
|
*/
|
|
1898
1902
|
Receivers: Array<string>;
|
|
1899
1903
|
/**
|
|
1900
|
-
*
|
|
1904
|
+
* 已废弃,请使用 OrganizationIds
|
|
1901
1905
|
*/
|
|
1902
1906
|
ExtraOrgIds?: Array<string>;
|
|
1907
|
+
/**
|
|
1908
|
+
* 生效的组织 ID 数组
|
|
1909
|
+
*/
|
|
1910
|
+
OrganizationIds?: Array<string>;
|
|
1903
1911
|
}
|
|
1904
1912
|
/**
|
|
1905
1913
|
* UninstallGrafanaPlugins返回参数结构体
|
|
@@ -2573,6 +2581,11 @@ export interface UpdatePrometheusAgentStatusRequest {
|
|
|
2573
2581
|
* InstallPlugins返回参数结构体
|
|
2574
2582
|
*/
|
|
2575
2583
|
export interface InstallPluginsResponse {
|
|
2584
|
+
/**
|
|
2585
|
+
* 已安装插件 ID
|
|
2586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2587
|
+
*/
|
|
2588
|
+
PluginIds: Array<string>;
|
|
2576
2589
|
/**
|
|
2577
2590
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2578
2591
|
*/
|
|
@@ -3051,7 +3064,7 @@ export interface CreateGrafanaNotificationChannelRequest {
|
|
|
3051
3064
|
*/
|
|
3052
3065
|
ChannelName: string;
|
|
3053
3066
|
/**
|
|
3054
|
-
*
|
|
3067
|
+
* 默认为1,已废弃,请使用 OrganizationIds
|
|
3055
3068
|
*/
|
|
3056
3069
|
OrgId: number;
|
|
3057
3070
|
/**
|
|
@@ -3059,9 +3072,13 @@ export interface CreateGrafanaNotificationChannelRequest {
|
|
|
3059
3072
|
*/
|
|
3060
3073
|
Receivers: Array<string>;
|
|
3061
3074
|
/**
|
|
3062
|
-
* 额外组织 ID
|
|
3075
|
+
* 额外组织 ID 数组,已废弃,请使用 OrganizationIds
|
|
3063
3076
|
*/
|
|
3064
3077
|
ExtraOrgIds?: Array<string>;
|
|
3078
|
+
/**
|
|
3079
|
+
* 生效的所有组织 ID 数组,默认为 ["1"]
|
|
3080
|
+
*/
|
|
3081
|
+
OrganizationIds?: Array<string>;
|
|
3065
3082
|
}
|
|
3066
3083
|
/**
|
|
3067
3084
|
* ModifyGrafanaInstance返回参数结构体
|
|
@@ -3414,6 +3431,11 @@ export interface PrometheusScrapeJob {
|
|
|
3414
3431
|
* CreateGrafanaIntegration返回参数结构体
|
|
3415
3432
|
*/
|
|
3416
3433
|
export interface CreateGrafanaIntegrationResponse {
|
|
3434
|
+
/**
|
|
3435
|
+
* 集成 ID
|
|
3436
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3437
|
+
*/
|
|
3438
|
+
IntegrationId: string;
|
|
3417
3439
|
/**
|
|
3418
3440
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3419
3441
|
*/
|
|
@@ -4024,6 +4046,10 @@ export interface DescribeInstalledPluginsRequest {
|
|
|
4024
4046
|
* 实例 ID
|
|
4025
4047
|
*/
|
|
4026
4048
|
InstanceId: string;
|
|
4049
|
+
/**
|
|
4050
|
+
* 按插件 ID 过滤
|
|
4051
|
+
*/
|
|
4052
|
+
PluginId?: string;
|
|
4027
4053
|
}
|
|
4028
4054
|
/**
|
|
4029
4055
|
* DescribeAlarmMetrics返回参数结构体
|
|
@@ -6309,6 +6335,11 @@ export interface MetricDatum {
|
|
|
6309
6335
|
* CreateGrafanaNotificationChannel返回参数结构体
|
|
6310
6336
|
*/
|
|
6311
6337
|
export interface CreateGrafanaNotificationChannelResponse {
|
|
6338
|
+
/**
|
|
6339
|
+
* 通道 ID
|
|
6340
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6341
|
+
*/
|
|
6342
|
+
ChannelId: string;
|
|
6312
6343
|
/**
|
|
6313
6344
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6314
6345
|
*/
|
|
@@ -6432,6 +6463,10 @@ export interface DescribeSSOAccountRequest {
|
|
|
6432
6463
|
* 实例ID
|
|
6433
6464
|
*/
|
|
6434
6465
|
InstanceId: string;
|
|
6466
|
+
/**
|
|
6467
|
+
* 按账号 UIN 进行过滤
|
|
6468
|
+
*/
|
|
6469
|
+
UserId?: string;
|
|
6435
6470
|
}
|
|
6436
6471
|
/**
|
|
6437
6472
|
* DescribeAlarmNotice请求参数结构体
|
|
@@ -6500,6 +6535,25 @@ export interface GrafanaNotificationChannel {
|
|
|
6500
6535
|
* 更新时间
|
|
6501
6536
|
*/
|
|
6502
6537
|
UpdatedAt: string;
|
|
6538
|
+
/**
|
|
6539
|
+
* 默认生效组织,已废弃,请使用 OrganizationIds
|
|
6540
|
+
*/
|
|
6541
|
+
OrgId: string;
|
|
6542
|
+
/**
|
|
6543
|
+
* 额外生效组织,已废弃,请使用 OrganizationIds
|
|
6544
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6545
|
+
*/
|
|
6546
|
+
ExtraOrgIds: Array<string>;
|
|
6547
|
+
/**
|
|
6548
|
+
* 生效组织,已废弃,请使用 OrganizationIds
|
|
6549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6550
|
+
*/
|
|
6551
|
+
OrgIds: string;
|
|
6552
|
+
/**
|
|
6553
|
+
* 告警渠道的所有生效组织
|
|
6554
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6555
|
+
*/
|
|
6556
|
+
OrganizationIds: string;
|
|
6503
6557
|
}
|
|
6504
6558
|
/**
|
|
6505
6559
|
* CreatePrometheusAgent请求参数结构体
|
|
@@ -188,7 +188,7 @@ export interface UpgradeInstanceVersionResponse {
|
|
|
188
188
|
*/
|
|
189
189
|
export interface CreateInstancesRequest {
|
|
190
190
|
/**
|
|
191
|
-
* 实例类型:2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)。
|
|
191
|
+
* 实例类型:2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构),15 – Redis6.0内存版(标准架构),16 – Redis6.0内存版(集群架构)。
|
|
192
192
|
*/
|
|
193
193
|
TypeId: number;
|
|
194
194
|
/**
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
export interface BatchSendEmailRequest {
|
|
5
5
|
/**
|
|
6
6
|
* 发信邮件地址。请填写发件人邮箱地址,例如:noreply@mail.qcloud.com。如需填写发件人说明,请按照
|
|
7
|
-
发信人
|
|
8
|
-
腾讯云团队
|
|
7
|
+
发信人 <邮件地址> 的方式填写,例如:
|
|
8
|
+
腾讯云团队 <noreply@mail.qcloud.com>
|
|
9
9
|
*/
|
|
10
10
|
FromEmailAddress: string;
|
|
11
11
|
/**
|
|
@@ -203,7 +203,7 @@ export interface Attachment {
|
|
|
203
203
|
*/
|
|
204
204
|
FileName: string;
|
|
205
205
|
/**
|
|
206
|
-
*
|
|
206
|
+
* Base64之后的附件内容,你可以发送的附件大小上限为4M。注意:腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍。应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 接口会返回错误。
|
|
207
207
|
*/
|
|
208
208
|
Content: string;
|
|
209
209
|
}
|
|
@@ -283,7 +283,7 @@ export interface SendEmailRequest {
|
|
|
283
283
|
*/
|
|
284
284
|
ReplyToAddresses?: string;
|
|
285
285
|
/**
|
|
286
|
-
*
|
|
286
|
+
* 使用模板发送时,填写的模板相关参数。因 Simple 已经废除使用,Template 为必填项
|
|
287
287
|
*/
|
|
288
288
|
Template?: Template;
|
|
289
289
|
/**
|
|
@@ -291,7 +291,7 @@ export interface SendEmailRequest {
|
|
|
291
291
|
*/
|
|
292
292
|
Simple?: Simple;
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* 需要发送附件时,填写附件相关参数。腾讯云接口请求最大支持 8M 的请求包,附件内容经过 Base64 预期扩大1.5倍,应该控制所有附件的总大小最大在 4M 以内,整体请求超出 8M 时接口会返回错误
|
|
295
295
|
*/
|
|
296
296
|
Attachments?: Array<Attachment>;
|
|
297
297
|
/**
|
|
@@ -683,12 +683,14 @@ export interface SendEmailStatus {
|
|
|
683
683
|
1005: 内部系统异常
|
|
684
684
|
1006: 触发频率控制,短时间内对同一地址发送过多邮件
|
|
685
685
|
1007: 邮件地址在黑名单中
|
|
686
|
+
1008: 域名被收件人拒收
|
|
686
687
|
1009: 内部系统异常
|
|
687
688
|
1010: 超出了每日发送限制
|
|
688
689
|
1011: 无发送自定义内容权限,必须使用模板
|
|
690
|
+
1013: 域名被收件人取消订阅
|
|
689
691
|
2001: 找不到相关记录
|
|
690
692
|
3007: 模板ID无效或者不可用
|
|
691
|
-
3008:
|
|
693
|
+
3008: 被收信域名临时封禁
|
|
692
694
|
3009: 无权限使用该模板
|
|
693
695
|
3010: TemplateData字段格式不正确
|
|
694
696
|
3014: 发件域名没有经过认证,无法发送
|
|
@@ -768,7 +770,7 @@ export interface ReceiverInputData {
|
|
|
768
770
|
Email: string;
|
|
769
771
|
/**
|
|
770
772
|
* 模板中的变量参数,请使用json.dump将json对象格式化为string类型。该对象是一组键值对,每个Key代表模板中的一个变量,模板中的变量使用{{键}}表示,相应的值在发送时会被替换为{{值}}。
|
|
771
|
-
注意:参数值不能是html等复杂类型的数据。
|
|
773
|
+
注意:参数值不能是html等复杂类型的数据。TemplateData (整个 JSON 结构) 总长度限制为 800 bytes。
|
|
772
774
|
*/
|
|
773
775
|
TemplateData: string;
|
|
774
776
|
}
|
|
@@ -1108,7 +1110,7 @@ export interface CreateReceiverDetailWithDataRequest {
|
|
|
1108
1110
|
*/
|
|
1109
1111
|
ReceiverId: number;
|
|
1110
1112
|
/**
|
|
1111
|
-
*
|
|
1113
|
+
* 收信人邮箱以及模板参数,数组形式。收件人个数限制20000个以内。
|
|
1112
1114
|
*/
|
|
1113
1115
|
Datas: Array<ReceiverInputData>;
|
|
1114
1116
|
}
|
|
@@ -418,6 +418,11 @@ export interface Certificates {
|
|
|
418
418
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
419
419
|
*/
|
|
420
420
|
IsSM: boolean;
|
|
421
|
+
/**
|
|
422
|
+
* 证书算法
|
|
423
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
424
|
+
*/
|
|
425
|
+
EncryptAlgorithm: string;
|
|
421
426
|
}
|
|
422
427
|
/**
|
|
423
428
|
* 获取证书列表(DescribeCertificates)返回参数键为 Certificates 数组下,key为CertificateExtra 的内容。
|
|
@@ -1170,6 +1175,11 @@ export interface DescribeCertificateDetailResponse {
|
|
|
1170
1175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1171
1176
|
*/
|
|
1172
1177
|
EncryptCertFingerprint: string;
|
|
1178
|
+
/**
|
|
1179
|
+
* 证书算法
|
|
1180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1181
|
+
*/
|
|
1182
|
+
EncryptAlgorithm: string;
|
|
1173
1183
|
/**
|
|
1174
1184
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1175
1185
|
*/
|
|
@@ -396,7 +396,7 @@ export interface DescribeProjectsResponse {
|
|
|
396
396
|
export interface UnTagResourcesRequest {
|
|
397
397
|
/**
|
|
398
398
|
* 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
|
|
399
|
-
例如:ResourceList.1 = qcs::${ServiceType}:${Region}
|
|
399
|
+
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:uin/${Account}:${ResourcePrefix}/${ResourceId}。
|
|
400
400
|
N取值范围:0~9
|
|
401
401
|
*/
|
|
402
402
|
ResourceList: Array<string>;
|
|
@@ -1174,7 +1174,7 @@ export interface DescribeResourcesByTagsRequest {
|
|
|
1174
1174
|
export interface TagResourcesRequest {
|
|
1175
1175
|
/**
|
|
1176
1176
|
* 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
|
|
1177
|
-
例如:ResourceList.1 = qcs::${ServiceType}:${Region}
|
|
1177
|
+
例如:ResourceList.1 = qcs::${ServiceType}:${Region}:uin/${Account}:${ResourcePrefix}/${ResourceId}。
|
|
1178
1178
|
N取值范围:0~9
|
|
1179
1179
|
*/
|
|
1180
1180
|
ResourceList: Array<string>;
|
|
@@ -6643,6 +6643,11 @@ RESULT_PASSED: 通过
|
|
|
6643
6643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6644
6644
|
*/
|
|
6645
6645
|
ImageTag: string;
|
|
6646
|
+
/**
|
|
6647
|
+
* 检查项验证信息
|
|
6648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6649
|
+
*/
|
|
6650
|
+
VerifyInfo: string;
|
|
6646
6651
|
}
|
|
6647
6652
|
/**
|
|
6648
6653
|
* DescribeVirusMonitorSetting请求参数结构体
|
|
@@ -8027,6 +8032,11 @@ RESULT_FAILED: 未通过
|
|
|
8027
8032
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8028
8033
|
*/
|
|
8029
8034
|
LastCheckTime: string;
|
|
8035
|
+
/**
|
|
8036
|
+
* 验证信息
|
|
8037
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8038
|
+
*/
|
|
8039
|
+
VerifyInfo: string;
|
|
8030
8040
|
}
|
|
8031
8041
|
/**
|
|
8032
8042
|
* InitializeUserComplianceEnvironment请求参数结构体
|
|
@@ -2876,6 +2876,18 @@ export interface DeployApplicationRequest {
|
|
|
2876
2876
|
0:关闭metrics采集;
|
|
2877
2877
|
*/
|
|
2878
2878
|
EnableMetrics?: number;
|
|
2879
|
+
/**
|
|
2880
|
+
* 镜像部署时,选择的tcr实例id
|
|
2881
|
+
*/
|
|
2882
|
+
TcrInstanceId?: string;
|
|
2883
|
+
/**
|
|
2884
|
+
* 镜像部署时,选择的镜像服务器地址
|
|
2885
|
+
*/
|
|
2886
|
+
RepoServer?: string;
|
|
2887
|
+
/**
|
|
2888
|
+
* 镜像部署时,仓库类型:0:个人仓库;1:企业版;2:公共仓库;3:tem托管仓库;4:demo仓库
|
|
2889
|
+
*/
|
|
2890
|
+
RepoType?: number;
|
|
2879
2891
|
}
|
|
2880
2892
|
/**
|
|
2881
2893
|
* DescribeApplicationAutoscalerList返回参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreatePlanForZoneResponse, DeleteRulesRequest, ModifyDefaultCertificateRequest, DescribeWebManagedRulesTopDataResponse, DescribeOriginGroupResponse, DescribeWebManagedRulesAttackEventsResponse, DescribeTopL7CacheDataRequest, DeleteApplicationProxyResponse, DescribeZonesRequest, ModifyRuleRequest, ModifyLoadBalancingStatusResponse, DescribePrefetchTasksResponse, DescribeDDosAttackEventResponse, DeleteApplicationProxyRequest, CreateCustomErrorPageResponse, CreateRuleResponse, DescribeZoneSettingRequest,
|
|
3
|
+
import { CreatePlanForZoneResponse, DeleteRulesRequest, ModifyDefaultCertificateRequest, DescribeWebManagedRulesTopDataResponse, DescribeOriginGroupResponse, DescribeWebManagedRulesAttackEventsResponse, DescribeTopL7CacheDataRequest, DeleteApplicationProxyResponse, DescribeZonesRequest, ModifyRuleRequest, ModifyLoadBalancingStatusResponse, DescribePrefetchTasksResponse, DescribeDDosAttackEventResponse, DeleteApplicationProxyRequest, CreateCustomErrorPageResponse, CreateRuleResponse, DescribeZoneSettingRequest, ModifyZoneSettingRequest, ModifyDnsRecordRequest, ModifySecurityPolicyRequest, CreateApplicationProxyRulesRequest, ModifyDnssecRequest, ModifyApplicationProxyResponse, CreateApplicationProxyResponse, ImportDnsRecordsRequest, ModifyZoneStatusResponse, DescribeRulesResponse, DescribeZoneDetailsResponse, DescribeAvailablePlansRequest, DescribeSecurityPolicyManagedRulesRequest, DescribeSecurityPortraitRulesRequest, ModifySecurityPolicyResponse, ModifyDDoSPolicyHostRequest, DescribeHostsSettingResponse, DescribeSecurityPolicyRegionsResponse, ModifyZoneResponse, DescribeDDosAttackSourceEventRequest, ModifyZoneRequest, DeleteZoneResponse, CreatePurgeTaskResponse, DeleteApplicationProxyRuleResponse, ModifyRulePriorityResponse, DeleteOriginGroupRequest, ModifyHostsCertificateResponse, CreateDnsRecordRequest, ModifyHostsCertificateRequest, DescribeSecurityPolicyManagedRulesIdRequest, DescribeRulesSettingResponse, DescribeIdentificationRequest, ModifyLoadBalancingStatusRequest, DescribeDDosAttackTopDataResponse, DescribeCnameStatusResponse, DescribeLoadBalancingRequest, ModifyZoneSettingResponse, DescribeZonesResponse, ScanDnsRecordsResponse, CreateDnsRecordResponse, DescribeWebManagedRulesDataResponse, DescribeWebManagedRulesLogResponse, CreatePrefetchTaskRequest, DeleteApplicationProxyRuleRequest, DescribeTopL7AnalysisDataRequest, DescribeApplicationProxyResponse, CreateLoadBalancingResponse, DescribeTopL7CacheDataResponse, DescribeOverviewL7DataRequest, IdentifyZoneResponse, ModifyLoadBalancingRequest, CreateLoadBalancingRequest, DescribeDnssecRequest, DescribeWebProtectionLogResponse, DescribeLoadBalancingDetailResponse, DescribeBotManagedRulesResponse, DescribeWebManagedRulesDataRequest, ModifyDDoSPolicyResponse, DescribeDnsRecordsRequest, CreatePrefetchTaskResponse, DescribeDefaultCertificatesRequest, DescribeSecurityPolicyRequest, ModifyApplicationProxyRuleResponse, CreateZoneRequest, DescribeTimingL7CacheDataRequest, DescribeSecurityPolicyListResponse, DescribePurgeTasksResponse, ModifyRuleResponse, CheckCertificateResponse, DownloadL7LogsRequest, DeleteLoadBalancingResponse, DescribeWebProtectionDataRequest, CheckCertificateRequest, DescribeSecurityPortraitRulesResponse, CreateApplicationProxyRuleRequest, DescribeDnsDataResponse, ModifyApplicationProxyStatusResponse, IdentifyZoneRequest, DescribeDnsRecordsResponse, DescribeDefaultCertificatesResponse, DescribeTimingL7AnalysisDataResponse, DescribeWebProtectionAttackEventsRequest, DescribeOverviewL7DataResponse, DescribeHostsCertificateRequest, DescribeSecurityPolicyManagedRulesResponse, DescribeApplicationProxyRequest, CreateRuleRequest, ModifyDDoSPolicyHostResponse, ModifyApplicationProxyRuleStatusRequest, ModifyLoadBalancingResponse, DescribeDDosAttackTopDataRequest, CreateApplicationProxyRuleResponse, DescribeDDosAttackDataRequest, ModifyDnsRecordResponse, CreatePlanForZoneRequest, CreateApplicationProxyRequest, DescribeTopL7AnalysisDataResponse, ModifyRulePriorityRequest, DescribeWebManagedRulesAttackEventsRequest, DescribeCnameStatusRequest, CreateCustomErrorPageRequest, DescribeDnssecResponse, CreateZoneResponse, DeleteLoadBalancingRequest, DescribeTimingL7AnalysisDataRequest, DescribeSecurityPolicyManagedRulesIdResponse, DescribeDDoSPolicyResponse, ModifyOriginGroupRequest, ModifyApplicationProxyRuleStatusResponse, DescribeSecurityPolicyListRequest, DescribeTimingL7CacheDataResponse, DescribeApplicationProxyDetailRequest, ModifyApplicationProxyStatusRequest, DeleteOriginGroupResponse, DescribeDDosAttackSourceEventResponse, DescribeZoneDetailsRequest, DescribeDDoSPolicyRequest, ModifyZoneStatusRequest, DescribeDDosMajorAttackEventRequest, CreateOriginGroupResponse, DescribeSecurityPolicyResponse, DescribeSecurityPolicyRegionsRequest, ReclaimZoneRequest, DeleteZoneRequest, ModifyDefaultCertificateResponse, DescribeDDosAttackEventRequest, DescribeHostsCertificateResponse, DescribeZoneSettingResponse, DescribeRulesRequest, DeleteRulesResponse, DescribeDnsDataRequest, DescribeDDosAttackEventDetailResponse, ModifyApplicationProxyRuleRequest, ModifyDDoSPolicyRequest, ModifyZoneCnameSpeedUpResponse, DescribeWebProtectionLogRequest, DescribePrefetchTasksRequest, DescribeRulesSettingRequest, DeleteDnsRecordsRequest, DescribeZoneDDoSPolicyResponse, DescribeDDosMajorAttackEventResponse, ModifyOriginGroupResponse, DescribeWebProtectionAttackEventsResponse, CreatePurgeTaskRequest, DeleteDnsRecordsResponse, DescribeBotLogRequest, DownloadL7LogsResponse, CreateOriginGroupRequest, DescribeTimingL4DataRequest, DescribeHostsSettingRequest, DescribeZoneDDoSPolicyRequest, DescribeDDosAttackDataResponse, DescribeWebManagedRulesLogRequest, ReclaimZoneResponse, CreateApplicationProxyRulesResponse, DescribeWebManagedRulesTopDataRequest, DescribeAvailablePlansResponse, DescribePurgeTasksRequest, DescribeIdentificationResponse, ModifyZoneCnameSpeedUpRequest, DescribeApplicationProxyDetailResponse, DescribeBotLogResponse, DescribeLoadBalancingResponse, DescribeWebProtectionDataResponse, ModifyApplicationProxyRequest, ModifyDnssecResponse, ScanDnsRecordsRequest, ImportDnsRecordsResponse, DescribeLoadBalancingDetailRequest, DescribeOriginGroupRequest, DescribeOriginGroupDetailResponse, DescribeOriginGroupDetailRequest, DescribeDDosAttackEventDetailRequest, DescribeTimingL4DataResponse, DescribeBotManagedRulesRequest } from "./teo_models";
|
|
4
4
|
/**
|
|
5
5
|
* teo client
|
|
6
6
|
* @class
|