tencentcloud-sdk-nodejs 4.0.235 → 4.0.239
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 +612 -41
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_client.ts +20 -3
- package/src/services/af/v20200226/af_models.ts +375 -36
- package/src/services/afc/v20200226/afc_client.ts +22 -1
- package/src/services/afc/v20200226/afc_models.ts +359 -23
- package/src/services/as/v20180419/as_client.ts +0 -12
- package/src/services/as/v20180419/as_models.ts +0 -75
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +15 -9
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +44 -7
- package/src/services/cfw/v20190904/cfw_models.ts +412 -154
- package/src/services/clb/v20180317/clb_models.ts +15 -8
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
- package/src/services/cme/v20191029/cme_client.ts +80 -26
- package/src/services/cme/v20191029/cme_models.ts +470 -52
- package/src/services/cpdp/v20190820/cpdp_client.ts +592 -279
- package/src/services/cpdp/v20190820/cpdp_models.ts +10255 -6695
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +141 -21
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
- package/src/services/dcdb/v20180411/dcdb_models.ts +8 -4
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_client.ts +11 -5
- package/src/services/mrs/v20200910/mrs_models.ts +249 -81
- package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
- package/src/services/scf/v20180416/scf_models.ts +10 -0
- package/src/services/sms/v20210111/sms_models.ts +18 -6
- package/src/services/soe/v20180724/soe_models.ts +8 -5
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_client.ts +18 -6
- package/src/services/tcb/v20180608/tcb_models.ts +87 -0
- package/src/services/tcm/v20210413/tcm_client.ts +2 -1
- package/src/services/tcm/v20210413/tcm_models.ts +37 -8
- package/src/services/tiw/v20190919/tiw_models.ts +5 -4
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +26 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
- package/tencentcloud/services/af/v20200226/af_client.js +6 -0
- package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
- package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
- package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
- package/tencentcloud/services/as/v20180419/as_client.js +0 -6
- package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +14 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +352 -129
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
- package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +410 -47
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +109 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +162 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8930 -5949
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +120 -20
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -4
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +5 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
- package/test/af.v20200226.test.js +10 -0
- package/test/afc.v20200226.test.js +10 -0
- package/test/as.v20180419.test.js +0 -10
- package/test/cfw.v20190904.test.js +30 -0
- package/test/cme.v20191029.test.js +46 -6
- package/test/cpdp.v20190820.test.js +252 -12
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/tcb.v20180608.test.js +12 -2
|
@@ -1,3 +1,251 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 扩展字段,包含多个模型的结果
|
|
3
|
+
*/
|
|
4
|
+
export interface OtherModelScores {
|
|
5
|
+
/**
|
|
6
|
+
* 模型类型
|
|
7
|
+
*/
|
|
8
|
+
ModelId: string;
|
|
9
|
+
/**
|
|
10
|
+
* 该模型评分
|
|
11
|
+
*/
|
|
12
|
+
ModelScore: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* QueryAntiFraudVip返回参数结构体
|
|
16
|
+
*/
|
|
17
|
+
export interface QueryAntiFraudVipResponse {
|
|
18
|
+
/**
|
|
19
|
+
* 表示该条记录能否查到:1为能查到,-1为查不到
|
|
20
|
+
*/
|
|
21
|
+
Found?: number;
|
|
22
|
+
/**
|
|
23
|
+
* 表示该条Id能否查到:1为能查到,-1为查不到
|
|
24
|
+
*/
|
|
25
|
+
IdFound?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 0~100;值越高 欺诈可能性越大
|
|
28
|
+
*/
|
|
29
|
+
RiskScore?: number;
|
|
30
|
+
/**
|
|
31
|
+
* 扩展字段,对风险类型的说明
|
|
32
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
33
|
+
*/
|
|
34
|
+
RiskInfo?: Array<RiskDetail>;
|
|
35
|
+
/**
|
|
36
|
+
* 业务侧错误码。成功时返回Success,错误时返回具体业务错误原因。
|
|
37
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
38
|
+
*/
|
|
39
|
+
CodeDesc?: string;
|
|
40
|
+
/**
|
|
41
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
42
|
+
*/
|
|
43
|
+
RequestId?: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* 扩展字段,对风险类型的说明
|
|
47
|
+
*/
|
|
48
|
+
export interface RiskDetail {
|
|
49
|
+
/**
|
|
50
|
+
* 风险码
|
|
51
|
+
*/
|
|
52
|
+
RiskCode: number;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* 扩展字段,对风险类型的说明
|
|
56
|
+
*/
|
|
57
|
+
export interface SimpleKindRiskDetail {
|
|
58
|
+
/**
|
|
59
|
+
* 风险码
|
|
60
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
61
|
+
*/
|
|
62
|
+
RiskCode?: string;
|
|
63
|
+
/**
|
|
64
|
+
* 风险码详情
|
|
65
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
66
|
+
*/
|
|
67
|
+
RiskCodeValue?: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* GetAntiFraudVip返回参数结构体
|
|
71
|
+
*/
|
|
72
|
+
export interface GetAntiFraudVipResponse {
|
|
73
|
+
/**
|
|
74
|
+
* 反欺诈评分接口结果
|
|
75
|
+
*/
|
|
76
|
+
Data: AntiFraudVipRecord;
|
|
77
|
+
/**
|
|
78
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
79
|
+
*/
|
|
80
|
+
RequestId?: string;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* AntiFraudVipCryptoFilter– 业务入参
|
|
84
|
+
*/
|
|
85
|
+
export interface AntiFraudVipCryptoFilter {
|
|
86
|
+
/**
|
|
87
|
+
* 约定用入参,默认不涉及默认BusinessSecurityData 与BusinessCrptoData 不传
|
|
88
|
+
*/
|
|
89
|
+
CryptoType?: string;
|
|
90
|
+
/**
|
|
91
|
+
* 约定用入参,默认不涉及
|
|
92
|
+
*/
|
|
93
|
+
CryptoContent?: string;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* AntiFraudVipFilter– 业务入参
|
|
97
|
+
*/
|
|
98
|
+
export interface AntiFraudVipFilter {
|
|
99
|
+
/**
|
|
100
|
+
* 业务方账号 ID
|
|
101
|
+
*/
|
|
102
|
+
CustomerUin: string;
|
|
103
|
+
/**
|
|
104
|
+
* 业务方APPID
|
|
105
|
+
*/
|
|
106
|
+
CustomerAppid: string;
|
|
107
|
+
/**
|
|
108
|
+
* 身份证号
|
|
109
|
+
注 1:下方 idCryptoType 为指定
|
|
110
|
+
加密方式
|
|
111
|
+
注 2:若 idNumber 加密则必传加
|
|
112
|
+
密方式
|
|
113
|
+
*/
|
|
114
|
+
IdNumber: string;
|
|
115
|
+
/**
|
|
116
|
+
* 手机号码(注:不需要带国家代码
|
|
117
|
+
例如:13430421011)
|
|
118
|
+
注 1:下方 phoneCryptoType 为
|
|
119
|
+
指定加密方式:
|
|
120
|
+
注 2:若 phoneNumber 加密则必
|
|
121
|
+
传加密方式
|
|
122
|
+
*/
|
|
123
|
+
PhoneNumber: string;
|
|
124
|
+
/**
|
|
125
|
+
* 业务场景 ID
|
|
126
|
+
*/
|
|
127
|
+
Scene?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 默认不使用,业务方子
|
|
130
|
+
账号,若接口使用密钥对应是子账
|
|
131
|
+
号则必填
|
|
132
|
+
*/
|
|
133
|
+
CustomerSubUin?: string;
|
|
134
|
+
/**
|
|
135
|
+
* 已获取约定标识则传 1;
|
|
136
|
+
用于基于特定需求而传的标识字段
|
|
137
|
+
注:有约定则是必传,若未传则查
|
|
138
|
+
询接口失败
|
|
139
|
+
*/
|
|
140
|
+
Authorization?: string;
|
|
141
|
+
/**
|
|
142
|
+
* 姓名
|
|
143
|
+
注 :不支持加密
|
|
144
|
+
*/
|
|
145
|
+
Name?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 银行卡号
|
|
148
|
+
*/
|
|
149
|
+
BankCardNumber?: string;
|
|
150
|
+
/**
|
|
151
|
+
* 用户请求来源 IP
|
|
152
|
+
*/
|
|
153
|
+
UserIp?: string;
|
|
154
|
+
/**
|
|
155
|
+
* 国际移动设备识别码
|
|
156
|
+
*/
|
|
157
|
+
Imei?: string;
|
|
158
|
+
/**
|
|
159
|
+
* ios 系统广告标示符
|
|
160
|
+
*/
|
|
161
|
+
Idfa?: string;
|
|
162
|
+
/**
|
|
163
|
+
* 用户邮箱地址
|
|
164
|
+
*/
|
|
165
|
+
EmailAddress?: string;
|
|
166
|
+
/**
|
|
167
|
+
* 用户住址
|
|
168
|
+
*/
|
|
169
|
+
Address?: string;
|
|
170
|
+
/**
|
|
171
|
+
* MAC 地址
|
|
172
|
+
*/
|
|
173
|
+
Mac?: string;
|
|
174
|
+
/**
|
|
175
|
+
* 国际移动用户识别码
|
|
176
|
+
*/
|
|
177
|
+
Imsi?: string;
|
|
178
|
+
/**
|
|
179
|
+
* 关联的腾讯帐号 QQ:1;
|
|
180
|
+
开放帐号微信: 2;
|
|
181
|
+
*/
|
|
182
|
+
AccountType?: string;
|
|
183
|
+
/**
|
|
184
|
+
* 可选的 QQ 或微信 openid
|
|
185
|
+
*/
|
|
186
|
+
Uid?: string;
|
|
187
|
+
/**
|
|
188
|
+
* qq 或微信分配给网站或应用的
|
|
189
|
+
appid,用来唯一标识网站或应用
|
|
190
|
+
*/
|
|
191
|
+
AppIdU?: string;
|
|
192
|
+
/**
|
|
193
|
+
* WIFIMAC
|
|
194
|
+
*/
|
|
195
|
+
WifiMac?: string;
|
|
196
|
+
/**
|
|
197
|
+
* WIFI 服务集标识
|
|
198
|
+
*/
|
|
199
|
+
WifiSSID?: string;
|
|
200
|
+
/**
|
|
201
|
+
* WIFI-BSSID
|
|
202
|
+
*/
|
|
203
|
+
WifiBSSID?: string;
|
|
204
|
+
/**
|
|
205
|
+
* 拓展字段类型 ID
|
|
206
|
+
注:默认不填写,需要时天御侧将
|
|
207
|
+
提供
|
|
208
|
+
*/
|
|
209
|
+
ExtensionId?: string;
|
|
210
|
+
/**
|
|
211
|
+
* 拓展字段内容
|
|
212
|
+
注:默认不填,需要时天御侧将提
|
|
213
|
+
供
|
|
214
|
+
*/
|
|
215
|
+
ExtensionIn?: string;
|
|
216
|
+
/**
|
|
217
|
+
* 业务 ID,默认不传
|
|
218
|
+
*/
|
|
219
|
+
BusinessId?: string;
|
|
220
|
+
/**
|
|
221
|
+
* 身份证加密类型
|
|
222
|
+
0:不加密(默认值)
|
|
223
|
+
1:md5
|
|
224
|
+
2:sha256
|
|
225
|
+
3:SM3
|
|
226
|
+
注:若 idNumber 加密则必传加密
|
|
227
|
+
方式
|
|
228
|
+
*/
|
|
229
|
+
IdCryptoType?: string;
|
|
230
|
+
/**
|
|
231
|
+
* 手机号加密类型
|
|
232
|
+
0:不加密(默认值)
|
|
233
|
+
1:md5,
|
|
234
|
+
2:sha256
|
|
235
|
+
3:SM3
|
|
236
|
+
注:若 phoneNumber 加密则必传
|
|
237
|
+
加密方式
|
|
238
|
+
*/
|
|
239
|
+
PhoneCryptoType?: string;
|
|
240
|
+
/**
|
|
241
|
+
* 姓名加密类型:——注:已经不支持加
|
|
242
|
+
密,该字段存在是为了兼容可能历史客户
|
|
243
|
+
版本;
|
|
244
|
+
0:不加密(默认值)
|
|
245
|
+
1:md5
|
|
246
|
+
*/
|
|
247
|
+
NameCryptoType?: string;
|
|
248
|
+
}
|
|
1
249
|
/**
|
|
2
250
|
* QueryAntiFraudVip请求参数结构体
|
|
3
251
|
*/
|
|
@@ -106,42 +354,82 @@ ID 区分统计数据
|
|
|
106
354
|
NameCryptoType?: string;
|
|
107
355
|
}
|
|
108
356
|
/**
|
|
109
|
-
*
|
|
357
|
+
* GetAntiFraudVip请求参数结构体
|
|
110
358
|
*/
|
|
111
|
-
export interface
|
|
359
|
+
export interface GetAntiFraudVipRequest {
|
|
112
360
|
/**
|
|
113
|
-
*
|
|
361
|
+
* 默认不传,约定用原始业务
|
|
362
|
+
入参(二选一BusinessSecurityData 或
|
|
363
|
+
BusinessCryptoData)。
|
|
114
364
|
*/
|
|
115
|
-
|
|
365
|
+
BusinessSecurityData?: AntiFraudVipFilter;
|
|
366
|
+
/**
|
|
367
|
+
* 默认不传,约定用密文业务
|
|
368
|
+
入参(二选一
|
|
369
|
+
BusinessSecurityData 或
|
|
370
|
+
BusinessCryptoData)。
|
|
371
|
+
*/
|
|
372
|
+
BusinessCryptoData?: AntiFraudVipCryptoFilter;
|
|
116
373
|
}
|
|
117
374
|
/**
|
|
118
|
-
*
|
|
375
|
+
* 反欺诈VIP查询结果
|
|
119
376
|
*/
|
|
120
|
-
export interface
|
|
377
|
+
export interface AntiFraudVipRecord {
|
|
121
378
|
/**
|
|
122
|
-
*
|
|
379
|
+
* 公共错误码
|
|
380
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
123
381
|
*/
|
|
124
|
-
|
|
382
|
+
Code: string;
|
|
125
383
|
/**
|
|
126
|
-
*
|
|
384
|
+
* 业务侧错误码。
|
|
385
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
127
386
|
*/
|
|
128
|
-
|
|
387
|
+
CodeDesc: string;
|
|
129
388
|
/**
|
|
130
|
-
*
|
|
389
|
+
* 业务侧错误信息。
|
|
390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
131
391
|
*/
|
|
132
|
-
|
|
392
|
+
Message: string;
|
|
133
393
|
/**
|
|
134
|
-
*
|
|
394
|
+
* 表示该条记录能否查到:1 为能查到;-1 为查不到,此时 RiskScore 返回-1;
|
|
135
395
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
136
396
|
*/
|
|
137
|
-
|
|
397
|
+
Found: string;
|
|
138
398
|
/**
|
|
139
|
-
*
|
|
399
|
+
* 表示该条记录中的身份 ID 能否查到
|
|
400
|
+
1 为能查到
|
|
401
|
+
-1 为查不到
|
|
140
402
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
141
403
|
*/
|
|
142
|
-
|
|
404
|
+
IdFound: string;
|
|
143
405
|
/**
|
|
144
|
-
*
|
|
406
|
+
* 当可查到时,返回 0~100 区间,值越高 欺诈可
|
|
407
|
+
能性越大。
|
|
408
|
+
当查不到时(即 found=-1),返回-1
|
|
409
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
145
410
|
*/
|
|
146
|
-
|
|
411
|
+
RiskScore: string;
|
|
412
|
+
/**
|
|
413
|
+
* 扩展字段,对风险类型的说明。扩展字段并非必
|
|
414
|
+
然出现。
|
|
415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
416
|
+
*/
|
|
417
|
+
RiskInfo: Array<SimpleKindRiskDetail>;
|
|
418
|
+
/**
|
|
419
|
+
* 默认出现,提供模型版本号说明及多模型返回需
|
|
420
|
+
要时用到;
|
|
421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
|
+
*/
|
|
423
|
+
OtherModelScores: Array<OtherModelScores>;
|
|
424
|
+
/**
|
|
425
|
+
* 表示请求时间,标准 sunix 时间戳,非必然出现
|
|
426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
427
|
+
*/
|
|
428
|
+
PostTime: string;
|
|
429
|
+
/**
|
|
430
|
+
* 拓展字段,非必然出现,和 ExtensionIn 对应;
|
|
431
|
+
注:非必然出现,需要返回时天御侧将说明;
|
|
432
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
433
|
+
*/
|
|
434
|
+
ExtensionOut: string;
|
|
147
435
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, CreateAutoScalingGroupResponse, DescribeAccountLimitsResponse,
|
|
3
|
+
import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, CreateAutoScalingGroupResponse, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, CreateAutoScalingGroupFromInstanceRequest, ExecuteScalingPolicyResponse, ModifyLaunchConfigurationAttributesResponse, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, DeleteScalingPolicyResponse, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, DescribePaiInstancesRequest, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, ModifyNotificationConfigurationRequest, DeleteLifecycleHookRequest, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, PreviewPaiDomainNameRequest, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, CreateScheduledActionRequest, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, ModifyNotificationConfigurationResponse, DescribeAutoScalingInstancesResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, PreviewPaiDomainNameResponse, DeleteAutoScalingGroupRequest, RemoveInstancesRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, DeleteLifecycleHookResponse, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DescribePaiInstancesResponse, ExecuteScalingPolicyRequest } from "./as_models";
|
|
4
4
|
/**
|
|
5
5
|
* as client
|
|
6
6
|
* @class
|
|
@@ -55,10 +55,6 @@ export declare class Client extends AbstractClient {
|
|
|
55
55
|
* 本接口支持批量操作,每次请求开机实例的上限为100
|
|
56
56
|
*/
|
|
57
57
|
StartAutoScalingInstances(req: StartAutoScalingInstancesRequest, cb?: (error: string, rep: StartAutoScalingInstancesResponse) => void): Promise<StartAutoScalingInstancesResponse>;
|
|
58
|
-
/**
|
|
59
|
-
* 本接口 (CreatePaiInstance) 用于创建一个指定配置的PAI实例。
|
|
60
|
-
*/
|
|
61
|
-
CreatePaiInstance(req: CreatePaiInstanceRequest, cb?: (error: string, rep: CreatePaiInstanceResponse) => void): Promise<CreatePaiInstanceResponse>;
|
|
62
58
|
/**
|
|
63
59
|
* 本接口(UpgradeLaunchConfiguration)用于升级启动配置。
|
|
64
60
|
|
|
@@ -93,12 +93,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
93
93
|
async StartAutoScalingInstances(req, cb) {
|
|
94
94
|
return this.request("StartAutoScalingInstances", req, cb);
|
|
95
95
|
}
|
|
96
|
-
/**
|
|
97
|
-
* 本接口 (CreatePaiInstance) 用于创建一个指定配置的PAI实例。
|
|
98
|
-
*/
|
|
99
|
-
async CreatePaiInstance(req, cb) {
|
|
100
|
-
return this.request("CreatePaiInstance", req, cb);
|
|
101
|
-
}
|
|
102
96
|
/**
|
|
103
97
|
* 本接口(UpgradeLaunchConfiguration)用于升级启动配置。
|
|
104
98
|
|
|
@@ -380,19 +380,6 @@ export interface DescribeAccountLimitsResponse {
|
|
|
380
380
|
*/
|
|
381
381
|
RequestId?: string;
|
|
382
382
|
}
|
|
383
|
-
/**
|
|
384
|
-
* CreatePaiInstance返回参数结构体
|
|
385
|
-
*/
|
|
386
|
-
export interface CreatePaiInstanceResponse {
|
|
387
|
-
/**
|
|
388
|
-
* 当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“准备中”变为“正在运行”,则为创建成功。
|
|
389
|
-
*/
|
|
390
|
-
InstanceIdSet: Array<string>;
|
|
391
|
-
/**
|
|
392
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
393
|
-
*/
|
|
394
|
-
RequestId?: string;
|
|
395
|
-
}
|
|
396
383
|
/**
|
|
397
384
|
* CreateLaunchConfiguration返回参数结构体
|
|
398
385
|
*/
|
|
@@ -445,55 +432,6 @@ export interface DescribeAutoScalingGroupsResponse {
|
|
|
445
432
|
*/
|
|
446
433
|
RequestId?: string;
|
|
447
434
|
}
|
|
448
|
-
/**
|
|
449
|
-
* CreatePaiInstance请求参数结构体
|
|
450
|
-
*/
|
|
451
|
-
export interface CreatePaiInstanceRequest {
|
|
452
|
-
/**
|
|
453
|
-
* PAI实例的域名。
|
|
454
|
-
*/
|
|
455
|
-
DomainName: string;
|
|
456
|
-
/**
|
|
457
|
-
* 公网带宽相关信息设置。
|
|
458
|
-
*/
|
|
459
|
-
InternetAccessible: InternetAccessible;
|
|
460
|
-
/**
|
|
461
|
-
* 启动脚本的base64编码字符串。
|
|
462
|
-
*/
|
|
463
|
-
InitScript?: string;
|
|
464
|
-
/**
|
|
465
|
-
* 可用区列表。
|
|
466
|
-
*/
|
|
467
|
-
Zones?: Array<string>;
|
|
468
|
-
/**
|
|
469
|
-
* VPC ID。
|
|
470
|
-
*/
|
|
471
|
-
VpcId?: string;
|
|
472
|
-
/**
|
|
473
|
-
* 子网列表。
|
|
474
|
-
*/
|
|
475
|
-
SubnetIds?: Array<string>;
|
|
476
|
-
/**
|
|
477
|
-
* 实例显示名称。
|
|
478
|
-
*/
|
|
479
|
-
InstanceName?: string;
|
|
480
|
-
/**
|
|
481
|
-
* 实例机型列表。
|
|
482
|
-
*/
|
|
483
|
-
InstanceTypes?: Array<string>;
|
|
484
|
-
/**
|
|
485
|
-
* 实例登录设置。
|
|
486
|
-
*/
|
|
487
|
-
LoginSettings?: LoginSettings;
|
|
488
|
-
/**
|
|
489
|
-
* 实例计费类型。
|
|
490
|
-
*/
|
|
491
|
-
InstanceChargeType?: string;
|
|
492
|
-
/**
|
|
493
|
-
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
494
|
-
*/
|
|
495
|
-
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
496
|
-
}
|
|
497
435
|
/**
|
|
498
436
|
* 启动配置的系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
|
|
499
437
|
*/
|
|
@@ -672,20 +672,23 @@ export interface CreateClsLogTopicResponse {
|
|
|
672
672
|
*/
|
|
673
673
|
export interface RemoteAuthenticationRule {
|
|
674
674
|
/**
|
|
675
|
-
*
|
|
675
|
+
* 远程鉴权Server。
|
|
676
|
+
默认值:和上层配置的"Server"一致;
|
|
676
677
|
*/
|
|
677
678
|
Server: string;
|
|
678
679
|
/**
|
|
679
|
-
* 请求远程鉴权服务器的http方法;取值范围[get,post,head,all];
|
|
680
|
-
all:
|
|
680
|
+
* 请求远程鉴权服务器的http方法;取值范围[get,post,head,all];
|
|
681
|
+
all: 表示"遵循终端用户请求方法"
|
|
682
|
+
默认值: all
|
|
681
683
|
*/
|
|
682
684
|
AuthMethod: string;
|
|
683
685
|
/**
|
|
684
686
|
* 规则类型:
|
|
685
687
|
all:所有文件生效
|
|
686
688
|
file:指定文件后缀生效
|
|
687
|
-
directory
|
|
688
|
-
path
|
|
689
|
+
directory:指定目录生效
|
|
690
|
+
path:指定文件绝对路径生效
|
|
691
|
+
默认值:all
|
|
689
692
|
*/
|
|
690
693
|
RuleType: string;
|
|
691
694
|
/**
|
|
@@ -695,17 +698,20 @@ file 时填充后缀名,如 jpg、txt
|
|
|
695
698
|
directory 时填充路径,如 /xxx/test
|
|
696
699
|
path 时填充绝对路径,如 /xxx/test.html
|
|
697
700
|
index 时填充 /
|
|
701
|
+
默认值:*
|
|
698
702
|
*/
|
|
699
703
|
RulePaths: Array<string>;
|
|
700
704
|
/**
|
|
701
705
|
* 请求远程鉴权服务器超时时间,单位毫秒;
|
|
702
706
|
取值范围:[1,30 000]
|
|
707
|
+
默认值:20000
|
|
703
708
|
*/
|
|
704
709
|
AuthTimeout: number;
|
|
705
710
|
/**
|
|
706
711
|
* 请求远程鉴权服务器超时后执行拦截或者放行;
|
|
707
712
|
RETURN_200: 超时后放行;
|
|
708
|
-
RETURN_403
|
|
713
|
+
RETURN_403:超时拦截;
|
|
714
|
+
默认值:RETURN_200
|
|
709
715
|
*/
|
|
710
716
|
AuthTimeoutAction: string;
|
|
711
717
|
}
|
|
@@ -7061,8 +7067,8 @@ export interface StatusCodeCacheRule {
|
|
|
7061
7067
|
}
|
|
7062
7068
|
/**
|
|
7063
7069
|
* 远程鉴权规则配置,可以包含多种规则配置。
|
|
7064
|
-
|
|
7065
|
-
若只配置Server
|
|
7070
|
+
RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
|
|
7071
|
+
若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
|
|
7066
7072
|
*/
|
|
7067
7073
|
export interface RemoteAuthentication {
|
|
7068
7074
|
/**
|
|
@@ -397,11 +397,11 @@ export interface DescribeCfsFileSystemsResponse {
|
|
|
397
397
|
/**
|
|
398
398
|
* 文件系统信息
|
|
399
399
|
*/
|
|
400
|
-
FileSystems
|
|
400
|
+
FileSystems: Array<FileSystemInfo>;
|
|
401
401
|
/**
|
|
402
402
|
* 文件系统总数
|
|
403
403
|
*/
|
|
404
|
-
TotalCount
|
|
404
|
+
TotalCount: number;
|
|
405
405
|
/**
|
|
406
406
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
407
407
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeVpcRuleOverviewResponse, DescribeNatFwInstanceRequest, ModifyNatFwVpcDnsSwitchResponse, DescribeNatFwInstanceWithRegionRequest, DescribeRuleOverviewResponse, ModifyPublicIPSwitchStatusResponse, ModifyAcRuleResponse, DescribeTableStatusResponse, AddAcRuleRequest, ModifyNatFwVpcDnsSwitchRequest, DeleteNatFwInstanceResponse, DeleteAllAccessControlRuleRequest, ModifySecurityGroupRuleRequest, ModifyAllVPCSwitchStatusResponse, DescribeNatFwVpcDnsLstRequest, DescribeCfwEipsRequest, DescribeTLogInfoResponse, ModifyAllSwitchStatusRequest, DescribeUnHandleEventTabListRequest, DescribeAssociatedInstanceListResponse, DescribeNatRuleOverviewResponse, RemoveAcRuleResponse, DeleteNatFwInstanceRequest,
|
|
3
|
+
import { DescribeVpcRuleOverviewResponse, DescribeNatFwInstanceRequest, ModifyNatFwVpcDnsSwitchResponse, DescribeNatFwInstanceWithRegionRequest, DescribeRuleOverviewResponse, ModifyPublicIPSwitchStatusResponse, ModifyAcRuleResponse, DescribeTableStatusResponse, AddAcRuleRequest, ModifyNatFwVpcDnsSwitchRequest, DeleteNatFwInstanceResponse, DeleteAllAccessControlRuleRequest, ModifySecurityGroupRuleRequest, ModifyAllVPCSwitchStatusResponse, CreateSecurityGroupRulesResponse, DescribeNatFwVpcDnsLstRequest, DescribeCfwEipsRequest, DescribeTLogInfoResponse, ModifyAllSwitchStatusRequest, DescribeUnHandleEventTabListRequest, DescribeAssociatedInstanceListResponse, DescribeResourceGroupResponse, DescribeNatRuleOverviewResponse, RemoveAcRuleResponse, DeleteNatFwInstanceRequest, ExpandCfwVerticalRequest, ModifyAllPublicIPSwitchStatusResponse, DeleteVpcInstanceResponse, ModifyAssetScanRequest, ModifyBlockIgnoreListRequest, AddEnterpriseSecurityGroupRulesRequest, DeleteSecurityGroupRuleResponse, ModifySecurityGroupAllRuleStatusRequest, ModifySequenceRulesRequest, CreateNatFwInstanceRequest, ModifySecurityGroupItemRuleStatusResponse, DescribeEnterpriseSecurityGroupRuleResponse, DescribeEnterpriseSecurityGroupRuleRequest, ModifyItemSwitchStatusResponse, ModifyNatFwReSelectResponse, DeleteSecurityGroupRuleRequest, SetNatFwEipRequest, SetNatFwEipResponse, ModifyPublicIPSwitchStatusRequest, CreateSecurityGroupApiRulesResponse, ModifySecurityGroupItemRuleStatusRequest, DescribeSourceAssetRequest, DescribeSourceAssetResponse, DescribeTLogInfoRequest, DescribeSecurityGroupListResponse, RunSyncAssetRequest, DescribeTLogIpListRequest, DescribeNatFwInstancesInfoRequest, DescribeTableStatusRequest, DescribeSecurityGroupListRequest, ModifyResourceGroupRequest, CreateNatFwInstanceResponse, ModifyAllSwitchStatusResponse, DescribeNatFwInfoCountResponse, CreateNatFwInstanceWithDomainResponse, RemoveAcRuleRequest, ModifyAllRuleStatusRequest, DescribeAcListsResponse, ModifyAllPublicIPSwitchStatusRequest, DescribeBlockStaticListResponse, ModifySecurityGroupSequenceRulesRequest, CreateDatabaseWhiteListRulesResponse, CreateChooseVpcsResponse, DescribeUnHandleEventTabListResponse, ModifySecurityGroupSequenceRulesResponse, AddEnterpriseSecurityGroupRulesResponse, RemoveEnterpriseSecurityGroupRuleRequest, DeleteResourceGroupRequest, DescribeBlockByIpTimesListRequest, ModifyVPCSwitchStatusResponse, RemoveEnterpriseSecurityGroupRuleResponse, ModifyAllVPCSwitchStatusRequest, ModifySequenceRulesResponse, DeleteSecurityGroupAllRuleResponse, DescribeResourceGroupNewResponse, DescribeNatFwInstanceWithRegionResponse, DescribeResourceGroupNewRequest, ModifyBlockTopRequest, DeleteAcRuleResponse, ModifyNatFwSwitchResponse, RunSyncAssetResponse, DescribeBlockByIpTimesListResponse, SetNatFwDnatRuleResponse, DescribeRuleOverviewRequest, DescribeAcListsRequest, DescribeVpcRuleOverviewRequest, DescribeAssociatedInstanceListRequest, DeleteAcRuleRequest, DeleteAllAccessControlRuleResponse, ModifyNatFwSwitchRequest, DescribeNatRuleOverviewRequest, CreateDatabaseWhiteListRulesRequest, DescribeResourceGroupRequest, DeleteSecurityGroupAllRuleRequest, DescribeTLogIpListResponse, StopSecurityGroupRuleDispatchResponse, DescribeNatFwInfoCountRequest, AddAcRuleResponse, ModifyNatFwReSelectRequest, SetNatFwDnatRuleRequest, DescribeSyncAssetStatusResponse, ModifyAllRuleStatusResponse, StopSecurityGroupRuleDispatchRequest, DescribeGuideScanInfoRequest, ModifyBlockTopResponse, CreateSecurityGroupApiRulesRequest, DescribeNatFwVpcDnsLstResponse, CreateChooseVpcsRequest, ExpandCfwVerticalResponse, DescribeBlockStaticListRequest, CreateSecurityGroupRulesRequest, DeleteVpcInstanceRequest, CreateNatFwInstanceWithDomainRequest, DescribeSwitchListsResponse, DescribeSyncAssetStatusRequest, DescribeCfwEipsResponse, ModifyResourceGroupResponse, DeleteResourceGroupResponse, DescribeSwitchListsRequest, ModifyItemSwitchStatusRequest, CreateAcRulesResponse, ModifyAssetScanResponse, ModifyAcRuleRequest, DescribeNatFwInstancesInfoResponse, ModifyVPCSwitchStatusRequest, ModifyBlockIgnoreListResponse, DescribeNatFwInstanceResponse, ModifySecurityGroupRuleResponse, ModifySecurityGroupAllRuleStatusResponse, CreateAcRulesRequest, ModifyTableStatusRequest, ModifyTableStatusResponse, DescribeGuideScanInfoResponse } from "./cfw_models";
|
|
4
4
|
/**
|
|
5
5
|
* cfw client
|
|
6
6
|
* @class
|
|
@@ -18,7 +18,7 @@ export declare class Client extends AbstractClient {
|
|
|
18
18
|
/**
|
|
19
19
|
* 中止安全组规则下发
|
|
20
20
|
*/
|
|
21
|
-
StopSecurityGroupRuleDispatch(req
|
|
21
|
+
StopSecurityGroupRuleDispatch(req: StopSecurityGroupRuleDispatchRequest, cb?: (error: string, rep: StopSecurityGroupRuleDispatchResponse) => void): Promise<StopSecurityGroupRuleDispatchResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* 修改规则表状态
|
|
24
24
|
*/
|
|
@@ -105,6 +105,10 @@ export declare class Client extends AbstractClient {
|
|
|
105
105
|
* 添加互联网边界规则
|
|
106
106
|
*/
|
|
107
107
|
AddAcRule(req: AddAcRuleRequest, cb?: (error: string, rep: AddAcRuleResponse) => void): Promise<AddAcRuleResponse>;
|
|
108
|
+
/**
|
|
109
|
+
* 创建新企业安全组规则
|
|
110
|
+
*/
|
|
111
|
+
AddEnterpriseSecurityGroupRules(req: AddEnterpriseSecurityGroupRulesRequest, cb?: (error: string, rep: AddEnterpriseSecurityGroupRulesResponse) => void): Promise<AddEnterpriseSecurityGroupRulesResponse>;
|
|
108
112
|
/**
|
|
109
113
|
* 创建规则
|
|
110
114
|
*/
|
|
@@ -121,6 +125,10 @@ export declare class Client extends AbstractClient {
|
|
|
121
125
|
* 创建企业安全组规则
|
|
122
126
|
*/
|
|
123
127
|
CreateSecurityGroupRules(req: CreateSecurityGroupRulesRequest, cb?: (error: string, rep: CreateSecurityGroupRulesResponse) => void): Promise<CreateSecurityGroupRulesResponse>;
|
|
128
|
+
/**
|
|
129
|
+
* 删除新企业安全组规则
|
|
130
|
+
*/
|
|
131
|
+
RemoveEnterpriseSecurityGroupRule(req: RemoveEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: RemoveEnterpriseSecurityGroupRuleResponse) => void): Promise<RemoveEnterpriseSecurityGroupRuleResponse>;
|
|
124
132
|
/**
|
|
125
133
|
* 查询规则列表概况
|
|
126
134
|
*/
|
|
@@ -142,6 +150,10 @@ export declare class Client extends AbstractClient {
|
|
|
142
150
|
* VPC防火墙一键开关
|
|
143
151
|
*/
|
|
144
152
|
ModifyAllVPCSwitchStatus(req: ModifyAllVPCSwitchStatusRequest, cb?: (error: string, rep: ModifyAllVPCSwitchStatusResponse) => void): Promise<ModifyAllVPCSwitchStatusResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 查询新企业安全组规则
|
|
155
|
+
*/
|
|
156
|
+
DescribeEnterpriseSecurityGroupRule(req: DescribeEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: DescribeEnterpriseSecurityGroupRuleResponse) => void): Promise<DescribeEnterpriseSecurityGroupRuleResponse>;
|
|
145
157
|
/**
|
|
146
158
|
* 支持对拦截列表、忽略列表如下操作:
|
|
147
159
|
批量增加拦截IP、忽略IP/域名
|
|
@@ -173,6 +173,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
173
173
|
async AddAcRule(req, cb) {
|
|
174
174
|
return this.request("AddAcRule", req, cb);
|
|
175
175
|
}
|
|
176
|
+
/**
|
|
177
|
+
* 创建新企业安全组规则
|
|
178
|
+
*/
|
|
179
|
+
async AddEnterpriseSecurityGroupRules(req, cb) {
|
|
180
|
+
return this.request("AddEnterpriseSecurityGroupRules", req, cb);
|
|
181
|
+
}
|
|
176
182
|
/**
|
|
177
183
|
* 创建规则
|
|
178
184
|
*/
|
|
@@ -197,6 +203,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
197
203
|
async CreateSecurityGroupRules(req, cb) {
|
|
198
204
|
return this.request("CreateSecurityGroupRules", req, cb);
|
|
199
205
|
}
|
|
206
|
+
/**
|
|
207
|
+
* 删除新企业安全组规则
|
|
208
|
+
*/
|
|
209
|
+
async RemoveEnterpriseSecurityGroupRule(req, cb) {
|
|
210
|
+
return this.request("RemoveEnterpriseSecurityGroupRule", req, cb);
|
|
211
|
+
}
|
|
200
212
|
/**
|
|
201
213
|
* 查询规则列表概况
|
|
202
214
|
*/
|
|
@@ -228,6 +240,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
228
240
|
async ModifyAllVPCSwitchStatus(req, cb) {
|
|
229
241
|
return this.request("ModifyAllVPCSwitchStatus", req, cb);
|
|
230
242
|
}
|
|
243
|
+
/**
|
|
244
|
+
* 查询新企业安全组规则
|
|
245
|
+
*/
|
|
246
|
+
async DescribeEnterpriseSecurityGroupRule(req, cb) {
|
|
247
|
+
return this.request("DescribeEnterpriseSecurityGroupRule", req, cb);
|
|
248
|
+
}
|
|
231
249
|
/**
|
|
232
250
|
* 支持对拦截列表、忽略列表如下操作:
|
|
233
251
|
批量增加拦截IP、忽略IP/域名
|