tencentcloud-sdk-nodejs 4.1.32 → 4.1.33
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/cynosdb/v20190107/cynosdb_client.js +3 -0
- package/es/services/dsgc/v20190723/dsgc_client.js +5 -2
- package/es/services/waf/v20180125/waf_client.js +5 -2
- package/es/services/wedata/v20210820/wedata_client.js +21 -6
- 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 +7 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +2 -4
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +17 -9
- package/tencentcloud/services/clb/v20180317/clb_client.js +17 -9
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +104 -51
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +0 -32
- package/tencentcloud/services/config/v20220802/config_models.d.ts +10 -85
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +32 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +7 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +9 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +105 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +0 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +48 -4
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +47 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +63 -71
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +13 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +33 -12
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +45 -14
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +513 -47
|
@@ -185,6 +185,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
185
185
|
async DescribeReportTaskDownloadUrl(req, cb) {
|
|
186
186
|
return this.request("DescribeReportTaskDownloadUrl", req, cb);
|
|
187
187
|
}
|
|
188
|
+
/**
|
|
189
|
+
* 一个分类合并到另一个分类中(分类拖拽功能)
|
|
190
|
+
*/
|
|
191
|
+
async ModifyMergeClassification(req, cb) {
|
|
192
|
+
return this.request("ModifyMergeClassification", req, cb);
|
|
193
|
+
}
|
|
188
194
|
/**
|
|
189
195
|
* 获取COS分类分级任务结果,该接口只有在任务状态为以下状态时才支持结果正常查询:
|
|
190
196
|
3 扫描成功,
|
|
@@ -524,10 +530,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
524
530
|
return this.request("DescribeDSPAAssessmentRiskTemplateVulnerableList", req, cb);
|
|
525
531
|
}
|
|
526
532
|
/**
|
|
527
|
-
*
|
|
533
|
+
* 获取分类分级任务列表
|
|
528
534
|
*/
|
|
529
|
-
async
|
|
530
|
-
return this.request("
|
|
535
|
+
async DescribeDSPADiscoveryTasks(req, cb) {
|
|
536
|
+
return this.request("DescribeDSPADiscoveryTasks", req, cb);
|
|
531
537
|
}
|
|
532
538
|
/**
|
|
533
539
|
* 删除DSPA风险评估任务
|
|
@@ -2863,6 +2863,54 @@ export interface RiskLevelTrendItem {
|
|
|
2863
2863
|
*/
|
|
2864
2864
|
Total: number;
|
|
2865
2865
|
}
|
|
2866
|
+
/**
|
|
2867
|
+
* 分类分级任务相关信息
|
|
2868
|
+
*/
|
|
2869
|
+
export interface DspaDiscoveryTask {
|
|
2870
|
+
/**
|
|
2871
|
+
* 任务名称
|
|
2872
|
+
*/
|
|
2873
|
+
Name: string;
|
|
2874
|
+
/**
|
|
2875
|
+
* 任务描述
|
|
2876
|
+
*/
|
|
2877
|
+
Description: string;
|
|
2878
|
+
/**
|
|
2879
|
+
* 执行周期,0单次 1每天 2每周 3每月
|
|
2880
|
+
*/
|
|
2881
|
+
Period: number;
|
|
2882
|
+
/**
|
|
2883
|
+
* 执行计划,0立即 1定时
|
|
2884
|
+
*/
|
|
2885
|
+
Plan: number;
|
|
2886
|
+
/**
|
|
2887
|
+
* 任务开关;1 打开,0 关闭
|
|
2888
|
+
*/
|
|
2889
|
+
Enable: number;
|
|
2890
|
+
/**
|
|
2891
|
+
* 元数据对象信息
|
|
2892
|
+
*/
|
|
2893
|
+
DataSourceInfo: DspaDiscoveryTaskDataSource;
|
|
2894
|
+
/**
|
|
2895
|
+
* 通用规则集开关,0 关闭,1 启用
|
|
2896
|
+
*/
|
|
2897
|
+
GeneralRuleSetEnable: number;
|
|
2898
|
+
/**
|
|
2899
|
+
* 任务最新的一次执行结果信息,该字段用于查询任务列表接口
|
|
2900
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2901
|
+
*/
|
|
2902
|
+
Result: ScanTaskResult;
|
|
2903
|
+
/**
|
|
2904
|
+
* 定时开始时间
|
|
2905
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2906
|
+
*/
|
|
2907
|
+
TimingStartTime: string;
|
|
2908
|
+
/**
|
|
2909
|
+
* 关联模板是否更新
|
|
2910
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2911
|
+
*/
|
|
2912
|
+
ComplianceUpdate: boolean;
|
|
2913
|
+
}
|
|
2866
2914
|
/**
|
|
2867
2915
|
* DescribeDSPAESDiscoveryTaskResultDetail请求参数结构体
|
|
2868
2916
|
*/
|
|
@@ -3040,6 +3088,23 @@ export interface CreateNewClassificationResponse {
|
|
|
3040
3088
|
*/
|
|
3041
3089
|
RequestId?: string;
|
|
3042
3090
|
}
|
|
3091
|
+
/**
|
|
3092
|
+
* DescribeDSPADiscoveryTasks返回参数结构体
|
|
3093
|
+
*/
|
|
3094
|
+
export interface DescribeDSPADiscoveryTasksResponse {
|
|
3095
|
+
/**
|
|
3096
|
+
* 任务列表
|
|
3097
|
+
*/
|
|
3098
|
+
Items?: Array<DspaDiscoveryTask>;
|
|
3099
|
+
/**
|
|
3100
|
+
* 符合条件的任务列表数
|
|
3101
|
+
*/
|
|
3102
|
+
TotalCount?: number;
|
|
3103
|
+
/**
|
|
3104
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3105
|
+
*/
|
|
3106
|
+
RequestId?: string;
|
|
3107
|
+
}
|
|
3043
3108
|
/**
|
|
3044
3109
|
* ListDSPAClusters返回参数结构体
|
|
3045
3110
|
*/
|
|
@@ -5800,6 +5865,46 @@ export interface BindDSPAResourceDatabasesRequest {
|
|
|
5800
5865
|
*/
|
|
5801
5866
|
UnbindDbItems?: Array<DbResourceItem>;
|
|
5802
5867
|
}
|
|
5868
|
+
/**
|
|
5869
|
+
* DescribeDSPADiscoveryTasks请求参数结构体
|
|
5870
|
+
*/
|
|
5871
|
+
export interface DescribeDSPADiscoveryTasksRequest {
|
|
5872
|
+
/**
|
|
5873
|
+
* DSPA实例ID
|
|
5874
|
+
*/
|
|
5875
|
+
DspaId: string;
|
|
5876
|
+
/**
|
|
5877
|
+
* 数据源类型,可取值如下:
|
|
5878
|
+
cdb 表示云数据库 MySQL,
|
|
5879
|
+
dcdb 表示TDSQL MySQL版,
|
|
5880
|
+
mariadb 表示云数据库 MariaDB,
|
|
5881
|
+
postgres 表示云数据库 PostgreSQL,
|
|
5882
|
+
cynosdbpg 表示TDSQL-C PostgreSQL版,
|
|
5883
|
+
cynosdbmysql 表示TDSQL-C MySQL版,
|
|
5884
|
+
selfbuilt-db 表示自建数据库
|
|
5885
|
+
*/
|
|
5886
|
+
DataSourceType: string;
|
|
5887
|
+
/**
|
|
5888
|
+
* 任务ID
|
|
5889
|
+
*/
|
|
5890
|
+
TaskId?: number;
|
|
5891
|
+
/**
|
|
5892
|
+
* 任务名称
|
|
5893
|
+
*/
|
|
5894
|
+
Name?: string;
|
|
5895
|
+
/**
|
|
5896
|
+
* 任务扫描结果状态,可供选择的状态值有:-1待触发 0待扫描 1扫描中 2扫描终止 3扫描成功 4扫描失败
|
|
5897
|
+
*/
|
|
5898
|
+
StatusList?: Array<number | bigint>;
|
|
5899
|
+
/**
|
|
5900
|
+
* 偏移量,默认为0
|
|
5901
|
+
*/
|
|
5902
|
+
Offset?: number;
|
|
5903
|
+
/**
|
|
5904
|
+
* 返回结果集数量,默认值是10000,最大值为10000,根据该资源的个数限制条件,该资源的个数不会超过10000,所以如果不输入该字段,默认获取全量数据
|
|
5905
|
+
*/
|
|
5906
|
+
Limit?: number;
|
|
5907
|
+
}
|
|
5803
5908
|
/**
|
|
5804
5909
|
* DescribeMongoAssetSensitiveDistribution请求参数结构体
|
|
5805
5910
|
*/
|
|
@@ -6524,7 +6524,6 @@ export interface IDCardOCRResponse {
|
|
|
6524
6524
|
BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);
|
|
6525
6525
|
|
|
6526
6526
|
WarnInfos,告警信息,Code 告警码列表和释义:
|
|
6527
|
-
-9100 身份证有效日期不合法告警,
|
|
6528
6527
|
-9101 身份证边框不完整告警,
|
|
6529
6528
|
|
|
6530
6529
|
-9102 身份证复印件告警(黑白及彩色复印件),
|
|
@@ -10838,6 +10837,10 @@ export interface ResultList {
|
|
|
10838
10837
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10839
10838
|
*/
|
|
10840
10839
|
Answer?: Array<Element>;
|
|
10840
|
+
/**
|
|
10841
|
+
* 解析
|
|
10842
|
+
*/
|
|
10843
|
+
Parse?: Array<Element>;
|
|
10841
10844
|
/**
|
|
10842
10845
|
* 整题的坐标
|
|
10843
10846
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -391,17 +391,14 @@ export interface RoleProvisioningsTask {
|
|
|
391
391
|
TargetUin?: number;
|
|
392
392
|
/**
|
|
393
393
|
* 同步的集团账号目标账号的类型,ManagerUin管理账号;MemberUin成员账号
|
|
394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
395
394
|
*/
|
|
396
395
|
TargetType?: string;
|
|
397
396
|
/**
|
|
398
397
|
* 任务类型。
|
|
399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
400
398
|
*/
|
|
401
399
|
TaskType?: string;
|
|
402
400
|
/**
|
|
403
401
|
* 任务状态:InProgress: 进行中,Failed: 失败 3:Success: 成功
|
|
404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
405
402
|
*/
|
|
406
403
|
TaskStatus?: string;
|
|
407
404
|
}
|
|
@@ -3066,7 +3063,6 @@ export interface TaskInfo {
|
|
|
3066
3063
|
Status?: string;
|
|
3067
3064
|
/**
|
|
3068
3065
|
* 失败原因
|
|
3069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3070
3066
|
*/
|
|
3071
3067
|
FailureReason?: string;
|
|
3072
3068
|
}
|
|
@@ -4490,7 +4486,6 @@ export interface PolicyDetail {
|
|
|
4490
4486
|
PolicyId: number;
|
|
4491
4487
|
/**
|
|
4492
4488
|
* 策略名称。
|
|
4493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4494
4489
|
*/
|
|
4495
4490
|
PolicyName?: string;
|
|
4496
4491
|
}
|
|
@@ -5877,7 +5872,6 @@ export interface SAMLIdentityProviderConfiguration {
|
|
|
5877
5872
|
export interface RolePolicie {
|
|
5878
5873
|
/**
|
|
5879
5874
|
* 策略ID。
|
|
5880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5881
5875
|
*/
|
|
5882
5876
|
RolePolicyId?: number;
|
|
5883
5877
|
/**
|
|
@@ -1111,6 +1111,10 @@ export interface CreateRocketMQClusterRequest {
|
|
|
1111
1111
|
* 集群描述,128个字符以内
|
|
1112
1112
|
*/
|
|
1113
1113
|
Remark?: string;
|
|
1114
|
+
/**
|
|
1115
|
+
* 标签列表
|
|
1116
|
+
*/
|
|
1117
|
+
TagList?: Array<Tag>;
|
|
1114
1118
|
}
|
|
1115
1119
|
/**
|
|
1116
1120
|
* ModifyCmqSubscriptionAttribute返回参数结构体
|
|
@@ -1338,6 +1342,14 @@ export interface CreateTopicRequest {
|
|
|
1338
1342
|
* 不传默认是原生策略,DefaultPolicy表示当订阅下达到最大未确认消息数 5000 时,服务端将不再向当前订阅下的所有消费者推送消息,DynamicPolicy表示动态调整订阅下的最大未确认消息数,具体配额是在 5000 和消费者数量*20之间取最大值。每个消费者默认最大 unack 消息数为 20,超过该限制时仅影响该消费者,不影响其他消费者。
|
|
1339
1343
|
*/
|
|
1340
1344
|
UnackPolicy?: string;
|
|
1345
|
+
/**
|
|
1346
|
+
* 是否开启异常消费者隔离
|
|
1347
|
+
*/
|
|
1348
|
+
IsolateConsumerEnable?: boolean;
|
|
1349
|
+
/**
|
|
1350
|
+
* 消费者 Ack 超时时间,单位:秒,范围60-(3600*24)
|
|
1351
|
+
*/
|
|
1352
|
+
AckTimeOut?: number;
|
|
1341
1353
|
}
|
|
1342
1354
|
/**
|
|
1343
1355
|
* DescribeCmqTopics返回参数结构体
|
|
@@ -2109,6 +2121,14 @@ export interface RocketMQClusterConfig {
|
|
|
2109
2121
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2110
2122
|
*/
|
|
2111
2123
|
TopicDistribution?: Array<RocketMQTopicDistribution>;
|
|
2124
|
+
/**
|
|
2125
|
+
* 最大角色数量
|
|
2126
|
+
*/
|
|
2127
|
+
MaxRoleNum?: number;
|
|
2128
|
+
/**
|
|
2129
|
+
* TPS限额
|
|
2130
|
+
*/
|
|
2131
|
+
MaxTpsLimit?: number;
|
|
2112
2132
|
}
|
|
2113
2133
|
/**
|
|
2114
2134
|
* SendMsg返回参数结构体
|
|
@@ -2540,6 +2560,10 @@ export interface DescribeMqMsgTraceRequest {
|
|
|
2540
2560
|
* 查询死信时该值为true,只对Rocketmq有效
|
|
2541
2561
|
*/
|
|
2542
2562
|
QueryDlqMsg?: boolean;
|
|
2563
|
+
/**
|
|
2564
|
+
* 生产时间
|
|
2565
|
+
*/
|
|
2566
|
+
ProduceTime?: string;
|
|
2543
2567
|
}
|
|
2544
2568
|
/**
|
|
2545
2569
|
* SendBatchMessages请求参数结构体
|
|
@@ -6959,6 +6983,10 @@ export interface RocketMQClusterInfo {
|
|
|
6959
6983
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6960
6984
|
*/
|
|
6961
6985
|
ZoneIds?: Array<number | bigint>;
|
|
6986
|
+
/**
|
|
6987
|
+
* 是否已冻结
|
|
6988
|
+
*/
|
|
6989
|
+
IsFrozen?: boolean;
|
|
6962
6990
|
}
|
|
6963
6991
|
/**
|
|
6964
6992
|
* ModifyRocketMQInstance返回参数结构体
|
|
@@ -8646,6 +8674,14 @@ export interface Topic {
|
|
|
8646
8674
|
|
|
8647
8675
|
*/
|
|
8648
8676
|
Tenant?: string;
|
|
8677
|
+
/**
|
|
8678
|
+
* 是否开启异常消费者隔离
|
|
8679
|
+
*/
|
|
8680
|
+
IsolateConsumerEnable?: boolean;
|
|
8681
|
+
/**
|
|
8682
|
+
* 消费者 Ack 超时时间,单位:秒
|
|
8683
|
+
*/
|
|
8684
|
+
AckTimeOut?: number;
|
|
8649
8685
|
}
|
|
8650
8686
|
/**
|
|
8651
8687
|
* ModifyRabbitMQPermission返回参数结构体
|
|
@@ -9586,6 +9622,14 @@ export interface ModifyTopicRequest {
|
|
|
9586
9622
|
* 不传默认是原生策略,DefaultPolicy表示当订阅下达到最大未确认消息数 5000 时,服务端将不再向当前订阅下的所有消费者推送消息,DynamicPolicy表示动态调整订阅下的最大未确认消息数,具体配额是在 5000 和消费者数量*20之间取最大值。每个消费者默认最大 unack 消息数为 20,超过该限制时仅影响该消费者,不影响其他消费者。
|
|
9587
9623
|
*/
|
|
9588
9624
|
UnackPolicy?: string;
|
|
9625
|
+
/**
|
|
9626
|
+
* 是否开启异常消费者隔离
|
|
9627
|
+
*/
|
|
9628
|
+
IsolateConsumerEnable?: boolean;
|
|
9629
|
+
/**
|
|
9630
|
+
* 消费者 Ack 超时时间,单位:秒,范围60-(3600*24
|
|
9631
|
+
*/
|
|
9632
|
+
AckTimeOut?: number;
|
|
9589
9633
|
}
|
|
9590
9634
|
/**
|
|
9591
9635
|
* 消费者
|
|
@@ -10101,14 +10145,14 @@ export interface ResetRocketMQConsumerOffSetRequest {
|
|
|
10101
10145
|
* 消费组名称
|
|
10102
10146
|
*/
|
|
10103
10147
|
GroupId: string;
|
|
10104
|
-
/**
|
|
10105
|
-
* 主题名称
|
|
10106
|
-
*/
|
|
10107
|
-
Topic: string;
|
|
10108
10148
|
/**
|
|
10109
10149
|
* 重置方式,0表示从最新位点开始,1表示从指定时间点开始
|
|
10110
10150
|
*/
|
|
10111
10151
|
Type: number;
|
|
10152
|
+
/**
|
|
10153
|
+
* 主题名称
|
|
10154
|
+
*/
|
|
10155
|
+
Topic: string;
|
|
10112
10156
|
/**
|
|
10113
10157
|
* 重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位
|
|
10114
10158
|
*/
|
|
@@ -266,7 +266,6 @@ Namespace,命名空间
|
|
|
266
266
|
2. InstanceId,集群ID查询
|
|
267
267
|
3. InstanceType, 集群类型查询,支持多选
|
|
268
268
|
4. Version,集群版本查询
|
|
269
|
-
当使用TagFilters查询时,Filters参数失效。
|
|
270
269
|
*/
|
|
271
270
|
DescribeFusionInstanceList(req: DescribeFusionInstanceListRequest, cb?: (error: string, rep: DescribeFusionInstanceListResponse) => void): Promise<DescribeFusionInstanceListResponse>;
|
|
272
271
|
/**
|
|
@@ -112,7 +112,6 @@ export interface ProductSKU {
|
|
|
112
112
|
export interface DescribeRoleListResponse {
|
|
113
113
|
/**
|
|
114
114
|
* 查询总数
|
|
115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
116
115
|
*/
|
|
117
116
|
TotalCount?: number;
|
|
118
117
|
/**
|
|
@@ -496,6 +495,11 @@ export interface FusionInstanceItem {
|
|
|
496
495
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
497
496
|
*/
|
|
498
497
|
DestroyTime?: number;
|
|
498
|
+
/**
|
|
499
|
+
* 所属可用区列表
|
|
500
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
501
|
+
*/
|
|
502
|
+
ZoneIds?: Array<number | bigint>;
|
|
499
503
|
}
|
|
500
504
|
/**
|
|
501
505
|
* 4.x集群和5.0集群列表统一显示 4.x特殊数据承载接口
|
|
@@ -546,6 +550,10 @@ export interface InstanceItemExtraInfo {
|
|
|
546
550
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
547
551
|
*/
|
|
548
552
|
InstanceStatus?: number;
|
|
553
|
+
/**
|
|
554
|
+
* 是否已冻结
|
|
555
|
+
*/
|
|
556
|
+
IsFrozen?: boolean;
|
|
549
557
|
}
|
|
550
558
|
/**
|
|
551
559
|
* CreateMQTTInsPublicEndpoint返回参数结构体
|
|
@@ -914,7 +922,6 @@ export interface DescribeSourceClusterGroupListResponse {
|
|
|
914
922
|
export interface DescribeMessageListResponse {
|
|
915
923
|
/**
|
|
916
924
|
* 查询总数
|
|
917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
918
925
|
*/
|
|
919
926
|
TotalCount?: number;
|
|
920
927
|
/**
|
|
@@ -1055,7 +1062,6 @@ export interface MQTTInstanceItem {
|
|
|
1055
1062
|
export interface DescribeInstanceListResponse {
|
|
1056
1063
|
/**
|
|
1057
1064
|
* 查询总数
|
|
1058
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1059
1065
|
*/
|
|
1060
1066
|
TotalCount?: number;
|
|
1061
1067
|
/**
|
|
@@ -1105,6 +1111,35 @@ export interface CreateConsumerGroupRequest {
|
|
|
1105
1111
|
* 备注
|
|
1106
1112
|
*/
|
|
1107
1113
|
Remark?: string;
|
|
1114
|
+
/**
|
|
1115
|
+
* 标签列表
|
|
1116
|
+
*/
|
|
1117
|
+
TagList?: Array<Tag>;
|
|
1118
|
+
}
|
|
1119
|
+
/**
|
|
1120
|
+
* 客户端订阅详情,可用于辅助判断哪些客户端订阅关系不一致
|
|
1121
|
+
*/
|
|
1122
|
+
export interface ClientSubscriptionInfo {
|
|
1123
|
+
/**
|
|
1124
|
+
* 客户端ID
|
|
1125
|
+
*/
|
|
1126
|
+
ClientId?: string;
|
|
1127
|
+
/**
|
|
1128
|
+
* 客户端地址
|
|
1129
|
+
*/
|
|
1130
|
+
ClientAddr?: string;
|
|
1131
|
+
/**
|
|
1132
|
+
* 订阅主题
|
|
1133
|
+
*/
|
|
1134
|
+
Topic?: string;
|
|
1135
|
+
/**
|
|
1136
|
+
* 订阅表达式
|
|
1137
|
+
*/
|
|
1138
|
+
SubString?: string;
|
|
1139
|
+
/**
|
|
1140
|
+
* 订阅方式
|
|
1141
|
+
*/
|
|
1142
|
+
ExpressionType?: string;
|
|
1108
1143
|
}
|
|
1109
1144
|
/**
|
|
1110
1145
|
* ChangeMigratingTopicToNextStage返回参数结构体
|
|
@@ -1542,7 +1577,6 @@ export interface DescribeMQTTInsVPCEndpointsRequest {
|
|
|
1542
1577
|
export interface DescribeFusionInstanceListResponse {
|
|
1543
1578
|
/**
|
|
1544
1579
|
* 查询总数
|
|
1545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1546
1580
|
*/
|
|
1547
1581
|
TotalCount?: number;
|
|
1548
1582
|
/**
|
|
@@ -1587,6 +1621,10 @@ export interface CreateTopicRequest {
|
|
|
1587
1621
|
* 消息保留时长
|
|
1588
1622
|
*/
|
|
1589
1623
|
MsgTTL?: number;
|
|
1624
|
+
/**
|
|
1625
|
+
* 标签列表
|
|
1626
|
+
*/
|
|
1627
|
+
TagList?: Array<Tag>;
|
|
1590
1628
|
}
|
|
1591
1629
|
/**
|
|
1592
1630
|
* DescribeMessage请求参数结构体
|
|
@@ -1831,7 +1869,6 @@ export interface PriceTag {
|
|
|
1831
1869
|
export interface DescribeTopicListByGroupResponse {
|
|
1832
1870
|
/**
|
|
1833
1871
|
* 查询总数
|
|
1834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1835
1872
|
*/
|
|
1836
1873
|
TotalCount?: number;
|
|
1837
1874
|
/**
|
|
@@ -2633,6 +2670,11 @@ export interface SubscriptionData {
|
|
|
2633
2670
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2634
2671
|
*/
|
|
2635
2672
|
MessageModel?: string;
|
|
2673
|
+
/**
|
|
2674
|
+
* 订阅不一致的客户端列表
|
|
2675
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2676
|
+
*/
|
|
2677
|
+
ClientSubscriptionInfos?: Array<ClientSubscriptionInfo>;
|
|
2636
2678
|
}
|
|
2637
2679
|
/**
|
|
2638
2680
|
* CreateInstance请求参数结构体
|
|
@@ -3846,7 +3888,6 @@ export interface MQTTTopicItem {
|
|
|
3846
3888
|
export interface DescribeConsumerGroupListResponse {
|
|
3847
3889
|
/**
|
|
3848
3890
|
* 查询总数
|
|
3849
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3850
3891
|
*/
|
|
3851
3892
|
TotalCount?: number;
|
|
3852
3893
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class Client extends AbstractClient {
|
|
|
325
325
|
*/
|
|
326
326
|
AddTemplateMember(req: AddTemplateMemberRequest, cb?: (error: string, rep: AddTemplateMemberResponse) => void): Promise<AddTemplateMemberResponse>;
|
|
327
327
|
/**
|
|
328
|
-
*
|
|
328
|
+
* 本接口(DescribeAddressBandwidthRange)用于查询指定EIP的带宽上下限范围。
|
|
329
329
|
*/
|
|
330
330
|
DescribeAddressBandwidthRange(req: DescribeAddressBandwidthRangeRequest, cb?: (error: string, rep: DescribeAddressBandwidthRangeResponse) => void): Promise<DescribeAddressBandwidthRangeResponse>;
|
|
331
331
|
/**
|
|
@@ -769,7 +769,7 @@ LimitTypes取值范围:
|
|
|
769
769
|
*/
|
|
770
770
|
CreateHighPriorityRouteTable(req: CreateHighPriorityRouteTableRequest, cb?: (error: string, rep: CreateHighPriorityRouteTableResponse) => void): Promise<CreateHighPriorityRouteTableResponse>;
|
|
771
771
|
/**
|
|
772
|
-
* 本接口(InquiryPriceRenewAddresses)用于续费预付费弹性公网IP
|
|
772
|
+
* 本接口(InquiryPriceRenewAddresses)用于续费预付费弹性公网IP询价,只支持包月按带宽预付费的计费模式。
|
|
773
773
|
*/
|
|
774
774
|
InquiryPriceRenewAddresses(req: InquiryPriceRenewAddressesRequest, cb?: (error: string, rep: InquiryPriceRenewAddressesResponse) => void): Promise<InquiryPriceRenewAddressesResponse>;
|
|
775
775
|
/**
|
|
@@ -1251,7 +1251,7 @@ LimitTypes取值范围:
|
|
|
1251
1251
|
*/
|
|
1252
1252
|
ModifyCcnRouteTables(req: ModifyCcnRouteTablesRequest, cb?: (error: string, rep: ModifyCcnRouteTablesResponse) => void): Promise<ModifyCcnRouteTablesResponse>;
|
|
1253
1253
|
/**
|
|
1254
|
-
*
|
|
1254
|
+
* 本接口(ModifyAddressesRenewFlag)用于调整EIP续费标识。
|
|
1255
1255
|
*/
|
|
1256
1256
|
ModifyAddressesRenewFlag(req: ModifyAddressesRenewFlagRequest, cb?: (error: string, rep: ModifyAddressesRenewFlagResponse) => void): Promise<ModifyAddressesRenewFlagResponse>;
|
|
1257
1257
|
/**
|
|
@@ -467,7 +467,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
467
467
|
return this.request("AddTemplateMember", req, cb);
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
|
-
*
|
|
470
|
+
* 本接口(DescribeAddressBandwidthRange)用于查询指定EIP的带宽上下限范围。
|
|
471
471
|
*/
|
|
472
472
|
async DescribeAddressBandwidthRange(req, cb) {
|
|
473
473
|
return this.request("DescribeAddressBandwidthRange", req, cb);
|
|
@@ -1089,7 +1089,7 @@ LimitTypes取值范围:
|
|
|
1089
1089
|
return this.request("CreateHighPriorityRouteTable", req, cb);
|
|
1090
1090
|
}
|
|
1091
1091
|
/**
|
|
1092
|
-
* 本接口(InquiryPriceRenewAddresses)用于续费预付费弹性公网IP
|
|
1092
|
+
* 本接口(InquiryPriceRenewAddresses)用于续费预付费弹性公网IP询价,只支持包月按带宽预付费的计费模式。
|
|
1093
1093
|
*/
|
|
1094
1094
|
async InquiryPriceRenewAddresses(req, cb) {
|
|
1095
1095
|
return this.request("InquiryPriceRenewAddresses", req, cb);
|
|
@@ -1765,7 +1765,7 @@ LimitTypes取值范围:
|
|
|
1765
1765
|
return this.request("ModifyCcnRouteTables", req, cb);
|
|
1766
1766
|
}
|
|
1767
1767
|
/**
|
|
1768
|
-
*
|
|
1768
|
+
* 本接口(ModifyAddressesRenewFlag)用于调整EIP续费标识。
|
|
1769
1769
|
*/
|
|
1770
1770
|
async ModifyAddressesRenewFlag(req, cb) {
|
|
1771
1771
|
return this.request("ModifyAddressesRenewFlag", req, cb);
|