tencentcloud-sdk-nodejs 4.1.243 → 4.1.244
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/adp/index.js +4 -0
- package/es/services/adp/v20260520/adp_client.js +126 -0
- package/es/services/adp/v20260520/adp_models.js +1 -0
- package/es/services/adp/v20260520/index.js +6 -0
- package/es/services/cfw/v20190904/cfw_client.js +26 -5
- package/es/services/index.js +1 -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/adp/index.d.ts +6 -0
- package/tencentcloud/services/adp/index.js +7 -0
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +170 -0
- package/tencentcloud/services/adp/v20260520/adp_client.js +271 -0
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +4219 -0
- package/tencentcloud/services/adp/v20260520/adp_models.js +18 -0
- package/tencentcloud/services/adp/v20260520/index.d.ts +6 -0
- package/tencentcloud/services/adp/v20260520/index.js +10 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +35 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +51 -9
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +501 -121
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +42 -41
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +14 -16
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +8 -6
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +9 -5
|
@@ -22094,148 +22094,149 @@ export interface ModifyLoginWhiteInfoResponse {
|
|
|
22094
22094
|
*/
|
|
22095
22095
|
export interface Machine {
|
|
22096
22096
|
/**
|
|
22097
|
-
*
|
|
22097
|
+
* <p>主机名称。</p>
|
|
22098
22098
|
*/
|
|
22099
22099
|
MachineName?: string;
|
|
22100
22100
|
/**
|
|
22101
|
-
*
|
|
22101
|
+
* <p>主机系统。</p>
|
|
22102
22102
|
*/
|
|
22103
22103
|
MachineOs?: string;
|
|
22104
22104
|
/**
|
|
22105
|
-
*
|
|
22105
|
+
* <p>主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li></p>
|
|
22106
22106
|
*/
|
|
22107
22107
|
MachineStatus?: string;
|
|
22108
22108
|
/**
|
|
22109
|
-
* ONLINE 防护中; OFFLINE 已离线;UNINStALLED
|
|
22109
|
+
* <p>ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装</p>
|
|
22110
22110
|
*/
|
|
22111
22111
|
AgentStatus?: string;
|
|
22112
22112
|
/**
|
|
22113
|
-
* RUNNING 运行中; STOPED 已关机; EXPIRED
|
|
22113
|
+
* <p>RUNNING 运行中; STOPED 已关机; EXPIRED 待回收</p>
|
|
22114
22114
|
*/
|
|
22115
22115
|
InstanceStatus?: string;
|
|
22116
22116
|
/**
|
|
22117
|
-
*
|
|
22117
|
+
* <p>主机安全Uuid,若客户端长时间不在线将返回空字符。</p>
|
|
22118
22118
|
*/
|
|
22119
22119
|
Uuid?: string;
|
|
22120
22120
|
/**
|
|
22121
|
-
* CVM或BM机器唯一Uuid
|
|
22121
|
+
* <p>CVM或BM机器唯一Uuid。</p>
|
|
22122
22122
|
*/
|
|
22123
22123
|
Quuid?: string;
|
|
22124
22124
|
/**
|
|
22125
|
-
*
|
|
22125
|
+
* <p>漏洞数。</p>
|
|
22126
22126
|
*/
|
|
22127
22127
|
VulNum?: number;
|
|
22128
22128
|
/**
|
|
22129
|
-
*
|
|
22129
|
+
* <p>主机IP。</p>
|
|
22130
22130
|
*/
|
|
22131
22131
|
MachineIp?: string;
|
|
22132
22132
|
/**
|
|
22133
|
-
*
|
|
22134
|
-
<li>true: 是</li>
|
|
22135
|
-
<li>false:否</li>
|
|
22133
|
+
* <p>是否是专业版。</p><li>true: 是</li><li>false:否</li>
|
|
22136
22134
|
*/
|
|
22137
22135
|
IsProVersion?: boolean;
|
|
22138
22136
|
/**
|
|
22139
|
-
*
|
|
22137
|
+
* <p>主机外网IP。</p>
|
|
22140
22138
|
*/
|
|
22141
22139
|
MachineWanIp?: string;
|
|
22142
22140
|
/**
|
|
22143
|
-
*
|
|
22144
|
-
<li>POSTPAY: 表示后付费,即按量计费 </li>
|
|
22145
|
-
<li>PREPAY: 表示预付费,即包年包月</li>
|
|
22141
|
+
* <p>主机状态。</p><li>POSTPAY: 表示后付费,即按量计费 </li><li>PREPAY: 表示预付费,即包年包月</li>
|
|
22146
22142
|
*/
|
|
22147
22143
|
PayMode?: string;
|
|
22148
22144
|
/**
|
|
22149
|
-
*
|
|
22145
|
+
* <p>木马数。</p>
|
|
22150
22146
|
*/
|
|
22151
22147
|
MalwareNum?: number;
|
|
22152
22148
|
/**
|
|
22153
|
-
*
|
|
22149
|
+
* <p>标签信息</p>
|
|
22154
22150
|
*/
|
|
22155
22151
|
Tag?: Array<MachineTag>;
|
|
22156
22152
|
/**
|
|
22157
|
-
*
|
|
22153
|
+
* <p>基线风险数。</p>
|
|
22158
22154
|
*/
|
|
22159
22155
|
BaselineNum?: number;
|
|
22160
22156
|
/**
|
|
22161
|
-
*
|
|
22157
|
+
* <p>网络风险数。</p>
|
|
22162
22158
|
*/
|
|
22163
22159
|
CyberAttackNum?: number;
|
|
22164
22160
|
/**
|
|
22165
|
-
*
|
|
22166
|
-
<li>SAFE:安全</li>
|
|
22167
|
-
<li>RISK:风险</li>
|
|
22168
|
-
<li>UNKNOWN:未知</li>
|
|
22161
|
+
* <p>风险状态。</p><li>SAFE:安全</li><li>RISK:风险</li><li>UNKNOWN:未知</li>
|
|
22169
22162
|
*/
|
|
22170
22163
|
SecurityStatus?: string;
|
|
22171
22164
|
/**
|
|
22172
|
-
*
|
|
22165
|
+
* <p>入侵事件数</p>
|
|
22173
22166
|
*/
|
|
22174
22167
|
InvasionNum?: number;
|
|
22175
22168
|
/**
|
|
22176
|
-
*
|
|
22169
|
+
* <p>地域信息</p>
|
|
22177
22170
|
*/
|
|
22178
22171
|
RegionInfo?: RegionInfo;
|
|
22179
22172
|
/**
|
|
22180
|
-
*
|
|
22173
|
+
* <p>实例状态 TERMINATED_PRO_VERSION 已销毁</p>
|
|
22181
22174
|
*/
|
|
22182
22175
|
InstanceState?: string;
|
|
22183
22176
|
/**
|
|
22184
|
-
*
|
|
22177
|
+
* <p>防篡改 授权状态 1 授权 0 未授权</p>
|
|
22185
22178
|
*/
|
|
22186
22179
|
LicenseStatus?: number;
|
|
22187
22180
|
/**
|
|
22188
|
-
*
|
|
22181
|
+
* <p>项目ID</p>
|
|
22189
22182
|
*/
|
|
22190
22183
|
ProjectId?: number;
|
|
22191
22184
|
/**
|
|
22192
|
-
*
|
|
22185
|
+
* <p>是否有资产扫描接口,0无,1有</p>
|
|
22193
22186
|
*/
|
|
22194
22187
|
HasAssetScan?: number;
|
|
22195
22188
|
/**
|
|
22196
|
-
*
|
|
22189
|
+
* <p>机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区</p>
|
|
22197
22190
|
*/
|
|
22198
22191
|
MachineType?: string;
|
|
22199
22192
|
/**
|
|
22200
|
-
*
|
|
22193
|
+
* <p>内核版本</p>
|
|
22201
22194
|
*/
|
|
22202
22195
|
KernelVersion?: string;
|
|
22203
22196
|
/**
|
|
22204
|
-
*
|
|
22197
|
+
* <p>防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版</p>
|
|
22205
22198
|
*/
|
|
22206
22199
|
ProtectType?: string;
|
|
22207
22200
|
/**
|
|
22208
|
-
*
|
|
22201
|
+
* <p>云标签信息</p>
|
|
22209
22202
|
*/
|
|
22210
22203
|
CloudTags?: Array<Tags>;
|
|
22211
22204
|
/**
|
|
22212
|
-
*
|
|
22205
|
+
* <p>是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机</p>
|
|
22213
22206
|
*/
|
|
22214
22207
|
IsAddedOnTheFifteen?: number;
|
|
22215
22208
|
/**
|
|
22216
|
-
*
|
|
22209
|
+
* <p>主机ip列表</p>
|
|
22217
22210
|
*/
|
|
22218
22211
|
IpList?: string;
|
|
22219
22212
|
/**
|
|
22220
|
-
*
|
|
22213
|
+
* <p>所属网络</p>
|
|
22221
22214
|
*/
|
|
22222
22215
|
VpcId?: string;
|
|
22223
22216
|
/**
|
|
22224
|
-
*
|
|
22217
|
+
* <p>附加信息</p>
|
|
22225
22218
|
*/
|
|
22226
22219
|
MachineExtraInfo?: MachineExtraInfo;
|
|
22227
22220
|
/**
|
|
22228
|
-
*
|
|
22221
|
+
* <p>实例ID</p>
|
|
22229
22222
|
*/
|
|
22230
22223
|
InstanceId?: string;
|
|
22231
22224
|
/**
|
|
22232
|
-
*
|
|
22225
|
+
* <p>备注信息</p>
|
|
22233
22226
|
*/
|
|
22234
22227
|
Remark?: string;
|
|
22235
22228
|
/**
|
|
22236
|
-
*
|
|
22229
|
+
* <p>主机安全agent版本</p>
|
|
22237
22230
|
*/
|
|
22238
22231
|
AgentVersion?: string;
|
|
22232
|
+
/**
|
|
22233
|
+
* <p>机器对应APPID</p>
|
|
22234
|
+
*/
|
|
22235
|
+
AppId?: number;
|
|
22236
|
+
/**
|
|
22237
|
+
* <p>安全中心付费版本</p>
|
|
22238
|
+
*/
|
|
22239
|
+
CSIPProtectType?: string;
|
|
22239
22240
|
}
|
|
22240
22241
|
/**
|
|
22241
22242
|
* ExportPatchEffectHostList请求参数结构体
|
|
@@ -1290,11 +1290,11 @@ export interface CreateRedisBigKeyAnalysisTaskRequest {
|
|
|
1290
1290
|
*/
|
|
1291
1291
|
export interface DescribeMySqlProcessListResponse {
|
|
1292
1292
|
/**
|
|
1293
|
-
*
|
|
1293
|
+
* <p>实时线程列表。</p>
|
|
1294
1294
|
*/
|
|
1295
1295
|
ProcessList?: Array<MySqlProcess>;
|
|
1296
1296
|
/**
|
|
1297
|
-
* sql会话统计信息。如果请求参数中包含StatDimensions
|
|
1297
|
+
* <p>sql会话统计信息。如果请求参数中包含StatDimensions,该参数则可能返回,否则不返回。</p>
|
|
1298
1298
|
*/
|
|
1299
1299
|
Statistics?: Array<StatisticInfo>;
|
|
1300
1300
|
/**
|
|
@@ -5874,53 +5874,51 @@ export interface Table {
|
|
|
5874
5874
|
*/
|
|
5875
5875
|
export interface DescribeMySqlProcessListRequest {
|
|
5876
5876
|
/**
|
|
5877
|
-
*
|
|
5877
|
+
* <p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。<strong>其中 dcdb(即TDSQL MySQL) 的查询入参InstanceId特殊,需要使用 ClusterId + & + InstanceId 来组合代替, 如:<code>tdsqlshard-s1230&shard-abcd</code></strong></p>
|
|
5878
5878
|
*/
|
|
5879
5879
|
InstanceId: string;
|
|
5880
5880
|
/**
|
|
5881
|
-
*
|
|
5881
|
+
* <p>线程的ID,用于筛选线程列表。</p>
|
|
5882
5882
|
*/
|
|
5883
5883
|
ID?: number;
|
|
5884
5884
|
/**
|
|
5885
|
-
*
|
|
5885
|
+
* <p>线程的操作账号名,用于筛选线程列表。</p>
|
|
5886
5886
|
*/
|
|
5887
5887
|
User?: string;
|
|
5888
5888
|
/**
|
|
5889
|
-
*
|
|
5889
|
+
* <p>线程的操作主机地址,用于筛选线程列表。</p>
|
|
5890
5890
|
*/
|
|
5891
5891
|
Host?: string;
|
|
5892
5892
|
/**
|
|
5893
|
-
*
|
|
5893
|
+
* <p>线程的操作数据库,用于筛选线程列表。</p>
|
|
5894
5894
|
*/
|
|
5895
5895
|
DB?: string;
|
|
5896
5896
|
/**
|
|
5897
|
-
*
|
|
5897
|
+
* <p>线程的操作状态。包含以下枚举值:Sending data-线程正在处理查询结果, Sorting result-线程正在对查询结果进行排序,Creating tmp table-线程正在创建临时表,Altering table-线程正在执行表结构变更,Updating-线程执行更新中。</p>
|
|
5898
5898
|
*/
|
|
5899
5899
|
State?: string;
|
|
5900
5900
|
/**
|
|
5901
|
-
*
|
|
5901
|
+
* <p>线程的执行类型。包含以下枚举值:Sleep-线程处于空闲状态,Query-线程正在执行一个查询,Connect-从服务器连接到主服务器,Execute-线程正在执行预处理语句。</p>
|
|
5902
5902
|
*/
|
|
5903
5903
|
Command?: string;
|
|
5904
5904
|
/**
|
|
5905
|
-
*
|
|
5905
|
+
* <p>线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。</p>
|
|
5906
5906
|
*/
|
|
5907
5907
|
Time?: number;
|
|
5908
5908
|
/**
|
|
5909
|
-
*
|
|
5909
|
+
* <p>线程的操作语句,用于筛选线程列表。</p>
|
|
5910
5910
|
*/
|
|
5911
5911
|
Info?: string;
|
|
5912
5912
|
/**
|
|
5913
|
-
*
|
|
5913
|
+
* <p>返回数量,默认20。</p>
|
|
5914
5914
|
*/
|
|
5915
5915
|
Limit?: number;
|
|
5916
5916
|
/**
|
|
5917
|
-
*
|
|
5918
|
-
|
|
5919
|
-
|
|
5917
|
+
* <p>服务产品类型,支持值:"mysql" - 云数据库 MySQL;"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。</p>
|
|
5920
5918
|
*/
|
|
5921
5919
|
Product?: string;
|
|
5922
5920
|
/**
|
|
5923
|
-
*
|
|
5921
|
+
* <p>会话统计的维度信息,可以多个维度。</p>
|
|
5924
5922
|
*/
|
|
5925
5923
|
StatDimensions?: Array<StatDimension>;
|
|
5926
5924
|
}
|
|
@@ -812,7 +812,7 @@ export interface GroupInfo {
|
|
|
812
812
|
*/
|
|
813
813
|
CreationTimestamp?: number;
|
|
814
814
|
/**
|
|
815
|
-
* <p>Group的更新时间和日期 UpdateTimestamp
|
|
815
|
+
* <p>Group的更新时间和日期 UpdateTimestamp。<br>UpdateTimestamp 的值是自 Unix 纪元时间到Group更新时间的毫秒数。<br>Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。<br>有关更多信息,请参阅 Unix 时间。</p>
|
|
816
816
|
*/
|
|
817
817
|
UpdateTimestamp?: number;
|
|
818
818
|
}
|
|
@@ -866,7 +866,7 @@ export interface GroupInfo {
|
|
|
866
866
|
*/
|
|
867
867
|
CreationTimestamp?: number;
|
|
868
868
|
/**
|
|
869
|
-
* <p>Group
|
|
869
|
+
* <p>Group的更新时间和日期 UpdateTimestamp。<br>UpdateTimestamp 的值是自 Unix 纪元时间到Group更新时间的毫秒数。<br>Unix 纪元时间是 1970 年 1 月 1 日星期四,协调世界时 (UTC) 00:00:00。<br>有关更多信息,请参阅 Unix 时间。</p>
|
|
870
870
|
*/
|
|
871
871
|
UpdateTimestamp?: number;
|
|
872
872
|
}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.yunsou = exports.yunjing = void 0;
|
|
3
|
+
exports.cdwch = exports.cds = exports.cdn = exports.cdc = exports.cdb = exports.ccc = exports.cbs = exports.cat = exports.car = exports.captcha = exports.cam = exports.ca = exports.btoe = exports.bsca = exports.bri = exports.bpaas = exports.bmvpc = exports.bmlb = exports.bmeip = exports.bma = exports.bm = exports.bizlive = exports.billing = exports.bi = exports.bh = exports.bda = exports.batch = exports.ba = exports.asw = exports.asr = exports.as = exports.apm = exports.apis = exports.apigateway = exports.api = exports.ape = exports.antiddos = exports.anicloud = exports.ams = exports.ame = exports.aiart = exports.ai3d = exports.ags = exports.afc = exports.af = exports.advisor = exports.adp = exports.acp = exports.aca = exports.aai = void 0;
|
|
4
|
+
exports.eb = exports.dts = exports.dsgc = exports.ds = exports.drm = exports.domain = exports.dnspod = exports.dlc = exports.dcdb = exports.dc = exports.dbs = exports.dbdc = exports.dbbrain = exports.dayu = exports.dataagent = exports.dasb = exports.cynosdb = exports.cws = exports.cwp = exports.cvm = exports.ctsdb = exports.ctem = exports.csxg = exports.csip = exports.cpdp = exports.controlcenter = exports.config = exports.cms = exports.cmq = exports.cme = exports.cls = exports.cloudstudio = exports.cloudmate = exports.cloudhsm = exports.cloudaudit = exports.cloudapp = exports.clb = exports.ckafka = exports.cim = exports.cii = exports.ciam = exports.chdfs = exports.chc = exports.cfw = exports.cfs = exports.cfg = exports.cetcd = exports.cdz = exports.cdwpg = exports.cdwdoris = void 0;
|
|
5
|
+
exports.lowcode = exports.lkeap = exports.lke = exports.live = exports.lighthouse = exports.lcic = exports.kms = exports.keewidb = exports.ivld = exports.iss = exports.irp = exports.iotvideoindustry = exports.iotvideo = exports.iotexplorer = exports.iotcloud = exports.iot = exports.ioa = exports.ims = exports.igtm = exports.ig = exports.ie = exports.icr = exports.ic = exports.iap = exports.iai = exports.hunyuan = exports.hcm = exports.hasim = exports.hai = exports.habo = exports.gwlb = exports.gs = exports.goosefs = exports.gme = exports.gaap = exports.ga2 = exports.ft = exports.fmu = exports.faceid = exports.facefusion = exports.evt = exports.essbasic = exports.ess = exports.es = exports.emr = exports.eis = exports.eiam = exports.ecm = exports.ecdn = exports.ecc = void 0;
|
|
6
|
+
exports.tccatalog = exports.tcbr = exports.tcb = exports.tcaplusdb = exports.tbp = exports.tbaas = exports.tat = exports.tag = exports.taf = exports.svp = exports.sts = exports.ssm = exports.sslpod = exports.ssl = exports.ssa = exports.sqlserver = exports.soe = exports.sms = exports.smop = exports.smh = exports.ses = exports.securitylake = exports.scf = exports.rum = exports.region = exports.redis = exports.rce = exports.pts = exports.privatedns = exports.postgres = exports.partners = exports.organization = exports.omics = exports.ocr = exports.oceanus = exports.npp = exports.nlp = exports.msp = exports.ms = exports.mrs = exports.mqtt = exports.mps = exports.monitor = exports.mongodb = exports.mna = exports.mmps = exports.memcached = exports.market = exports.mariadb = exports.mall = void 0;
|
|
7
|
+
exports.wss = exports.wsa = exports.wimgs = exports.weilingwith = exports.wedata = exports.wav = exports.waf = exports.vtc = exports.vrs = exports.vpc = exports.vod = exports.vms = exports.vm = exports.vdb = exports.vcube = exports.vclm = exports.vcg = exports.tts = exports.tsw = exports.tsi = exports.tsf = exports.tse = exports.trtc = exports.trro = exports.trp = exports.trocket = exports.trabbit = exports.tourism = exports.tokenhub = exports.tmt = exports.tms = exports.tkgdq = exports.tke = exports.tiw = exports.tione = exports.tiia = exports.tia = exports.thpc = exports.teo = exports.tem = exports.tds = exports.tdmysql = exports.tdmq = exports.tdid = exports.tdcpg = exports.tdai = exports.tcss = exports.tcr = exports.tcm = exports.tchd = void 0;
|
|
8
|
+
exports.yunsou = exports.yunjing = exports.yinsuda = void 0;
|
|
9
9
|
var aai_1 = require("./aai");
|
|
10
10
|
Object.defineProperty(exports, "aai", { enumerable: true, get: function () { return aai_1.aai; } });
|
|
11
11
|
var aca_1 = require("./aca");
|
|
12
12
|
Object.defineProperty(exports, "aca", { enumerable: true, get: function () { return aca_1.aca; } });
|
|
13
13
|
var acp_1 = require("./acp");
|
|
14
14
|
Object.defineProperty(exports, "acp", { enumerable: true, get: function () { return acp_1.acp; } });
|
|
15
|
+
var adp_1 = require("./adp");
|
|
16
|
+
Object.defineProperty(exports, "adp", { enumerable: true, get: function () { return adp_1.adp; } });
|
|
15
17
|
var advisor_1 = require("./advisor");
|
|
16
18
|
Object.defineProperty(exports, "advisor", { enumerable: true, get: function () { return advisor_1.advisor; } });
|
|
17
19
|
var af_1 = require("./af");
|
|
@@ -10992,7 +10992,7 @@ export interface EraseArea {
|
|
|
10992
10992
|
*/
|
|
10993
10993
|
export interface BlindWatermarkEmbedInfo {
|
|
10994
10994
|
/**
|
|
10995
|
-
*
|
|
10995
|
+
* <p>盲水印文字,经过URL安全的Base64编码的数据。Base64解码之后,少于12Byte将会填充0x00到12Byte,超过12Byte将会截断为12Byte。</p>
|
|
10996
10996
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10997
10997
|
*/
|
|
10998
10998
|
EmbedText?: string;
|
|
@@ -9174,25 +9174,29 @@ export interface SwitchDomainRulesResponse {
|
|
|
9174
9174
|
*/
|
|
9175
9175
|
export interface QpsData {
|
|
9176
9176
|
/**
|
|
9177
|
-
*
|
|
9177
|
+
* <p>弹性qps默认值</p>
|
|
9178
9178
|
*/
|
|
9179
9179
|
ElasticBillingDefault?: number;
|
|
9180
9180
|
/**
|
|
9181
|
-
*
|
|
9181
|
+
* <p>弹性qps最小值</p>
|
|
9182
9182
|
*/
|
|
9183
9183
|
ElasticBillingMin?: number;
|
|
9184
9184
|
/**
|
|
9185
|
-
*
|
|
9185
|
+
* <p>弹性qps最大值</p>
|
|
9186
9186
|
*/
|
|
9187
9187
|
ElasticBillingMax?: number;
|
|
9188
9188
|
/**
|
|
9189
|
-
*
|
|
9189
|
+
* <p>业务扩展包最大qps</p>
|
|
9190
9190
|
*/
|
|
9191
9191
|
QPSExtendMax?: number;
|
|
9192
9192
|
/**
|
|
9193
|
-
*
|
|
9193
|
+
* <p>境外业务扩展包最大qps</p>
|
|
9194
9194
|
*/
|
|
9195
9195
|
QPSExtendIntlMax?: number;
|
|
9196
|
+
/**
|
|
9197
|
+
* <p>预付费/后付费QPS扩容比</p>
|
|
9198
|
+
*/
|
|
9199
|
+
ElasticPrepaidRatio?: number;
|
|
9196
9200
|
}
|
|
9197
9201
|
/**
|
|
9198
9202
|
* ModifyCustomRule返回参数结构体
|