tencentcloud-sdk-nodejs 4.0.1046 → 4.0.1048
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/acp/v20220105/acp_models.ts +4 -8
- package/src/services/aiart/v20221229/aiart_client.ts +13 -0
- package/src/services/aiart/v20221229/aiart_models.ts +38 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +3 -3
- package/src/services/chdfs/v20201112/chdfs_models.ts +0 -6
- package/src/services/cvm/v20170312/cvm_models.ts +0 -4
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +5 -4
- package/src/services/ess/v20201111/ess_models.ts +2 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +64 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/mqtt/v20240516/mqtt_client.ts +68 -3
- package/src/services/mqtt/v20240516/mqtt_models.ts +442 -149
- package/src/services/oceanus/v20190422/oceanus_models.ts +21 -0
- package/src/services/organization/v20210331/organization_client.ts +29 -5
- package/src/services/organization/v20210331/organization_models.ts +156 -108
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +4 -8
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +36 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +3 -3
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +0 -6
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +0 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +62 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +21 -1
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +30 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +427 -149
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +21 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +152 -108
|
@@ -7,6 +7,27 @@ export interface UpdateAuthorizationPolicyPriorityResponse {
|
|
|
7
7
|
*/
|
|
8
8
|
RequestId?: string;
|
|
9
9
|
}
|
|
10
|
+
/**
|
|
11
|
+
* MQTT 订阅关系
|
|
12
|
+
*/
|
|
13
|
+
export interface MQTTClientSubscription {
|
|
14
|
+
/**
|
|
15
|
+
* topic 订阅
|
|
16
|
+
*/
|
|
17
|
+
TopicFilter?: string;
|
|
18
|
+
/**
|
|
19
|
+
* 服务质量等级
|
|
20
|
+
*/
|
|
21
|
+
Qos?: number;
|
|
22
|
+
/**
|
|
23
|
+
* 堆积数量
|
|
24
|
+
*/
|
|
25
|
+
Lag?: number;
|
|
26
|
+
/**
|
|
27
|
+
* 投递未确认数量
|
|
28
|
+
*/
|
|
29
|
+
Inflight?: number;
|
|
30
|
+
}
|
|
10
31
|
/**
|
|
11
32
|
* DeleteUser请求参数结构体
|
|
12
33
|
*/
|
|
@@ -55,42 +76,34 @@ export interface CaCertificateItem {
|
|
|
55
76
|
VerificationCertificate?: string;
|
|
56
77
|
/**
|
|
57
78
|
* ca状态
|
|
58
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
59
79
|
*/
|
|
60
80
|
Status?: string;
|
|
61
81
|
/**
|
|
62
82
|
* 上次激活时间
|
|
63
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
64
83
|
*/
|
|
65
84
|
LastActivationTime?: number;
|
|
66
85
|
/**
|
|
67
86
|
* 创建时间
|
|
68
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
69
87
|
*/
|
|
70
88
|
CreatedTime?: number;
|
|
71
89
|
/**
|
|
72
90
|
* 预销毁时间
|
|
73
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
74
91
|
*/
|
|
75
92
|
UpdateTime?: number;
|
|
76
93
|
/**
|
|
77
94
|
* 上次去激活时间
|
|
78
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
79
95
|
*/
|
|
80
96
|
LastInactivationTime?: number;
|
|
81
97
|
/**
|
|
82
98
|
* Ca证书颁发者CN
|
|
83
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
84
99
|
*/
|
|
85
100
|
CaIssuerCn?: string;
|
|
86
101
|
/**
|
|
87
102
|
* 生效时间
|
|
88
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
103
|
*/
|
|
90
104
|
NotBeforeTime?: number;
|
|
91
105
|
/**
|
|
92
106
|
* 失效时间
|
|
93
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
107
|
*/
|
|
95
108
|
NotAfterTime?: number;
|
|
96
109
|
}
|
|
@@ -138,6 +151,39 @@ export interface ApplyRegistrationCodeRequest {
|
|
|
138
151
|
*/
|
|
139
152
|
InstanceId: string;
|
|
140
153
|
}
|
|
154
|
+
/**
|
|
155
|
+
* DescribeMessageList请求参数结构体
|
|
156
|
+
*/
|
|
157
|
+
export interface DescribeMessageListRequest {
|
|
158
|
+
/**
|
|
159
|
+
* 实例ID
|
|
160
|
+
*/
|
|
161
|
+
InstanceId: string;
|
|
162
|
+
/**
|
|
163
|
+
* 主题
|
|
164
|
+
*/
|
|
165
|
+
Topic: string;
|
|
166
|
+
/**
|
|
167
|
+
* 开始时间
|
|
168
|
+
*/
|
|
169
|
+
StartTime: number;
|
|
170
|
+
/**
|
|
171
|
+
* 结束时间
|
|
172
|
+
*/
|
|
173
|
+
EndTime: number;
|
|
174
|
+
/**
|
|
175
|
+
* 请求任务id
|
|
176
|
+
*/
|
|
177
|
+
TaskRequestId: string;
|
|
178
|
+
/**
|
|
179
|
+
* 查询起始位置
|
|
180
|
+
*/
|
|
181
|
+
Offset?: number;
|
|
182
|
+
/**
|
|
183
|
+
* 查询结果限制数量
|
|
184
|
+
*/
|
|
185
|
+
Limit?: number;
|
|
186
|
+
}
|
|
141
187
|
/**
|
|
142
188
|
* ModifyJWTAuthenticator请求参数结构体
|
|
143
189
|
*/
|
|
@@ -179,12 +225,10 @@ export interface ModifyJWTAuthenticatorRequest {
|
|
|
179
225
|
export interface AuthorizationPolicyPriority {
|
|
180
226
|
/**
|
|
181
227
|
* 策略id
|
|
182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
183
228
|
*/
|
|
184
229
|
Id: number;
|
|
185
230
|
/**
|
|
186
231
|
* 优先级
|
|
187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
188
232
|
*/
|
|
189
233
|
Priority: number;
|
|
190
234
|
}
|
|
@@ -222,6 +266,19 @@ export interface DescribeInsPublicEndpointsResponse {
|
|
|
222
266
|
*/
|
|
223
267
|
RequestId?: string;
|
|
224
268
|
}
|
|
269
|
+
/**
|
|
270
|
+
* DescribeSharedSubscriptionLag返回参数结构体
|
|
271
|
+
*/
|
|
272
|
+
export interface DescribeSharedSubscriptionLagResponse {
|
|
273
|
+
/**
|
|
274
|
+
* 堆积值
|
|
275
|
+
*/
|
|
276
|
+
Lag?: number;
|
|
277
|
+
/**
|
|
278
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
279
|
+
*/
|
|
280
|
+
RequestId?: string;
|
|
281
|
+
}
|
|
225
282
|
/**
|
|
226
283
|
* DeleteTopic请求参数结构体
|
|
227
284
|
*/
|
|
@@ -290,7 +347,6 @@ export interface DescribeCaCertificateResponse {
|
|
|
290
347
|
Format?: string;
|
|
291
348
|
/**
|
|
292
349
|
* Ca证书颁发者CN
|
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
350
|
*/
|
|
295
351
|
CaIssuerCn?: string;
|
|
296
352
|
/**
|
|
@@ -352,17 +408,14 @@ export interface DeleteAuthenticatorRequest {
|
|
|
352
408
|
export interface PublicAccessRule {
|
|
353
409
|
/**
|
|
354
410
|
* ip网段信息
|
|
355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
356
411
|
*/
|
|
357
412
|
IpRule: string;
|
|
358
413
|
/**
|
|
359
414
|
* 允许或者拒绝
|
|
360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
361
415
|
*/
|
|
362
416
|
Allow: boolean;
|
|
363
417
|
/**
|
|
364
418
|
* 备注信息
|
|
365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
366
419
|
*/
|
|
367
420
|
Remark?: string;
|
|
368
421
|
}
|
|
@@ -396,47 +449,38 @@ export interface ProductSkuItem {
|
|
|
396
449
|
* 规格类型
|
|
397
450
|
BASIC:基础版
|
|
398
451
|
PRO :专业版
|
|
399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
400
452
|
*/
|
|
401
453
|
InstanceType?: string;
|
|
402
454
|
/**
|
|
403
455
|
* 规格代码
|
|
404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
405
456
|
*/
|
|
406
457
|
SkuCode?: string;
|
|
407
458
|
/**
|
|
408
459
|
* 是否售卖
|
|
409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
410
460
|
*/
|
|
411
461
|
OnSale?: boolean;
|
|
412
462
|
/**
|
|
413
463
|
* topic num限制
|
|
414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
415
464
|
*/
|
|
416
465
|
TopicNumLimit?: number;
|
|
417
466
|
/**
|
|
418
467
|
* tps
|
|
419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
420
468
|
*/
|
|
421
469
|
TpsLimit?: number;
|
|
422
470
|
/**
|
|
423
471
|
* 客户端连接数
|
|
424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
425
472
|
*/
|
|
426
473
|
ClientNumLimit?: number;
|
|
427
474
|
/**
|
|
428
475
|
* 单客户端最大订阅数
|
|
429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
430
476
|
*/
|
|
431
477
|
MaxSubscriptionPerClient?: number;
|
|
432
478
|
/**
|
|
433
479
|
* 授权规则条数
|
|
434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
435
480
|
*/
|
|
436
481
|
AuthorizationPolicyLimit?: number;
|
|
437
482
|
/**
|
|
438
483
|
* 计费项信息
|
|
439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
440
484
|
*/
|
|
441
485
|
PriceTags?: Array<PriceTag>;
|
|
442
486
|
}
|
|
@@ -537,45 +581,85 @@ export interface RegisterDeviceCertificateResponse {
|
|
|
537
581
|
export interface MQTTAuthenticatorItem {
|
|
538
582
|
/**
|
|
539
583
|
* 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
|
|
540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
541
584
|
*/
|
|
542
585
|
Type?: string;
|
|
543
586
|
/**
|
|
544
587
|
* 认证器配置
|
|
545
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
546
588
|
*/
|
|
547
589
|
Config?: string;
|
|
548
590
|
/**
|
|
549
591
|
* 认证器状态
|
|
550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
551
592
|
*/
|
|
552
593
|
Status?: string;
|
|
553
594
|
/**
|
|
554
595
|
* 创建时间
|
|
555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
556
596
|
*/
|
|
557
597
|
CreateTime?: number;
|
|
558
598
|
/**
|
|
559
599
|
* 说明
|
|
560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
561
600
|
*/
|
|
562
601
|
Remark?: string;
|
|
563
602
|
}
|
|
603
|
+
/**
|
|
604
|
+
* DescribeClientList返回参数结构体
|
|
605
|
+
*/
|
|
606
|
+
export interface DescribeClientListResponse {
|
|
607
|
+
/**
|
|
608
|
+
* 客户端列表
|
|
609
|
+
*/
|
|
610
|
+
Clients?: Array<MQTTClientInfo>;
|
|
611
|
+
/**
|
|
612
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
613
|
+
*/
|
|
614
|
+
RequestId?: string;
|
|
615
|
+
}
|
|
564
616
|
/**
|
|
565
617
|
* 标签数据
|
|
566
618
|
*/
|
|
567
619
|
export interface Tag {
|
|
568
620
|
/**
|
|
569
621
|
* 标签名称
|
|
570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
571
622
|
*/
|
|
572
623
|
TagKey: string;
|
|
573
624
|
/**
|
|
574
625
|
* 标签值
|
|
575
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
576
626
|
*/
|
|
577
627
|
TagValue: string;
|
|
578
628
|
}
|
|
629
|
+
/**
|
|
630
|
+
* DescribeMessageList返回参数结构体
|
|
631
|
+
*/
|
|
632
|
+
export interface DescribeMessageListResponse {
|
|
633
|
+
/**
|
|
634
|
+
* 查询总数
|
|
635
|
+
*/
|
|
636
|
+
TotalCount?: number;
|
|
637
|
+
/**
|
|
638
|
+
* 消息记录列表
|
|
639
|
+
*/
|
|
640
|
+
Data?: Array<MQTTMessageItem>;
|
|
641
|
+
/**
|
|
642
|
+
* 请求任务id
|
|
643
|
+
*/
|
|
644
|
+
TaskRequestId?: string;
|
|
645
|
+
/**
|
|
646
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
647
|
+
*/
|
|
648
|
+
RequestId?: string;
|
|
649
|
+
}
|
|
650
|
+
/**
|
|
651
|
+
* HTTP 认证器header
|
|
652
|
+
*/
|
|
653
|
+
export interface HeaderItem {
|
|
654
|
+
/**
|
|
655
|
+
* header key
|
|
656
|
+
*/
|
|
657
|
+
Key: string;
|
|
658
|
+
/**
|
|
659
|
+
* header value
|
|
660
|
+
*/
|
|
661
|
+
Value: string;
|
|
662
|
+
}
|
|
579
663
|
/**
|
|
580
664
|
* MQTT 实例信息
|
|
581
665
|
*/
|
|
@@ -620,7 +704,6 @@ export interface MQTTInstanceItem {
|
|
|
620
704
|
TopicNumLimit?: number;
|
|
621
705
|
/**
|
|
622
706
|
* 备注信息
|
|
623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
624
707
|
*/
|
|
625
708
|
Remark?: string;
|
|
626
709
|
/**
|
|
@@ -633,57 +716,46 @@ export interface MQTTInstanceItem {
|
|
|
633
716
|
SkuCode?: string;
|
|
634
717
|
/**
|
|
635
718
|
* 弹性TPS限流值
|
|
636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
637
719
|
*/
|
|
638
720
|
TpsLimit?: number;
|
|
639
721
|
/**
|
|
640
722
|
* 创建时间
|
|
641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
642
723
|
*/
|
|
643
724
|
CreateTime?: number;
|
|
644
725
|
/**
|
|
645
726
|
* 单客户端最大订阅数量
|
|
646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
647
727
|
*/
|
|
648
728
|
MaxSubscriptionPerClient?: number;
|
|
649
729
|
/**
|
|
650
730
|
* 客户端连接数上线
|
|
651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
652
731
|
*/
|
|
653
732
|
ClientNumLimit?: number;
|
|
654
733
|
/**
|
|
655
734
|
* 是否自动续费
|
|
656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
657
735
|
*/
|
|
658
736
|
RenewFlag?: number;
|
|
659
737
|
/**
|
|
660
738
|
* 计费模式, POSTPAID,按量计费 PREPAID,包年包月
|
|
661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
662
739
|
*/
|
|
663
740
|
PayMode?: string;
|
|
664
741
|
/**
|
|
665
742
|
* 到期时间,秒为单位
|
|
666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
667
743
|
*/
|
|
668
744
|
ExpiryTime?: number;
|
|
669
745
|
/**
|
|
670
746
|
* 预销毁时间
|
|
671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
672
747
|
*/
|
|
673
748
|
DestroyTime?: number;
|
|
674
749
|
/**
|
|
675
750
|
* 授权规则条数限制
|
|
676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
677
751
|
*/
|
|
678
752
|
AuthorizationPolicyLimit?: number;
|
|
679
753
|
/**
|
|
680
754
|
* 最大ca配额
|
|
681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
682
755
|
*/
|
|
683
756
|
MaxCaNum?: number;
|
|
684
757
|
/**
|
|
685
758
|
* 最大订阅数
|
|
686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
687
759
|
*/
|
|
688
760
|
MaxSubscription?: number;
|
|
689
761
|
}
|
|
@@ -693,7 +765,6 @@ export interface MQTTInstanceItem {
|
|
|
693
765
|
export interface DescribeInstanceListResponse {
|
|
694
766
|
/**
|
|
695
767
|
* 查询总数
|
|
696
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
697
768
|
*/
|
|
698
769
|
TotalCount?: number;
|
|
699
770
|
/**
|
|
@@ -731,6 +802,15 @@ export interface ModifyInstanceResponse {
|
|
|
731
802
|
*/
|
|
732
803
|
RequestId?: string;
|
|
733
804
|
}
|
|
805
|
+
/**
|
|
806
|
+
* CreateHttpAuthenticator返回参数结构体
|
|
807
|
+
*/
|
|
808
|
+
export interface CreateHttpAuthenticatorResponse {
|
|
809
|
+
/**
|
|
810
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
811
|
+
*/
|
|
812
|
+
RequestId?: string;
|
|
813
|
+
}
|
|
734
814
|
/**
|
|
735
815
|
* ModifyInsPublicEndpoint返回参数结构体
|
|
736
816
|
*/
|
|
@@ -740,6 +820,47 @@ export interface ModifyInsPublicEndpointResponse {
|
|
|
740
820
|
*/
|
|
741
821
|
RequestId?: string;
|
|
742
822
|
}
|
|
823
|
+
/**
|
|
824
|
+
* 消息记录
|
|
825
|
+
*/
|
|
826
|
+
export interface MQTTMessageItem {
|
|
827
|
+
/**
|
|
828
|
+
* 消息ID
|
|
829
|
+
*/
|
|
830
|
+
MsgId?: string;
|
|
831
|
+
/**
|
|
832
|
+
* 消息tag
|
|
833
|
+
*/
|
|
834
|
+
Tags?: string;
|
|
835
|
+
/**
|
|
836
|
+
* 消息key
|
|
837
|
+
*/
|
|
838
|
+
Keys?: string;
|
|
839
|
+
/**
|
|
840
|
+
* 客户端地址
|
|
841
|
+
*/
|
|
842
|
+
ProducerAddr?: string;
|
|
843
|
+
/**
|
|
844
|
+
* 消息发送时间
|
|
845
|
+
*/
|
|
846
|
+
ProduceTime?: string;
|
|
847
|
+
/**
|
|
848
|
+
* 死信重发次数
|
|
849
|
+
*/
|
|
850
|
+
DeadLetterResendTimes?: number;
|
|
851
|
+
/**
|
|
852
|
+
* 死信重发成功次数
|
|
853
|
+
*/
|
|
854
|
+
DeadLetterResendSuccessTimes?: number;
|
|
855
|
+
/**
|
|
856
|
+
* 子topic
|
|
857
|
+
*/
|
|
858
|
+
SubTopic?: string;
|
|
859
|
+
/**
|
|
860
|
+
* 消息质量等级
|
|
861
|
+
*/
|
|
862
|
+
Qos?: string;
|
|
863
|
+
}
|
|
743
864
|
/**
|
|
744
865
|
* ModifyJWKSAuthenticator返回参数结构体
|
|
745
866
|
*/
|
|
@@ -932,12 +1053,10 @@ export interface DeleteInstanceResponse {
|
|
|
932
1053
|
export interface DescribeProductSKUListResponse {
|
|
933
1054
|
/**
|
|
934
1055
|
* 查询总数
|
|
935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
936
1056
|
*/
|
|
937
1057
|
TotalCount?: number;
|
|
938
1058
|
/**
|
|
939
1059
|
* mqtt商品配置信息
|
|
940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
941
1060
|
*/
|
|
942
1061
|
MQTTProductSkuList?: Array<ProductSkuItem>;
|
|
943
1062
|
/**
|
|
@@ -1014,6 +1133,15 @@ export interface CreateJWKSAuthenticatorResponse {
|
|
|
1014
1133
|
*/
|
|
1015
1134
|
RequestId?: string;
|
|
1016
1135
|
}
|
|
1136
|
+
/**
|
|
1137
|
+
* ModifyHttpAuthenticator返回参数结构体
|
|
1138
|
+
*/
|
|
1139
|
+
export interface ModifyHttpAuthenticatorResponse {
|
|
1140
|
+
/**
|
|
1141
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1142
|
+
*/
|
|
1143
|
+
RequestId?: string;
|
|
1144
|
+
}
|
|
1017
1145
|
/**
|
|
1018
1146
|
* DescribeAuthorizationPolicies返回参数结构体
|
|
1019
1147
|
*/
|
|
@@ -1072,7 +1200,6 @@ export interface TagFilter {
|
|
|
1072
1200
|
export interface DescribeUserListResponse {
|
|
1073
1201
|
/**
|
|
1074
1202
|
* 查询总数
|
|
1075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1076
1203
|
*/
|
|
1077
1204
|
TotalCount?: number;
|
|
1078
1205
|
/**
|
|
@@ -1140,6 +1267,19 @@ export interface ActivateCaCertificateRequest {
|
|
|
1140
1267
|
*/
|
|
1141
1268
|
CaSn: string;
|
|
1142
1269
|
}
|
|
1270
|
+
/**
|
|
1271
|
+
* HTTP 认证器body
|
|
1272
|
+
*/
|
|
1273
|
+
export interface BodyItem {
|
|
1274
|
+
/**
|
|
1275
|
+
* body key
|
|
1276
|
+
*/
|
|
1277
|
+
Key: string;
|
|
1278
|
+
/**
|
|
1279
|
+
* body key
|
|
1280
|
+
*/
|
|
1281
|
+
Value: string;
|
|
1282
|
+
}
|
|
1143
1283
|
/**
|
|
1144
1284
|
* ActivateDeviceCertificate返回参数结构体
|
|
1145
1285
|
*/
|
|
@@ -1196,21 +1336,92 @@ export interface PublishMessageRequest {
|
|
|
1196
1336
|
Retain?: boolean;
|
|
1197
1337
|
}
|
|
1198
1338
|
/**
|
|
1199
|
-
*
|
|
1339
|
+
* AuthorizationPolicyItem
|
|
1200
1340
|
*/
|
|
1201
|
-
export interface
|
|
1341
|
+
export interface AuthorizationPolicyItem {
|
|
1202
1342
|
/**
|
|
1203
|
-
*
|
|
1343
|
+
* 规则ID
|
|
1344
|
+
*/
|
|
1345
|
+
Id?: number;
|
|
1346
|
+
/**
|
|
1347
|
+
* 集群ID
|
|
1204
1348
|
*/
|
|
1205
1349
|
InstanceId?: string;
|
|
1206
1350
|
/**
|
|
1207
|
-
*
|
|
1351
|
+
* 规则名
|
|
1208
1352
|
*/
|
|
1209
|
-
|
|
1353
|
+
PolicyName?: string;
|
|
1210
1354
|
/**
|
|
1211
|
-
*
|
|
1355
|
+
* 规则语法版本
|
|
1212
1356
|
*/
|
|
1213
|
-
|
|
1357
|
+
Version?: number;
|
|
1358
|
+
/**
|
|
1359
|
+
* 越小越优先
|
|
1360
|
+
*/
|
|
1361
|
+
Priority?: number;
|
|
1362
|
+
/**
|
|
1363
|
+
* allow/deny
|
|
1364
|
+
*/
|
|
1365
|
+
Effect?: string;
|
|
1366
|
+
/**
|
|
1367
|
+
* connect、pub、sub
|
|
1368
|
+
*/
|
|
1369
|
+
Actions?: string;
|
|
1370
|
+
/**
|
|
1371
|
+
* 资源
|
|
1372
|
+
*/
|
|
1373
|
+
Resources?: string;
|
|
1374
|
+
/**
|
|
1375
|
+
* client
|
|
1376
|
+
*/
|
|
1377
|
+
ClientId?: string;
|
|
1378
|
+
/**
|
|
1379
|
+
* 用户
|
|
1380
|
+
*/
|
|
1381
|
+
Username?: string;
|
|
1382
|
+
/**
|
|
1383
|
+
* IP地址
|
|
1384
|
+
*/
|
|
1385
|
+
Ip?: string;
|
|
1386
|
+
/**
|
|
1387
|
+
* 0,1,2
|
|
1388
|
+
*/
|
|
1389
|
+
Qos?: string;
|
|
1390
|
+
/**
|
|
1391
|
+
* 1:表示匹配retain消息
|
|
1392
|
+
2:表示匹配非retain消息
|
|
1393
|
+
3:表示匹配retain和非retain消息
|
|
1394
|
+
*/
|
|
1395
|
+
Retain?: number;
|
|
1396
|
+
/**
|
|
1397
|
+
* 描述
|
|
1398
|
+
*/
|
|
1399
|
+
Remark?: string;
|
|
1400
|
+
/**
|
|
1401
|
+
* 1713164969433
|
|
1402
|
+
*/
|
|
1403
|
+
CreatedTime?: number;
|
|
1404
|
+
/**
|
|
1405
|
+
* 1713164969433
|
|
1406
|
+
*/
|
|
1407
|
+
UpdateTime?: number;
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* DescribeClientList请求参数结构体
|
|
1411
|
+
*/
|
|
1412
|
+
export interface DescribeClientListRequest {
|
|
1413
|
+
/**
|
|
1414
|
+
* 实例ID
|
|
1415
|
+
*/
|
|
1416
|
+
InstanceId: string;
|
|
1417
|
+
/**
|
|
1418
|
+
* 客户端名
|
|
1419
|
+
*/
|
|
1420
|
+
ClientId?: string;
|
|
1421
|
+
/**
|
|
1422
|
+
* 客户端数量限制,最大1024,默认1024
|
|
1423
|
+
*/
|
|
1424
|
+
Number?: string;
|
|
1214
1425
|
}
|
|
1215
1426
|
/**
|
|
1216
1427
|
* DeleteInsPublicEndpoint返回参数结构体
|
|
@@ -1227,37 +1438,30 @@ export interface DeleteInsPublicEndpointResponse {
|
|
|
1227
1438
|
export interface MQTTEndpointItem {
|
|
1228
1439
|
/**
|
|
1229
1440
|
* 类型
|
|
1230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1231
1441
|
*/
|
|
1232
1442
|
Type?: string;
|
|
1233
1443
|
/**
|
|
1234
1444
|
* 接入点
|
|
1235
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1236
1445
|
*/
|
|
1237
1446
|
Url?: string;
|
|
1238
1447
|
/**
|
|
1239
1448
|
* vpc信息
|
|
1240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1241
1449
|
*/
|
|
1242
1450
|
VpcId?: string;
|
|
1243
1451
|
/**
|
|
1244
1452
|
* 子网信息
|
|
1245
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1246
1453
|
*/
|
|
1247
1454
|
SubnetId?: string;
|
|
1248
1455
|
/**
|
|
1249
1456
|
* 主机
|
|
1250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1251
1457
|
*/
|
|
1252
1458
|
Host?: string;
|
|
1253
1459
|
/**
|
|
1254
1460
|
* 端口
|
|
1255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1256
1461
|
*/
|
|
1257
1462
|
Port?: number;
|
|
1258
1463
|
/**
|
|
1259
1464
|
* 接入点ip
|
|
1260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1261
1465
|
*/
|
|
1262
1466
|
Ip?: string;
|
|
1263
1467
|
}
|
|
@@ -1293,87 +1497,21 @@ export interface DescribeTopicListRequest {
|
|
|
1293
1497
|
Limit?: number;
|
|
1294
1498
|
}
|
|
1295
1499
|
/**
|
|
1296
|
-
*
|
|
1500
|
+
* CreateTopic返回参数结构体
|
|
1297
1501
|
*/
|
|
1298
|
-
export interface
|
|
1299
|
-
/**
|
|
1300
|
-
* 规则ID
|
|
1301
|
-
*/
|
|
1302
|
-
Id?: number;
|
|
1502
|
+
export interface CreateTopicResponse {
|
|
1303
1503
|
/**
|
|
1304
|
-
*
|
|
1504
|
+
* 实例ID
|
|
1305
1505
|
*/
|
|
1306
1506
|
InstanceId?: string;
|
|
1307
1507
|
/**
|
|
1308
|
-
*
|
|
1309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1310
|
-
*/
|
|
1311
|
-
PolicyName?: string;
|
|
1312
|
-
/**
|
|
1313
|
-
* 规则语法版本
|
|
1314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1315
|
-
*/
|
|
1316
|
-
Version?: number;
|
|
1317
|
-
/**
|
|
1318
|
-
* 越小越优先
|
|
1319
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1320
|
-
*/
|
|
1321
|
-
Priority?: number;
|
|
1322
|
-
/**
|
|
1323
|
-
* allow/deny
|
|
1324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1325
|
-
*/
|
|
1326
|
-
Effect?: string;
|
|
1327
|
-
/**
|
|
1328
|
-
* connect、pub、sub
|
|
1329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1330
|
-
*/
|
|
1331
|
-
Actions?: string;
|
|
1332
|
-
/**
|
|
1333
|
-
* 资源
|
|
1334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1335
|
-
*/
|
|
1336
|
-
Resources?: string;
|
|
1337
|
-
/**
|
|
1338
|
-
* client
|
|
1339
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1340
|
-
*/
|
|
1341
|
-
ClientId?: string;
|
|
1342
|
-
/**
|
|
1343
|
-
* 用户
|
|
1344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1345
|
-
*/
|
|
1346
|
-
Username?: string;
|
|
1347
|
-
/**
|
|
1348
|
-
* IP地址
|
|
1349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1350
|
-
*/
|
|
1351
|
-
Ip?: string;
|
|
1352
|
-
/**
|
|
1353
|
-
* 0,1,2
|
|
1354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1355
|
-
*/
|
|
1356
|
-
Qos?: string;
|
|
1357
|
-
/**
|
|
1358
|
-
* 1:表示匹配retain消息
|
|
1359
|
-
2:表示匹配非retain消息
|
|
1360
|
-
3:表示匹配retain和非retain消息
|
|
1361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1362
|
-
*/
|
|
1363
|
-
Retain?: number;
|
|
1364
|
-
/**
|
|
1365
|
-
* 描述
|
|
1366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1367
|
-
*/
|
|
1368
|
-
Remark?: string;
|
|
1369
|
-
/**
|
|
1370
|
-
* 1713164969433
|
|
1508
|
+
* 主题
|
|
1371
1509
|
*/
|
|
1372
|
-
|
|
1510
|
+
Topic?: string;
|
|
1373
1511
|
/**
|
|
1374
|
-
*
|
|
1512
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1375
1513
|
*/
|
|
1376
|
-
|
|
1514
|
+
RequestId?: string;
|
|
1377
1515
|
}
|
|
1378
1516
|
/**
|
|
1379
1517
|
* RevokedDeviceCertificate请求参数结构体
|
|
@@ -1866,6 +2004,60 @@ export interface DescribeAuthorizationPoliciesRequest {
|
|
|
1866
2004
|
*/
|
|
1867
2005
|
InstanceId?: string;
|
|
1868
2006
|
}
|
|
2007
|
+
/**
|
|
2008
|
+
* RevokedDeviceCertificate返回参数结构体
|
|
2009
|
+
*/
|
|
2010
|
+
export interface RevokedDeviceCertificateResponse {
|
|
2011
|
+
/**
|
|
2012
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2013
|
+
*/
|
|
2014
|
+
RequestId?: string;
|
|
2015
|
+
}
|
|
2016
|
+
/**
|
|
2017
|
+
* CreateHttpAuthenticator请求参数结构体
|
|
2018
|
+
*/
|
|
2019
|
+
export interface CreateHttpAuthenticatorRequest {
|
|
2020
|
+
/**
|
|
2021
|
+
* 实例ID
|
|
2022
|
+
*/
|
|
2023
|
+
InstanceId: string;
|
|
2024
|
+
/**
|
|
2025
|
+
* jwks端点
|
|
2026
|
+
*/
|
|
2027
|
+
Endpoint: string;
|
|
2028
|
+
/**
|
|
2029
|
+
* 最大并发连接数,默认8,范围:1-20
|
|
2030
|
+
*/
|
|
2031
|
+
Concurrency?: number;
|
|
2032
|
+
/**
|
|
2033
|
+
* 网络请求方法 Get 或 Post,默认post
|
|
2034
|
+
*/
|
|
2035
|
+
Method?: string;
|
|
2036
|
+
/**
|
|
2037
|
+
* 认证器是否开启:open-启用;close-关闭
|
|
2038
|
+
*/
|
|
2039
|
+
Status?: string;
|
|
2040
|
+
/**
|
|
2041
|
+
* 说明
|
|
2042
|
+
*/
|
|
2043
|
+
Remark?: string;
|
|
2044
|
+
/**
|
|
2045
|
+
* 连接超时时间,单位:秒,范围:1-30
|
|
2046
|
+
*/
|
|
2047
|
+
ConnectTimeout?: number;
|
|
2048
|
+
/**
|
|
2049
|
+
* 请求超时时间,单位:秒,范围:1-30
|
|
2050
|
+
*/
|
|
2051
|
+
ReadTimeout?: number;
|
|
2052
|
+
/**
|
|
2053
|
+
* 转发请求header
|
|
2054
|
+
*/
|
|
2055
|
+
Header?: Array<HeaderItem>;
|
|
2056
|
+
/**
|
|
2057
|
+
* 转发请求body
|
|
2058
|
+
*/
|
|
2059
|
+
Body?: Array<BodyItem>;
|
|
2060
|
+
}
|
|
1869
2061
|
/**
|
|
1870
2062
|
* DescribeProductSKUList请求参数结构体
|
|
1871
2063
|
*/
|
|
@@ -1876,7 +2068,6 @@ export declare type DescribeProductSKUListRequest = null;
|
|
|
1876
2068
|
export interface DescribeTopicListResponse {
|
|
1877
2069
|
/**
|
|
1878
2070
|
* 查询总数
|
|
1879
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1880
2071
|
*/
|
|
1881
2072
|
TotalCount?: number;
|
|
1882
2073
|
/**
|
|
@@ -1938,7 +2129,6 @@ export interface DescribeDeviceCertificateResponse {
|
|
|
1938
2129
|
Format?: string;
|
|
1939
2130
|
/**
|
|
1940
2131
|
* 客户端id
|
|
1941
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1942
2132
|
*/
|
|
1943
2133
|
ClientId?: string;
|
|
1944
2134
|
/**
|
|
@@ -1950,6 +2140,10 @@ export interface DescribeDeviceCertificateResponse {
|
|
|
1950
2140
|
* 证书生效开始时间
|
|
1951
2141
|
*/
|
|
1952
2142
|
NotBeforeTime?: number;
|
|
2143
|
+
/**
|
|
2144
|
+
* 组织单位
|
|
2145
|
+
*/
|
|
2146
|
+
OrganizationalUnit?: string;
|
|
1953
2147
|
/**
|
|
1954
2148
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1955
2149
|
*/
|
|
@@ -2040,7 +2234,6 @@ export interface DescribeCaCertificatesRequest {
|
|
|
2040
2234
|
export interface DeviceCertificateItem {
|
|
2041
2235
|
/**
|
|
2042
2236
|
* 客户端id
|
|
2043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2044
2237
|
*/
|
|
2045
2238
|
ClientId?: string;
|
|
2046
2239
|
/**
|
|
@@ -2071,14 +2264,16 @@ export interface DeviceCertificateItem {
|
|
|
2071
2264
|
PENDING_ACTIVATION,//注册待激活
|
|
2072
2265
|
*/
|
|
2073
2266
|
Status?: string;
|
|
2267
|
+
/**
|
|
2268
|
+
* 组织单位
|
|
2269
|
+
*/
|
|
2270
|
+
OrganizationalUnit?: string;
|
|
2074
2271
|
/**
|
|
2075
2272
|
* 上次激活时间
|
|
2076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2077
2273
|
*/
|
|
2078
2274
|
LastActivationTime?: number;
|
|
2079
2275
|
/**
|
|
2080
2276
|
* 上次取消激活时间
|
|
2081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2082
2277
|
*/
|
|
2083
2278
|
LastInactivationTime?: number;
|
|
2084
2279
|
/**
|
|
@@ -2087,27 +2282,64 @@ export interface DeviceCertificateItem {
|
|
|
2087
2282
|
CreatedTime?: number;
|
|
2088
2283
|
/**
|
|
2089
2284
|
* 预销毁时间
|
|
2090
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2091
2285
|
*/
|
|
2092
2286
|
UpdateTime?: number;
|
|
2093
2287
|
/**
|
|
2094
2288
|
* 证书来源:
|
|
2095
2289
|
API, 手动注册
|
|
2096
2290
|
JITP 自动注册
|
|
2097
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2098
2291
|
*/
|
|
2099
2292
|
CertificateSource?: string;
|
|
2100
2293
|
/**
|
|
2101
2294
|
* 证书失效日期
|
|
2102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2103
2295
|
*/
|
|
2104
2296
|
NotAfterTime?: number;
|
|
2105
2297
|
/**
|
|
2106
2298
|
* 证书生效开始日期
|
|
2107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2108
2299
|
*/
|
|
2109
2300
|
NotBeforeTime?: number;
|
|
2110
2301
|
}
|
|
2302
|
+
/**
|
|
2303
|
+
* MQTT客户端信息
|
|
2304
|
+
*/
|
|
2305
|
+
export interface MQTTClientInfo {
|
|
2306
|
+
/**
|
|
2307
|
+
* 客户端唯一标识
|
|
2308
|
+
*/
|
|
2309
|
+
ClientId?: string;
|
|
2310
|
+
/**
|
|
2311
|
+
* 客户端网络地址
|
|
2312
|
+
*/
|
|
2313
|
+
ClientAddress?: string;
|
|
2314
|
+
/**
|
|
2315
|
+
* MQTT 协议版本,4 表示 MQTT 3.1.1
|
|
2316
|
+
*/
|
|
2317
|
+
ProtocolVersion?: number;
|
|
2318
|
+
/**
|
|
2319
|
+
* 保持连接时间,单位:秒
|
|
2320
|
+
*/
|
|
2321
|
+
Keepalive?: number;
|
|
2322
|
+
/**
|
|
2323
|
+
* 连接状态,CONNECTED 已连接,DISCONNECTED 未连接
|
|
2324
|
+
*/
|
|
2325
|
+
ConnectionStatus?: string;
|
|
2326
|
+
/**
|
|
2327
|
+
* 客户端创建时间
|
|
2328
|
+
*/
|
|
2329
|
+
CreateTime?: number;
|
|
2330
|
+
/**
|
|
2331
|
+
* 上次建立连接时间
|
|
2332
|
+
*/
|
|
2333
|
+
ConnectTime?: number;
|
|
2334
|
+
/**
|
|
2335
|
+
* 上次断开连接时间,仅对持久会话(cleanSession=false)并且客户端当前未连接时有意义
|
|
2336
|
+
*/
|
|
2337
|
+
DisconnectTime?: number;
|
|
2338
|
+
/**
|
|
2339
|
+
* 客户端的订阅列表
|
|
2340
|
+
*/
|
|
2341
|
+
MQTTClientSubscriptions?: Array<MQTTClientSubscription>;
|
|
2342
|
+
}
|
|
2111
2343
|
/**
|
|
2112
2344
|
* MQTT 主题详情
|
|
2113
2345
|
*/
|
|
@@ -2122,7 +2354,6 @@ export interface MQTTTopicItem {
|
|
|
2122
2354
|
Topic?: string;
|
|
2123
2355
|
/**
|
|
2124
2356
|
* 主题描述
|
|
2125
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2126
2357
|
*/
|
|
2127
2358
|
Remark?: string;
|
|
2128
2359
|
}
|
|
@@ -2144,7 +2375,6 @@ export interface PriceTag {
|
|
|
2144
2375
|
Code?: string;
|
|
2145
2376
|
/**
|
|
2146
2377
|
* 步长
|
|
2147
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2148
2378
|
*/
|
|
2149
2379
|
Step?: number;
|
|
2150
2380
|
}
|
|
@@ -2210,13 +2440,17 @@ export interface ModifyAuthorizationPolicyRequest {
|
|
|
2210
2440
|
Remark?: string;
|
|
2211
2441
|
}
|
|
2212
2442
|
/**
|
|
2213
|
-
*
|
|
2443
|
+
* DescribeSharedSubscriptionLag请求参数结构体
|
|
2214
2444
|
*/
|
|
2215
|
-
export interface
|
|
2445
|
+
export interface DescribeSharedSubscriptionLagRequest {
|
|
2216
2446
|
/**
|
|
2217
|
-
*
|
|
2447
|
+
* 集群id
|
|
2218
2448
|
*/
|
|
2219
|
-
|
|
2449
|
+
InstanceId: string;
|
|
2450
|
+
/**
|
|
2451
|
+
* 共享订阅表达式
|
|
2452
|
+
*/
|
|
2453
|
+
SharedSubscription: string;
|
|
2220
2454
|
}
|
|
2221
2455
|
/**
|
|
2222
2456
|
* DeleteTopic返回参数结构体
|
|
@@ -2261,6 +2495,51 @@ export interface ModifyInstanceCertBindingRequest {
|
|
|
2261
2495
|
*/
|
|
2262
2496
|
AutomaticActivation?: boolean;
|
|
2263
2497
|
}
|
|
2498
|
+
/**
|
|
2499
|
+
* ModifyHttpAuthenticator请求参数结构体
|
|
2500
|
+
*/
|
|
2501
|
+
export interface ModifyHttpAuthenticatorRequest {
|
|
2502
|
+
/**
|
|
2503
|
+
* 实例ID
|
|
2504
|
+
*/
|
|
2505
|
+
InstanceId: string;
|
|
2506
|
+
/**
|
|
2507
|
+
* 端点
|
|
2508
|
+
*/
|
|
2509
|
+
Endpoint?: string;
|
|
2510
|
+
/**
|
|
2511
|
+
* 认证器状态:open-启用;close-关闭
|
|
2512
|
+
*/
|
|
2513
|
+
Status?: string;
|
|
2514
|
+
/**
|
|
2515
|
+
* 最大并发连接数,默认8,范围:1-20
|
|
2516
|
+
*/
|
|
2517
|
+
Concurrency?: number;
|
|
2518
|
+
/**
|
|
2519
|
+
* 连接超时时间,单位:秒,范围:1-30
|
|
2520
|
+
*/
|
|
2521
|
+
ConnectTimeout?: number;
|
|
2522
|
+
/**
|
|
2523
|
+
* 请求超时时间,单位:秒,范围:1-30
|
|
2524
|
+
*/
|
|
2525
|
+
ReadTimeout?: number;
|
|
2526
|
+
/**
|
|
2527
|
+
* 说明
|
|
2528
|
+
*/
|
|
2529
|
+
Remark?: string;
|
|
2530
|
+
/**
|
|
2531
|
+
* 请求方法,GET 或者 POST
|
|
2532
|
+
*/
|
|
2533
|
+
Method?: string;
|
|
2534
|
+
/**
|
|
2535
|
+
* 请求header
|
|
2536
|
+
*/
|
|
2537
|
+
Header?: Array<HeaderItem>;
|
|
2538
|
+
/**
|
|
2539
|
+
* 请求body
|
|
2540
|
+
*/
|
|
2541
|
+
Body?: Array<BodyItem>;
|
|
2542
|
+
}
|
|
2264
2543
|
/**
|
|
2265
2544
|
* DescribeInstance请求参数结构体
|
|
2266
2545
|
*/
|
|
@@ -2323,7 +2602,6 @@ export interface IpRule {
|
|
|
2323
2602
|
Allow: boolean;
|
|
2324
2603
|
/**
|
|
2325
2604
|
* 备注信息
|
|
2326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2327
2605
|
*/
|
|
2328
2606
|
Remark: string;
|
|
2329
2607
|
}
|