tencentcloud-sdk-nodejs 4.0.1032 → 4.0.1034
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/package.json +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +39 -5
- package/src/services/aiart/v20221229/aiart_models.ts +247 -93
- package/src/services/billing/v20180709/billing_client.ts +7 -51
- package/src/services/billing/v20180709/billing_models.ts +0 -229
- package/src/services/ckafka/v20190819/ckafka_models.ts +4 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -15
- package/src/services/cwp/v20180228/cwp_models.ts +26 -105
- package/src/services/dcdb/v20180411/dcdb_client.ts +51 -26
- package/src/services/dcdb/v20180411/dcdb_models.ts +118 -12
- package/src/services/dlc/v20210125/dlc_models.ts +57 -5
- package/src/services/domain/v20180808/domain_models.ts +4 -4
- package/src/services/es/v20180416/es_models.ts +5 -5
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/facefusion/v20220927/facefusion_client.ts +0 -1
- package/src/services/faceid/v20180301/faceid_models.ts +4 -3
- package/src/services/gme/v20180711/gme_models.ts +5 -11
- package/src/services/keewidb/v20220308/keewidb_client.ts +3 -2
- package/src/services/keewidb/v20220308/keewidb_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +0 -80
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -8
- package/src/services/lke/v20231130/lke_models.ts +4 -0
- package/src/services/lkeap/v20240522/lkeap_client.ts +5 -5
- package/src/services/lkeap/v20240522/lkeap_models.ts +2 -3
- package/src/services/mna/v20210119/mna_client.ts +28 -3
- package/src/services/mna/v20210119/mna_models.ts +158 -40
- package/src/services/monitor/index.ts +2 -0
- package/src/services/monitor/v20230616/index.ts +6 -0
- package/src/services/monitor/v20230616/monitor_client.ts +53 -0
- package/src/services/monitor/v20230616/monitor_models.ts +143 -0
- package/src/services/mqtt/v20240516/mqtt_client.ts +164 -52
- package/src/services/mqtt/v20240516/mqtt_models.ts +479 -30
- package/src/services/ocr/v20181119/ocr_models.ts +29 -1
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/taf/v20200210/taf_client.ts +2 -43
- package/src/services/taf/v20200210/taf_models.ts +11 -343
- package/src/services/teo/v20220901/teo_models.ts +2 -0
- package/src/services/tione/v20211111/tione_models.ts +5 -0
- package/src/services/trabbit/v20230418/trabbit_models.ts +4 -152
- package/src/services/trtc/v20190722/trtc_models.ts +0 -3
- package/src/services/vclm/v20240523/vclm_client.ts +7 -80
- package/src/services/vclm/v20240523/vclm_models.ts +103 -347
- package/src/services/wedata/v20210820/wedata_client.ts +23 -10
- package/src/services/wedata/v20210820/wedata_models.ts +201 -110
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +17 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +20 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +241 -93
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +3 -21
- package/tencentcloud/services/billing/v20180709/billing_client.js +3 -27
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -221
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +26 -103
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +17 -9
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +24 -12
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +113 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +57 -5
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -4
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +0 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +0 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -3
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -11
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +1 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +1 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +0 -80
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -8
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +5 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +5 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +2 -3
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +9 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +12 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +153 -40
- package/tencentcloud/services/monitor/index.d.ts +4 -0
- package/tencentcloud/services/monitor/index.js +2 -0
- package/tencentcloud/services/monitor/v20230616/index.d.ts +6 -0
- package/tencentcloud/services/monitor/v20230616/index.js +9 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +20 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +43 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +121 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.js +18 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +57 -20
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +81 -26
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +458 -30
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +29 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -13
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -18
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +11 -332
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/tencentcloud/services/trabbit/v20230418/trabbit_models.d.ts +4 -152
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -3
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -48
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +0 -53
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +101 -337
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +198 -110
|
@@ -1251,24 +1251,6 @@ adjustment-调账
|
|
|
1251
1251
|
PayType?: string
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
|
-
/**
|
|
1255
|
-
* DescribeSavingPlanOverview返回参数结构体
|
|
1256
|
-
*/
|
|
1257
|
-
export interface DescribeSavingPlanOverviewResponse {
|
|
1258
|
-
/**
|
|
1259
|
-
* 节省计划总览明细数据
|
|
1260
|
-
*/
|
|
1261
|
-
Overviews?: Array<SavingPlanOverviewDetail>
|
|
1262
|
-
/**
|
|
1263
|
-
* 查询命中的节省计划总览明细数据总条数
|
|
1264
|
-
*/
|
|
1265
|
-
Total?: number
|
|
1266
|
-
/**
|
|
1267
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1268
|
-
*/
|
|
1269
|
-
RequestId?: string
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
1254
|
/**
|
|
1273
1255
|
* 经销账单资源汇总数据对象
|
|
1274
1256
|
*/
|
|
@@ -2728,62 +2710,6 @@ Trend - 环比(折后总额)
|
|
|
2728
2710
|
SearchKey?: string
|
|
2729
2711
|
}
|
|
2730
2712
|
|
|
2731
|
-
/**
|
|
2732
|
-
* CreateSavingPlanOrder返回参数结构体
|
|
2733
|
-
*/
|
|
2734
|
-
export interface CreateSavingPlanOrderResponse {
|
|
2735
|
-
/**
|
|
2736
|
-
* 订单号
|
|
2737
|
-
*/
|
|
2738
|
-
BigDealId?: string
|
|
2739
|
-
/**
|
|
2740
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2741
|
-
*/
|
|
2742
|
-
RequestId?: string
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
/**
|
|
2746
|
-
* 节省计划总览明细数据
|
|
2747
|
-
*/
|
|
2748
|
-
export interface SavingPlanOverviewDetail {
|
|
2749
|
-
/**
|
|
2750
|
-
* 节省计划类型
|
|
2751
|
-
*/
|
|
2752
|
-
SpType?: string
|
|
2753
|
-
/**
|
|
2754
|
-
* 支付类型
|
|
2755
|
-
*/
|
|
2756
|
-
PayType?: number
|
|
2757
|
-
/**
|
|
2758
|
-
* 支付金额(单位:元)
|
|
2759
|
-
*/
|
|
2760
|
-
PayAmount?: string
|
|
2761
|
-
/**
|
|
2762
|
-
* 开始时间 yyyy-mm-dd HH:mm:ss格式
|
|
2763
|
-
*/
|
|
2764
|
-
StartTime?: string
|
|
2765
|
-
/**
|
|
2766
|
-
* 结束时间 yyyy-mm-dd HH:mm:ss格式
|
|
2767
|
-
*/
|
|
2768
|
-
EndTime?: string
|
|
2769
|
-
/**
|
|
2770
|
-
* 购买时间 yyyy-mm-dd HH:mm:ss格式
|
|
2771
|
-
*/
|
|
2772
|
-
BuyTime?: string
|
|
2773
|
-
/**
|
|
2774
|
-
* 状态
|
|
2775
|
-
*/
|
|
2776
|
-
Status?: number
|
|
2777
|
-
/**
|
|
2778
|
-
* 累计节省金额(单位:元)
|
|
2779
|
-
*/
|
|
2780
|
-
SavingAmount?: string
|
|
2781
|
-
/**
|
|
2782
|
-
* 地域
|
|
2783
|
-
*/
|
|
2784
|
-
Region?: Array<string>
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
2713
|
/**
|
|
2788
2714
|
* DescribeBillSummaryByPayMode请求参数结构体
|
|
2789
2715
|
*/
|
|
@@ -3433,48 +3359,6 @@ export interface BillDetail {
|
|
|
3433
3359
|
DiscountContent?: string
|
|
3434
3360
|
}
|
|
3435
3361
|
|
|
3436
|
-
/**
|
|
3437
|
-
* CreateSavingPlanOrder请求参数结构体
|
|
3438
|
-
*/
|
|
3439
|
-
export interface CreateSavingPlanOrderRequest {
|
|
3440
|
-
/**
|
|
3441
|
-
* 地域编码
|
|
3442
|
-
*/
|
|
3443
|
-
RegionId: number
|
|
3444
|
-
/**
|
|
3445
|
-
* 区域编码
|
|
3446
|
-
*/
|
|
3447
|
-
ZoneId: number
|
|
3448
|
-
/**
|
|
3449
|
-
* 预付费类型
|
|
3450
|
-
*/
|
|
3451
|
-
PrePayType: string
|
|
3452
|
-
/**
|
|
3453
|
-
* 时长
|
|
3454
|
-
*/
|
|
3455
|
-
TimeSpan: number
|
|
3456
|
-
/**
|
|
3457
|
-
* 时长单位
|
|
3458
|
-
*/
|
|
3459
|
-
TimeUnit: string
|
|
3460
|
-
/**
|
|
3461
|
-
* 商品唯一标识
|
|
3462
|
-
*/
|
|
3463
|
-
CommodityCode: string
|
|
3464
|
-
/**
|
|
3465
|
-
* 承诺时长内的小额金额(单位:元)
|
|
3466
|
-
*/
|
|
3467
|
-
PromiseUseAmount: number
|
|
3468
|
-
/**
|
|
3469
|
-
* 节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
|
|
3470
|
-
*/
|
|
3471
|
-
SpecifyEffectTime?: string
|
|
3472
|
-
/**
|
|
3473
|
-
* 可重入ID
|
|
3474
|
-
*/
|
|
3475
|
-
ClientToken?: string
|
|
3476
|
-
}
|
|
3477
|
-
|
|
3478
3362
|
/**
|
|
3479
3363
|
* DescribeBillDetail返回参数结构体
|
|
3480
3364
|
*/
|
|
@@ -5050,28 +4934,6 @@ none - 平稳
|
|
|
5050
4934
|
AllocationRealTotalCost?: string
|
|
5051
4935
|
}
|
|
5052
4936
|
|
|
5053
|
-
/**
|
|
5054
|
-
* DescribeSavingPlanOverview请求参数结构体
|
|
5055
|
-
*/
|
|
5056
|
-
export interface DescribeSavingPlanOverviewRequest {
|
|
5057
|
-
/**
|
|
5058
|
-
* 开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
|
|
5059
|
-
*/
|
|
5060
|
-
StartDate: string
|
|
5061
|
-
/**
|
|
5062
|
-
* 结束时间,格式yyyy-MM-dd
|
|
5063
|
-
*/
|
|
5064
|
-
EndDate: string
|
|
5065
|
-
/**
|
|
5066
|
-
* 分页偏移量
|
|
5067
|
-
*/
|
|
5068
|
-
Offset: number
|
|
5069
|
-
/**
|
|
5070
|
-
* 每页数量,最大值为200
|
|
5071
|
-
*/
|
|
5072
|
-
Limit: number
|
|
5073
|
-
}
|
|
5074
|
-
|
|
5075
4937
|
/**
|
|
5076
4938
|
* 分账账单趋势图
|
|
5077
4939
|
*/
|
|
@@ -6164,53 +6026,6 @@ export interface DescribeBillSummaryByProductResponse {
|
|
|
6164
6026
|
RequestId?: string
|
|
6165
6027
|
}
|
|
6166
6028
|
|
|
6167
|
-
/**
|
|
6168
|
-
* 节省计划使用率数据
|
|
6169
|
-
*/
|
|
6170
|
-
export interface SavingPlanUsageDetail {
|
|
6171
|
-
/**
|
|
6172
|
-
* 节省计划类型
|
|
6173
|
-
*/
|
|
6174
|
-
SpType?: string
|
|
6175
|
-
/**
|
|
6176
|
-
* 节省计划状态
|
|
6177
|
-
*/
|
|
6178
|
-
Status?: number
|
|
6179
|
-
/**
|
|
6180
|
-
* 累计抵扣的金额(单位:元)
|
|
6181
|
-
*/
|
|
6182
|
-
DeductAmount?: string
|
|
6183
|
-
/**
|
|
6184
|
-
* 累计承诺消费金额(单位:元)
|
|
6185
|
-
*/
|
|
6186
|
-
PromiseAmount?: string
|
|
6187
|
-
/**
|
|
6188
|
-
* 累计净节省金额(单位:元)
|
|
6189
|
-
*/
|
|
6190
|
-
NetSavings?: string
|
|
6191
|
-
/**
|
|
6192
|
-
* 使用率
|
|
6193
|
-
*/
|
|
6194
|
-
UtilizationRate?: number
|
|
6195
|
-
/**
|
|
6196
|
-
* 累计流失金额(单位:元)
|
|
6197
|
-
*/
|
|
6198
|
-
LossAmount?: string
|
|
6199
|
-
/**
|
|
6200
|
-
* 累计按量计费预期金额(单位:元)
|
|
6201
|
-
*/
|
|
6202
|
-
DosageAmount?: string
|
|
6203
|
-
/**
|
|
6204
|
-
* 累计成本金额(单位:元)
|
|
6205
|
-
*/
|
|
6206
|
-
CostAmount?: string
|
|
6207
|
-
/**
|
|
6208
|
-
* 地域
|
|
6209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6210
|
-
*/
|
|
6211
|
-
Region?: Array<string>
|
|
6212
|
-
}
|
|
6213
|
-
|
|
6214
6029
|
/**
|
|
6215
6030
|
* DescribeBillSummaryByRegion返回参数结构体
|
|
6216
6031
|
*/
|
|
@@ -6841,24 +6656,6 @@ export interface BusinessSummaryOverviewItem {
|
|
|
6841
6656
|
TotalCost?: string
|
|
6842
6657
|
}
|
|
6843
6658
|
|
|
6844
|
-
/**
|
|
6845
|
-
* DescribeSavingPlanUsage返回参数结构体
|
|
6846
|
-
*/
|
|
6847
|
-
export interface DescribeSavingPlanUsageResponse {
|
|
6848
|
-
/**
|
|
6849
|
-
* 节省计划使用率数据
|
|
6850
|
-
*/
|
|
6851
|
-
Usages?: Array<SavingPlanUsageDetail>
|
|
6852
|
-
/**
|
|
6853
|
-
* 查询命中的节省计划总览明细数据总条数
|
|
6854
|
-
*/
|
|
6855
|
-
Total?: number
|
|
6856
|
-
/**
|
|
6857
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6858
|
-
*/
|
|
6859
|
-
RequestId?: string
|
|
6860
|
-
}
|
|
6861
|
-
|
|
6862
6659
|
/**
|
|
6863
6660
|
* 标签筛选列表
|
|
6864
6661
|
*/
|
|
@@ -7110,32 +6907,6 @@ export interface BillActionType {
|
|
|
7110
6907
|
ActionTypeName: string
|
|
7111
6908
|
}
|
|
7112
6909
|
|
|
7113
|
-
/**
|
|
7114
|
-
* DescribeSavingPlanUsage请求参数结构体
|
|
7115
|
-
*/
|
|
7116
|
-
export interface DescribeSavingPlanUsageRequest {
|
|
7117
|
-
/**
|
|
7118
|
-
* 开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
|
|
7119
|
-
*/
|
|
7120
|
-
StartDate: string
|
|
7121
|
-
/**
|
|
7122
|
-
* 结束时间,格式yyyy-MM-dd
|
|
7123
|
-
*/
|
|
7124
|
-
EndDate: string
|
|
7125
|
-
/**
|
|
7126
|
-
* 分页偏移量
|
|
7127
|
-
*/
|
|
7128
|
-
Offset: number
|
|
7129
|
-
/**
|
|
7130
|
-
* 每页数量,最大值为200
|
|
7131
|
-
*/
|
|
7132
|
-
Limit: number
|
|
7133
|
-
/**
|
|
7134
|
-
* 查询结果数据的时间间隔
|
|
7135
|
-
*/
|
|
7136
|
-
TimeInterval: string
|
|
7137
|
-
}
|
|
7138
|
-
|
|
7139
6910
|
/**
|
|
7140
6911
|
* 资源归集汇总
|
|
7141
6912
|
*/
|
|
@@ -2177,6 +2177,10 @@ export interface InstanceAttributesResponse {
|
|
|
2177
2177
|
* ssl自定义证书id
|
|
2178
2178
|
*/
|
|
2179
2179
|
CustomCertId?: string
|
|
2180
|
+
/**
|
|
2181
|
+
* 集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭
|
|
2182
|
+
*/
|
|
2183
|
+
UncleanLeaderElectionEnable?: number
|
|
2180
2184
|
}
|
|
2181
2185
|
|
|
2182
2186
|
/**
|
|
@@ -143,7 +143,6 @@ import {
|
|
|
143
143
|
OpenPortStatistics,
|
|
144
144
|
DescribeRansomDefenseMachineListRequest,
|
|
145
145
|
ExportAssetCoreModuleListRequest,
|
|
146
|
-
ModifyReverseShellRulesAggregationRequest,
|
|
147
146
|
ExportAssetMachineDetailResponse,
|
|
148
147
|
ProtectDirRelatedServer,
|
|
149
148
|
ModifyNetAttackWhiteListResponse,
|
|
@@ -1108,7 +1107,6 @@ import {
|
|
|
1108
1107
|
DescribeMachineListResponse,
|
|
1109
1108
|
MalwareInfo,
|
|
1110
1109
|
Place,
|
|
1111
|
-
DescribeSecurityProtectionStatRequest,
|
|
1112
1110
|
LogInfo,
|
|
1113
1111
|
DescribeHostInfoResponse,
|
|
1114
1112
|
ModifyWebHookPolicyStatusResponse,
|
|
@@ -1267,7 +1265,7 @@ import {
|
|
|
1267
1265
|
UpdateMachineTagsRequest,
|
|
1268
1266
|
DescribeBaselineItemDetectListResponse,
|
|
1269
1267
|
DescribeScanTaskDetailsResponse,
|
|
1270
|
-
|
|
1268
|
+
ModifyReverseShellRulesAggregationRequest,
|
|
1271
1269
|
DescribeHostLoginListResponse,
|
|
1272
1270
|
DescribePublicProxyInstallCommandResponse,
|
|
1273
1271
|
DescribeAttackTopRequest,
|
|
@@ -4599,18 +4597,6 @@ export class Client extends AbstractClient {
|
|
|
4599
4597
|
return this.request("DescribeOpenPortStatistics", req, cb)
|
|
4600
4598
|
}
|
|
4601
4599
|
|
|
4602
|
-
/**
|
|
4603
|
-
* 接口已无效
|
|
4604
|
-
|
|
4605
|
-
获取安全防护状态汇总
|
|
4606
|
-
*/
|
|
4607
|
-
async DescribeSecurityProtectionStat(
|
|
4608
|
-
req?: DescribeSecurityProtectionStatRequest,
|
|
4609
|
-
cb?: (error: string, rep: DescribeSecurityProtectionStatResponse) => void
|
|
4610
|
-
): Promise<DescribeSecurityProtectionStatResponse> {
|
|
4611
|
-
return this.request("DescribeSecurityProtectionStat", req, cb)
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
4600
|
/**
|
|
4615
4601
|
* 修改爆破阻断模式
|
|
4616
4602
|
*/
|
|
@@ -3174,60 +3174,6 @@ export interface ExportAssetCoreModuleListRequest {
|
|
|
3174
3174
|
By?: string
|
|
3175
3175
|
}
|
|
3176
3176
|
|
|
3177
|
-
/**
|
|
3178
|
-
* ModifyReverseShellRulesAggregation请求参数结构体
|
|
3179
|
-
*/
|
|
3180
|
-
export interface ModifyReverseShellRulesAggregationRequest {
|
|
3181
|
-
/**
|
|
3182
|
-
* 规则ID(新增时请留空)
|
|
3183
|
-
*/
|
|
3184
|
-
Id?: number
|
|
3185
|
-
/**
|
|
3186
|
-
* 客户端ID数组
|
|
3187
|
-
*/
|
|
3188
|
-
Uuids?: Array<string>
|
|
3189
|
-
/**
|
|
3190
|
-
* 主机IP
|
|
3191
|
-
*/
|
|
3192
|
-
HostIp?: string
|
|
3193
|
-
/**
|
|
3194
|
-
* 目标IP
|
|
3195
|
-
*/
|
|
3196
|
-
DestIp?: string
|
|
3197
|
-
/**
|
|
3198
|
-
* 目标端口
|
|
3199
|
-
*/
|
|
3200
|
-
DestPort?: string
|
|
3201
|
-
/**
|
|
3202
|
-
* 进程名
|
|
3203
|
-
*/
|
|
3204
|
-
ProcessName?: string
|
|
3205
|
-
/**
|
|
3206
|
-
* 是否全局规则(默认否)
|
|
3207
|
-
*/
|
|
3208
|
-
IsGlobal?: number
|
|
3209
|
-
/**
|
|
3210
|
-
* 事件列表和详情点击加白时关联的事件id (新增规则时请留空)
|
|
3211
|
-
*/
|
|
3212
|
-
EventId?: number
|
|
3213
|
-
/**
|
|
3214
|
-
* 加白方式, 0:常规加白 1:正则加白
|
|
3215
|
-
*/
|
|
3216
|
-
WhiteType?: number
|
|
3217
|
-
/**
|
|
3218
|
-
* 正则表达式
|
|
3219
|
-
*/
|
|
3220
|
-
RuleRegexp?: string
|
|
3221
|
-
/**
|
|
3222
|
-
* 处理历史事件, 0:不处理 1:处理
|
|
3223
|
-
*/
|
|
3224
|
-
HandleHistory?: number
|
|
3225
|
-
/**
|
|
3226
|
-
* 批次id
|
|
3227
|
-
*/
|
|
3228
|
-
GroupID?: string
|
|
3229
|
-
}
|
|
3230
|
-
|
|
3231
3177
|
/**
|
|
3232
3178
|
* ExportAssetMachineDetail返回参数结构体
|
|
3233
3179
|
*/
|
|
@@ -25458,11 +25404,6 @@ export interface Place {
|
|
|
25458
25404
|
Location?: string
|
|
25459
25405
|
}
|
|
25460
25406
|
|
|
25461
|
-
/**
|
|
25462
|
-
* DescribeSecurityProtectionStat请求参数结构体
|
|
25463
|
-
*/
|
|
25464
|
-
export type DescribeSecurityProtectionStatRequest = null
|
|
25465
|
-
|
|
25466
25407
|
/**
|
|
25467
25408
|
* 日志详情
|
|
25468
25409
|
*/
|
|
@@ -29231,77 +29172,57 @@ export interface DescribeScanTaskDetailsResponse {
|
|
|
29231
29172
|
}
|
|
29232
29173
|
|
|
29233
29174
|
/**
|
|
29234
|
-
*
|
|
29175
|
+
* ModifyReverseShellRulesAggregation请求参数结构体
|
|
29235
29176
|
*/
|
|
29236
|
-
export interface
|
|
29237
|
-
/**
|
|
29238
|
-
* 0 :0付费资产情况, 1:存在未安装agent情况 ,2:部分资产已是专业版/旗舰版, 3:全部资产已是专业版/旗舰版
|
|
29239
|
-
*/
|
|
29240
|
-
AssetManageStat?: number
|
|
29241
|
-
/**
|
|
29242
|
-
* 0:从未检测过,或0资产付费情况, 1:存在漏洞风险, 2:无风险
|
|
29243
|
-
*/
|
|
29244
|
-
VulManageStat?: number
|
|
29245
|
-
/**
|
|
29246
|
-
* 0:从未检测过,或0资产付费情况, 1:存在基线风险,2:无风险
|
|
29247
|
-
*/
|
|
29248
|
-
SecureBasicLineStat?: number
|
|
29249
|
-
/**
|
|
29250
|
-
* 0:从未检测过,或0资产付费情况, 1:已检测,存在恶意文件, 2:已检测,未开启隔离防护, 3:已检测且已开启防护且无风险
|
|
29251
|
-
*/
|
|
29252
|
-
MalwareScanStat?: number
|
|
29253
|
-
/**
|
|
29254
|
-
* 密码破解是否开启防护 0:未开启防护或0付费资产情况 1:已开启防护 2:存在带处理事件
|
|
29255
|
-
*/
|
|
29256
|
-
DefenseBruteAttackStat?: number
|
|
29177
|
+
export interface ModifyReverseShellRulesAggregationRequest {
|
|
29257
29178
|
/**
|
|
29258
|
-
*
|
|
29179
|
+
* 规则ID(新增时请留空)
|
|
29259
29180
|
*/
|
|
29260
|
-
|
|
29181
|
+
Id?: number
|
|
29261
29182
|
/**
|
|
29262
|
-
*
|
|
29183
|
+
* 客户端ID数组
|
|
29263
29184
|
*/
|
|
29264
|
-
|
|
29185
|
+
Uuids?: Array<string>
|
|
29265
29186
|
/**
|
|
29266
|
-
*
|
|
29187
|
+
* 主机IP
|
|
29267
29188
|
*/
|
|
29268
|
-
|
|
29189
|
+
HostIp?: string
|
|
29269
29190
|
/**
|
|
29270
|
-
*
|
|
29191
|
+
* 目标IP
|
|
29271
29192
|
*/
|
|
29272
|
-
|
|
29193
|
+
DestIp?: string
|
|
29273
29194
|
/**
|
|
29274
|
-
*
|
|
29195
|
+
* 目标端口
|
|
29275
29196
|
*/
|
|
29276
|
-
|
|
29197
|
+
DestPort?: string
|
|
29277
29198
|
/**
|
|
29278
|
-
*
|
|
29199
|
+
* 进程名
|
|
29279
29200
|
*/
|
|
29280
|
-
|
|
29201
|
+
ProcessName?: string
|
|
29281
29202
|
/**
|
|
29282
|
-
*
|
|
29203
|
+
* 是否全局规则(默认否)
|
|
29283
29204
|
*/
|
|
29284
|
-
|
|
29205
|
+
IsGlobal?: number
|
|
29285
29206
|
/**
|
|
29286
|
-
*
|
|
29207
|
+
* 事件列表和详情点击加白时关联的事件id (新增规则时请留空)
|
|
29287
29208
|
*/
|
|
29288
|
-
|
|
29209
|
+
EventId?: number
|
|
29289
29210
|
/**
|
|
29290
|
-
*
|
|
29211
|
+
* 加白方式, 0:常规加白 1:正则加白
|
|
29291
29212
|
*/
|
|
29292
|
-
|
|
29213
|
+
WhiteType?: number
|
|
29293
29214
|
/**
|
|
29294
|
-
*
|
|
29215
|
+
* 正则表达式
|
|
29295
29216
|
*/
|
|
29296
|
-
|
|
29217
|
+
RuleRegexp?: string
|
|
29297
29218
|
/**
|
|
29298
|
-
*
|
|
29219
|
+
* 处理历史事件, 0:不处理 1:处理
|
|
29299
29220
|
*/
|
|
29300
|
-
|
|
29221
|
+
HandleHistory?: number
|
|
29301
29222
|
/**
|
|
29302
|
-
*
|
|
29223
|
+
* 批次id
|
|
29303
29224
|
*/
|
|
29304
|
-
|
|
29225
|
+
GroupID?: string
|
|
29305
29226
|
}
|
|
29306
29227
|
|
|
29307
29228
|
/**
|
|
@@ -35,10 +35,12 @@ import {
|
|
|
35
35
|
DescribeDCDBPriceResponse,
|
|
36
36
|
ModifyInstanceVportResponse,
|
|
37
37
|
DescribeDCDBInstanceDetailRequest,
|
|
38
|
+
DescribeFileDownloadUrlResponse,
|
|
38
39
|
ModifyInstanceVipResponse,
|
|
39
40
|
AssociateSecurityGroupsRequest,
|
|
40
41
|
ShardBriefInfo,
|
|
41
42
|
NewBackupConfig,
|
|
43
|
+
CancelOnlineDDLJobRequest,
|
|
42
44
|
FlushBinlogResponse,
|
|
43
45
|
DescribeDBSecurityGroupsResponse,
|
|
44
46
|
CancelDcnJobResponse,
|
|
@@ -69,6 +71,7 @@ import {
|
|
|
69
71
|
ModifyDBInstancesProjectResponse,
|
|
70
72
|
ModifyDBEncryptAttributesResponse,
|
|
71
73
|
DescribeDCDBInstanceNodeInfoRequest,
|
|
74
|
+
SwitchDBInstanceHAResponse,
|
|
72
75
|
DatabaseView,
|
|
73
76
|
ConfigValue,
|
|
74
77
|
DescribeDBLogFilesRequest,
|
|
@@ -83,7 +86,7 @@ import {
|
|
|
83
86
|
ModifyInstanceNetworkResponse,
|
|
84
87
|
DescribeDBSecurityGroupsRequest,
|
|
85
88
|
DescribeDCDBPriceRequest,
|
|
86
|
-
|
|
89
|
+
DescribeOnlineDDLJobRequest,
|
|
87
90
|
DescribeBackupFilesResponse,
|
|
88
91
|
ParamModifyResult,
|
|
89
92
|
TablePrivilege,
|
|
@@ -116,7 +119,7 @@ import {
|
|
|
116
119
|
DescribeBackupConfigsRequest,
|
|
117
120
|
ModifyDBInstanceSecurityGroupsRequest,
|
|
118
121
|
DescribeDcnDetailRequest,
|
|
119
|
-
|
|
122
|
+
DDLDetail,
|
|
120
123
|
ModifyDBParametersResponse,
|
|
121
124
|
DCDBShardInfo,
|
|
122
125
|
CopyAccountPrivilegesRequest,
|
|
@@ -211,10 +214,12 @@ import {
|
|
|
211
214
|
DescribeDCDBRenewalPriceRequest,
|
|
212
215
|
DescribeDCDBInstancesRequest,
|
|
213
216
|
DescribeLogFileRetentionPeriodRequest,
|
|
217
|
+
DescribeOnlineDDLJobResponse,
|
|
214
218
|
ModifyInstanceVportRequest,
|
|
215
219
|
ModifyDBInstanceSecurityGroupsResponse,
|
|
216
220
|
DestroyHourDCDBInstanceRequest,
|
|
217
221
|
FlushBinlogRequest,
|
|
222
|
+
CancelOnlineDDLJobResponse,
|
|
218
223
|
ModifyDBSyncModeResponse,
|
|
219
224
|
DisassociateSecurityGroupsResponse,
|
|
220
225
|
DescribeUserTasksRequest,
|
|
@@ -313,13 +318,13 @@ export class Client extends AbstractClient {
|
|
|
313
318
|
}
|
|
314
319
|
|
|
315
320
|
/**
|
|
316
|
-
* 本接口(
|
|
321
|
+
* 本接口(ModifyInstanceVip)用于修改实例Vip
|
|
317
322
|
*/
|
|
318
|
-
async
|
|
319
|
-
req:
|
|
320
|
-
cb?: (error: string, rep:
|
|
321
|
-
): Promise<
|
|
322
|
-
return this.request("
|
|
323
|
+
async ModifyInstanceVip(
|
|
324
|
+
req: ModifyInstanceVipRequest,
|
|
325
|
+
cb?: (error: string, rep: ModifyInstanceVipResponse) => void
|
|
326
|
+
): Promise<ModifyInstanceVipResponse> {
|
|
327
|
+
return this.request("ModifyInstanceVip", req, cb)
|
|
323
328
|
}
|
|
324
329
|
|
|
325
330
|
/**
|
|
@@ -530,13 +535,13 @@ export class Client extends AbstractClient {
|
|
|
530
535
|
}
|
|
531
536
|
|
|
532
537
|
/**
|
|
533
|
-
*
|
|
538
|
+
* 查询Online DDL 任务详情
|
|
534
539
|
*/
|
|
535
|
-
async
|
|
536
|
-
req:
|
|
537
|
-
cb?: (error: string, rep:
|
|
538
|
-
): Promise<
|
|
539
|
-
return this.request("
|
|
540
|
+
async DescribeOnlineDDLJob(
|
|
541
|
+
req: DescribeOnlineDDLJobRequest,
|
|
542
|
+
cb?: (error: string, rep: DescribeOnlineDDLJobResponse) => void
|
|
543
|
+
): Promise<DescribeOnlineDDLJobResponse> {
|
|
544
|
+
return this.request("DescribeOnlineDDLJob", req, cb)
|
|
540
545
|
}
|
|
541
546
|
|
|
542
547
|
/**
|
|
@@ -579,6 +584,16 @@ export class Client extends AbstractClient {
|
|
|
579
584
|
return this.request("DescribeDBSyncMode", req, cb)
|
|
580
585
|
}
|
|
581
586
|
|
|
587
|
+
/**
|
|
588
|
+
* 本接口(UpgradeDCDBInstance)用于升级分布式数据库实例。本接口完成下单和支付两个动作,如果发生支付失败的错误,调用用户账户相关接口中的支付订单接口(PayDeals)重新支付即可。
|
|
589
|
+
*/
|
|
590
|
+
async UpgradeDCDBInstance(
|
|
591
|
+
req: UpgradeDCDBInstanceRequest,
|
|
592
|
+
cb?: (error: string, rep: UpgradeDCDBInstanceResponse) => void
|
|
593
|
+
): Promise<UpgradeDCDBInstanceResponse> {
|
|
594
|
+
return this.request("UpgradeDCDBInstance", req, cb)
|
|
595
|
+
}
|
|
596
|
+
|
|
582
597
|
/**
|
|
583
598
|
* 获取实例回档时可选的时间范围
|
|
584
599
|
*/
|
|
@@ -629,6 +644,16 @@ export class Client extends AbstractClient {
|
|
|
629
644
|
return this.request("ModifyInstanceNetwork", req, cb)
|
|
630
645
|
}
|
|
631
646
|
|
|
647
|
+
/**
|
|
648
|
+
* 本接口(KillSession)用于杀死指定会话。
|
|
649
|
+
*/
|
|
650
|
+
async KillSession(
|
|
651
|
+
req: KillSessionRequest,
|
|
652
|
+
cb?: (error: string, rep: KillSessionResponse) => void
|
|
653
|
+
): Promise<KillSessionResponse> {
|
|
654
|
+
return this.request("KillSession", req, cb)
|
|
655
|
+
}
|
|
656
|
+
|
|
632
657
|
/**
|
|
633
658
|
* 本接口(OpenDBExtranetAccess)用于开通云数据库实例的外网访问。开通外网访问后,您可通过外网域名和端口访问实例,可使用查询实例列表接口获取外网域名和端口信息。
|
|
634
659
|
*/
|
|
@@ -776,13 +801,13 @@ export class Client extends AbstractClient {
|
|
|
776
801
|
}
|
|
777
802
|
|
|
778
803
|
/**
|
|
779
|
-
*
|
|
804
|
+
* 取消 Online DDL 任务
|
|
780
805
|
*/
|
|
781
|
-
async
|
|
782
|
-
req:
|
|
783
|
-
cb?: (error: string, rep:
|
|
784
|
-
): Promise<
|
|
785
|
-
return this.request("
|
|
806
|
+
async CancelOnlineDDLJob(
|
|
807
|
+
req: CancelOnlineDDLJobRequest,
|
|
808
|
+
cb?: (error: string, rep: CancelOnlineDDLJobResponse) => void
|
|
809
|
+
): Promise<CancelOnlineDDLJobResponse> {
|
|
810
|
+
return this.request("CancelOnlineDDLJob", req, cb)
|
|
786
811
|
}
|
|
787
812
|
|
|
788
813
|
/**
|
|
@@ -887,13 +912,13 @@ export class Client extends AbstractClient {
|
|
|
887
912
|
}
|
|
888
913
|
|
|
889
914
|
/**
|
|
890
|
-
* 本接口(
|
|
915
|
+
* 本接口(IsolateDedicatedDBInstance)用于隔离独享云数据库实例。
|
|
891
916
|
*/
|
|
892
|
-
async
|
|
893
|
-
req:
|
|
894
|
-
cb?: (error: string, rep:
|
|
895
|
-
): Promise<
|
|
896
|
-
return this.request("
|
|
917
|
+
async IsolateDedicatedDBInstance(
|
|
918
|
+
req: IsolateDedicatedDBInstanceRequest,
|
|
919
|
+
cb?: (error: string, rep: IsolateDedicatedDBInstanceResponse) => void
|
|
920
|
+
): Promise<IsolateDedicatedDBInstanceResponse> {
|
|
921
|
+
return this.request("IsolateDedicatedDBInstance", req, cb)
|
|
897
922
|
}
|
|
898
923
|
|
|
899
924
|
/**
|