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
|
@@ -35,6 +35,15 @@ export interface MQTTClientSubscription {
|
|
|
35
35
|
*/
|
|
36
36
|
UserProperties?: Array<SubscriptionUserProperty>;
|
|
37
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* DeleteBlockRule返回参数结构体
|
|
40
|
+
*/
|
|
41
|
+
export interface DeleteBlockRuleResponse {
|
|
42
|
+
/**
|
|
43
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
44
|
+
*/
|
|
45
|
+
RequestId?: string;
|
|
46
|
+
}
|
|
38
47
|
/**
|
|
39
48
|
* ModifyDeviceIdentity返回参数结构体
|
|
40
49
|
*/
|
|
@@ -144,6 +153,23 @@ export interface CaCertificateItem {
|
|
|
144
153
|
*/
|
|
145
154
|
NotAfterTime?: number;
|
|
146
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* CreateBlockRule返回参数结构体
|
|
158
|
+
*/
|
|
159
|
+
export interface CreateBlockRuleResponse {
|
|
160
|
+
/**
|
|
161
|
+
* 实例ID
|
|
162
|
+
*/
|
|
163
|
+
InstanceId?: string;
|
|
164
|
+
/**
|
|
165
|
+
* 封禁规则名
|
|
166
|
+
*/
|
|
167
|
+
Name?: string;
|
|
168
|
+
/**
|
|
169
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
170
|
+
*/
|
|
171
|
+
RequestId?: string;
|
|
172
|
+
}
|
|
147
173
|
/**
|
|
148
174
|
* 消息属性增强规则优先级
|
|
149
175
|
*/
|
|
@@ -432,6 +458,15 @@ export interface ModifyUserResponse {
|
|
|
432
458
|
*/
|
|
433
459
|
RequestId?: string;
|
|
434
460
|
}
|
|
461
|
+
/**
|
|
462
|
+
* ModifyBlockRule返回参数结构体
|
|
463
|
+
*/
|
|
464
|
+
export interface ModifyBlockRuleResponse {
|
|
465
|
+
/**
|
|
466
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
467
|
+
*/
|
|
468
|
+
RequestId?: string;
|
|
469
|
+
}
|
|
435
470
|
/**
|
|
436
471
|
* DescribeCaCertificate返回参数结构体
|
|
437
472
|
*/
|
|
@@ -705,6 +740,19 @@ export interface DescribeDeviceIdentitiesRequest {
|
|
|
705
740
|
*/
|
|
706
741
|
Limit?: number;
|
|
707
742
|
}
|
|
743
|
+
/**
|
|
744
|
+
* DeleteBlockRule请求参数结构体
|
|
745
|
+
*/
|
|
746
|
+
export interface DeleteBlockRuleRequest {
|
|
747
|
+
/**
|
|
748
|
+
* 实例ID
|
|
749
|
+
*/
|
|
750
|
+
InstanceId: string;
|
|
751
|
+
/**
|
|
752
|
+
* 封禁规则名
|
|
753
|
+
*/
|
|
754
|
+
BlockRuleName: string;
|
|
755
|
+
}
|
|
708
756
|
/**
|
|
709
757
|
* CreateMessageEnrichmentRule返回参数结构体
|
|
710
758
|
*/
|
|
@@ -779,13 +827,17 @@ export interface DescribeMessageDetailsRequest {
|
|
|
779
827
|
Subscription?: string;
|
|
780
828
|
}
|
|
781
829
|
/**
|
|
782
|
-
*
|
|
830
|
+
* DescribeInsVPCEndpoints返回参数结构体
|
|
783
831
|
*/
|
|
784
|
-
export interface
|
|
832
|
+
export interface DescribeInsVPCEndpointsResponse {
|
|
785
833
|
/**
|
|
786
|
-
*
|
|
834
|
+
* 接入点
|
|
787
835
|
*/
|
|
788
|
-
|
|
836
|
+
Endpoints?: Array<MQTTEndpointItem>;
|
|
837
|
+
/**
|
|
838
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
839
|
+
*/
|
|
840
|
+
RequestId?: string;
|
|
789
841
|
}
|
|
790
842
|
/**
|
|
791
843
|
* ModifyInstance请求参数结构体
|
|
@@ -1216,13 +1268,33 @@ export interface ModifyInstanceResponse {
|
|
|
1216
1268
|
RequestId?: string;
|
|
1217
1269
|
}
|
|
1218
1270
|
/**
|
|
1219
|
-
*
|
|
1271
|
+
* ModifyBlockRule请求参数结构体
|
|
1220
1272
|
*/
|
|
1221
|
-
export interface
|
|
1273
|
+
export interface ModifyBlockRuleRequest {
|
|
1222
1274
|
/**
|
|
1223
|
-
*
|
|
1275
|
+
* 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
1224
1276
|
*/
|
|
1225
|
-
|
|
1277
|
+
InstanceId: string;
|
|
1278
|
+
/**
|
|
1279
|
+
* 待修改的封禁规则名
|
|
1280
|
+
*/
|
|
1281
|
+
Name: string;
|
|
1282
|
+
/**
|
|
1283
|
+
* 包含表达式支持*(多个字符)和?(一个字符)
|
|
1284
|
+
*/
|
|
1285
|
+
Include?: string;
|
|
1286
|
+
/**
|
|
1287
|
+
* 排除表达式支持*(多个字符)和?(一个字符),最多三条。
|
|
1288
|
+
*/
|
|
1289
|
+
Excludes?: Array<string>;
|
|
1290
|
+
/**
|
|
1291
|
+
* 过期时间,毫秒级时间戳
|
|
1292
|
+
*/
|
|
1293
|
+
ExpireTime?: number;
|
|
1294
|
+
/**
|
|
1295
|
+
* 备注,最长 128 字符
|
|
1296
|
+
*/
|
|
1297
|
+
Remark?: string;
|
|
1226
1298
|
}
|
|
1227
1299
|
/**
|
|
1228
1300
|
* AddClientSubscription请求参数结构体
|
|
@@ -1245,6 +1317,23 @@ export interface AddClientSubscriptionRequest {
|
|
|
1245
1317
|
*/
|
|
1246
1318
|
Qos?: string;
|
|
1247
1319
|
}
|
|
1320
|
+
/**
|
|
1321
|
+
* ModifyInsPublicEndpoint请求参数结构体
|
|
1322
|
+
*/
|
|
1323
|
+
export interface ModifyInsPublicEndpointRequest {
|
|
1324
|
+
/**
|
|
1325
|
+
* 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
1326
|
+
*/
|
|
1327
|
+
InstanceId: string;
|
|
1328
|
+
/**
|
|
1329
|
+
* 带宽,单位:Mbps
|
|
1330
|
+
*/
|
|
1331
|
+
Bandwidth: number;
|
|
1332
|
+
/**
|
|
1333
|
+
* 公网访问规则
|
|
1334
|
+
*/
|
|
1335
|
+
Rules: Array<PublicAccessRule>;
|
|
1336
|
+
}
|
|
1248
1337
|
/**
|
|
1249
1338
|
* CreateHttpAuthenticator返回参数结构体
|
|
1250
1339
|
*/
|
|
@@ -1847,6 +1936,23 @@ export interface DescribeMessageByTopicResponse {
|
|
|
1847
1936
|
*/
|
|
1848
1937
|
RequestId?: string;
|
|
1849
1938
|
}
|
|
1939
|
+
/**
|
|
1940
|
+
* DescribeBlockRuleList返回参数结构体
|
|
1941
|
+
*/
|
|
1942
|
+
export interface DescribeBlockRuleListResponse {
|
|
1943
|
+
/**
|
|
1944
|
+
* 总数
|
|
1945
|
+
*/
|
|
1946
|
+
TotalCount?: number;
|
|
1947
|
+
/**
|
|
1948
|
+
* 封禁规则列表
|
|
1949
|
+
*/
|
|
1950
|
+
Data?: Array<BlockRuleItem>;
|
|
1951
|
+
/**
|
|
1952
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1953
|
+
*/
|
|
1954
|
+
RequestId?: string;
|
|
1955
|
+
}
|
|
1850
1956
|
/**
|
|
1851
1957
|
* DeleteInstance返回参数结构体
|
|
1852
1958
|
*/
|
|
@@ -2365,6 +2471,15 @@ export interface AuthorizationPolicyItem {
|
|
|
2365
2471
|
*/
|
|
2366
2472
|
UpdateTime?: number;
|
|
2367
2473
|
}
|
|
2474
|
+
/**
|
|
2475
|
+
* ModifyX509Config返回参数结构体
|
|
2476
|
+
*/
|
|
2477
|
+
export interface ModifyX509ConfigResponse {
|
|
2478
|
+
/**
|
|
2479
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2480
|
+
*/
|
|
2481
|
+
RequestId?: string;
|
|
2482
|
+
}
|
|
2368
2483
|
/**
|
|
2369
2484
|
* DescribeClientList请求参数结构体
|
|
2370
2485
|
*/
|
|
@@ -2534,6 +2649,43 @@ export interface DescribeTopicListRequest {
|
|
|
2534
2649
|
*/
|
|
2535
2650
|
Limit?: number;
|
|
2536
2651
|
}
|
|
2652
|
+
/**
|
|
2653
|
+
* MQTT集群用户信息
|
|
2654
|
+
*/
|
|
2655
|
+
export interface BlockRuleItem {
|
|
2656
|
+
/**
|
|
2657
|
+
* <p>封禁策略名</p>
|
|
2658
|
+
*/
|
|
2659
|
+
Name?: string;
|
|
2660
|
+
/**
|
|
2661
|
+
* <p>封禁策略类型</p>
|
|
2662
|
+
*/
|
|
2663
|
+
Type?: number;
|
|
2664
|
+
/**
|
|
2665
|
+
* <p>备注信息</p>
|
|
2666
|
+
*/
|
|
2667
|
+
Remark?: string;
|
|
2668
|
+
/**
|
|
2669
|
+
* <p>包含规则</p>
|
|
2670
|
+
*/
|
|
2671
|
+
Include?: string;
|
|
2672
|
+
/**
|
|
2673
|
+
* <p>排除规则</p>
|
|
2674
|
+
*/
|
|
2675
|
+
Excludes?: Array<string>;
|
|
2676
|
+
/**
|
|
2677
|
+
* <p>过期时间,毫秒级时间戳 。</p>
|
|
2678
|
+
*/
|
|
2679
|
+
ExpireTime?: number;
|
|
2680
|
+
/**
|
|
2681
|
+
* <p>修改时间,毫秒级时间戳 。</p>
|
|
2682
|
+
*/
|
|
2683
|
+
UpdateTime?: number;
|
|
2684
|
+
/**
|
|
2685
|
+
* <p>创建时间,毫秒级时间戳 。</p>
|
|
2686
|
+
*/
|
|
2687
|
+
CreateTime?: number;
|
|
2688
|
+
}
|
|
2537
2689
|
/**
|
|
2538
2690
|
* AddClientSubscription返回参数结构体
|
|
2539
2691
|
*/
|
|
@@ -2583,61 +2735,21 @@ export interface ModifyInsPublicEndpointResponse {
|
|
|
2583
2735
|
RequestId?: string;
|
|
2584
2736
|
}
|
|
2585
2737
|
/**
|
|
2586
|
-
*
|
|
2738
|
+
* CreateAuthorizationPolicy返回参数结构体
|
|
2587
2739
|
*/
|
|
2588
|
-
export interface
|
|
2589
|
-
/**
|
|
2590
|
-
* 实例类型,需要和SkuCode保持对应关系,可参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/api/1778/116232) 接口获取。
|
|
2591
|
-
BASIC 基础版
|
|
2592
|
-
PRO 专业版
|
|
2593
|
-
PLATINUM 铂金版
|
|
2594
|
-
|
|
2595
|
-
*/
|
|
2596
|
-
InstanceType: string;
|
|
2597
|
-
/**
|
|
2598
|
-
* 集群名称不能为空, 3-64个字符,只能包含数字、字母、“-”和“_”。
|
|
2599
|
-
*/
|
|
2600
|
-
Name: string;
|
|
2601
|
-
/**
|
|
2602
|
-
* 商品规格,需要和InstanceType保持对应关系,可参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/api/1778/116232) 接口获取。
|
|
2603
|
-
*/
|
|
2604
|
-
SkuCode: string;
|
|
2605
|
-
/**
|
|
2606
|
-
* 备注信息,最长 128 字符
|
|
2607
|
-
*/
|
|
2608
|
-
Remark?: string;
|
|
2609
|
-
/**
|
|
2610
|
-
* 标签列表
|
|
2611
|
-
*/
|
|
2612
|
-
TagList?: Array<Tag>;
|
|
2613
|
-
/**
|
|
2614
|
-
* 实例绑定的VPC信息,需要传当前用户下可用的VPC和SUBNET
|
|
2615
|
-
*/
|
|
2616
|
-
VpcList?: Array<VpcInfo>;
|
|
2617
|
-
/**
|
|
2618
|
-
* 是否开启公网,默认false(关闭)
|
|
2619
|
-
*/
|
|
2620
|
-
EnablePublic?: boolean;
|
|
2621
|
-
/**
|
|
2622
|
-
* 公网带宽(单位:Mbps),EnablePublic 为True时,该字段必须填写且大于0.
|
|
2623
|
-
*/
|
|
2624
|
-
Bandwidth?: number;
|
|
2625
|
-
/**
|
|
2626
|
-
* 公网访问白名单,不传表示拒绝所有IP网络访问。
|
|
2627
|
-
*/
|
|
2628
|
-
IpRules?: Array<IpRule>;
|
|
2740
|
+
export interface CreateAuthorizationPolicyResponse {
|
|
2629
2741
|
/**
|
|
2630
|
-
*
|
|
2742
|
+
* 集群Id
|
|
2631
2743
|
*/
|
|
2632
|
-
|
|
2744
|
+
InstanceId?: string;
|
|
2633
2745
|
/**
|
|
2634
|
-
*
|
|
2746
|
+
* 策略id
|
|
2635
2747
|
*/
|
|
2636
|
-
|
|
2748
|
+
Id?: number;
|
|
2637
2749
|
/**
|
|
2638
|
-
*
|
|
2750
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2639
2751
|
*/
|
|
2640
|
-
|
|
2752
|
+
RequestId?: string;
|
|
2641
2753
|
}
|
|
2642
2754
|
/**
|
|
2643
2755
|
* RegisterCaCertificate请求参数结构体
|
|
@@ -2684,21 +2796,17 @@ export interface DescribeSharedSubscriptionClientRequest {
|
|
|
2684
2796
|
TopicFilter: string;
|
|
2685
2797
|
}
|
|
2686
2798
|
/**
|
|
2687
|
-
*
|
|
2799
|
+
* DescribeCaCertificate请求参数结构体
|
|
2688
2800
|
*/
|
|
2689
|
-
export interface
|
|
2690
|
-
/**
|
|
2691
|
-
* 集群Id
|
|
2692
|
-
*/
|
|
2693
|
-
InstanceId?: string;
|
|
2801
|
+
export interface DescribeCaCertificateRequest {
|
|
2694
2802
|
/**
|
|
2695
|
-
*
|
|
2803
|
+
* CA证书的SN序列号,可以从 [DescribeCaCertificates](https://cloud.tencent.com/document/api/1778/116206)接口、控制台、证书文件中获得。
|
|
2696
2804
|
*/
|
|
2697
|
-
|
|
2805
|
+
CaSn: string;
|
|
2698
2806
|
/**
|
|
2699
|
-
*
|
|
2807
|
+
* 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
2700
2808
|
*/
|
|
2701
|
-
|
|
2809
|
+
InstanceId: string;
|
|
2702
2810
|
}
|
|
2703
2811
|
/**
|
|
2704
2812
|
* DescribeSharedSubscriptions返回参数结构体
|
|
@@ -2769,6 +2877,42 @@ export interface RegisterDeviceCertificateRequest {
|
|
|
2769
2877
|
*/
|
|
2770
2878
|
Status?: string;
|
|
2771
2879
|
}
|
|
2880
|
+
/**
|
|
2881
|
+
* CreateBlockRule请求参数结构体
|
|
2882
|
+
*/
|
|
2883
|
+
export interface CreateBlockRuleRequest {
|
|
2884
|
+
/**
|
|
2885
|
+
* 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
2886
|
+
*/
|
|
2887
|
+
InstanceId: string;
|
|
2888
|
+
/**
|
|
2889
|
+
* 封禁规则名,不可重复,只支持数字字母中划线
|
|
2890
|
+
*/
|
|
2891
|
+
Name: string;
|
|
2892
|
+
/**
|
|
2893
|
+
* 封禁规则类型
|
|
2894
|
+
CLIENT_ID(1), 默认值
|
|
2895
|
+
USERNAME(2),
|
|
2896
|
+
IP_ADDRESS(3);
|
|
2897
|
+
*/
|
|
2898
|
+
Type?: number;
|
|
2899
|
+
/**
|
|
2900
|
+
* 包含表达式支持*(多个字符)和?(一个字符)
|
|
2901
|
+
*/
|
|
2902
|
+
Include?: string;
|
|
2903
|
+
/**
|
|
2904
|
+
* 排除表达式支持*(多个字符)和?(一个字符),最多三条。
|
|
2905
|
+
*/
|
|
2906
|
+
Excludes?: Array<string>;
|
|
2907
|
+
/**
|
|
2908
|
+
* 过期时间,毫秒级时间戳
|
|
2909
|
+
*/
|
|
2910
|
+
ExpireTime?: number;
|
|
2911
|
+
/**
|
|
2912
|
+
* 备注,最长 128 字符
|
|
2913
|
+
*/
|
|
2914
|
+
Remark?: string;
|
|
2915
|
+
}
|
|
2772
2916
|
/**
|
|
2773
2917
|
* 查询过滤器
|
|
2774
2918
|
*/
|
|
@@ -2910,17 +3054,38 @@ export interface SharedSubscriptionGroupWithSubscriptions {
|
|
|
2910
3054
|
TopicFilters?: Array<string>;
|
|
2911
3055
|
}
|
|
2912
3056
|
/**
|
|
2913
|
-
*
|
|
3057
|
+
* MQTT集群用户信息
|
|
2914
3058
|
*/
|
|
2915
|
-
export interface
|
|
3059
|
+
export interface MQTTUserItem {
|
|
2916
3060
|
/**
|
|
2917
|
-
*
|
|
3061
|
+
* 用户名
|
|
2918
3062
|
*/
|
|
2919
|
-
|
|
3063
|
+
Username?: string;
|
|
2920
3064
|
/**
|
|
2921
|
-
*
|
|
3065
|
+
* 密码
|
|
2922
3066
|
*/
|
|
2923
|
-
|
|
3067
|
+
Password?: string;
|
|
3068
|
+
/**
|
|
3069
|
+
* 备注信息
|
|
3070
|
+
*/
|
|
3071
|
+
Remark?: string;
|
|
3072
|
+
/**
|
|
3073
|
+
* 创建时间,毫秒级时间戳 。
|
|
3074
|
+
*/
|
|
3075
|
+
CreatedTime?: number;
|
|
3076
|
+
/**
|
|
3077
|
+
* 修改时间,毫秒级时间戳 。
|
|
3078
|
+
*/
|
|
3079
|
+
ModifiedTime?: number;
|
|
3080
|
+
}
|
|
3081
|
+
/**
|
|
3082
|
+
* DeleteInstance请求参数结构体
|
|
3083
|
+
*/
|
|
3084
|
+
export interface DeleteInstanceRequest {
|
|
3085
|
+
/**
|
|
3086
|
+
* 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
3087
|
+
*/
|
|
3088
|
+
InstanceId: string;
|
|
2924
3089
|
}
|
|
2925
3090
|
/**
|
|
2926
3091
|
* DescribeDeviceCertificate请求参数结构体
|
|
@@ -2936,21 +3101,13 @@ export interface DescribeDeviceCertificateRequest {
|
|
|
2936
3101
|
InstanceId: string;
|
|
2937
3102
|
}
|
|
2938
3103
|
/**
|
|
2939
|
-
*
|
|
3104
|
+
* DescribeBlockRuleList请求参数结构体
|
|
2940
3105
|
*/
|
|
2941
|
-
export interface
|
|
3106
|
+
export interface DescribeBlockRuleListRequest {
|
|
2942
3107
|
/**
|
|
2943
|
-
*
|
|
3108
|
+
* 实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
2944
3109
|
*/
|
|
2945
3110
|
InstanceId: string;
|
|
2946
|
-
/**
|
|
2947
|
-
* 带宽,单位:Mbps
|
|
2948
|
-
*/
|
|
2949
|
-
Bandwidth: number;
|
|
2950
|
-
/**
|
|
2951
|
-
* 公网访问规则
|
|
2952
|
-
*/
|
|
2953
|
-
Rules: Array<PublicAccessRule>;
|
|
2954
3111
|
}
|
|
2955
3112
|
/**
|
|
2956
3113
|
* 设备证书信息
|
|
@@ -3138,19 +3295,6 @@ export interface DeleteClientSubscriptionResponse {
|
|
|
3138
3295
|
*/
|
|
3139
3296
|
RequestId?: string;
|
|
3140
3297
|
}
|
|
3141
|
-
/**
|
|
3142
|
-
* DescribeCaCertificate请求参数结构体
|
|
3143
|
-
*/
|
|
3144
|
-
export interface DescribeCaCertificateRequest {
|
|
3145
|
-
/**
|
|
3146
|
-
* CA证书的SN序列号,可以从 [DescribeCaCertificates](https://cloud.tencent.com/document/api/1778/116206)接口、控制台、证书文件中获得。
|
|
3147
|
-
*/
|
|
3148
|
-
CaSn: string;
|
|
3149
|
-
/**
|
|
3150
|
-
* 腾讯云MQTT实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。
|
|
3151
|
-
*/
|
|
3152
|
-
InstanceId: string;
|
|
3153
|
-
}
|
|
3154
3298
|
/**
|
|
3155
3299
|
* DescribeMessageEnrichmentRules请求参数结构体
|
|
3156
3300
|
*/
|
|
@@ -3267,29 +3411,61 @@ export interface DescribeDeviceIdentityRequest {
|
|
|
3267
3411
|
DeviceId: string;
|
|
3268
3412
|
}
|
|
3269
3413
|
/**
|
|
3270
|
-
*
|
|
3414
|
+
* CreateInstance请求参数结构体
|
|
3271
3415
|
*/
|
|
3272
|
-
export interface
|
|
3416
|
+
export interface CreateInstanceRequest {
|
|
3273
3417
|
/**
|
|
3274
|
-
*
|
|
3418
|
+
* 实例类型,需要和SkuCode保持对应关系,可参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/api/1778/116232) 接口获取。
|
|
3419
|
+
BASIC 基础版
|
|
3420
|
+
PRO 专业版
|
|
3421
|
+
PLATINUM 铂金版
|
|
3422
|
+
|
|
3275
3423
|
*/
|
|
3276
|
-
|
|
3424
|
+
InstanceType: string;
|
|
3277
3425
|
/**
|
|
3278
|
-
*
|
|
3426
|
+
* 集群名称不能为空, 3-64个字符,只能包含数字、字母、“-”和“_”。
|
|
3279
3427
|
*/
|
|
3280
|
-
|
|
3428
|
+
Name: string;
|
|
3281
3429
|
/**
|
|
3282
|
-
*
|
|
3430
|
+
* 商品规格,需要和InstanceType保持对应关系,可参考 [获取MQTT产品售卖规格](https://cloud.tencent.com/document/api/1778/116232) 接口获取。
|
|
3431
|
+
*/
|
|
3432
|
+
SkuCode: string;
|
|
3433
|
+
/**
|
|
3434
|
+
* 备注信息,最长 128 字符
|
|
3283
3435
|
*/
|
|
3284
3436
|
Remark?: string;
|
|
3285
3437
|
/**
|
|
3286
|
-
*
|
|
3438
|
+
* 标签列表
|
|
3287
3439
|
*/
|
|
3288
|
-
|
|
3440
|
+
TagList?: Array<Tag>;
|
|
3289
3441
|
/**
|
|
3290
|
-
*
|
|
3442
|
+
* 实例绑定的VPC信息,需要传当前用户下可用的VPC和SUBNET
|
|
3291
3443
|
*/
|
|
3292
|
-
|
|
3444
|
+
VpcList?: Array<VpcInfo>;
|
|
3445
|
+
/**
|
|
3446
|
+
* 是否开启公网,默认false(关闭)
|
|
3447
|
+
*/
|
|
3448
|
+
EnablePublic?: boolean;
|
|
3449
|
+
/**
|
|
3450
|
+
* 公网带宽(单位:Mbps),EnablePublic 为True时,该字段必须填写且大于0.
|
|
3451
|
+
*/
|
|
3452
|
+
Bandwidth?: number;
|
|
3453
|
+
/**
|
|
3454
|
+
* 公网访问白名单,不传表示拒绝所有IP网络访问。
|
|
3455
|
+
*/
|
|
3456
|
+
IpRules?: Array<IpRule>;
|
|
3457
|
+
/**
|
|
3458
|
+
* 是否自动续费(0: 不自动续费;1: 自动续费),仅购买预付费集群时生效。默认1:自动续费
|
|
3459
|
+
*/
|
|
3460
|
+
RenewFlag?: number;
|
|
3461
|
+
/**
|
|
3462
|
+
* 购买时长(单位:月),购买预付费集群时生效,默认1m(月)。可选范围:1~12、24、36、48、60;
|
|
3463
|
+
*/
|
|
3464
|
+
TimeSpan?: number;
|
|
3465
|
+
/**
|
|
3466
|
+
* 付费模式(0: 后付费;1: 预付费),默认0(后付费)。
|
|
3467
|
+
*/
|
|
3468
|
+
PayMode?: number;
|
|
3293
3469
|
}
|
|
3294
3470
|
/**
|
|
3295
3471
|
* DescribeAuthorizationPolicies请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DeleteVolumeDataRequest, RetryRunsResponse, RebootHPCNodesRequest, CreateVolumeRequest, GetRunJobLogResponse, RetryRunsRequest, TerminateRunGroupResponse, DescribeVolumesResponse, DescribeApplicationVersionsRequest, GetRunJobLogRequest, ImportCommonApplicationResponse, GetRunStatusRequest, CreateEnvironmentResponse, ImportTableFileResponse, ImportTableFileRequest, DescribeApplicationsResponse, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeInputTemplatesRequest, DescribeTablesRowsRequest, GetRunCallsResponse, GetRunMetadataFileRequest, DescribeHPCNodesResponse, GetRunMetadataFileResponse, DeleteEnvironmentResponse, GetRunCallsRequest, RunWorkflowRequest, DescribeRunsRequest, RebootHPCNodesResponse, DescribeHPCNodesRequest, DescribeEnvironmentsResponse, DescribeTablesResponse, RunApplicationResponse, DescribeInputTemplatesResponse, DescribeHPCClustersResponse, DeleteEnvironmentRequest, DescribePublicApplicationsRequest, TerminateRunGroupRequest, GetRunStatusResponse, DescribeTablesRequest, DeleteVolumeDataResponse, DescribeVolumesRequest, RunWorkflowResponse, GetInputTemplateFileResponse, DescribeHPCClustersRequest, DescribeApplicationVersionsResponse, DescribeTablesRowsResponse, DescribeProjectsRequest, CreateVolumeResponse, DeleteVolumeRequest, DescribeProjectsResponse, ModifyVolumeResponse, DescribeApplicationsRequest, GetInputTemplateFileRequest, DeleteVolumeResponse, RunApplicationRequest, DescribeRunGroupsResponse, DescribeRunsResponse, ModifyVolumeRequest, DescribeRunGroupsRequest, DescribePublicApplicationsResponse, ImportCommonApplicationRequest } from "./omics_models";
|
|
3
|
+
import { DeleteVolumeDataRequest, RetryRunsResponse, RebootHPCNodesRequest, CreateVolumeRequest, GetRunJobLogResponse, RetryRunsRequest, TerminateRunGroupResponse, DescribeVolumesResponse, DescribeApplicationVersionsRequest, GetRunJobLogRequest, ImportCommonApplicationResponse, GetRunStatusRequest, CreateEnvironmentResponse, ImportTableFileResponse, ImportTableFileRequest, DescribeApplicationsResponse, DescribeEnvironmentsRequest, DeleteEnvironmentCacheRequest, CreateEnvironmentRequest, DescribeInputTemplatesRequest, DescribeTablesRowsRequest, GetRunCallsResponse, GetRunMetadataFileRequest, DescribeHPCNodesResponse, GetRunMetadataFileResponse, DeleteEnvironmentResponse, GetRunCallsRequest, RunWorkflowRequest, DescribeRunsRequest, RebootHPCNodesResponse, DescribeHPCNodesRequest, DescribeEnvironmentsResponse, DescribeTablesResponse, RunApplicationResponse, DescribeInputTemplatesResponse, DescribeHPCClustersResponse, DeleteEnvironmentRequest, DescribePublicApplicationsRequest, TerminateRunGroupRequest, GetRunStatusResponse, DescribeTablesRequest, DeleteVolumeDataResponse, DescribeVolumesRequest, RunWorkflowResponse, GetInputTemplateFileResponse, DescribeHPCClustersRequest, DescribeApplicationVersionsResponse, DescribeTablesRowsResponse, DescribeProjectsRequest, CreateVolumeResponse, DeleteVolumeRequest, DeleteEnvironmentCacheResponse, DescribeProjectsResponse, ModifyVolumeResponse, DescribeApplicationsRequest, GetInputTemplateFileRequest, DeleteVolumeResponse, RunApplicationRequest, DescribeRunGroupsResponse, DescribeRunsResponse, ModifyVolumeRequest, DescribeRunGroupsRequest, DescribePublicApplicationsResponse, ImportCommonApplicationRequest } from "./omics_models";
|
|
4
4
|
/**
|
|
5
5
|
* omics client
|
|
6
6
|
* @class
|
|
@@ -111,6 +111,10 @@ export declare class Client extends AbstractClient {
|
|
|
111
111
|
* 删除缓存卷数据。
|
|
112
112
|
*/
|
|
113
113
|
DeleteVolumeData(req: DeleteVolumeDataRequest, cb?: (error: string, rep: DeleteVolumeDataResponse) => void): Promise<DeleteVolumeDataResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* 删除环境缓存。
|
|
116
|
+
*/
|
|
117
|
+
DeleteEnvironmentCache(req: DeleteEnvironmentCacheRequest, cb?: (error: string, rep: DeleteEnvironmentCacheResponse) => void): Promise<DeleteEnvironmentCacheResponse>;
|
|
114
118
|
/**
|
|
115
119
|
* 查询缓存卷列表。
|
|
116
120
|
*/
|
|
@@ -183,6 +183,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
183
183
|
async DeleteVolumeData(req, cb) {
|
|
184
184
|
return this.request("DeleteVolumeData", req, cb);
|
|
185
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* 删除环境缓存。
|
|
188
|
+
*/
|
|
189
|
+
async DeleteEnvironmentCache(req, cb) {
|
|
190
|
+
return this.request("DeleteEnvironmentCache", req, cb);
|
|
191
|
+
}
|
|
186
192
|
/**
|
|
187
193
|
* 查询缓存卷列表。
|
|
188
194
|
*/
|
|
@@ -786,6 +786,23 @@ export interface RunGroupNotification {
|
|
|
786
786
|
*/
|
|
787
787
|
TimeoutNotification?: RunGroupTimeoutNotification;
|
|
788
788
|
}
|
|
789
|
+
/**
|
|
790
|
+
* DeleteEnvironmentCache请求参数结构体
|
|
791
|
+
*/
|
|
792
|
+
export interface DeleteEnvironmentCacheRequest {
|
|
793
|
+
/**
|
|
794
|
+
* <p>环境ID。</p>
|
|
795
|
+
*/
|
|
796
|
+
EnvironmentId: string;
|
|
797
|
+
/**
|
|
798
|
+
* <p>缓存类型</p><p>枚举值:</p><ul><li>RUNTIME: 清理默认缓存卷的运行缓存目录</li><li>INPUT: 清理默认缓存卷的输入缓存目录</li><li>ALL: 清空环境下全部有效缓存卷</li><li>PATH: 指定缓存卷下指定路径,需要在Path中填入实际绝对路径</li></ul>
|
|
799
|
+
*/
|
|
800
|
+
CacheType: string;
|
|
801
|
+
/**
|
|
802
|
+
* <p>指定路径删除</p><p>入参限制:以盘符开头的绝对路径地址</p>
|
|
803
|
+
*/
|
|
804
|
+
Path?: string;
|
|
805
|
+
}
|
|
789
806
|
/**
|
|
790
807
|
* CreateEnvironment请求参数结构体
|
|
791
808
|
*/
|
|
@@ -2040,6 +2057,19 @@ export interface DeleteVolumeRequest {
|
|
|
2040
2057
|
*/
|
|
2041
2058
|
VolumeId: string;
|
|
2042
2059
|
}
|
|
2060
|
+
/**
|
|
2061
|
+
* DeleteEnvironmentCache返回参数结构体
|
|
2062
|
+
*/
|
|
2063
|
+
export interface DeleteEnvironmentCacheResponse {
|
|
2064
|
+
/**
|
|
2065
|
+
* <p>工作流UUID。</p>
|
|
2066
|
+
*/
|
|
2067
|
+
WorkflowUuid?: string;
|
|
2068
|
+
/**
|
|
2069
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2070
|
+
*/
|
|
2071
|
+
RequestId?: string;
|
|
2072
|
+
}
|
|
2043
2073
|
/**
|
|
2044
2074
|
* DescribeProjects返回参数结构体
|
|
2045
2075
|
*/
|
|
@@ -330,7 +330,7 @@ export interface OutputManageMarketingRiskValue {
|
|
|
330
330
|
*/
|
|
331
331
|
RiskLevel?: string;
|
|
332
332
|
/**
|
|
333
|
-
* <p>风险类型,可能同时命中多个风险类型<br>1:
|
|
333
|
+
* <p>风险类型,可能同时命中多个风险类型<br>1: 账号信用低。<br>11: 疑似低活跃账号。<br>2: 垃圾账号。<br>21: 疑似小号。<br>22: 疑似违规账号。<br>3: 无效账号。<br>4: 黑名单。<br>5: 白名单。<br>101: 批量操作。<br>1011: 疑似 IP 属性聚集。<br>1012: 疑似设备属性聚集。<br>102: 自动机。<br>103: 恶意行为。<br>104: 登录态无效。<br>201: 环境风险。<br>2011: 疑似非常用IP。<br>2012: 疑似 IP 异常。<br>205: 非公网有效 IP。</p>
|
|
334
334
|
*/
|
|
335
335
|
RiskType?: Array<number | bigint>;
|
|
336
336
|
/**
|