tencentcloud-sdk-nodejs 4.1.284 → 4.1.285
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/dlc/v20210125/dlc_client.js +71 -14
- package/es/services/kms/v20190118/kms_client.js +3 -0
- package/es/services/mqtt/v20240516/mqtt_client.js +20 -8
- package/es/services/omics/v20221128/omics_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +10 -2
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +54 -17
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +99 -61
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +91 -15
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +135 -21
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1840 -493
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +17 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +52 -22
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +5 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +6 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +26 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +26 -10
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +37 -13
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +283 -107
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +30 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -22
|
@@ -4944,20 +4944,24 @@ export interface DistributeRule {
|
|
|
4944
4944
|
*/
|
|
4945
4945
|
export interface Objects {
|
|
4946
4946
|
/**
|
|
4947
|
-
*
|
|
4947
|
+
* <p>同步对象类型 Partial(部分对象)</p>
|
|
4948
4948
|
*/
|
|
4949
4949
|
Mode?: string;
|
|
4950
4950
|
/**
|
|
4951
|
-
*
|
|
4951
|
+
* <p>同步对象,当 Mode 为 Partial 时,不为空</p>
|
|
4952
4952
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4953
4953
|
*/
|
|
4954
4954
|
Databases?: Array<Database>;
|
|
4955
4955
|
/**
|
|
4956
|
-
*
|
|
4956
|
+
* <p>高级对象类型,如function、procedure。注意:如果要迁移同步高级对象,此配置中应该包含对应的高级对象类型。当需要同步高级对象时,初始化类型必须包含结构初始化类型,即任务的Options.InitType字段值为Structure或Full</p>
|
|
4957
4957
|
*/
|
|
4958
4958
|
AdvancedObjects?: Array<string>;
|
|
4959
4959
|
/**
|
|
4960
|
-
*
|
|
4960
|
+
* <p>此字段已废弃。对于临时表的同步应该使用Objects.Databases[n].Tables[n].TmpTables传入。</p>
|
|
4961
|
+
*/
|
|
4962
|
+
OnlineDDL?: OnlineDDL;
|
|
4963
|
+
/**
|
|
4964
|
+
* <p>库/表/视图级 DML/DDL 白名单</p>
|
|
4961
4965
|
*/
|
|
4962
4966
|
DatabasesOpFilter?: Array<DBOpFilter>;
|
|
4963
4967
|
}
|
|
@@ -5653,6 +5657,15 @@ export interface RecoverMigrateJobRequest {
|
|
|
5653
5657
|
*/
|
|
5654
5658
|
JobId: string;
|
|
5655
5659
|
}
|
|
5660
|
+
/**
|
|
5661
|
+
* OnlineDDL类型
|
|
5662
|
+
*/
|
|
5663
|
+
export interface OnlineDDL {
|
|
5664
|
+
/**
|
|
5665
|
+
* 状态,ON-启用,OFF-不启用。
|
|
5666
|
+
*/
|
|
5667
|
+
Status: string;
|
|
5668
|
+
}
|
|
5656
5669
|
/**
|
|
5657
5670
|
* DescribeSubscribeJobs返回参数结构体
|
|
5658
5671
|
*/
|
|
@@ -8850,28 +8850,53 @@ export interface CreatePreparedPersonalEsignResponse {
|
|
|
8850
8850
|
*/
|
|
8851
8851
|
export interface FlowGroupOptions {
|
|
8852
8852
|
/**
|
|
8853
|
-
*
|
|
8854
|
-
<ul><li>VerifyCheck : 人脸识别 (默认值)</li>
|
|
8855
|
-
<li>MobileCheck : 手机号验证</li></ul>
|
|
8856
|
-
参数说明:此参数仅在合同组文件发起有效,可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。
|
|
8853
|
+
* <p>签署人校验方式,支持以下类型</p><ul><li>VerifyCheck : 人脸识别 (默认值)</li><li>MobileCheck : 手机号验证</li></ul>参数说明:此参数仅在合同组文件发起有效,可选人脸识别或手机号验证两种方式,若选择后者,未实名个人签署方在签署合同时,无需经过实名认证和意愿确认两次人脸识别,该能力仅适用于个人签署方。
|
|
8857
8854
|
*/
|
|
8858
8855
|
ApproverVerifyType?: string;
|
|
8859
8856
|
/**
|
|
8860
|
-
*
|
|
8861
|
-
签署通知类型,支持以下类型
|
|
8862
|
-
<ul><li>sms : 短信 (默认值)</li><li>none : 不通知</li></ul>
|
|
8857
|
+
* <p>发起合同(流程)组本方企业经办人通知方式<br>签署通知类型,支持以下类型</p><ul><li>sms : 短信 (默认值)</li><li>none : 不通知</li></ul>
|
|
8863
8858
|
*/
|
|
8864
8859
|
SelfOrganizationApproverNotifyType?: string;
|
|
8865
8860
|
/**
|
|
8866
|
-
*
|
|
8867
|
-
签署通知类型,支持以下类型
|
|
8868
|
-
<ul><li>sms : 短信 (默认值)</li><li>none : 不通知</li></ul>
|
|
8861
|
+
* <p>发起合同(流程)组他方经办人通知方式<br>签署通知类型,支持以下类型</p><ul><li>sms : 短信 (默认值)</li><li>none : 不通知</li></ul>
|
|
8869
8862
|
*/
|
|
8870
8863
|
OtherApproverNotifyType?: string;
|
|
8871
8864
|
/**
|
|
8872
|
-
*
|
|
8865
|
+
* <p>是否开启发起合同组的发起审批,默认:false(不开启),开启后,发起合同组会提交电子签内置审批流</p>
|
|
8873
8866
|
*/
|
|
8874
8867
|
FlowGroupNeedWorkflow?: boolean;
|
|
8868
|
+
/**
|
|
8869
|
+
* <p>是否不可编辑合同名称 true-不可编辑 false-可编辑(默认)</p>
|
|
8870
|
+
*/
|
|
8871
|
+
NoEditFlowName?: boolean;
|
|
8872
|
+
/**
|
|
8873
|
+
* <p>是否不可编辑合同类型 true-不可编辑 false-可编辑(默认)</p>
|
|
8874
|
+
*/
|
|
8875
|
+
NoEditFlowType?: boolean;
|
|
8876
|
+
/**
|
|
8877
|
+
* <p>是否不可编辑合同截止日期 true-不可编辑 false-可编辑(默认)</p>
|
|
8878
|
+
*/
|
|
8879
|
+
NoEditDeadline?: boolean;
|
|
8880
|
+
/**
|
|
8881
|
+
* <p>签署控件配置(如是否默认展示日期),用于嵌入式发起页面配置</p>
|
|
8882
|
+
*/
|
|
8883
|
+
SignComponentConfig?: SignComponentConfig;
|
|
8884
|
+
/**
|
|
8885
|
+
* <p>是否禁止编辑水印控件属性 true-禁止 false-否(默认)</p>
|
|
8886
|
+
*/
|
|
8887
|
+
ForbidEditWatermark?: boolean;
|
|
8888
|
+
/**
|
|
8889
|
+
* <p>发起成功后是否隐藏签署码 true-隐藏 false-否(默认)</p>
|
|
8890
|
+
*/
|
|
8891
|
+
HideSignCodeAfterStart?: boolean;
|
|
8892
|
+
/**
|
|
8893
|
+
* <p>发起成功后是否签署合同,仅当前经办人为签署人时生效 true-展示签署 false-否(默认)</p>
|
|
8894
|
+
*/
|
|
8895
|
+
SignAfterStart?: boolean;
|
|
8896
|
+
/**
|
|
8897
|
+
* <p>发起成功后是否预览合同 true-展示预览按钮 false-否(默认)</p>
|
|
8898
|
+
*/
|
|
8899
|
+
PreviewAfterStart?: boolean;
|
|
8875
8900
|
}
|
|
8876
8901
|
/**
|
|
8877
8902
|
* 创建合同,若对方签署人的企业信息还未在腾讯电子签注册。则在进行引导企业注册时控制企业填写的信息。
|
|
@@ -9458,31 +9483,37 @@ export interface UserFlowType {
|
|
|
9458
9483
|
*/
|
|
9459
9484
|
export interface CreatePrepareFlowGroupRequest {
|
|
9460
9485
|
/**
|
|
9461
|
-
*
|
|
9462
|
-
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
9486
|
+
* <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
9463
9487
|
*/
|
|
9464
9488
|
Operator: UserInfo;
|
|
9465
9489
|
/**
|
|
9466
|
-
*
|
|
9490
|
+
* <p>合同(流程)组名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。</p>
|
|
9467
9491
|
*/
|
|
9468
9492
|
FlowGroupName: string;
|
|
9469
9493
|
/**
|
|
9470
|
-
*
|
|
9494
|
+
* <p>合同(流程)组的子合同信息,支持2-50个子合同</p>
|
|
9471
9495
|
*/
|
|
9472
9496
|
FlowGroupInfos: Array<FlowGroupInfo>;
|
|
9473
9497
|
/**
|
|
9474
|
-
*
|
|
9498
|
+
* <p>资源类型,取值有: <ul><li> <strong>1</strong>:模板</li> <li> <strong>2</strong>:文件</li></ul></p>
|
|
9475
9499
|
*/
|
|
9476
9500
|
ResourceType: number;
|
|
9477
9501
|
/**
|
|
9478
|
-
*
|
|
9479
|
-
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
9502
|
+
* <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
9480
9503
|
*/
|
|
9481
9504
|
Agent?: Agent;
|
|
9482
9505
|
/**
|
|
9483
|
-
*
|
|
9506
|
+
* <p>合同组发起控制参数,例如FlowGroupNeedWorkflow,表示开启嵌入式合同组发起审批</p>
|
|
9484
9507
|
*/
|
|
9485
9508
|
FlowGroupOptions?: FlowGroupOptions;
|
|
9509
|
+
/**
|
|
9510
|
+
* <p>合同组类型,发起合同组后会应用到所有子合同</p>
|
|
9511
|
+
*/
|
|
9512
|
+
FlowGroupType?: string;
|
|
9513
|
+
/**
|
|
9514
|
+
* <p>合同组过期时间,发起合同组后会应用到所有子合同</p>
|
|
9515
|
+
*/
|
|
9516
|
+
FlowGroupDeadline?: number;
|
|
9486
9517
|
}
|
|
9487
9518
|
/**
|
|
9488
9519
|
* CreateFileCounterSign返回参数结构体
|
|
@@ -10703,11 +10734,11 @@ export interface CreateExtendedServiceAuthInfosRequest {
|
|
|
10703
10734
|
*/
|
|
10704
10735
|
export interface CreatePrepareFlowGroupResponse {
|
|
10705
10736
|
/**
|
|
10706
|
-
*
|
|
10737
|
+
* <p>合同(流程)组的合同组Id</p>
|
|
10707
10738
|
*/
|
|
10708
10739
|
FlowGroupId?: string;
|
|
10709
10740
|
/**
|
|
10710
|
-
*
|
|
10741
|
+
* <p>嵌入式合同组发起链接</p>
|
|
10711
10742
|
*/
|
|
10712
10743
|
PrepareUrl?: string;
|
|
10713
10744
|
/**
|
|
@@ -3157,30 +3157,33 @@ export interface DeleteOrganizationAuthorizationsResponse {
|
|
|
3157
3157
|
*/
|
|
3158
3158
|
export interface ChannelCreatePrepareFlowGroupRequest {
|
|
3159
3159
|
/**
|
|
3160
|
-
*
|
|
3160
|
+
* <p>合同组中每个合同签署流程的信息,合同组中最少包含2个合同,不能超过50个合同。</p>
|
|
3161
3161
|
*/
|
|
3162
3162
|
BaseFlowInfos: Array<BaseFlowInfo>;
|
|
3163
3163
|
/**
|
|
3164
|
-
*
|
|
3164
|
+
* <p>合同组的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。</p>
|
|
3165
3165
|
*/
|
|
3166
3166
|
FlowGroupName: string;
|
|
3167
3167
|
/**
|
|
3168
|
-
*
|
|
3168
|
+
* <p>资源类型,取值有: <ul><li> <strong>1</strong>:模板</li> <li> <strong>2</strong>:文件</li></ul></p>
|
|
3169
3169
|
*/
|
|
3170
3170
|
ResourceType: number;
|
|
3171
3171
|
/**
|
|
3172
|
-
*
|
|
3173
|
-
|
|
3174
|
-
此接口下面信息必填。
|
|
3175
|
-
<ul>
|
|
3176
|
-
<li>渠道应用标识: <a href="https://qcloudimg.tencent-cloud.cn/raw/a71872de3d540d55451e3e73a2ad1a6e.png" target="_blank">Agent.AppId</a></li>
|
|
3177
|
-
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId(合同的发起企业)</li>
|
|
3178
|
-
<li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId (合同的发起人)</li>
|
|
3179
|
-
</ul>
|
|
3180
|
-
|
|
3181
|
-
合同的发起企业和发起人必需已经完成实名,并加入企业
|
|
3172
|
+
* <p>合同的发起企业和发起人信息,<a href="https://qcloudimg.tencent-cloud.cn/raw/b69f8aad306c40b7b78d096e39b2edbb.png" target="_blank">点击查看合同发起企业和人展示的位置</a></p><p>此接口下面信息必填。</p><ul><li>渠道应用标识: <a href="https://qcloudimg.tencent-cloud.cn/raw/a71872de3d540d55451e3e73a2ad1a6e.png" target="_blank">Agent.AppId</a></li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId(合同的发起企业)</li><li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId (合同的发起人)</li></ul><p>合同的发起企业和发起人必需已经完成实名,并加入企业</p>
|
|
3182
3173
|
*/
|
|
3183
3174
|
Agent?: Agent;
|
|
3175
|
+
/**
|
|
3176
|
+
* <p>合同组发起参数控制,包括对合同组名称、过期时间、发起后签署以及查看等操作</p>
|
|
3177
|
+
*/
|
|
3178
|
+
FlowGroupOptions?: FlowGroupOptions;
|
|
3179
|
+
/**
|
|
3180
|
+
* <p>合同组类型,会应用到所有子合同</p>
|
|
3181
|
+
*/
|
|
3182
|
+
FlowGroupType?: string;
|
|
3183
|
+
/**
|
|
3184
|
+
* <p>合同组过期时间,会应用到所有子合同</p>
|
|
3185
|
+
*/
|
|
3186
|
+
FlowGroupDeadline?: number;
|
|
3184
3187
|
}
|
|
3185
3188
|
/**
|
|
3186
3189
|
* DescribeExtendedServiceAuthDetail请求参数结构体
|
|
@@ -4195,17 +4198,45 @@ export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
|
4195
4198
|
*/
|
|
4196
4199
|
export interface FlowGroupOptions {
|
|
4197
4200
|
/**
|
|
4198
|
-
*
|
|
4199
|
-
<ul><li>**false**(默认):发起方企业经办人签署时对所有子合同进行统一的意愿确认。</li>
|
|
4200
|
-
<li>**true**:发起方企业经办人签署时需要对子合同进行独立的意愿确认。</li></ul>
|
|
4201
|
+
* <p>发起方企业经办人(即签署人为发起方企业员工)是否需要对子合同进行独立的意愿确认</p><ul><li>**false**(默认):发起方企业经办人签署时对所有子合同进行统一的意愿确认。</li><li>**true**:发起方企业经办人签署时需要对子合同进行独立的意愿确认。</li></ul>
|
|
4201
4202
|
*/
|
|
4202
4203
|
SelfOrganizationApproverSignEach?: boolean;
|
|
4203
4204
|
/**
|
|
4204
|
-
*
|
|
4205
|
-
<ul><li>**false**(默认):非发起方企业经办人签署时对所有子合同进行统一的意愿确认。</li>
|
|
4206
|
-
<li>**true**:非发起方企业经办人签署时需要对子合同进行独立的意愿确认。</li></ul>
|
|
4205
|
+
* <p>非发起方企业经办人(即:签署人为个人或者不为发起方企业的员工)是否需要对子合同进行独立的意愿确认</p><ul><li>**false**(默认):非发起方企业经办人签署时对所有子合同进行统一的意愿确认。</li><li>**true**:非发起方企业经办人签署时需要对子合同进行独立的意愿确认。</li></ul>
|
|
4207
4206
|
*/
|
|
4208
4207
|
OtherApproverSignEach?: boolean;
|
|
4208
|
+
/**
|
|
4209
|
+
* <p>是否不可编辑合同名称 true-不可编辑 false-可编辑(默认)</p>
|
|
4210
|
+
*/
|
|
4211
|
+
NoEditFlowName?: boolean;
|
|
4212
|
+
/**
|
|
4213
|
+
* <p>是否不可编辑合同类型 true-不可编辑 false-可编辑(默认)</p>
|
|
4214
|
+
*/
|
|
4215
|
+
NoEditFlowType?: boolean;
|
|
4216
|
+
/**
|
|
4217
|
+
* <p>是否不可编辑合同截止日期 true-不可编辑 false-可编辑(默认)</p>
|
|
4218
|
+
*/
|
|
4219
|
+
NoEditDeadline?: boolean;
|
|
4220
|
+
/**
|
|
4221
|
+
* <p>签署控件配置(如是否默认展示日期),用于嵌入式发起页面配置</p>
|
|
4222
|
+
*/
|
|
4223
|
+
SignComponentConfig?: SignComponentConfig;
|
|
4224
|
+
/**
|
|
4225
|
+
* <p>是否禁止编辑水印控件属性 true-禁止 false-否(默认)</p>
|
|
4226
|
+
*/
|
|
4227
|
+
ForbidEditWatermark?: boolean;
|
|
4228
|
+
/**
|
|
4229
|
+
* <p>发起成功后是否隐藏签署码 true-隐藏 false-否(默认)</p>
|
|
4230
|
+
*/
|
|
4231
|
+
HideSignCodeAfterStart?: boolean;
|
|
4232
|
+
/**
|
|
4233
|
+
* <p>发起成功后是否签署合同,仅当前经办人为签署人时生效 true-展示签署 false-否(默认)</p>
|
|
4234
|
+
*/
|
|
4235
|
+
SignAfterStart?: boolean;
|
|
4236
|
+
/**
|
|
4237
|
+
* <p>发起成功后是否预览合同 true-展示预览按钮 false-否(默认)</p>
|
|
4238
|
+
*/
|
|
4239
|
+
PreviewAfterStart?: boolean;
|
|
4209
4240
|
}
|
|
4210
4241
|
/**
|
|
4211
4242
|
* ChannelDescribeOrganizationSeals请求参数结构体
|
|
@@ -7475,12 +7506,11 @@ export interface ApproverOption {
|
|
|
7475
7506
|
*/
|
|
7476
7507
|
export interface ChannelCreatePrepareFlowGroupResponse {
|
|
7477
7508
|
/**
|
|
7478
|
-
*
|
|
7479
|
-
建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。
|
|
7509
|
+
* <p>合同组ID,为32位字符串。<br>建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。</p>
|
|
7480
7510
|
*/
|
|
7481
7511
|
FlowGroupId?: string;
|
|
7482
7512
|
/**
|
|
7483
|
-
*
|
|
7513
|
+
* <p>嵌入式发起链接</p>
|
|
7484
7514
|
*/
|
|
7485
7515
|
PrepareUrl?: string;
|
|
7486
7516
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UpdateAliasRequest, EnableWhiteBoxKeyRequest, AsymmetricRsaDecryptRequest, EnableKeyRotationRequest, DescribeWhiteBoxKeyDetailsResponse, CreateKeyRequest, DisableWhiteBoxKeyResponse, DisableKeyResponse, DescribeWhiteBoxServiceStatusRequest, UpdateDataKeyDescriptionRequest, DescribeDataKeyResponse, DisableDataKeyResponse, DescribeKeyRequest, DescribeDataKeysRequest, ListAlgorithmsResponse, DisableKeysResponse, EnableDataKeyResponse, DescribeWhiteBoxKeyResponse, UpdateKeyDescriptionResponse, DescribeWhiteBoxServiceStatusResponse, AsymmetricRsaDecryptResponse, ScheduleDataKeyDeletionResponse, EnableKeyRequest, GetKeyRotationStatusRequest, ListAlgorithmsRequest, ListKeyDetailResponse, GenerateDataKeyRequest, UpdateAliasResponse, ScheduleKeyDeletionResponse, PostQuantumCryptoVerifyRequest, GenerateRandomResponse, UpdateDataKeyNameRequest, ScheduleDataKeyDeletionRequest, DescribeKeysRequest, GetPublicKeyRequest, GetServiceStatusRequest, EnableWhiteBoxKeysResponse, ArchiveKeyResponse, VerifyByAsymmetricKeyResponse, DescribeDataKeysResponse, DescribeWhiteBoxKeyRequest, GetParametersForImportResponse, DecryptResponse, ListDataKeyDetailResponse, CreateWhiteBoxKeyResponse, ImportKeyMaterialRequest, DeleteImportedKeyMaterialResponse, EnableKeysRequest, EnableWhiteBoxKeysRequest, EncryptByWhiteBoxResponse, UpdateDataKeyNameResponse, DescribeKeysResponse, EnableWhiteBoxKeyResponse, ListDataKeysResponse, ReEncryptRequest, ListKeysResponse, DescribeDataKeyRequest, AsymmetricSm2DecryptResponse, DisableKeyRotationResponse, VerifyByAsymmetricKeyRequest, DisableWhiteBoxKeysRequest, ImportDataKeyRequest, ListKeyDetailRequest, DeleteWhiteBoxKeyRequest, GetRegionsResponse, UpdateDataKeyDescriptionResponse, CancelKeyDeletionRequest, EnableDataKeysResponse, GenerateDataKeyResponse, EnableDataKeysRequest, CreateWhiteBoxKeyRequest, GetDataKeyPlaintextResponse, DisableDataKeyRequest, OverwriteWhiteBoxDeviceFingerprintsResponse, DisableWhiteBoxKeysResponse, ArchiveKeyRequest, GetParametersForImportRequest, CreateKeyResponse, ReEncryptResponse, EncryptResponse, GetDataKeyPlaintextRequest, GetDataKeyCiphertextBlobRequest, DeleteImportedKeyMaterialRequest, EnableKeyResponse, ImportDataKeyResponse, GetServiceStatusResponse, GetKeyRotationStatusResponse, EncryptRequest, AsymmetricSm2DecryptRequest, ListDataKeysRequest, DeleteWhiteBoxKeyResponse, ListDataKeyDetailRequest, CancelDataKeyDeletionResponse, ListKeysRequest, DescribeWhiteBoxDecryptKeyRequest, CancelKeyArchiveResponse, GetPublicKeyResponse, DecryptRequest, DescribeWhiteBoxKeyDetailsRequest, PostQuantumCryptoSignRequest, PostQuantumCryptoDecryptRequest, CancelKeyDeletionResponse, DisableKeysRequest, DisableWhiteBoxKeyRequest, UnbindCloudResourceRequest, OverwriteWhiteBoxDeviceFingerprintsRequest, EnableKeyRotationResponse, BindCloudResourceResponse, EnableKeysResponse, SignByAsymmetricKeyRequest, DescribeWhiteBoxDeviceFingerprintsRequest, GetRegionsRequest, PostQuantumCryptoEncryptResponse, EncryptByWhiteBoxRequest, GenerateRandomRequest, DisableDataKeysResponse, ScheduleKeyDeletionRequest, CancelDataKeyDeletionRequest, PostQuantumCryptoEncryptRequest, DisableKeyRequest, ImportKeyMaterialResponse, EnableDataKeyRequest, BindCloudResourceRequest, GetDataKeyCiphertextBlobResponse, PostQuantumCryptoSignResponse, SignByAsymmetricKeyResponse, PostQuantumCryptoVerifyResponse, DescribeWhiteBoxDecryptKeyResponse, DescribeWhiteBoxDeviceFingerprintsResponse, PostQuantumCryptoDecryptResponse, DisableDataKeysRequest, UpdateKeyDescriptionRequest, UnbindCloudResourceResponse, DescribeKeyResponse, CancelKeyArchiveRequest, DisableKeyRotationRequest } from "./kms_models";
|
|
3
|
+
import { UpdateAliasRequest, EnableWhiteBoxKeyRequest, AsymmetricRsaDecryptRequest, EnableKeyRotationRequest, DescribeWhiteBoxKeyDetailsResponse, CreateKeyRequest, DisableWhiteBoxKeyResponse, DisableKeyResponse, DescribeWhiteBoxServiceStatusRequest, UpdateDataKeyDescriptionRequest, DescribeDataKeyResponse, DisableDataKeyResponse, DescribeKeyRequest, DescribeDataKeysRequest, ListAlgorithmsResponse, DisableKeysResponse, EnableDataKeyResponse, DescribeWhiteBoxKeyResponse, UpdateKeyDescriptionResponse, DescribeWhiteBoxServiceStatusResponse, AsymmetricRsaDecryptResponse, ScheduleDataKeyDeletionResponse, EnableKeyRequest, GetKeyRotationStatusRequest, ListAlgorithmsRequest, ListKeyDetailResponse, GenerateDataKeyRequest, UpdateAliasResponse, ScheduleKeyDeletionResponse, PostQuantumCryptoVerifyRequest, GenerateRandomResponse, UpdateDataKeyNameRequest, ScheduleDataKeyDeletionRequest, DescribeKeysRequest, GetPublicKeyRequest, GetServiceStatusRequest, EnableWhiteBoxKeysResponse, ArchiveKeyResponse, VerifyByAsymmetricKeyResponse, DescribeDataKeysResponse, DescribeWhiteBoxKeyRequest, GetParametersForImportResponse, DecryptResponse, ListDataKeyDetailResponse, CreateWhiteBoxKeyResponse, ImportKeyMaterialRequest, DeleteImportedKeyMaterialResponse, EnableKeysRequest, EnableWhiteBoxKeysRequest, EncryptByWhiteBoxResponse, UpdateDataKeyNameResponse, DescribeKeysResponse, EnableWhiteBoxKeyResponse, ListDataKeysResponse, ReEncryptRequest, ListKeysResponse, DescribeDataKeyRequest, AsymmetricSm2DecryptResponse, DisableKeyRotationResponse, VerifyByAsymmetricKeyRequest, DisableWhiteBoxKeysRequest, ImportDataKeyRequest, ListKeyDetailRequest, DeleteWhiteBoxKeyRequest, GetRegionsResponse, UpdateDataKeyDescriptionResponse, CancelKeyDeletionRequest, EnableDataKeysResponse, GenerateDataKeyResponse, EnableDataKeysRequest, CreateWhiteBoxKeyRequest, GetDataKeyPlaintextResponse, DisableDataKeyRequest, OverwriteWhiteBoxDeviceFingerprintsResponse, DisableWhiteBoxKeysResponse, ArchiveKeyRequest, GetParametersForImportRequest, CreateKeyResponse, ReEncryptResponse, EncryptResponse, GetDataKeyPlaintextRequest, GetDataKeyCiphertextBlobRequest, DeleteImportedKeyMaterialRequest, EnableKeyResponse, ImportDataKeyResponse, GetServiceStatusResponse, GetKeyRotationStatusResponse, EncryptRequest, AsymmetricSm2DecryptRequest, ListDataKeysRequest, DeleteWhiteBoxKeyResponse, ListDataKeyDetailRequest, CancelDataKeyDeletionResponse, RotateKeyResponse, ListKeysRequest, DescribeWhiteBoxDecryptKeyRequest, CancelKeyArchiveResponse, GetPublicKeyResponse, DecryptRequest, DescribeWhiteBoxKeyDetailsRequest, PostQuantumCryptoSignRequest, PostQuantumCryptoDecryptRequest, CancelKeyDeletionResponse, DisableKeysRequest, DisableWhiteBoxKeyRequest, UnbindCloudResourceRequest, OverwriteWhiteBoxDeviceFingerprintsRequest, EnableKeyRotationResponse, BindCloudResourceResponse, EnableKeysResponse, SignByAsymmetricKeyRequest, DescribeWhiteBoxDeviceFingerprintsRequest, GetRegionsRequest, PostQuantumCryptoEncryptResponse, EncryptByWhiteBoxRequest, GenerateRandomRequest, DisableDataKeysResponse, ScheduleKeyDeletionRequest, CancelDataKeyDeletionRequest, PostQuantumCryptoEncryptRequest, DisableKeyRequest, ImportKeyMaterialResponse, EnableDataKeyRequest, BindCloudResourceRequest, GetDataKeyCiphertextBlobResponse, PostQuantumCryptoSignResponse, SignByAsymmetricKeyResponse, PostQuantumCryptoVerifyResponse, DescribeWhiteBoxDecryptKeyResponse, DescribeWhiteBoxDeviceFingerprintsResponse, PostQuantumCryptoDecryptResponse, RotateKeyRequest, DisableDataKeysRequest, UpdateKeyDescriptionRequest, UnbindCloudResourceResponse, DescribeKeyResponse, CancelKeyArchiveRequest, DisableKeyRotationRequest } from "./kms_models";
|
|
4
4
|
/**
|
|
5
5
|
* kms client
|
|
6
6
|
* @class
|
|
@@ -193,6 +193,10 @@ export declare class Client extends AbstractClient {
|
|
|
193
193
|
* 对指定的CMK禁止密钥轮换功能。
|
|
194
194
|
*/
|
|
195
195
|
DisableKeyRotation(req: DisableKeyRotationRequest, cb?: (error: string, rep: DisableKeyRotationResponse) => void): Promise<DisableKeyRotationResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* 对指定的CMK(用户主密钥)执行立即轮转操作。可以通过调用DescribeKey,返回上次轮转时间和下次轮转时间,判断是否轮转成功。
|
|
198
|
+
*/
|
|
199
|
+
RotateKey(req: RotateKeyRequest, cb?: (error: string, rep: RotateKeyResponse) => void): Promise<RotateKeyResponse>;
|
|
196
200
|
/**
|
|
197
201
|
* 根据指定Offset和Limit获取主密钥列表详情。
|
|
198
202
|
*/
|
|
@@ -305,6 +305,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
305
305
|
async DisableKeyRotation(req, cb) {
|
|
306
306
|
return this.request("DisableKeyRotation", req, cb);
|
|
307
307
|
}
|
|
308
|
+
/**
|
|
309
|
+
* 对指定的CMK(用户主密钥)执行立即轮转操作。可以通过调用DescribeKey,返回上次轮转时间和下次轮转时间,判断是否轮转成功。
|
|
310
|
+
*/
|
|
311
|
+
async RotateKey(req, cb) {
|
|
312
|
+
return this.request("RotateKey", req, cb);
|
|
313
|
+
}
|
|
308
314
|
/**
|
|
309
315
|
* 根据指定Offset和Limit获取主密钥列表详情。
|
|
310
316
|
*/
|
|
@@ -1796,6 +1796,19 @@ export interface CancelDataKeyDeletionResponse {
|
|
|
1796
1796
|
*/
|
|
1797
1797
|
RequestId?: string;
|
|
1798
1798
|
}
|
|
1799
|
+
/**
|
|
1800
|
+
* RotateKey返回参数结构体
|
|
1801
|
+
*/
|
|
1802
|
+
export interface RotateKeyResponse {
|
|
1803
|
+
/**
|
|
1804
|
+
* <p>轮转任务ID,用于标识本次轮转任务。可以通过调用DescribeKey,返回上次轮转时间和下次轮转时间,判断是否轮转成功。</p>
|
|
1805
|
+
*/
|
|
1806
|
+
TaskId?: string;
|
|
1807
|
+
/**
|
|
1808
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1809
|
+
*/
|
|
1810
|
+
RequestId?: string;
|
|
1811
|
+
}
|
|
1799
1812
|
/**
|
|
1800
1813
|
* ListKeys请求参数结构体
|
|
1801
1814
|
*/
|
|
@@ -2449,6 +2462,19 @@ export interface PostQuantumCryptoDecryptResponse {
|
|
|
2449
2462
|
*/
|
|
2450
2463
|
RequestId?: string;
|
|
2451
2464
|
}
|
|
2465
|
+
/**
|
|
2466
|
+
* RotateKey请求参数结构体
|
|
2467
|
+
*/
|
|
2468
|
+
export interface RotateKeyRequest {
|
|
2469
|
+
/**
|
|
2470
|
+
* <p>CMK的全局唯一标识符</p>
|
|
2471
|
+
*/
|
|
2472
|
+
KeyId: string;
|
|
2473
|
+
/**
|
|
2474
|
+
* <p>成员账号信息,用于多账号场景</p>
|
|
2475
|
+
*/
|
|
2476
|
+
MemberAccount?: MemberAccount;
|
|
2477
|
+
}
|
|
2452
2478
|
/**
|
|
2453
2479
|
* DisableDataKeys请求参数结构体
|
|
2454
2480
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UpdateAuthorizationPolicyPriorityResponse, ModifyDeviceIdentityResponse, DeleteUserRequest, DescribeSharedSubscriptionGroupsWithSubscriptionsResponse, ModifyJWTAuthenticatorResponse, ModifyAuthorizationPolicyResponse, ActivateDeviceCertificateRequest, CreateInstanceResponse, ApplyRegistrationCodeRequest, DescribeMessageListRequest, DescribeSharedSubscriptionsRequest, DeleteDeviceIdentityRequest, ModifyJWTAuthenticatorRequest, DescribeInsPublicEndpointsResponse, DescribeSharedSubscriptionLagResponse, DeleteTopicRequest, ModifyUserResponse, DescribeCaCertificateResponse, DescribeDeviceCertificatesRequest, DescribeSharedSubscriptionGroupsRequest, DeleteAuthenticatorRequest, DeleteMessageEnrichmentRuleRequest, DeleteAuthorizationPolicyResponse, ModifyJWKSAuthenticatorRequest, DescribeDeviceIdentitiesRequest, CreateMessageEnrichmentRuleResponse, RegisterCaCertificateResponse, KickOutClientResponse, DescribeMessageDetailsRequest,
|
|
3
|
+
import { UpdateAuthorizationPolicyPriorityResponse, DeleteBlockRuleResponse, ModifyDeviceIdentityResponse, DeleteUserRequest, DescribeSharedSubscriptionGroupsWithSubscriptionsResponse, ModifyJWTAuthenticatorResponse, CreateBlockRuleResponse, ModifyAuthorizationPolicyResponse, ActivateDeviceCertificateRequest, CreateInstanceResponse, ApplyRegistrationCodeRequest, DescribeMessageListRequest, DescribeSharedSubscriptionsRequest, DeleteDeviceIdentityRequest, ModifyJWTAuthenticatorRequest, DescribeInsPublicEndpointsResponse, DescribeSharedSubscriptionLagResponse, DeleteTopicRequest, ModifyUserResponse, ModifyBlockRuleResponse, DescribeCaCertificateResponse, DescribeDeviceCertificatesRequest, DescribeSharedSubscriptionGroupsRequest, DeleteAuthenticatorRequest, DeleteMessageEnrichmentRuleRequest, DeleteAuthorizationPolicyResponse, ModifyJWKSAuthenticatorRequest, DescribeDeviceIdentitiesRequest, DeleteBlockRuleRequest, CreateMessageEnrichmentRuleResponse, RegisterCaCertificateResponse, KickOutClientResponse, DescribeMessageDetailsRequest, DescribeInsVPCEndpointsResponse, ModifyInstanceRequest, CreateDeviceIdentityRequest, RegisterDeviceCertificateResponse, DescribeClientListResponse, DescribeMessageListResponse, DescribeInstanceListResponse, ApplyRegistrationCodeResponse, ModifyMessageEnrichmentRuleRequest, ModifyInstanceResponse, ModifyBlockRuleRequest, AddClientSubscriptionRequest, ModifyInsPublicEndpointRequest, CreateHttpAuthenticatorResponse, DescribeInstanceResponse, UpdateMessageEnrichmentRulePriorityResponse, ModifyJWKSAuthenticatorResponse, DescribeWillMessageResponse, DeleteDeviceIdentityResponse, CreateInsPublicEndpointResponse, CreateUserResponse, CreateAuthorizationPolicyRequest, PublishMessageResponse, DescribeMessageEnrichmentRulesResponse, DescribeAuthenticatorResponse, DeactivateCaCertificateResponse, DeleteCaCertificateRequest, DeleteDeviceCertificateRequest, DescribeMessageByTopicRequest, DescribeUserListRequest, DeleteUserResponse, ModifyX509ConfigRequest, ActivateCaCertificateResponse, DeleteDeviceCertificateResponse, DescribeMessageByTopicResponse, DescribeBlockRuleListResponse, DeleteInstanceResponse, DescribeProductSKUListResponse, CreateJWKSAuthenticatorRequest, DescribeTopicResponse, CreateJWKSAuthenticatorResponse, ModifyHttpAuthenticatorResponse, DescribeAuthorizationPoliciesResponse, CreateTopicRequest, DeleteCaCertificateResponse, DescribeSharedSubscriptionClientResponse, DeleteClientSubscriptionRequest, DescribeMessageDetailsResponse, DescribeUserListResponse, DeleteMessageEnrichmentRuleResponse, DeactivateDeviceCertificateResponse, DescribeSharedSubscriptionGroupsWithSubscriptionsRequest, ActivateCaCertificateRequest, ActivateDeviceCertificateResponse, DescribeTopicRequest, PublishMessageRequest, ModifyX509ConfigResponse, DescribeClientListRequest, DeleteInsPublicEndpointResponse, DescribeInsVPCEndpointsRequest, DescribeTopicListRequest, AddClientSubscriptionResponse, CreateTopicResponse, RevokedDeviceCertificateRequest, ModifyInsPublicEndpointResponse, CreateAuthorizationPolicyResponse, RegisterCaCertificateRequest, DescribeSharedSubscriptionClientRequest, DescribeCaCertificateRequest, DescribeSharedSubscriptionsResponse, CreateInsPublicEndpointRequest, RegisterDeviceCertificateRequest, CreateBlockRuleRequest, DeactivateDeviceCertificateRequest, DescribeDeviceCertificatesResponse, ModifyTopicRequest, CreateUserRequest, DescribeAuthenticatorRequest, ModifyInstanceCertBindingResponse, UpdateMessageEnrichmentRulePriorityRequest, DeleteInstanceRequest, DescribeDeviceCertificateRequest, DescribeBlockRuleListRequest, DeleteInsPublicEndpointRequest, DescribeInsPublicEndpointsRequest, CreateDeviceIdentityResponse, KickOutClientRequest, DescribeDeviceIdentityResponse, ModifyTopicResponse, DeleteClientSubscriptionResponse, DescribeMessageEnrichmentRulesRequest, UpdateAuthorizationPolicyPriorityRequest, CreateMessageEnrichmentRuleRequest, DescribeSharedSubscriptionGroupsResponse, CreateJWTAuthenticatorResponse, DeleteAuthorizationPolicyRequest, DescribeDeviceIdentityRequest, CreateInstanceRequest, DescribeAuthorizationPoliciesRequest, RevokedDeviceCertificateResponse, CreateHttpAuthenticatorRequest, DescribeDeviceCertificateBackupHistoryResponse, DescribeSharedSubscriptionLagRequest, DescribeWillMessageRequest, DescribeDeviceCertificateResponse, DescribeInstanceListRequest, DeactivateCaCertificateRequest, ModifyDeviceIdentityRequest, CreateJWTAuthenticatorRequest, DescribeDeviceIdentityBackupHistoryRequest, DescribeCaCertificatesRequest, DescribeDeviceIdentityBackupHistoryResponse, ModifyMessageEnrichmentRuleResponse, ModifyAuthorizationPolicyRequest, DescribeProductSKUListRequest, DescribeTopicListResponse, DeleteTopicResponse, ModifyInstanceCertBindingRequest, ModifyHttpAuthenticatorRequest, DescribeInstanceRequest, DescribeCaCertificatesResponse, ModifyUserRequest, DeleteAuthenticatorResponse, DescribeDeviceIdentitiesResponse, DescribeDeviceCertificateBackupHistoryRequest } from "./mqtt_models";
|
|
4
4
|
/**
|
|
5
5
|
* mqtt client
|
|
6
6
|
* @class
|
|
@@ -52,13 +52,17 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
*/
|
|
53
53
|
DeleteDeviceCertificate(req: DeleteDeviceCertificateRequest, cb?: (error: string, rep: DeleteDeviceCertificateResponse) => void): Promise<DeleteDeviceCertificateResponse>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* 更新MQTT实例公网接入点
|
|
56
56
|
*/
|
|
57
|
-
|
|
57
|
+
ModifyInsPublicEndpoint(req: ModifyInsPublicEndpointRequest, cb?: (error: string, rep: ModifyInsPublicEndpointResponse) => void): Promise<ModifyInsPublicEndpointResponse>;
|
|
58
58
|
/**
|
|
59
59
|
* 删除MQTT实例
|
|
60
60
|
*/
|
|
61
61
|
DeleteInstance(req: DeleteInstanceRequest, cb?: (error: string, rep: DeleteInstanceResponse) => void): Promise<DeleteInstanceResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* 修改集群X509配置
|
|
64
|
+
*/
|
|
65
|
+
ModifyX509Config(req: ModifyX509ConfigRequest, cb?: (error: string, rep: ModifyX509ConfigResponse) => void): Promise<ModifyX509ConfigResponse>;
|
|
62
66
|
/**
|
|
63
67
|
* 根据订阅查询消息
|
|
64
68
|
*/
|
|
@@ -75,6 +79,10 @@ export declare class Client extends AbstractClient {
|
|
|
75
79
|
* 创建一条消息属性增强规则
|
|
76
80
|
*/
|
|
77
81
|
CreateMessageEnrichmentRule(req: CreateMessageEnrichmentRuleRequest, cb?: (error: string, rep: CreateMessageEnrichmentRuleResponse) => void): Promise<CreateMessageEnrichmentRuleResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 删除封禁规则
|
|
84
|
+
*/
|
|
85
|
+
DeleteBlockRule(req: DeleteBlockRuleRequest, cb?: (error: string, rep: DeleteBlockRuleResponse) => void): Promise<DeleteBlockRuleResponse>;
|
|
78
86
|
/**
|
|
79
87
|
* 查询MQTT实例公网接入点
|
|
80
88
|
*/
|
|
@@ -84,9 +92,13 @@ export declare class Client extends AbstractClient {
|
|
|
84
92
|
*/
|
|
85
93
|
DescribeSharedSubscriptionGroupsWithSubscriptions(req: DescribeSharedSubscriptionGroupsWithSubscriptionsRequest, cb?: (error: string, rep: DescribeSharedSubscriptionGroupsWithSubscriptionsResponse) => void): Promise<DescribeSharedSubscriptionGroupsWithSubscriptionsResponse>;
|
|
86
94
|
/**
|
|
87
|
-
*
|
|
95
|
+
* 修改策略规则优先级
|
|
88
96
|
*/
|
|
89
|
-
|
|
97
|
+
UpdateAuthorizationPolicyPriority(req: UpdateAuthorizationPolicyPriorityRequest, cb?: (error: string, rep: UpdateAuthorizationPolicyPriorityResponse) => void): Promise<UpdateAuthorizationPolicyPriorityResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 修改封禁规则
|
|
100
|
+
*/
|
|
101
|
+
ModifyBlockRule(req: ModifyBlockRuleRequest, cb?: (error: string, rep: ModifyBlockRuleResponse) => void): Promise<ModifyBlockRuleResponse>;
|
|
90
102
|
/**
|
|
91
103
|
* 修改MQTT JWKS 认证器
|
|
92
104
|
*/
|
|
@@ -131,9 +143,10 @@ export declare class Client extends AbstractClient {
|
|
|
131
143
|
*/
|
|
132
144
|
DescribeUserList(req: DescribeUserListRequest, cb?: (error: string, rep: DescribeUserListResponse) => void): Promise<DescribeUserListResponse>;
|
|
133
145
|
/**
|
|
134
|
-
*
|
|
146
|
+
* 修改消息属性增强规则
|
|
147
|
+
注意:需要提交当前规则的所有属性,即使某些字段没有修改。
|
|
135
148
|
*/
|
|
136
|
-
|
|
149
|
+
ModifyMessageEnrichmentRule(req: ModifyMessageEnrichmentRuleRequest, cb?: (error: string, rep: ModifyMessageEnrichmentRuleResponse) => void): Promise<ModifyMessageEnrichmentRuleResponse>;
|
|
137
150
|
/**
|
|
138
151
|
* 修改消息属性增强规则优先级
|
|
139
152
|
*/
|
|
@@ -154,6 +167,10 @@ export declare class Client extends AbstractClient {
|
|
|
154
167
|
* 查询授权规则
|
|
155
168
|
*/
|
|
156
169
|
DescribeAuthorizationPolicies(req: DescribeAuthorizationPoliciesRequest, cb?: (error: string, rep: DescribeAuthorizationPoliciesResponse) => void): Promise<DescribeAuthorizationPoliciesResponse>;
|
|
170
|
+
/**
|
|
171
|
+
* 创建封禁规则
|
|
172
|
+
*/
|
|
173
|
+
CreateBlockRule(req: CreateBlockRuleRequest, cb?: (error: string, rep: CreateBlockRuleResponse) => void): Promise<CreateBlockRuleResponse>;
|
|
157
174
|
/**
|
|
158
175
|
* 获取主题列表,Filter参数使用说明如下:
|
|
159
176
|
|
|
@@ -231,10 +248,9 @@ export declare class Client extends AbstractClient {
|
|
|
231
248
|
*/
|
|
232
249
|
DeleteUser(req: DeleteUserRequest, cb?: (error: string, rep: DeleteUserResponse) => void): Promise<DeleteUserResponse>;
|
|
233
250
|
/**
|
|
234
|
-
*
|
|
235
|
-
注意:需要提交当前规则的所有属性,即使某些字段没有修改。
|
|
251
|
+
* 封禁规则列表
|
|
236
252
|
*/
|
|
237
|
-
|
|
253
|
+
DescribeBlockRuleList(req: DescribeBlockRuleListRequest, cb?: (error: string, rep: DescribeBlockRuleListResponse) => void): Promise<DescribeBlockRuleListResponse>;
|
|
238
254
|
/**
|
|
239
255
|
* 踢出客户端
|
|
240
256
|
*/
|
|
@@ -94,10 +94,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
94
|
return this.request("DeleteDeviceCertificate", req, cb);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 更新MQTT实例公网接入点
|
|
98
98
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async ModifyInsPublicEndpoint(req, cb) {
|
|
100
|
+
return this.request("ModifyInsPublicEndpoint", req, cb);
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* 删除MQTT实例
|
|
@@ -105,6 +105,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
105
105
|
async DeleteInstance(req, cb) {
|
|
106
106
|
return this.request("DeleteInstance", req, cb);
|
|
107
107
|
}
|
|
108
|
+
/**
|
|
109
|
+
* 修改集群X509配置
|
|
110
|
+
*/
|
|
111
|
+
async ModifyX509Config(req, cb) {
|
|
112
|
+
return this.request("ModifyX509Config", req, cb);
|
|
113
|
+
}
|
|
108
114
|
/**
|
|
109
115
|
* 根据订阅查询消息
|
|
110
116
|
*/
|
|
@@ -129,6 +135,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
129
135
|
async CreateMessageEnrichmentRule(req, cb) {
|
|
130
136
|
return this.request("CreateMessageEnrichmentRule", req, cb);
|
|
131
137
|
}
|
|
138
|
+
/**
|
|
139
|
+
* 删除封禁规则
|
|
140
|
+
*/
|
|
141
|
+
async DeleteBlockRule(req, cb) {
|
|
142
|
+
return this.request("DeleteBlockRule", req, cb);
|
|
143
|
+
}
|
|
132
144
|
/**
|
|
133
145
|
* 查询MQTT实例公网接入点
|
|
134
146
|
*/
|
|
@@ -142,10 +154,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
142
154
|
return this.request("DescribeSharedSubscriptionGroupsWithSubscriptions", req, cb);
|
|
143
155
|
}
|
|
144
156
|
/**
|
|
145
|
-
*
|
|
157
|
+
* 修改策略规则优先级
|
|
146
158
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
159
|
+
async UpdateAuthorizationPolicyPriority(req, cb) {
|
|
160
|
+
return this.request("UpdateAuthorizationPolicyPriority", req, cb);
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* 修改封禁规则
|
|
164
|
+
*/
|
|
165
|
+
async ModifyBlockRule(req, cb) {
|
|
166
|
+
return this.request("ModifyBlockRule", req, cb);
|
|
149
167
|
}
|
|
150
168
|
/**
|
|
151
169
|
* 修改MQTT JWKS 认证器
|
|
@@ -211,10 +229,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
211
229
|
return this.request("DescribeUserList", req, cb);
|
|
212
230
|
}
|
|
213
231
|
/**
|
|
214
|
-
*
|
|
232
|
+
* 修改消息属性增强规则
|
|
233
|
+
注意:需要提交当前规则的所有属性,即使某些字段没有修改。
|
|
215
234
|
*/
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
235
|
+
async ModifyMessageEnrichmentRule(req, cb) {
|
|
236
|
+
return this.request("ModifyMessageEnrichmentRule", req, cb);
|
|
218
237
|
}
|
|
219
238
|
/**
|
|
220
239
|
* 修改消息属性增强规则优先级
|
|
@@ -246,6 +265,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
246
265
|
async DescribeAuthorizationPolicies(req, cb) {
|
|
247
266
|
return this.request("DescribeAuthorizationPolicies", req, cb);
|
|
248
267
|
}
|
|
268
|
+
/**
|
|
269
|
+
* 创建封禁规则
|
|
270
|
+
*/
|
|
271
|
+
async CreateBlockRule(req, cb) {
|
|
272
|
+
return this.request("CreateBlockRule", req, cb);
|
|
273
|
+
}
|
|
249
274
|
/**
|
|
250
275
|
* 获取主题列表,Filter参数使用说明如下:
|
|
251
276
|
|
|
@@ -357,11 +382,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
357
382
|
return this.request("DeleteUser", req, cb);
|
|
358
383
|
}
|
|
359
384
|
/**
|
|
360
|
-
*
|
|
361
|
-
注意:需要提交当前规则的所有属性,即使某些字段没有修改。
|
|
385
|
+
* 封禁规则列表
|
|
362
386
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
387
|
+
async DescribeBlockRuleList(req, cb) {
|
|
388
|
+
return this.request("DescribeBlockRuleList", req, cb);
|
|
365
389
|
}
|
|
366
390
|
/**
|
|
367
391
|
* 踢出客户端
|