tencentcloud-sdk-nodejs 4.0.1031 → 4.0.1033
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/billing/v20180709/billing_client.ts +7 -51
- package/src/services/billing/v20180709/billing_models.ts +0 -229
- package/src/services/domain/v20180808/domain_models.ts +4 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/facefusion/v20220927/facefusion_client.ts +0 -1
- package/src/services/facefusion/v20220927/facefusion_models.ts +8 -2
- package/src/services/gme/v20180711/gme_models.ts +41 -61
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/index.ts +1 -0
- 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 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +10 -34
- package/src/services/lkeap/v20240522/lkeap_client.ts +4 -4
- package/src/services/lkeap/v20240522/lkeap_models.ts +5 -5
- 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 +150 -52
- package/src/services/mqtt/v20240516/mqtt_models.ts +378 -30
- package/src/services/ocr/v20181119/ocr_client.ts +14 -1
- package/src/services/ocr/v20181119/ocr_models.ts +156 -50
- package/src/services/postgres/v20170312/postgres_client.ts +111 -36
- package/src/services/postgres/v20170312/postgres_models.ts +378 -45
- package/src/services/ssl/v20191205/ssl_models.ts +7 -121
- package/src/services/trabbit/index.ts +5 -0
- package/src/services/trabbit/v20230418/index.ts +6 -0
- package/src/services/trabbit/v20230418/trabbit_client.ts +401 -0
- package/src/services/trabbit/v20230418/trabbit_models.ts +2398 -0
- package/src/services/trtc/v20190722/trtc_models.ts +1 -4
- 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 +22 -10
- package/src/services/wedata/v20210820/wedata_models.ts +125 -110
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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/domain/v20180808/domain_models.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +0 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +0 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +8 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +41 -61
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- 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 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +10 -34
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +4 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +4 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +5 -5
- 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 +53 -20
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +75 -26
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +361 -30
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +153 -50
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +36 -11
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +52 -15
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +364 -45
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -117
- package/tencentcloud/services/trabbit/index.d.ts +6 -0
- package/tencentcloud/services/trabbit/index.js +7 -0
- package/tencentcloud/services/trabbit/v20230418/index.d.ts +6 -0
- package/tencentcloud/services/trabbit/v20230418/index.js +9 -0
- package/tencentcloud/services/trabbit/v20230418/trabbit_client.d.ts +126 -0
- package/tencentcloud/services/trabbit/v20230418/trabbit_client.js +205 -0
- package/tencentcloud/services/trabbit/v20230418/trabbit_models.d.ts +2302 -0
- package/tencentcloud/services/trabbit/v20230418/trabbit_models.js +18 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -4
- 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 +123 -110
|
@@ -40,17 +40,79 @@ export interface ModifyJWTAuthenticatorResponse {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* CA证书信息
|
|
44
44
|
*/
|
|
45
|
-
export interface
|
|
45
|
+
export interface CaCertificateItem {
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* common name
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
CaCn?: string
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* 证书内容
|
|
52
52
|
*/
|
|
53
|
-
|
|
53
|
+
CaCertificate?: string
|
|
54
|
+
/**
|
|
55
|
+
* 证书序列号
|
|
56
|
+
*/
|
|
57
|
+
CaSn?: string
|
|
58
|
+
/**
|
|
59
|
+
* 证书格式
|
|
60
|
+
*/
|
|
61
|
+
Format?: string
|
|
62
|
+
/**
|
|
63
|
+
* 验证证书内容
|
|
64
|
+
*/
|
|
65
|
+
VerificationCertificate?: string
|
|
66
|
+
/**
|
|
67
|
+
* ca状态
|
|
68
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
69
|
+
*/
|
|
70
|
+
Status?: string
|
|
71
|
+
/**
|
|
72
|
+
* 上次激活时间
|
|
73
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
74
|
+
*/
|
|
75
|
+
LastActivationTime?: number
|
|
76
|
+
/**
|
|
77
|
+
* 创建时间
|
|
78
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
79
|
+
*/
|
|
80
|
+
CreatedTime?: number
|
|
81
|
+
/**
|
|
82
|
+
* 预销毁时间
|
|
83
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
84
|
+
*/
|
|
85
|
+
UpdateTime?: number
|
|
86
|
+
/**
|
|
87
|
+
* 上次去激活时间
|
|
88
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
|
+
*/
|
|
90
|
+
LastInactivationTime?: number
|
|
91
|
+
/**
|
|
92
|
+
* Ca证书颁发者CN
|
|
93
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
|
+
*/
|
|
95
|
+
CaIssuerCn?: string
|
|
96
|
+
/**
|
|
97
|
+
* 生效时间
|
|
98
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
99
|
+
*/
|
|
100
|
+
NotBeforeTime?: number
|
|
101
|
+
/**
|
|
102
|
+
* 失效时间
|
|
103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
104
|
+
*/
|
|
105
|
+
NotAfterTime?: number
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* ModifyAuthorizationPolicy返回参数结构体
|
|
110
|
+
*/
|
|
111
|
+
export interface ModifyAuthorizationPolicyResponse {
|
|
112
|
+
/**
|
|
113
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
114
|
+
*/
|
|
115
|
+
RequestId?: string
|
|
54
116
|
}
|
|
55
117
|
|
|
56
118
|
/**
|
|
@@ -82,17 +144,13 @@ export interface CreateInstanceResponse {
|
|
|
82
144
|
}
|
|
83
145
|
|
|
84
146
|
/**
|
|
85
|
-
*
|
|
147
|
+
* ApplyRegistrationCode请求参数结构体
|
|
86
148
|
*/
|
|
87
|
-
export interface
|
|
149
|
+
export interface ApplyRegistrationCodeRequest {
|
|
88
150
|
/**
|
|
89
|
-
*
|
|
151
|
+
* 集群id
|
|
90
152
|
*/
|
|
91
153
|
InstanceId: string
|
|
92
|
-
/**
|
|
93
|
-
* 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 HTTP:HTTP认证器
|
|
94
|
-
*/
|
|
95
|
-
Type?: string
|
|
96
154
|
}
|
|
97
155
|
|
|
98
156
|
/**
|
|
@@ -203,6 +261,65 @@ export interface ModifyUserResponse {
|
|
|
203
261
|
RequestId?: string
|
|
204
262
|
}
|
|
205
263
|
|
|
264
|
+
/**
|
|
265
|
+
* DescribeCaCertificate返回参数结构体
|
|
266
|
+
*/
|
|
267
|
+
export interface DescribeCaCertificateResponse {
|
|
268
|
+
/**
|
|
269
|
+
* 创建时间
|
|
270
|
+
*/
|
|
271
|
+
CreatedTime?: number
|
|
272
|
+
/**
|
|
273
|
+
* 上次更新时间
|
|
274
|
+
*/
|
|
275
|
+
UpdateTime?: number
|
|
276
|
+
/**
|
|
277
|
+
* 失效日期
|
|
278
|
+
*/
|
|
279
|
+
NotAfterTime?: number
|
|
280
|
+
/**
|
|
281
|
+
* 上次激活时间
|
|
282
|
+
*/
|
|
283
|
+
LastActivationTime?: number
|
|
284
|
+
/**
|
|
285
|
+
* 上次吊销时间
|
|
286
|
+
*/
|
|
287
|
+
LastInactivationTime?: number
|
|
288
|
+
/**
|
|
289
|
+
* 证书状态
|
|
290
|
+
*/
|
|
291
|
+
Status?: string
|
|
292
|
+
/**
|
|
293
|
+
* 证书序列号
|
|
294
|
+
*/
|
|
295
|
+
CaSn?: string
|
|
296
|
+
/**
|
|
297
|
+
* common name
|
|
298
|
+
*/
|
|
299
|
+
CaCn?: string
|
|
300
|
+
/**
|
|
301
|
+
* 证书内容
|
|
302
|
+
*/
|
|
303
|
+
CaCertificate?: string
|
|
304
|
+
/**
|
|
305
|
+
* 证书格式
|
|
306
|
+
*/
|
|
307
|
+
Format?: string
|
|
308
|
+
/**
|
|
309
|
+
* Ca证书颁发者CN
|
|
310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
311
|
+
*/
|
|
312
|
+
CaIssuerCn?: string
|
|
313
|
+
/**
|
|
314
|
+
* 生效开始时间
|
|
315
|
+
*/
|
|
316
|
+
NotBeforeTime?: number
|
|
317
|
+
/**
|
|
318
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
319
|
+
*/
|
|
320
|
+
RequestId?: string
|
|
321
|
+
}
|
|
322
|
+
|
|
206
323
|
/**
|
|
207
324
|
* DescribeDeviceCertificates请求参数结构体
|
|
208
325
|
*/
|
|
@@ -329,9 +446,9 @@ export interface ModifyJWKSAuthenticatorRequest {
|
|
|
329
446
|
}
|
|
330
447
|
|
|
331
448
|
/**
|
|
332
|
-
*
|
|
449
|
+
* RegisterCaCertificate返回参数结构体
|
|
333
450
|
*/
|
|
334
|
-
export interface
|
|
451
|
+
export interface RegisterCaCertificateResponse {
|
|
335
452
|
/**
|
|
336
453
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
337
454
|
*/
|
|
@@ -540,6 +657,24 @@ export interface DescribeInstanceListResponse {
|
|
|
540
657
|
RequestId?: string
|
|
541
658
|
}
|
|
542
659
|
|
|
660
|
+
/**
|
|
661
|
+
* ApplyRegistrationCode返回参数结构体
|
|
662
|
+
*/
|
|
663
|
+
export interface ApplyRegistrationCodeResponse {
|
|
664
|
+
/**
|
|
665
|
+
* 集群ID
|
|
666
|
+
*/
|
|
667
|
+
InstanceId?: string
|
|
668
|
+
/**
|
|
669
|
+
* 注册码
|
|
670
|
+
*/
|
|
671
|
+
RegistrationCode?: string
|
|
672
|
+
/**
|
|
673
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
674
|
+
*/
|
|
675
|
+
RequestId?: string
|
|
676
|
+
}
|
|
677
|
+
|
|
543
678
|
/**
|
|
544
679
|
* ModifyInstance返回参数结构体
|
|
545
680
|
*/
|
|
@@ -662,6 +797,30 @@ export interface DescribeAuthenticatorResponse {
|
|
|
662
797
|
RequestId?: string
|
|
663
798
|
}
|
|
664
799
|
|
|
800
|
+
/**
|
|
801
|
+
* DeactivateCaCertificate返回参数结构体
|
|
802
|
+
*/
|
|
803
|
+
export interface DeactivateCaCertificateResponse {
|
|
804
|
+
/**
|
|
805
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
806
|
+
*/
|
|
807
|
+
RequestId?: string
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
/**
|
|
811
|
+
* DeleteCaCertificate请求参数结构体
|
|
812
|
+
*/
|
|
813
|
+
export interface DeleteCaCertificateRequest {
|
|
814
|
+
/**
|
|
815
|
+
* 集群id
|
|
816
|
+
*/
|
|
817
|
+
InstanceId: string
|
|
818
|
+
/**
|
|
819
|
+
* 证书序列号
|
|
820
|
+
*/
|
|
821
|
+
CaSn: string
|
|
822
|
+
}
|
|
823
|
+
|
|
665
824
|
/**
|
|
666
825
|
* DeleteDeviceCertificate请求参数结构体
|
|
667
826
|
*/
|
|
@@ -696,6 +855,16 @@ export interface DeleteUserResponse {
|
|
|
696
855
|
RequestId?: string
|
|
697
856
|
}
|
|
698
857
|
|
|
858
|
+
/**
|
|
859
|
+
* ActivateCaCertificate返回参数结构体
|
|
860
|
+
*/
|
|
861
|
+
export interface ActivateCaCertificateResponse {
|
|
862
|
+
/**
|
|
863
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
864
|
+
*/
|
|
865
|
+
RequestId?: string
|
|
866
|
+
}
|
|
867
|
+
|
|
699
868
|
/**
|
|
700
869
|
* DeleteDeviceCertificate返回参数结构体
|
|
701
870
|
*/
|
|
@@ -707,9 +876,9 @@ export interface DeleteDeviceCertificateResponse {
|
|
|
707
876
|
}
|
|
708
877
|
|
|
709
878
|
/**
|
|
710
|
-
*
|
|
879
|
+
* DeleteInstance返回参数结构体
|
|
711
880
|
*/
|
|
712
|
-
export interface
|
|
881
|
+
export interface DeleteInstanceResponse {
|
|
713
882
|
/**
|
|
714
883
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
715
884
|
*/
|
|
@@ -820,6 +989,16 @@ export interface CreateTopicRequest {
|
|
|
820
989
|
Remark?: string
|
|
821
990
|
}
|
|
822
991
|
|
|
992
|
+
/**
|
|
993
|
+
* DeleteCaCertificate返回参数结构体
|
|
994
|
+
*/
|
|
995
|
+
export interface DeleteCaCertificateResponse {
|
|
996
|
+
/**
|
|
997
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
998
|
+
*/
|
|
999
|
+
RequestId?: string
|
|
1000
|
+
}
|
|
1001
|
+
|
|
823
1002
|
/**
|
|
824
1003
|
* 标签过滤器
|
|
825
1004
|
*/
|
|
@@ -899,6 +1078,20 @@ export interface MQTTUserItem {
|
|
|
899
1078
|
ModifiedTime?: number
|
|
900
1079
|
}
|
|
901
1080
|
|
|
1081
|
+
/**
|
|
1082
|
+
* ActivateCaCertificate请求参数结构体
|
|
1083
|
+
*/
|
|
1084
|
+
export interface ActivateCaCertificateRequest {
|
|
1085
|
+
/**
|
|
1086
|
+
* 集群id
|
|
1087
|
+
*/
|
|
1088
|
+
InstanceId: string
|
|
1089
|
+
/**
|
|
1090
|
+
* 证书序列号
|
|
1091
|
+
*/
|
|
1092
|
+
CaSn: string
|
|
1093
|
+
}
|
|
1094
|
+
|
|
902
1095
|
/**
|
|
903
1096
|
* ActivateDeviceCertificate返回参数结构体
|
|
904
1097
|
*/
|
|
@@ -1133,6 +1326,50 @@ export interface CreateAuthorizationPolicyResponse {
|
|
|
1133
1326
|
RequestId?: string
|
|
1134
1327
|
}
|
|
1135
1328
|
|
|
1329
|
+
/**
|
|
1330
|
+
* DescribeAuthenticator请求参数结构体
|
|
1331
|
+
*/
|
|
1332
|
+
export interface DescribeAuthenticatorRequest {
|
|
1333
|
+
/**
|
|
1334
|
+
* 实例ID
|
|
1335
|
+
*/
|
|
1336
|
+
InstanceId: string
|
|
1337
|
+
/**
|
|
1338
|
+
* 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 HTTP:HTTP认证器
|
|
1339
|
+
*/
|
|
1340
|
+
Type?: string
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* RegisterCaCertificate请求参数结构体
|
|
1345
|
+
*/
|
|
1346
|
+
export interface RegisterCaCertificateRequest {
|
|
1347
|
+
/**
|
|
1348
|
+
* 集群id
|
|
1349
|
+
*/
|
|
1350
|
+
InstanceId: string
|
|
1351
|
+
/**
|
|
1352
|
+
* CA证书
|
|
1353
|
+
*/
|
|
1354
|
+
CaCertificate: string
|
|
1355
|
+
/**
|
|
1356
|
+
* 验证证书
|
|
1357
|
+
*/
|
|
1358
|
+
VerificationCertificate: string
|
|
1359
|
+
/**
|
|
1360
|
+
* 证书格式,不传默认PEM格式
|
|
1361
|
+
*/
|
|
1362
|
+
Format?: string
|
|
1363
|
+
/**
|
|
1364
|
+
* 证书状态,不传默认ACTIVE状态
|
|
1365
|
+
ACTIVE,//激活
|
|
1366
|
+
INACTIVE,//未激活
|
|
1367
|
+
REVOKED,//吊销
|
|
1368
|
+
PENDING_ACTIVATION,//注册待激活
|
|
1369
|
+
*/
|
|
1370
|
+
Status?: string
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1136
1373
|
/**
|
|
1137
1374
|
* CreateInstance请求参数结构体
|
|
1138
1375
|
*/
|
|
@@ -1429,6 +1666,16 @@ API:通过API手动注册
|
|
|
1429
1666
|
RequestId?: string
|
|
1430
1667
|
}
|
|
1431
1668
|
|
|
1669
|
+
/**
|
|
1670
|
+
* ModifyInstanceCertBinding返回参数结构体
|
|
1671
|
+
*/
|
|
1672
|
+
export interface ModifyInstanceCertBindingResponse {
|
|
1673
|
+
/**
|
|
1674
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1675
|
+
*/
|
|
1676
|
+
RequestId?: string
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1432
1679
|
/**
|
|
1433
1680
|
* DeleteInstance请求参数结构体
|
|
1434
1681
|
*/
|
|
@@ -1525,6 +1772,34 @@ Username:Username模糊查询
|
|
|
1525
1772
|
Limit?: number
|
|
1526
1773
|
}
|
|
1527
1774
|
|
|
1775
|
+
/**
|
|
1776
|
+
* DescribeCaCertificate请求参数结构体
|
|
1777
|
+
*/
|
|
1778
|
+
export interface DescribeCaCertificateRequest {
|
|
1779
|
+
/**
|
|
1780
|
+
* ca证书sn
|
|
1781
|
+
*/
|
|
1782
|
+
CaSn: string
|
|
1783
|
+
/**
|
|
1784
|
+
* 集群id
|
|
1785
|
+
*/
|
|
1786
|
+
InstanceId: string
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
/**
|
|
1790
|
+
* UpdateAuthorizationPolicyPriority请求参数结构体
|
|
1791
|
+
*/
|
|
1792
|
+
export interface UpdateAuthorizationPolicyPriorityRequest {
|
|
1793
|
+
/**
|
|
1794
|
+
* 实例ID
|
|
1795
|
+
*/
|
|
1796
|
+
InstanceId: string
|
|
1797
|
+
/**
|
|
1798
|
+
* 策略ID和优先级
|
|
1799
|
+
*/
|
|
1800
|
+
Priorities?: Array<AuthorizationPolicyPriority>
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1528
1803
|
/**
|
|
1529
1804
|
* CreateJWTAuthenticator返回参数结构体
|
|
1530
1805
|
*/
|
|
@@ -1560,9 +1835,18 @@ export interface DescribeAuthorizationPoliciesRequest {
|
|
|
1560
1835
|
}
|
|
1561
1836
|
|
|
1562
1837
|
/**
|
|
1563
|
-
*
|
|
1838
|
+
* DescribeTopicList返回参数结构体
|
|
1564
1839
|
*/
|
|
1565
|
-
export interface
|
|
1840
|
+
export interface DescribeTopicListResponse {
|
|
1841
|
+
/**
|
|
1842
|
+
* 查询总数
|
|
1843
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1844
|
+
*/
|
|
1845
|
+
TotalCount?: number
|
|
1846
|
+
/**
|
|
1847
|
+
* 主题列表
|
|
1848
|
+
*/
|
|
1849
|
+
Data?: Array<MQTTTopicItem>
|
|
1566
1850
|
/**
|
|
1567
1851
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1568
1852
|
*/
|
|
@@ -1662,6 +1946,20 @@ InstanceStatus:集群状态搜索
|
|
|
1662
1946
|
TagFilters?: Array<TagFilter>
|
|
1663
1947
|
}
|
|
1664
1948
|
|
|
1949
|
+
/**
|
|
1950
|
+
* DeactivateCaCertificate请求参数结构体
|
|
1951
|
+
*/
|
|
1952
|
+
export interface DeactivateCaCertificateRequest {
|
|
1953
|
+
/**
|
|
1954
|
+
* 集群id
|
|
1955
|
+
*/
|
|
1956
|
+
InstanceId: string
|
|
1957
|
+
/**
|
|
1958
|
+
* 证书序列号
|
|
1959
|
+
*/
|
|
1960
|
+
CaSn: string
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1665
1963
|
/**
|
|
1666
1964
|
* CreateJWTAuthenticator请求参数结构体
|
|
1667
1965
|
*/
|
|
@@ -1696,6 +1994,16 @@ export interface CreateJWTAuthenticatorRequest {
|
|
|
1696
1994
|
Remark?: string
|
|
1697
1995
|
}
|
|
1698
1996
|
|
|
1997
|
+
/**
|
|
1998
|
+
* DescribeCaCertificates请求参数结构体
|
|
1999
|
+
*/
|
|
2000
|
+
export interface DescribeCaCertificatesRequest {
|
|
2001
|
+
/**
|
|
2002
|
+
* 集群ID
|
|
2003
|
+
*/
|
|
2004
|
+
InstanceId: string
|
|
2005
|
+
}
|
|
2006
|
+
|
|
1699
2007
|
/**
|
|
1700
2008
|
* 设备证书信息
|
|
1701
2009
|
*/
|
|
@@ -1853,18 +2161,9 @@ export interface ModifyAuthorizationPolicyRequest {
|
|
|
1853
2161
|
}
|
|
1854
2162
|
|
|
1855
2163
|
/**
|
|
1856
|
-
*
|
|
2164
|
+
* RevokedDeviceCertificate返回参数结构体
|
|
1857
2165
|
*/
|
|
1858
|
-
export interface
|
|
1859
|
-
/**
|
|
1860
|
-
* 查询总数
|
|
1861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1862
|
-
*/
|
|
1863
|
-
TotalCount?: number
|
|
1864
|
-
/**
|
|
1865
|
-
* 主题列表
|
|
1866
|
-
*/
|
|
1867
|
-
Data?: Array<MQTTTopicItem>
|
|
2166
|
+
export interface RevokedDeviceCertificateResponse {
|
|
1868
2167
|
/**
|
|
1869
2168
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1870
2169
|
*/
|
|
@@ -1881,6 +2180,41 @@ export interface DeleteTopicResponse {
|
|
|
1881
2180
|
RequestId?: string
|
|
1882
2181
|
}
|
|
1883
2182
|
|
|
2183
|
+
/**
|
|
2184
|
+
* ModifyInstanceCertBinding请求参数结构体
|
|
2185
|
+
*/
|
|
2186
|
+
export interface ModifyInstanceCertBindingRequest {
|
|
2187
|
+
/**
|
|
2188
|
+
* 实例ID
|
|
2189
|
+
*/
|
|
2190
|
+
InstanceId: string
|
|
2191
|
+
/**
|
|
2192
|
+
* 服务端证书id
|
|
2193
|
+
*/
|
|
2194
|
+
SSLServerCertId: string
|
|
2195
|
+
/**
|
|
2196
|
+
* CA证书id
|
|
2197
|
+
*/
|
|
2198
|
+
SSLCaCertId: string
|
|
2199
|
+
/**
|
|
2200
|
+
* 加密通信方式
|
|
2201
|
+
TLS:单向证书认证
|
|
2202
|
+
mTLS:双向证书认证
|
|
2203
|
+
BYOC:一设备一证书认证
|
|
2204
|
+
*/
|
|
2205
|
+
X509Mode: string
|
|
2206
|
+
/**
|
|
2207
|
+
* 设备证书注册类型:
|
|
2208
|
+
JITP,自动注册;
|
|
2209
|
+
MANUAL 手动注册
|
|
2210
|
+
*/
|
|
2211
|
+
DeviceCertificateProvisionType?: string
|
|
2212
|
+
/**
|
|
2213
|
+
* 是否自动激活,默认为false
|
|
2214
|
+
*/
|
|
2215
|
+
AutomaticActivation?: boolean
|
|
2216
|
+
}
|
|
2217
|
+
|
|
1884
2218
|
/**
|
|
1885
2219
|
* DescribeInstance请求参数结构体
|
|
1886
2220
|
*/
|
|
@@ -1891,6 +2225,20 @@ export interface DescribeInstanceRequest {
|
|
|
1891
2225
|
InstanceId: string
|
|
1892
2226
|
}
|
|
1893
2227
|
|
|
2228
|
+
/**
|
|
2229
|
+
* DescribeCaCertificates返回参数结构体
|
|
2230
|
+
*/
|
|
2231
|
+
export interface DescribeCaCertificatesResponse {
|
|
2232
|
+
/**
|
|
2233
|
+
* ca证书列表
|
|
2234
|
+
*/
|
|
2235
|
+
Data?: Array<CaCertificateItem>
|
|
2236
|
+
/**
|
|
2237
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2238
|
+
*/
|
|
2239
|
+
RequestId?: string
|
|
2240
|
+
}
|
|
2241
|
+
|
|
1894
2242
|
/**
|
|
1895
2243
|
* ModifyUser请求参数结构体
|
|
1896
2244
|
*/
|
|
@@ -102,7 +102,9 @@ import {
|
|
|
102
102
|
RecognizeFormulaOCRResponse,
|
|
103
103
|
ArithmeticOCRResponse,
|
|
104
104
|
FormulaOCRResponse,
|
|
105
|
+
RecognizeGeneralCardWarnRequest,
|
|
105
106
|
BusInvoiceInfo,
|
|
107
|
+
RecognizeEncryptedIDCardOCRRequest,
|
|
106
108
|
SmartStructuralOCRRequest,
|
|
107
109
|
TableCellInfo,
|
|
108
110
|
GeneralHandwritingOCRRequest,
|
|
@@ -214,6 +216,7 @@ import {
|
|
|
214
216
|
NonTaxIncomeBill,
|
|
215
217
|
VerifyOfdVatInvoiceOCRRequest,
|
|
216
218
|
FinanBillSliceOCRRequest,
|
|
219
|
+
RecognizeGeneralCardWarnResponse,
|
|
217
220
|
ClassifyStoreNameResponse,
|
|
218
221
|
VatRollInvoiceOCRRequest,
|
|
219
222
|
AirTransport,
|
|
@@ -237,7 +240,7 @@ import {
|
|
|
237
240
|
DutyPaidProofOCRRequest,
|
|
238
241
|
RecognizeHealthCodeOCRResponse,
|
|
239
242
|
LineInfo,
|
|
240
|
-
|
|
243
|
+
GeneralCardWarnInfo,
|
|
241
244
|
TollInvoice,
|
|
242
245
|
ItemCoord,
|
|
243
246
|
CreateAIFormTaskResponse,
|
|
@@ -974,6 +977,16 @@ export class Client extends AbstractClient {
|
|
|
974
977
|
return this.request("GetTaskState", req, cb)
|
|
975
978
|
}
|
|
976
979
|
|
|
980
|
+
/**
|
|
981
|
+
* 支持通用证照的有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能,支持通用证照的ps伪造检测,可以应用于各种证件信息有效性校验场景。
|
|
982
|
+
*/
|
|
983
|
+
async RecognizeGeneralCardWarn(
|
|
984
|
+
req: RecognizeGeneralCardWarnRequest,
|
|
985
|
+
cb?: (error: string, rep: RecognizeGeneralCardWarnResponse) => void
|
|
986
|
+
): Promise<RecognizeGeneralCardWarnResponse> {
|
|
987
|
+
return this.request("RecognizeGeneralCardWarn", req, cb)
|
|
988
|
+
}
|
|
989
|
+
|
|
977
990
|
/**
|
|
978
991
|
* 本接口支持图像整体文字的检测和识别。可以识别中文、英文、中英文、日语、韩语、西班牙语、法语、德语、葡萄牙语、越南语、马来语、俄语、意大利语、荷兰语、瑞典语、芬兰语、丹麦语、挪威语、匈牙利语、泰语,阿拉伯语20种语言,且各种语言均支持与英文混合的文字识别。
|
|
979
992
|
|