tencentcloud-sdk-nodejs 4.1.216 → 4.1.218
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/es/common/sdk_version.js +1 -1
- package/es/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/es/services/cme/v20191029/cme_client.js +6 -0
- package/es/services/mqtt/v20240516/mqtt_client.js +3 -0
- package/es/services/tke/v20180525/tke_client.js +3 -0
- package/es/services/vod/v20180717/vod_client.js +5 -2
- package/es/services/wedata/v20250806/wedata_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +112 -347
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +11 -3
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +115 -69
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +22 -14
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +25 -13
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +373 -252
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +0 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -2
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +36 -18
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_client.js +12 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +142 -88
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +14 -14
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +47 -19
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -145
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -83
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +48 -28
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +5 -1
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +6 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +61 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +32 -38
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +4 -4
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +21 -61
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +17 -92
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +37 -53
- package/tencentcloud/services/tdai/v20250717/tdai_client.d.ts +1 -1
- package/tencentcloud/services/tdai/v20250717/tdai_models.d.ts +135 -32
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +45 -6
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -0
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +33 -25
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +88 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +25 -21
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +19 -9
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +285 -233
|
@@ -13918,75 +13918,65 @@ export interface CreateOrModifyPostPayCoresResponse {
|
|
|
13918
13918
|
*/
|
|
13919
13919
|
export interface ComplianceAffectedAsset {
|
|
13920
13920
|
/**
|
|
13921
|
-
*
|
|
13921
|
+
* <p>为客户分配的唯一的资产项的ID。</p>
|
|
13922
13922
|
*/
|
|
13923
13923
|
CustomerAssetId?: number;
|
|
13924
13924
|
/**
|
|
13925
|
-
*
|
|
13925
|
+
* <p>资产项的名称。</p>
|
|
13926
13926
|
*/
|
|
13927
13927
|
AssetName?: string;
|
|
13928
13928
|
/**
|
|
13929
|
-
*
|
|
13929
|
+
* <p>资产项的类型</p>
|
|
13930
13930
|
*/
|
|
13931
13931
|
AssetType?: string;
|
|
13932
13932
|
/**
|
|
13933
|
-
*
|
|
13934
|
-
|
|
13935
|
-
CHECK_INIT, 待检测
|
|
13936
|
-
|
|
13937
|
-
CHECK_RUNNING, 检测中
|
|
13938
|
-
|
|
13939
|
-
CHECK_FINISHED, 检测完成
|
|
13940
|
-
|
|
13941
|
-
CHECK_FAILED, 检测失败
|
|
13933
|
+
* <p>检测状态</p><p>CHECK_INIT, 待检测</p><p>CHECK_RUNNING, 检测中</p><p>CHECK_FINISHED, 检测完成</p><p>CHECK_FAILED, 检测失败</p>
|
|
13942
13934
|
*/
|
|
13943
13935
|
CheckStatus?: string;
|
|
13944
13936
|
/**
|
|
13945
|
-
*
|
|
13937
|
+
* <p>节点名称。</p>
|
|
13946
13938
|
*/
|
|
13947
13939
|
NodeName?: string;
|
|
13948
13940
|
/**
|
|
13949
|
-
*
|
|
13950
|
-
|
|
13951
|
-
如果没有检测过,此处为”0000-00-00 00:00:00“。
|
|
13941
|
+
* <p>上次检测的时间,格式为”YYYY-MM-DD HH:m::SS“。</p><p>如果没有检测过,此处为”0000-00-00 00:00:00“。</p>
|
|
13952
13942
|
*/
|
|
13953
13943
|
LastCheckTime?: string;
|
|
13954
13944
|
/**
|
|
13955
|
-
*
|
|
13956
|
-
|
|
13957
|
-
RESULT_FAILED: 未通过
|
|
13958
|
-
|
|
13959
|
-
RESULT_PASSED: 通过
|
|
13945
|
+
* <p>检测结果。取值为:</p><p>RESULT_FAILED: 未通过</p><p>RESULT_PASSED: 通过</p>
|
|
13960
13946
|
*/
|
|
13961
13947
|
CheckResult?: string;
|
|
13962
13948
|
/**
|
|
13963
|
-
*
|
|
13949
|
+
* <p>主机IP</p>
|
|
13964
13950
|
*/
|
|
13965
13951
|
HostIP?: string;
|
|
13966
13952
|
/**
|
|
13967
|
-
*
|
|
13953
|
+
* <p>镜像的tag</p>
|
|
13968
13954
|
*/
|
|
13969
13955
|
ImageTag?: string;
|
|
13970
13956
|
/**
|
|
13971
|
-
*
|
|
13957
|
+
* <p>检查项验证信息</p>
|
|
13972
13958
|
*/
|
|
13973
13959
|
VerifyInfo?: string;
|
|
13974
13960
|
/**
|
|
13975
|
-
*
|
|
13961
|
+
* <p>主机实例id</p>
|
|
13976
13962
|
*/
|
|
13977
13963
|
InstanceId?: string;
|
|
13978
13964
|
/**
|
|
13979
|
-
*
|
|
13965
|
+
* <p>镜像仓库信息</p>
|
|
13980
13966
|
*/
|
|
13981
13967
|
ImageRegistryInfo?: ImageRegistryInfo;
|
|
13982
13968
|
/**
|
|
13983
|
-
*
|
|
13969
|
+
* <p>集群id</p>
|
|
13984
13970
|
*/
|
|
13985
13971
|
ClusterID?: string;
|
|
13986
13972
|
/**
|
|
13987
|
-
*
|
|
13973
|
+
* <p>集群名称</p>
|
|
13988
13974
|
*/
|
|
13989
13975
|
ClusterName?: string;
|
|
13976
|
+
/**
|
|
13977
|
+
* <p>资产唯一ID</p><p>默认值:-</p>
|
|
13978
|
+
*/
|
|
13979
|
+
AssetUniqueID?: string;
|
|
13990
13980
|
}
|
|
13991
13981
|
/**
|
|
13992
13982
|
* DescribeVirusMonitorSetting请求参数结构体
|
|
@@ -20088,75 +20078,69 @@ export interface DescribeVulDefenceEventDetailResponse {
|
|
|
20088
20078
|
*/
|
|
20089
20079
|
export interface ComplianceAssetInfo {
|
|
20090
20080
|
/**
|
|
20091
|
-
*
|
|
20081
|
+
* <p>客户资产的ID。</p>
|
|
20092
20082
|
*/
|
|
20093
20083
|
CustomerAssetId?: number;
|
|
20094
20084
|
/**
|
|
20095
|
-
*
|
|
20085
|
+
* <p>资产类别。</p>
|
|
20096
20086
|
*/
|
|
20097
20087
|
AssetType?: string;
|
|
20098
20088
|
/**
|
|
20099
|
-
*
|
|
20089
|
+
* <p>资产的名称。</p>
|
|
20100
20090
|
*/
|
|
20101
20091
|
AssetName?: string;
|
|
20102
20092
|
/**
|
|
20103
|
-
*
|
|
20093
|
+
* <p>当资产为镜像时,这个字段为镜像Tag。</p>
|
|
20104
20094
|
*/
|
|
20105
20095
|
ImageTag?: string;
|
|
20106
20096
|
/**
|
|
20107
|
-
*
|
|
20097
|
+
* <p>资产所在的主机IP。</p>
|
|
20108
20098
|
*/
|
|
20109
20099
|
HostIP?: string;
|
|
20110
20100
|
/**
|
|
20111
|
-
*
|
|
20101
|
+
* <p>资产所属的节点的名称</p>
|
|
20112
20102
|
*/
|
|
20113
20103
|
NodeName?: string;
|
|
20114
20104
|
/**
|
|
20115
|
-
*
|
|
20116
|
-
|
|
20117
|
-
CHECK_INIT, 待检测
|
|
20118
|
-
|
|
20119
|
-
CHECK_RUNNING, 检测中
|
|
20120
|
-
|
|
20121
|
-
CHECK_FINISHED, 检测完成
|
|
20122
|
-
|
|
20123
|
-
CHECK_FAILED, 检测失败
|
|
20105
|
+
* <p>检测状态</p><p>CHECK_INIT, 待检测</p><p>CHECK_RUNNING, 检测中</p><p>CHECK_FINISHED, 检测完成</p><p>CHECK_FAILED, 检测失败</p>
|
|
20124
20106
|
*/
|
|
20125
20107
|
CheckStatus?: string;
|
|
20126
20108
|
/**
|
|
20127
|
-
*
|
|
20109
|
+
* <p>此类资产通过的检测项的数目。</p>
|
|
20128
20110
|
*/
|
|
20129
20111
|
PassedPolicyItemCount?: number;
|
|
20130
20112
|
/**
|
|
20131
|
-
*
|
|
20113
|
+
* <p>此类资产未通过的检测的数目。</p>
|
|
20132
20114
|
*/
|
|
20133
20115
|
FailedPolicyItemCount?: number;
|
|
20134
20116
|
/**
|
|
20135
|
-
*
|
|
20117
|
+
* <p>上次检测的时间。</p>
|
|
20136
20118
|
*/
|
|
20137
20119
|
LastCheckTime?: string;
|
|
20138
20120
|
/**
|
|
20139
|
-
*
|
|
20140
|
-
RESULT_FAILED: 未通过。
|
|
20141
|
-
RESULT_PASSED: 通过。
|
|
20121
|
+
* <p>检测结果:<br>RESULT_FAILED: 未通过。<br>RESULT_PASSED: 通过。</p>
|
|
20142
20122
|
*/
|
|
20143
20123
|
CheckResult?: string;
|
|
20144
20124
|
/**
|
|
20145
|
-
*
|
|
20125
|
+
* <p>主机节点的实例id</p>
|
|
20146
20126
|
*/
|
|
20147
20127
|
InstanceId?: string;
|
|
20148
20128
|
/**
|
|
20149
|
-
*
|
|
20129
|
+
* <p>镜像仓库信息</p>
|
|
20150
20130
|
*/
|
|
20151
20131
|
ImageRegistryInfo?: ImageRegistryInfo;
|
|
20152
20132
|
/**
|
|
20153
|
-
*
|
|
20133
|
+
* <p>集群id</p>
|
|
20154
20134
|
*/
|
|
20155
20135
|
ClusterID?: string;
|
|
20156
20136
|
/**
|
|
20157
|
-
*
|
|
20137
|
+
* <p>集群名称</p>
|
|
20158
20138
|
*/
|
|
20159
20139
|
ClusterName?: string;
|
|
20140
|
+
/**
|
|
20141
|
+
* <p>资产唯一ID</p><p>默认值:-</p>
|
|
20142
|
+
*/
|
|
20143
|
+
AssetUniqueID?: string;
|
|
20160
20144
|
}
|
|
20161
20145
|
/**
|
|
20162
20146
|
* DescribeAssetImageRegistryVirusList请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { RemoveChatRequest, DescribeAgentDutyTaskDetailRequest, DescribeChatDetailRequest, DescribeAgentsRequest, DescribeChatsRequest, ModifyChatTitleResponse, CreateAgentInstanceRequest,
|
|
3
|
+
import { RemoveChatRequest, DescribeAgentDutyTaskDetailRequest, DescribeChatDetailRequest, DescribeAgentsRequest, DescribeChatsRequest, ModifyChatTitleResponse, CreateAgentInstanceRequest, DescribeAgentDutyTasksResponse, RecoverAgentInstanceResponse, DescribeAgentsResponse, CreateChatCompletionRequest, DescribeReportUrlResponse, DescribeAgentInstancesRequest, IsolateAgentInstanceResponse, TerminateAgentInstanceResponse, PauseAgentWorkRequest, CreateAgentInstanceResponse, DescribeAgentDutyTasksRequest, PauseAgentWorkResponse, DescribeChatDetailResponse, ModifyChatTitleRequest, ModifyAgentInstanceParametersResponse, IsolateAgentInstanceRequest, DescribeAgentInstanceRequest, ModifyAgentInstanceParametersRequest, ContinueAgentWorkResponse, DescribeAgentInstancesResponse, StartAgentTaskRequest, RecoverAgentInstanceRequest, ContinueAgentWorkRequest, DescribeChatsResponse, DescribeAgentInstanceResponse, CreateChatCompletionResponse, DescribeReportUrlRequest, DescribeAgentDutyTaskDetailResponse, RemoveChatResponse, TerminateAgentInstanceRequest, StartAgentTaskResponse } from "./tdai_models";
|
|
4
4
|
/**
|
|
5
5
|
* tdai client
|
|
6
6
|
* @class
|
|
@@ -187,23 +187,43 @@ export interface CreateAgentInstanceRequest {
|
|
|
187
187
|
* <p>资源的标签信息</p>
|
|
188
188
|
*/
|
|
189
189
|
Tags?: Array<TagItem>;
|
|
190
|
+
/**
|
|
191
|
+
* <p>无</p>
|
|
192
|
+
*/
|
|
193
|
+
InstanceType?: string;
|
|
194
|
+
/**
|
|
195
|
+
* <p>无</p>
|
|
196
|
+
*/
|
|
197
|
+
TemplateId?: number;
|
|
198
|
+
/**
|
|
199
|
+
* <p>无</p>
|
|
200
|
+
*/
|
|
201
|
+
Skills?: Array<string>;
|
|
202
|
+
/**
|
|
203
|
+
* <p>无</p>
|
|
204
|
+
*/
|
|
205
|
+
SoulId?: number;
|
|
206
|
+
/**
|
|
207
|
+
* <p>无</p>
|
|
208
|
+
*/
|
|
209
|
+
Description?: string;
|
|
190
210
|
}
|
|
191
211
|
/**
|
|
192
|
-
*
|
|
212
|
+
* databaseClaw实例配置信息
|
|
193
213
|
*/
|
|
194
|
-
export interface
|
|
214
|
+
export interface ClawConfigInfo {
|
|
195
215
|
/**
|
|
196
|
-
*
|
|
216
|
+
* <p>无</p>
|
|
197
217
|
*/
|
|
198
|
-
|
|
218
|
+
TemplateId?: number;
|
|
199
219
|
/**
|
|
200
|
-
*
|
|
220
|
+
* <p>无</p>
|
|
201
221
|
*/
|
|
202
|
-
|
|
222
|
+
DbTypes?: Array<string>;
|
|
203
223
|
/**
|
|
204
|
-
*
|
|
224
|
+
* <p>无</p>
|
|
205
225
|
*/
|
|
206
|
-
|
|
226
|
+
Deploy?: ClawDeployInfo;
|
|
207
227
|
}
|
|
208
228
|
/**
|
|
209
229
|
* 流式输出消息数据体
|
|
@@ -271,6 +291,23 @@ export interface Parameter {
|
|
|
271
291
|
*/
|
|
272
292
|
ValueType: string;
|
|
273
293
|
}
|
|
294
|
+
/**
|
|
295
|
+
* databaseClaw实例部署详情
|
|
296
|
+
*/
|
|
297
|
+
export interface ClawDeployInfo {
|
|
298
|
+
/**
|
|
299
|
+
* <p>无</p>
|
|
300
|
+
*/
|
|
301
|
+
UserVpcId?: string;
|
|
302
|
+
/**
|
|
303
|
+
* <p>无</p>
|
|
304
|
+
*/
|
|
305
|
+
UserSubnetId?: string;
|
|
306
|
+
/**
|
|
307
|
+
* <p>无</p>
|
|
308
|
+
*/
|
|
309
|
+
UserVpcRegion?: string;
|
|
310
|
+
}
|
|
274
311
|
/**
|
|
275
312
|
* RecoverAgentInstance返回参数结构体
|
|
276
313
|
*/
|
|
@@ -357,33 +394,37 @@ export interface DescribeAgentInstancesRequest {
|
|
|
357
394
|
*/
|
|
358
395
|
Limit?: number;
|
|
359
396
|
/**
|
|
360
|
-
*
|
|
397
|
+
* <p>实例ID,为空时查询所有,如果填写则会根据InstanceId筛选</p>
|
|
361
398
|
*/
|
|
362
399
|
InstanceId?: string;
|
|
363
400
|
/**
|
|
364
|
-
*
|
|
401
|
+
* <p>实例名,为空时查询所有,如果填写则会根据InstanceName筛选</p>
|
|
365
402
|
*/
|
|
366
403
|
InstanceName?: string;
|
|
367
404
|
/**
|
|
368
|
-
*
|
|
405
|
+
* <p>智能体ID,为空时查询所有,如果填写则会根据AgentId筛选</p>
|
|
369
406
|
*/
|
|
370
407
|
AgentId?: string;
|
|
371
408
|
/**
|
|
372
|
-
*
|
|
409
|
+
* <p>智能体名称,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
373
410
|
*/
|
|
374
411
|
AgentName?: string;
|
|
375
412
|
/**
|
|
376
|
-
*
|
|
413
|
+
* <p>智能体类型,为空时查询所有,如果填写则会根据AgentName筛选</p>
|
|
377
414
|
*/
|
|
378
415
|
AgentInternalName?: string;
|
|
379
416
|
/**
|
|
380
|
-
*
|
|
417
|
+
* <p>智能体实例状态,为空时查询所有,如果填写则会根据Status筛选</p>
|
|
381
418
|
*/
|
|
382
419
|
Status?: string;
|
|
383
420
|
/**
|
|
384
|
-
*
|
|
421
|
+
* <p>标签过滤信息</p>
|
|
385
422
|
*/
|
|
386
423
|
TagFilter?: Array<TagFilter>;
|
|
424
|
+
/**
|
|
425
|
+
* <p>实例类型</p>
|
|
426
|
+
*/
|
|
427
|
+
InstanceType?: string;
|
|
387
428
|
}
|
|
388
429
|
/**
|
|
389
430
|
* IsolateAgentInstance返回参数结构体
|
|
@@ -394,6 +435,15 @@ export interface IsolateAgentInstanceResponse {
|
|
|
394
435
|
*/
|
|
395
436
|
RequestId?: string;
|
|
396
437
|
}
|
|
438
|
+
/**
|
|
439
|
+
* TerminateAgentInstance返回参数结构体
|
|
440
|
+
*/
|
|
441
|
+
export interface TerminateAgentInstanceResponse {
|
|
442
|
+
/**
|
|
443
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
444
|
+
*/
|
|
445
|
+
RequestId?: string;
|
|
446
|
+
}
|
|
397
447
|
/**
|
|
398
448
|
* PauseAgentWork请求参数结构体
|
|
399
449
|
*/
|
|
@@ -546,13 +596,34 @@ export interface DescribeChatDetailResponse {
|
|
|
546
596
|
RequestId?: string;
|
|
547
597
|
}
|
|
548
598
|
/**
|
|
549
|
-
*
|
|
599
|
+
* ModifyChatTitle请求参数结构体
|
|
550
600
|
*/
|
|
551
|
-
export interface
|
|
601
|
+
export interface ModifyChatTitleRequest {
|
|
552
602
|
/**
|
|
553
|
-
*
|
|
603
|
+
* 智能体ID
|
|
554
604
|
*/
|
|
555
|
-
|
|
605
|
+
InstanceId: string;
|
|
606
|
+
/**
|
|
607
|
+
* 会话Id
|
|
608
|
+
*/
|
|
609
|
+
ChatId?: string;
|
|
610
|
+
/**
|
|
611
|
+
* 标题
|
|
612
|
+
*/
|
|
613
|
+
Title?: string;
|
|
614
|
+
}
|
|
615
|
+
/**
|
|
616
|
+
* 实例状态描述
|
|
617
|
+
*/
|
|
618
|
+
export interface StatusItem {
|
|
619
|
+
/**
|
|
620
|
+
* <p>无</p>
|
|
621
|
+
*/
|
|
622
|
+
Status?: string;
|
|
623
|
+
/**
|
|
624
|
+
* <p>无</p>
|
|
625
|
+
*/
|
|
626
|
+
Count?: number;
|
|
556
627
|
}
|
|
557
628
|
/**
|
|
558
629
|
* ModifyAgentInstanceParameters返回参数结构体
|
|
@@ -633,9 +704,13 @@ export interface DescribeAgentInstancesResponse {
|
|
|
633
704
|
*/
|
|
634
705
|
TotalCount?: number;
|
|
635
706
|
/**
|
|
636
|
-
*
|
|
707
|
+
* <p>智能体实例列表</p>
|
|
637
708
|
*/
|
|
638
709
|
Items?: Array<AgentInstance>;
|
|
710
|
+
/**
|
|
711
|
+
* <p>无</p>
|
|
712
|
+
*/
|
|
713
|
+
StatusCounts?: Array<StatusItem>;
|
|
639
714
|
/**
|
|
640
715
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
641
716
|
*/
|
|
@@ -910,53 +985,81 @@ export interface DescribeAgentDutyTaskDetailResponse {
|
|
|
910
985
|
*/
|
|
911
986
|
export interface AgentInstance {
|
|
912
987
|
/**
|
|
913
|
-
*
|
|
988
|
+
* <p>智能体实例ID</p>
|
|
914
989
|
*/
|
|
915
990
|
InstanceId?: string;
|
|
916
991
|
/**
|
|
917
|
-
*
|
|
992
|
+
* <p>智能体实例名称</p>
|
|
918
993
|
*/
|
|
919
994
|
InstanceName?: string;
|
|
920
995
|
/**
|
|
921
|
-
*
|
|
996
|
+
* <p>智能体ID</p>
|
|
922
997
|
*/
|
|
923
998
|
AgentId?: string;
|
|
924
999
|
/**
|
|
925
|
-
*
|
|
1000
|
+
* <p>智能体名称</p>
|
|
926
1001
|
*/
|
|
927
1002
|
AgentName?: string;
|
|
928
1003
|
/**
|
|
929
|
-
*
|
|
1004
|
+
* <p>智能体类型</p>
|
|
930
1005
|
*/
|
|
931
1006
|
AgentInternalName?: string;
|
|
932
1007
|
/**
|
|
933
|
-
*
|
|
1008
|
+
* <p>智能体服务模式</p>
|
|
934
1009
|
*/
|
|
935
1010
|
AgentType?: string;
|
|
936
1011
|
/**
|
|
937
|
-
*
|
|
1012
|
+
* <p>智能体版本</p>
|
|
938
1013
|
*/
|
|
939
1014
|
AgentVersion?: string;
|
|
940
1015
|
/**
|
|
941
|
-
*
|
|
1016
|
+
* <p>智能体实例状态</p>
|
|
942
1017
|
*/
|
|
943
1018
|
Status?: string;
|
|
944
1019
|
/**
|
|
945
|
-
*
|
|
1020
|
+
* <p>智能体实例参数列表</p>
|
|
946
1021
|
*/
|
|
947
1022
|
Parameters?: Array<Parameter>;
|
|
948
1023
|
/**
|
|
949
|
-
*
|
|
1024
|
+
* <p>创建时间</p>
|
|
950
1025
|
*/
|
|
951
1026
|
CreateTime?: string;
|
|
952
1027
|
/**
|
|
953
|
-
*
|
|
1028
|
+
* <p>修改时间</p>
|
|
954
1029
|
*/
|
|
955
1030
|
UpdateTime?: string;
|
|
956
1031
|
/**
|
|
957
|
-
*
|
|
1032
|
+
* <p>资源绑定Tag列表</p>
|
|
958
1033
|
*/
|
|
959
1034
|
Tags?: Array<TagItem>;
|
|
1035
|
+
/**
|
|
1036
|
+
* <p>部署位置,intranet-共享版,userVpc-专享版</p>
|
|
1037
|
+
*/
|
|
1038
|
+
DeployPlace?: string;
|
|
1039
|
+
/**
|
|
1040
|
+
* <p>关联的告警策略ID。</p>
|
|
1041
|
+
*/
|
|
1042
|
+
PolicyIds?: Array<string>;
|
|
1043
|
+
/**
|
|
1044
|
+
* <p>无</p>
|
|
1045
|
+
*/
|
|
1046
|
+
ClawConfig?: ClawConfigInfo;
|
|
1047
|
+
/**
|
|
1048
|
+
* <p>无</p>
|
|
1049
|
+
*/
|
|
1050
|
+
InstanceType?: string;
|
|
1051
|
+
/**
|
|
1052
|
+
* <p>无</p>
|
|
1053
|
+
*/
|
|
1054
|
+
AllowedActions?: Array<string>;
|
|
1055
|
+
/**
|
|
1056
|
+
* <p>无</p>
|
|
1057
|
+
*/
|
|
1058
|
+
LastActiveTime?: string;
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>无</p>
|
|
1061
|
+
*/
|
|
1062
|
+
Description?: string;
|
|
960
1063
|
}
|
|
961
1064
|
/**
|
|
962
1065
|
* 会话详情
|
|
@@ -199,6 +199,10 @@ export interface AdaptiveFrequencyControl {
|
|
|
199
199
|
* 自适应频控是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
|
|
200
200
|
*/
|
|
201
201
|
Enabled: string;
|
|
202
|
+
/**
|
|
203
|
+
* 自适应频控的规则 ID,仅作为出参返回。
|
|
204
|
+
*/
|
|
205
|
+
Id?: string;
|
|
202
206
|
/**
|
|
203
207
|
* 自适应频控的限制等级,当 Enabled 为 on 时,此字段必填。取值有:<li>Loose:宽松;</li><li>Moderate:适中;</li><li>Strict:严格。</li>
|
|
204
208
|
*/
|
|
@@ -644,6 +648,15 @@ export interface DeleteSecurityAPIResourceRequest {
|
|
|
644
648
|
*/
|
|
645
649
|
APIResourceIds?: Array<string>;
|
|
646
650
|
}
|
|
651
|
+
/**
|
|
652
|
+
* 源站卸载配置参数。
|
|
653
|
+
*/
|
|
654
|
+
export interface ShieldParameters {
|
|
655
|
+
/**
|
|
656
|
+
* 源站卸载空间 ID。
|
|
657
|
+
*/
|
|
658
|
+
ShieldSpaceId: string;
|
|
659
|
+
}
|
|
647
660
|
/**
|
|
648
661
|
* 地区策略配置。
|
|
649
662
|
*/
|
|
@@ -6070,6 +6083,10 @@ export interface BandwidthAbuseDefense {
|
|
|
6070
6083
|
* 流量防盗刷(仅适用中国大陆地区)是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
|
|
6071
6084
|
*/
|
|
6072
6085
|
Enabled: string;
|
|
6086
|
+
/**
|
|
6087
|
+
* 流量防盗刷的规则 ID,仅作为出参返回。
|
|
6088
|
+
*/
|
|
6089
|
+
Id?: string;
|
|
6073
6090
|
/**
|
|
6074
6091
|
* 流量防盗刷(仅适用中国大陆地区)的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Monitor:观察;</li><li>Deny:拦截;</li><li>Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。</li>
|
|
6075
6092
|
*/
|
|
@@ -7552,8 +7569,8 @@ export interface ModifyOriginParameters {
|
|
|
7552
7569
|
<li>当 OriginType = IPDomain 时,该参数请填写 IPV4、IPV6 地址或域名;</li>
|
|
7553
7570
|
<li>当 OriginType = COS 时,该参数请填写 COS 桶的访问域名;</li>
|
|
7554
7571
|
<li>当 OriginType = AWSS3,该参数请填写 S3 桶的访问域名;</li>
|
|
7555
|
-
<li>当 OriginType = OriginGroup 时,该参数请填写源站组 ID;</li>
|
|
7556
|
-
<li>当 OriginType = LoadBalance 时,该参数请填写负载均衡实例 ID
|
|
7572
|
+
<li>当 OriginType = OriginGroup 时,该参数请填写源站组 ID;当为出参的时候,如果引用了其它站点的源站组,格式为{源站组 ID}@{ZoneID}。例如:og-testorigin@zone-38moq1z10wwwy;</li>
|
|
7573
|
+
<li>当 OriginType = LoadBalance 时,该参数请填写负载均衡实例 ID,该功能当前仅白名单开放;当为出参的时候,如果引用了其它站点的负载均衡,格式为{负载均衡 ID}@{ZoneID}。例如:lb-2rxpamcyqfzg@zone-38moq1z10wwwy。</li>
|
|
7557
7574
|
*/
|
|
7558
7575
|
Origin?: string;
|
|
7559
7576
|
/**
|
|
@@ -12827,6 +12844,10 @@ export interface ClientFiltering {
|
|
|
12827
12844
|
* 智能客户端过滤是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
|
|
12828
12845
|
*/
|
|
12829
12846
|
Enabled: string;
|
|
12847
|
+
/**
|
|
12848
|
+
* 智能客户端过滤的规则 ID,仅作为出参返回。
|
|
12849
|
+
*/
|
|
12850
|
+
Id?: string;
|
|
12830
12851
|
/**
|
|
12831
12852
|
* 智能客户端过滤的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Monitor:观察;</li><li>Deny:拦截;</li><li>Challenge:挑战,其中ChallengeActionParameters.Name仅支持JSChallenge。</li>
|
|
12832
12853
|
*/
|
|
@@ -14093,6 +14114,10 @@ export interface SlowAttackDefense {
|
|
|
14093
14114
|
* 慢速攻击防护是否开启。取值有:<li>on:开启;</li><li>off:关闭。</li>
|
|
14094
14115
|
*/
|
|
14095
14116
|
Enabled: string;
|
|
14117
|
+
/**
|
|
14118
|
+
* 慢速攻击防护的规则 ID,仅作为出参返回。
|
|
14119
|
+
*/
|
|
14120
|
+
Id?: string;
|
|
14096
14121
|
/**
|
|
14097
14122
|
* 慢速攻击防护的处置方式,当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Monitor:观察;</li><li>Deny:拦截;</li>
|
|
14098
14123
|
*/
|
|
@@ -16129,10 +16154,6 @@ export interface CreateWebSecurityTemplateResponse {
|
|
|
16129
16154
|
* Bot 智能分析的具体配置。
|
|
16130
16155
|
*/
|
|
16131
16156
|
export interface BotIntelligence {
|
|
16132
|
-
/**
|
|
16133
|
-
* 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。
|
|
16134
|
-
*/
|
|
16135
|
-
BotRatings?: BotRatings;
|
|
16136
16157
|
/**
|
|
16137
16158
|
* Bot 智能分析的具体配置开关。取值有:
|
|
16138
16159
|
|
|
@@ -16140,6 +16161,14 @@ export interface BotIntelligence {
|
|
|
16140
16161
|
off:关闭。
|
|
16141
16162
|
*/
|
|
16142
16163
|
Enabled?: string;
|
|
16164
|
+
/**
|
|
16165
|
+
* Bot 智能分析的规则 ID,仅作为出参返回。
|
|
16166
|
+
*/
|
|
16167
|
+
Id?: string;
|
|
16168
|
+
/**
|
|
16169
|
+
* 基于客户端和请求特征,将请求来源分为人类来源请求、合法 Bot 请求、疑似 Bot 请求和高风险 Bot 请求,并提供请求处置选项。
|
|
16170
|
+
*/
|
|
16171
|
+
BotRatings?: BotRatings;
|
|
16143
16172
|
}
|
|
16144
16173
|
/**
|
|
16145
16174
|
* HTTPS 源站证书校验的模式。
|
|
@@ -16235,6 +16264,10 @@ export interface FrequentScanningProtection {
|
|
|
16235
16264
|
* 高频扫描防护规则是否开启。取值有:<li>on:开启,高频扫描防护规则生效;</li><li>off:关闭,高频扫描防护规则不生效。</li>
|
|
16236
16265
|
*/
|
|
16237
16266
|
Enabled?: string;
|
|
16267
|
+
/**
|
|
16268
|
+
* 高频扫描防护的规则 ID,仅作为出参返回。
|
|
16269
|
+
*/
|
|
16270
|
+
Id?: string;
|
|
16238
16271
|
/**
|
|
16239
16272
|
* 高频扫描防护的处置动作。 当 Enabled 为 on 时,此字段必填。SecurityAction 的 Name 取值支持:<li>Deny:拦截,响应拦截页面;</li><li>Monitor:观察,不处理请求记录安全事件到日志中;</li><li>JSChallenge:JavaScript 挑战,响应 JavaScript 挑战页面。</li>
|
|
16240
16273
|
*/
|
|
@@ -16586,6 +16619,7 @@ export interface RuleEngineAction {
|
|
|
16586
16619
|
<li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>
|
|
16587
16620
|
<li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>
|
|
16588
16621
|
<li>UpstreamRequest:回源请求参数;</li>
|
|
16622
|
+
<li>Shield:源站卸载配置;</li>
|
|
16589
16623
|
<li>TLSConfig:SSL/TLS 安全;</li>
|
|
16590
16624
|
<li>ModifyOrigin:修改源站;</li>
|
|
16591
16625
|
<li>HTTPUpstreamTimeout:七层回源超时配置;</li>
|
|
@@ -16730,6 +16764,11 @@ export interface RuleEngineAction {
|
|
|
16730
16764
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16731
16765
|
*/
|
|
16732
16766
|
UpstreamRequestParameters?: UpstreamRequestParameters;
|
|
16767
|
+
/**
|
|
16768
|
+
* 源站卸载配置参数,当 Name 取值为 Shield 时,该参数必填。
|
|
16769
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16770
|
+
*/
|
|
16771
|
+
ShieldParameters?: ShieldParameters;
|
|
16733
16772
|
/**
|
|
16734
16773
|
* SSL/TLS 安全配置参数,当 Name 取值为 TLSConfig 时,该参数必填。
|
|
16735
16774
|
注意:此字段可能返回 null,表示取不到有效值。
|