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
|
@@ -25,6 +25,28 @@ export interface UpdateAuthorizationPolicyPriorityResponse {
|
|
|
25
25
|
RequestId?: string
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
/**
|
|
29
|
+
* MQTT 订阅关系
|
|
30
|
+
*/
|
|
31
|
+
export interface MQTTClientSubscription {
|
|
32
|
+
/**
|
|
33
|
+
* topic 订阅
|
|
34
|
+
*/
|
|
35
|
+
TopicFilter?: string
|
|
36
|
+
/**
|
|
37
|
+
* 服务质量等级
|
|
38
|
+
*/
|
|
39
|
+
Qos?: number
|
|
40
|
+
/**
|
|
41
|
+
* 堆积数量
|
|
42
|
+
*/
|
|
43
|
+
Lag?: number
|
|
44
|
+
/**
|
|
45
|
+
* 投递未确认数量
|
|
46
|
+
*/
|
|
47
|
+
Inflight?: number
|
|
48
|
+
}
|
|
49
|
+
|
|
28
50
|
/**
|
|
29
51
|
* DeleteUser请求参数结构体
|
|
30
52
|
*/
|
|
@@ -75,42 +97,34 @@ export interface CaCertificateItem {
|
|
|
75
97
|
VerificationCertificate?: string
|
|
76
98
|
/**
|
|
77
99
|
* ca状态
|
|
78
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
79
100
|
*/
|
|
80
101
|
Status?: string
|
|
81
102
|
/**
|
|
82
103
|
* 上次激活时间
|
|
83
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
84
104
|
*/
|
|
85
105
|
LastActivationTime?: number
|
|
86
106
|
/**
|
|
87
107
|
* 创建时间
|
|
88
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
108
|
*/
|
|
90
109
|
CreatedTime?: number
|
|
91
110
|
/**
|
|
92
111
|
* 预销毁时间
|
|
93
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
112
|
*/
|
|
95
113
|
UpdateTime?: number
|
|
96
114
|
/**
|
|
97
115
|
* 上次去激活时间
|
|
98
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
99
116
|
*/
|
|
100
117
|
LastInactivationTime?: number
|
|
101
118
|
/**
|
|
102
119
|
* Ca证书颁发者CN
|
|
103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
104
120
|
*/
|
|
105
121
|
CaIssuerCn?: string
|
|
106
122
|
/**
|
|
107
123
|
* 生效时间
|
|
108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
109
124
|
*/
|
|
110
125
|
NotBeforeTime?: number
|
|
111
126
|
/**
|
|
112
127
|
* 失效时间
|
|
113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
114
128
|
*/
|
|
115
129
|
NotAfterTime?: number
|
|
116
130
|
}
|
|
@@ -163,6 +177,40 @@ export interface ApplyRegistrationCodeRequest {
|
|
|
163
177
|
InstanceId: string
|
|
164
178
|
}
|
|
165
179
|
|
|
180
|
+
/**
|
|
181
|
+
* DescribeMessageList请求参数结构体
|
|
182
|
+
*/
|
|
183
|
+
export interface DescribeMessageListRequest {
|
|
184
|
+
/**
|
|
185
|
+
* 实例ID
|
|
186
|
+
*/
|
|
187
|
+
InstanceId: string
|
|
188
|
+
/**
|
|
189
|
+
* 主题
|
|
190
|
+
*/
|
|
191
|
+
Topic: string
|
|
192
|
+
/**
|
|
193
|
+
* 开始时间
|
|
194
|
+
*/
|
|
195
|
+
StartTime: number
|
|
196
|
+
/**
|
|
197
|
+
* 结束时间
|
|
198
|
+
*/
|
|
199
|
+
EndTime: number
|
|
200
|
+
/**
|
|
201
|
+
* 请求任务id
|
|
202
|
+
*/
|
|
203
|
+
TaskRequestId: string
|
|
204
|
+
/**
|
|
205
|
+
* 查询起始位置
|
|
206
|
+
*/
|
|
207
|
+
Offset?: number
|
|
208
|
+
/**
|
|
209
|
+
* 查询结果限制数量
|
|
210
|
+
*/
|
|
211
|
+
Limit?: number
|
|
212
|
+
}
|
|
213
|
+
|
|
166
214
|
/**
|
|
167
215
|
* ModifyJWTAuthenticator请求参数结构体
|
|
168
216
|
*/
|
|
@@ -205,12 +253,10 @@ password-使用密码字段传递
|
|
|
205
253
|
export interface AuthorizationPolicyPriority {
|
|
206
254
|
/**
|
|
207
255
|
* 策略id
|
|
208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
209
256
|
*/
|
|
210
257
|
Id: number
|
|
211
258
|
/**
|
|
212
259
|
* 优先级
|
|
213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
260
|
*/
|
|
215
261
|
Priority: number
|
|
216
262
|
}
|
|
@@ -250,6 +296,20 @@ export interface DescribeInsPublicEndpointsResponse {
|
|
|
250
296
|
RequestId?: string
|
|
251
297
|
}
|
|
252
298
|
|
|
299
|
+
/**
|
|
300
|
+
* DescribeSharedSubscriptionLag返回参数结构体
|
|
301
|
+
*/
|
|
302
|
+
export interface DescribeSharedSubscriptionLagResponse {
|
|
303
|
+
/**
|
|
304
|
+
* 堆积值
|
|
305
|
+
*/
|
|
306
|
+
Lag?: number
|
|
307
|
+
/**
|
|
308
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
309
|
+
*/
|
|
310
|
+
RequestId?: string
|
|
311
|
+
}
|
|
312
|
+
|
|
253
313
|
/**
|
|
254
314
|
* DeleteTopic请求参数结构体
|
|
255
315
|
*/
|
|
@@ -320,7 +380,6 @@ export interface DescribeCaCertificateResponse {
|
|
|
320
380
|
Format?: string
|
|
321
381
|
/**
|
|
322
382
|
* Ca证书颁发者CN
|
|
323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
324
383
|
*/
|
|
325
384
|
CaIssuerCn?: string
|
|
326
385
|
/**
|
|
@@ -385,17 +444,14 @@ BYOC:一端一证认证器
|
|
|
385
444
|
export interface PublicAccessRule {
|
|
386
445
|
/**
|
|
387
446
|
* ip网段信息
|
|
388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
389
447
|
*/
|
|
390
448
|
IpRule: string
|
|
391
449
|
/**
|
|
392
450
|
* 允许或者拒绝
|
|
393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
394
451
|
*/
|
|
395
452
|
Allow: boolean
|
|
396
453
|
/**
|
|
397
454
|
* 备注信息
|
|
398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
399
455
|
*/
|
|
400
456
|
Remark?: string
|
|
401
457
|
}
|
|
@@ -432,47 +488,38 @@ export interface ProductSkuItem {
|
|
|
432
488
|
* 规格类型
|
|
433
489
|
BASIC:基础版
|
|
434
490
|
PRO :专业版
|
|
435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
436
491
|
*/
|
|
437
492
|
InstanceType?: string
|
|
438
493
|
/**
|
|
439
494
|
* 规格代码
|
|
440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
441
495
|
*/
|
|
442
496
|
SkuCode?: string
|
|
443
497
|
/**
|
|
444
498
|
* 是否售卖
|
|
445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
446
499
|
*/
|
|
447
500
|
OnSale?: boolean
|
|
448
501
|
/**
|
|
449
502
|
* topic num限制
|
|
450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
451
503
|
*/
|
|
452
504
|
TopicNumLimit?: number
|
|
453
505
|
/**
|
|
454
506
|
* tps
|
|
455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
456
507
|
*/
|
|
457
508
|
TpsLimit?: number
|
|
458
509
|
/**
|
|
459
510
|
* 客户端连接数
|
|
460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
461
511
|
*/
|
|
462
512
|
ClientNumLimit?: number
|
|
463
513
|
/**
|
|
464
514
|
* 单客户端最大订阅数
|
|
465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
466
515
|
*/
|
|
467
516
|
MaxSubscriptionPerClient?: number
|
|
468
517
|
/**
|
|
469
518
|
* 授权规则条数
|
|
470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
471
519
|
*/
|
|
472
520
|
AuthorizationPolicyLimit?: number
|
|
473
521
|
/**
|
|
474
522
|
* 计费项信息
|
|
475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
476
523
|
*/
|
|
477
524
|
PriceTags?: Array<PriceTag>
|
|
478
525
|
}
|
|
@@ -579,47 +626,90 @@ export interface RegisterDeviceCertificateResponse {
|
|
|
579
626
|
export interface MQTTAuthenticatorItem {
|
|
580
627
|
/**
|
|
581
628
|
* 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 BYOC:一端一证认证器
|
|
582
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
583
629
|
*/
|
|
584
630
|
Type?: string
|
|
585
631
|
/**
|
|
586
632
|
* 认证器配置
|
|
587
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
588
633
|
*/
|
|
589
634
|
Config?: string
|
|
590
635
|
/**
|
|
591
636
|
* 认证器状态
|
|
592
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
593
637
|
*/
|
|
594
638
|
Status?: string
|
|
595
639
|
/**
|
|
596
640
|
* 创建时间
|
|
597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
598
641
|
*/
|
|
599
642
|
CreateTime?: number
|
|
600
643
|
/**
|
|
601
644
|
* 说明
|
|
602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
603
645
|
*/
|
|
604
646
|
Remark?: string
|
|
605
647
|
}
|
|
606
648
|
|
|
649
|
+
/**
|
|
650
|
+
* DescribeClientList返回参数结构体
|
|
651
|
+
*/
|
|
652
|
+
export interface DescribeClientListResponse {
|
|
653
|
+
/**
|
|
654
|
+
* 客户端列表
|
|
655
|
+
*/
|
|
656
|
+
Clients?: Array<MQTTClientInfo>
|
|
657
|
+
/**
|
|
658
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
659
|
+
*/
|
|
660
|
+
RequestId?: string
|
|
661
|
+
}
|
|
662
|
+
|
|
607
663
|
/**
|
|
608
664
|
* 标签数据
|
|
609
665
|
*/
|
|
610
666
|
export interface Tag {
|
|
611
667
|
/**
|
|
612
668
|
* 标签名称
|
|
613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
614
669
|
*/
|
|
615
670
|
TagKey: string
|
|
616
671
|
/**
|
|
617
672
|
* 标签值
|
|
618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
619
673
|
*/
|
|
620
674
|
TagValue: string
|
|
621
675
|
}
|
|
622
676
|
|
|
677
|
+
/**
|
|
678
|
+
* DescribeMessageList返回参数结构体
|
|
679
|
+
*/
|
|
680
|
+
export interface DescribeMessageListResponse {
|
|
681
|
+
/**
|
|
682
|
+
* 查询总数
|
|
683
|
+
*/
|
|
684
|
+
TotalCount?: number
|
|
685
|
+
/**
|
|
686
|
+
* 消息记录列表
|
|
687
|
+
*/
|
|
688
|
+
Data?: Array<MQTTMessageItem>
|
|
689
|
+
/**
|
|
690
|
+
* 请求任务id
|
|
691
|
+
*/
|
|
692
|
+
TaskRequestId?: string
|
|
693
|
+
/**
|
|
694
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
695
|
+
*/
|
|
696
|
+
RequestId?: string
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
/**
|
|
700
|
+
* HTTP 认证器header
|
|
701
|
+
*/
|
|
702
|
+
export interface HeaderItem {
|
|
703
|
+
/**
|
|
704
|
+
* header key
|
|
705
|
+
*/
|
|
706
|
+
Key: string
|
|
707
|
+
/**
|
|
708
|
+
* header value
|
|
709
|
+
*/
|
|
710
|
+
Value: string
|
|
711
|
+
}
|
|
712
|
+
|
|
623
713
|
/**
|
|
624
714
|
* MQTT 实例信息
|
|
625
715
|
*/
|
|
@@ -664,7 +754,6 @@ DELETING,删除中
|
|
|
664
754
|
TopicNumLimit?: number
|
|
665
755
|
/**
|
|
666
756
|
* 备注信息
|
|
667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
668
757
|
*/
|
|
669
758
|
Remark?: string
|
|
670
759
|
/**
|
|
@@ -677,57 +766,46 @@ DELETING,删除中
|
|
|
677
766
|
SkuCode?: string
|
|
678
767
|
/**
|
|
679
768
|
* 弹性TPS限流值
|
|
680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
681
769
|
*/
|
|
682
770
|
TpsLimit?: number
|
|
683
771
|
/**
|
|
684
772
|
* 创建时间
|
|
685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
686
773
|
*/
|
|
687
774
|
CreateTime?: number
|
|
688
775
|
/**
|
|
689
776
|
* 单客户端最大订阅数量
|
|
690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
691
777
|
*/
|
|
692
778
|
MaxSubscriptionPerClient?: number
|
|
693
779
|
/**
|
|
694
780
|
* 客户端连接数上线
|
|
695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
696
781
|
*/
|
|
697
782
|
ClientNumLimit?: number
|
|
698
783
|
/**
|
|
699
784
|
* 是否自动续费
|
|
700
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
785
|
*/
|
|
702
786
|
RenewFlag?: number
|
|
703
787
|
/**
|
|
704
788
|
* 计费模式, POSTPAID,按量计费 PREPAID,包年包月
|
|
705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
706
789
|
*/
|
|
707
790
|
PayMode?: string
|
|
708
791
|
/**
|
|
709
792
|
* 到期时间,秒为单位
|
|
710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
711
793
|
*/
|
|
712
794
|
ExpiryTime?: number
|
|
713
795
|
/**
|
|
714
796
|
* 预销毁时间
|
|
715
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
716
797
|
*/
|
|
717
798
|
DestroyTime?: number
|
|
718
799
|
/**
|
|
719
800
|
* 授权规则条数限制
|
|
720
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
721
801
|
*/
|
|
722
802
|
AuthorizationPolicyLimit?: number
|
|
723
803
|
/**
|
|
724
804
|
* 最大ca配额
|
|
725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
726
805
|
*/
|
|
727
806
|
MaxCaNum?: number
|
|
728
807
|
/**
|
|
729
808
|
* 最大订阅数
|
|
730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
731
809
|
*/
|
|
732
810
|
MaxSubscription?: number
|
|
733
811
|
}
|
|
@@ -738,7 +816,6 @@ DELETING,删除中
|
|
|
738
816
|
export interface DescribeInstanceListResponse {
|
|
739
817
|
/**
|
|
740
818
|
* 查询总数
|
|
741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
742
819
|
*/
|
|
743
820
|
TotalCount?: number
|
|
744
821
|
/**
|
|
@@ -779,6 +856,16 @@ export interface ModifyInstanceResponse {
|
|
|
779
856
|
RequestId?: string
|
|
780
857
|
}
|
|
781
858
|
|
|
859
|
+
/**
|
|
860
|
+
* CreateHttpAuthenticator返回参数结构体
|
|
861
|
+
*/
|
|
862
|
+
export interface CreateHttpAuthenticatorResponse {
|
|
863
|
+
/**
|
|
864
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
865
|
+
*/
|
|
866
|
+
RequestId?: string
|
|
867
|
+
}
|
|
868
|
+
|
|
782
869
|
/**
|
|
783
870
|
* ModifyInsPublicEndpoint返回参数结构体
|
|
784
871
|
*/
|
|
@@ -789,6 +876,48 @@ export interface ModifyInsPublicEndpointResponse {
|
|
|
789
876
|
RequestId?: string
|
|
790
877
|
}
|
|
791
878
|
|
|
879
|
+
/**
|
|
880
|
+
* 消息记录
|
|
881
|
+
*/
|
|
882
|
+
export interface MQTTMessageItem {
|
|
883
|
+
/**
|
|
884
|
+
* 消息ID
|
|
885
|
+
*/
|
|
886
|
+
MsgId?: string
|
|
887
|
+
/**
|
|
888
|
+
* 消息tag
|
|
889
|
+
*/
|
|
890
|
+
Tags?: string
|
|
891
|
+
/**
|
|
892
|
+
* 消息key
|
|
893
|
+
*/
|
|
894
|
+
Keys?: string
|
|
895
|
+
/**
|
|
896
|
+
* 客户端地址
|
|
897
|
+
*/
|
|
898
|
+
ProducerAddr?: string
|
|
899
|
+
/**
|
|
900
|
+
* 消息发送时间
|
|
901
|
+
*/
|
|
902
|
+
ProduceTime?: string
|
|
903
|
+
/**
|
|
904
|
+
* 死信重发次数
|
|
905
|
+
*/
|
|
906
|
+
DeadLetterResendTimes?: number
|
|
907
|
+
/**
|
|
908
|
+
* 死信重发成功次数
|
|
909
|
+
*/
|
|
910
|
+
DeadLetterResendSuccessTimes?: number
|
|
911
|
+
/**
|
|
912
|
+
* 子topic
|
|
913
|
+
*/
|
|
914
|
+
SubTopic?: string
|
|
915
|
+
/**
|
|
916
|
+
* 消息质量等级
|
|
917
|
+
*/
|
|
918
|
+
Qos?: string
|
|
919
|
+
}
|
|
920
|
+
|
|
792
921
|
/**
|
|
793
922
|
* ModifyJWKSAuthenticator返回参数结构体
|
|
794
923
|
*/
|
|
@@ -995,12 +1124,10 @@ export interface DeleteInstanceResponse {
|
|
|
995
1124
|
export interface DescribeProductSKUListResponse {
|
|
996
1125
|
/**
|
|
997
1126
|
* 查询总数
|
|
998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
999
1127
|
*/
|
|
1000
1128
|
TotalCount?: number
|
|
1001
1129
|
/**
|
|
1002
1130
|
* mqtt商品配置信息
|
|
1003
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1004
1131
|
*/
|
|
1005
1132
|
MQTTProductSkuList?: Array<ProductSkuItem>
|
|
1006
1133
|
/**
|
|
@@ -1081,6 +1208,16 @@ export interface CreateJWKSAuthenticatorResponse {
|
|
|
1081
1208
|
RequestId?: string
|
|
1082
1209
|
}
|
|
1083
1210
|
|
|
1211
|
+
/**
|
|
1212
|
+
* ModifyHttpAuthenticator返回参数结构体
|
|
1213
|
+
*/
|
|
1214
|
+
export interface ModifyHttpAuthenticatorResponse {
|
|
1215
|
+
/**
|
|
1216
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1217
|
+
*/
|
|
1218
|
+
RequestId?: string
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1084
1221
|
/**
|
|
1085
1222
|
* DescribeAuthorizationPolicies返回参数结构体
|
|
1086
1223
|
*/
|
|
@@ -1143,7 +1280,6 @@ export interface TagFilter {
|
|
|
1143
1280
|
export interface DescribeUserListResponse {
|
|
1144
1281
|
/**
|
|
1145
1282
|
* 查询总数
|
|
1146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1147
1283
|
*/
|
|
1148
1284
|
TotalCount?: number
|
|
1149
1285
|
/**
|
|
@@ -1216,6 +1352,20 @@ export interface ActivateCaCertificateRequest {
|
|
|
1216
1352
|
CaSn: string
|
|
1217
1353
|
}
|
|
1218
1354
|
|
|
1355
|
+
/**
|
|
1356
|
+
* HTTP 认证器body
|
|
1357
|
+
*/
|
|
1358
|
+
export interface BodyItem {
|
|
1359
|
+
/**
|
|
1360
|
+
* body key
|
|
1361
|
+
*/
|
|
1362
|
+
Key: string
|
|
1363
|
+
/**
|
|
1364
|
+
* body key
|
|
1365
|
+
*/
|
|
1366
|
+
Value: string
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1219
1369
|
/**
|
|
1220
1370
|
* ActivateDeviceCertificate返回参数结构体
|
|
1221
1371
|
*/
|
|
@@ -1275,21 +1425,93 @@ export interface PublishMessageRequest {
|
|
|
1275
1425
|
}
|
|
1276
1426
|
|
|
1277
1427
|
/**
|
|
1278
|
-
*
|
|
1428
|
+
* AuthorizationPolicyItem
|
|
1279
1429
|
*/
|
|
1280
|
-
export interface
|
|
1430
|
+
export interface AuthorizationPolicyItem {
|
|
1281
1431
|
/**
|
|
1282
|
-
*
|
|
1432
|
+
* 规则ID
|
|
1433
|
+
*/
|
|
1434
|
+
Id?: number
|
|
1435
|
+
/**
|
|
1436
|
+
* 集群ID
|
|
1283
1437
|
*/
|
|
1284
1438
|
InstanceId?: string
|
|
1285
1439
|
/**
|
|
1286
|
-
*
|
|
1440
|
+
* 规则名
|
|
1287
1441
|
*/
|
|
1288
|
-
|
|
1442
|
+
PolicyName?: string
|
|
1289
1443
|
/**
|
|
1290
|
-
*
|
|
1444
|
+
* 规则语法版本
|
|
1291
1445
|
*/
|
|
1292
|
-
|
|
1446
|
+
Version?: number
|
|
1447
|
+
/**
|
|
1448
|
+
* 越小越优先
|
|
1449
|
+
*/
|
|
1450
|
+
Priority?: number
|
|
1451
|
+
/**
|
|
1452
|
+
* allow/deny
|
|
1453
|
+
*/
|
|
1454
|
+
Effect?: string
|
|
1455
|
+
/**
|
|
1456
|
+
* connect、pub、sub
|
|
1457
|
+
*/
|
|
1458
|
+
Actions?: string
|
|
1459
|
+
/**
|
|
1460
|
+
* 资源
|
|
1461
|
+
*/
|
|
1462
|
+
Resources?: string
|
|
1463
|
+
/**
|
|
1464
|
+
* client
|
|
1465
|
+
*/
|
|
1466
|
+
ClientId?: string
|
|
1467
|
+
/**
|
|
1468
|
+
* 用户
|
|
1469
|
+
*/
|
|
1470
|
+
Username?: string
|
|
1471
|
+
/**
|
|
1472
|
+
* IP地址
|
|
1473
|
+
*/
|
|
1474
|
+
Ip?: string
|
|
1475
|
+
/**
|
|
1476
|
+
* 0,1,2
|
|
1477
|
+
*/
|
|
1478
|
+
Qos?: string
|
|
1479
|
+
/**
|
|
1480
|
+
* 1:表示匹配retain消息
|
|
1481
|
+
2:表示匹配非retain消息
|
|
1482
|
+
3:表示匹配retain和非retain消息
|
|
1483
|
+
*/
|
|
1484
|
+
Retain?: number
|
|
1485
|
+
/**
|
|
1486
|
+
* 描述
|
|
1487
|
+
*/
|
|
1488
|
+
Remark?: string
|
|
1489
|
+
/**
|
|
1490
|
+
* 1713164969433
|
|
1491
|
+
*/
|
|
1492
|
+
CreatedTime?: number
|
|
1493
|
+
/**
|
|
1494
|
+
* 1713164969433
|
|
1495
|
+
*/
|
|
1496
|
+
UpdateTime?: number
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
/**
|
|
1500
|
+
* DescribeClientList请求参数结构体
|
|
1501
|
+
*/
|
|
1502
|
+
export interface DescribeClientListRequest {
|
|
1503
|
+
/**
|
|
1504
|
+
* 实例ID
|
|
1505
|
+
*/
|
|
1506
|
+
InstanceId: string
|
|
1507
|
+
/**
|
|
1508
|
+
* 客户端名
|
|
1509
|
+
*/
|
|
1510
|
+
ClientId?: string
|
|
1511
|
+
/**
|
|
1512
|
+
* 客户端数量限制,最大1024,默认1024
|
|
1513
|
+
*/
|
|
1514
|
+
Number?: string
|
|
1293
1515
|
}
|
|
1294
1516
|
|
|
1295
1517
|
/**
|
|
@@ -1308,37 +1530,30 @@ export interface DeleteInsPublicEndpointResponse {
|
|
|
1308
1530
|
export interface MQTTEndpointItem {
|
|
1309
1531
|
/**
|
|
1310
1532
|
* 类型
|
|
1311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1312
1533
|
*/
|
|
1313
1534
|
Type?: string
|
|
1314
1535
|
/**
|
|
1315
1536
|
* 接入点
|
|
1316
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1317
1537
|
*/
|
|
1318
1538
|
Url?: string
|
|
1319
1539
|
/**
|
|
1320
1540
|
* vpc信息
|
|
1321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1322
1541
|
*/
|
|
1323
1542
|
VpcId?: string
|
|
1324
1543
|
/**
|
|
1325
1544
|
* 子网信息
|
|
1326
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1327
1545
|
*/
|
|
1328
1546
|
SubnetId?: string
|
|
1329
1547
|
/**
|
|
1330
1548
|
* 主机
|
|
1331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1332
1549
|
*/
|
|
1333
1550
|
Host?: string
|
|
1334
1551
|
/**
|
|
1335
1552
|
* 端口
|
|
1336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1337
1553
|
*/
|
|
1338
1554
|
Port?: number
|
|
1339
1555
|
/**
|
|
1340
1556
|
* 接入点ip
|
|
1341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1342
1557
|
*/
|
|
1343
1558
|
Ip?: string
|
|
1344
1559
|
}
|
|
@@ -1377,87 +1592,21 @@ export interface DescribeTopicListRequest {
|
|
|
1377
1592
|
}
|
|
1378
1593
|
|
|
1379
1594
|
/**
|
|
1380
|
-
*
|
|
1595
|
+
* CreateTopic返回参数结构体
|
|
1381
1596
|
*/
|
|
1382
|
-
export interface
|
|
1383
|
-
/**
|
|
1384
|
-
* 规则ID
|
|
1385
|
-
*/
|
|
1386
|
-
Id?: number
|
|
1597
|
+
export interface CreateTopicResponse {
|
|
1387
1598
|
/**
|
|
1388
|
-
*
|
|
1599
|
+
* 实例ID
|
|
1389
1600
|
*/
|
|
1390
1601
|
InstanceId?: string
|
|
1391
1602
|
/**
|
|
1392
|
-
*
|
|
1393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1394
|
-
*/
|
|
1395
|
-
PolicyName?: string
|
|
1396
|
-
/**
|
|
1397
|
-
* 规则语法版本
|
|
1398
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1399
|
-
*/
|
|
1400
|
-
Version?: number
|
|
1401
|
-
/**
|
|
1402
|
-
* 越小越优先
|
|
1403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1404
|
-
*/
|
|
1405
|
-
Priority?: number
|
|
1406
|
-
/**
|
|
1407
|
-
* allow/deny
|
|
1408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1409
|
-
*/
|
|
1410
|
-
Effect?: string
|
|
1411
|
-
/**
|
|
1412
|
-
* connect、pub、sub
|
|
1413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1414
|
-
*/
|
|
1415
|
-
Actions?: string
|
|
1416
|
-
/**
|
|
1417
|
-
* 资源
|
|
1418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1419
|
-
*/
|
|
1420
|
-
Resources?: string
|
|
1421
|
-
/**
|
|
1422
|
-
* client
|
|
1423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1424
|
-
*/
|
|
1425
|
-
ClientId?: string
|
|
1426
|
-
/**
|
|
1427
|
-
* 用户
|
|
1428
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1429
|
-
*/
|
|
1430
|
-
Username?: string
|
|
1431
|
-
/**
|
|
1432
|
-
* IP地址
|
|
1433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1434
|
-
*/
|
|
1435
|
-
Ip?: string
|
|
1436
|
-
/**
|
|
1437
|
-
* 0,1,2
|
|
1438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1439
|
-
*/
|
|
1440
|
-
Qos?: string
|
|
1441
|
-
/**
|
|
1442
|
-
* 1:表示匹配retain消息
|
|
1443
|
-
2:表示匹配非retain消息
|
|
1444
|
-
3:表示匹配retain和非retain消息
|
|
1445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1446
|
-
*/
|
|
1447
|
-
Retain?: number
|
|
1448
|
-
/**
|
|
1449
|
-
* 描述
|
|
1450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
|
-
*/
|
|
1452
|
-
Remark?: string
|
|
1453
|
-
/**
|
|
1454
|
-
* 1713164969433
|
|
1603
|
+
* 主题
|
|
1455
1604
|
*/
|
|
1456
|
-
|
|
1605
|
+
Topic?: string
|
|
1457
1606
|
/**
|
|
1458
|
-
*
|
|
1607
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1459
1608
|
*/
|
|
1460
|
-
|
|
1609
|
+
RequestId?: string
|
|
1461
1610
|
}
|
|
1462
1611
|
|
|
1463
1612
|
/**
|
|
@@ -1975,6 +2124,62 @@ export interface DescribeAuthorizationPoliciesRequest {
|
|
|
1975
2124
|
InstanceId?: string
|
|
1976
2125
|
}
|
|
1977
2126
|
|
|
2127
|
+
/**
|
|
2128
|
+
* RevokedDeviceCertificate返回参数结构体
|
|
2129
|
+
*/
|
|
2130
|
+
export interface RevokedDeviceCertificateResponse {
|
|
2131
|
+
/**
|
|
2132
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2133
|
+
*/
|
|
2134
|
+
RequestId?: string
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
/**
|
|
2138
|
+
* CreateHttpAuthenticator请求参数结构体
|
|
2139
|
+
*/
|
|
2140
|
+
export interface CreateHttpAuthenticatorRequest {
|
|
2141
|
+
/**
|
|
2142
|
+
* 实例ID
|
|
2143
|
+
*/
|
|
2144
|
+
InstanceId: string
|
|
2145
|
+
/**
|
|
2146
|
+
* jwks端点
|
|
2147
|
+
*/
|
|
2148
|
+
Endpoint: string
|
|
2149
|
+
/**
|
|
2150
|
+
* 最大并发连接数,默认8,范围:1-20
|
|
2151
|
+
*/
|
|
2152
|
+
Concurrency?: number
|
|
2153
|
+
/**
|
|
2154
|
+
* 网络请求方法 Get 或 Post,默认post
|
|
2155
|
+
*/
|
|
2156
|
+
Method?: string
|
|
2157
|
+
/**
|
|
2158
|
+
* 认证器是否开启:open-启用;close-关闭
|
|
2159
|
+
*/
|
|
2160
|
+
Status?: string
|
|
2161
|
+
/**
|
|
2162
|
+
* 说明
|
|
2163
|
+
*/
|
|
2164
|
+
Remark?: string
|
|
2165
|
+
/**
|
|
2166
|
+
* 连接超时时间,单位:秒,范围:1-30
|
|
2167
|
+
*/
|
|
2168
|
+
ConnectTimeout?: number
|
|
2169
|
+
/**
|
|
2170
|
+
* 请求超时时间,单位:秒,范围:1-30
|
|
2171
|
+
*/
|
|
2172
|
+
ReadTimeout?: number
|
|
2173
|
+
/**
|
|
2174
|
+
* 转发请求header
|
|
2175
|
+
*/
|
|
2176
|
+
Header?: Array<HeaderItem>
|
|
2177
|
+
/**
|
|
2178
|
+
* 转发请求body
|
|
2179
|
+
*/
|
|
2180
|
+
Body?: Array<BodyItem>
|
|
2181
|
+
}
|
|
2182
|
+
|
|
1978
2183
|
/**
|
|
1979
2184
|
* DescribeProductSKUList请求参数结构体
|
|
1980
2185
|
*/
|
|
@@ -1986,7 +2191,6 @@ export type DescribeProductSKUListRequest = null
|
|
|
1986
2191
|
export interface DescribeTopicListResponse {
|
|
1987
2192
|
/**
|
|
1988
2193
|
* 查询总数
|
|
1989
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1990
2194
|
*/
|
|
1991
2195
|
TotalCount?: number
|
|
1992
2196
|
/**
|
|
@@ -2049,7 +2253,6 @@ export interface DescribeDeviceCertificateResponse {
|
|
|
2049
2253
|
Format?: string
|
|
2050
2254
|
/**
|
|
2051
2255
|
* 客户端id
|
|
2052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2053
2256
|
*/
|
|
2054
2257
|
ClientId?: string
|
|
2055
2258
|
/**
|
|
@@ -2061,6 +2264,10 @@ export interface DescribeDeviceCertificateResponse {
|
|
|
2061
2264
|
* 证书生效开始时间
|
|
2062
2265
|
*/
|
|
2063
2266
|
NotBeforeTime?: number
|
|
2267
|
+
/**
|
|
2268
|
+
* 组织单位
|
|
2269
|
+
*/
|
|
2270
|
+
OrganizationalUnit?: string
|
|
2064
2271
|
/**
|
|
2065
2272
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2066
2273
|
*/
|
|
@@ -2156,7 +2363,6 @@ export interface DescribeCaCertificatesRequest {
|
|
|
2156
2363
|
export interface DeviceCertificateItem {
|
|
2157
2364
|
/**
|
|
2158
2365
|
* 客户端id
|
|
2159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2160
2366
|
*/
|
|
2161
2367
|
ClientId?: string
|
|
2162
2368
|
/**
|
|
@@ -2187,14 +2393,16 @@ export interface DeviceCertificateItem {
|
|
|
2187
2393
|
PENDING_ACTIVATION,//注册待激活
|
|
2188
2394
|
*/
|
|
2189
2395
|
Status?: string
|
|
2396
|
+
/**
|
|
2397
|
+
* 组织单位
|
|
2398
|
+
*/
|
|
2399
|
+
OrganizationalUnit?: string
|
|
2190
2400
|
/**
|
|
2191
2401
|
* 上次激活时间
|
|
2192
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2193
2402
|
*/
|
|
2194
2403
|
LastActivationTime?: number
|
|
2195
2404
|
/**
|
|
2196
2405
|
* 上次取消激活时间
|
|
2197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2198
2406
|
*/
|
|
2199
2407
|
LastInactivationTime?: number
|
|
2200
2408
|
/**
|
|
@@ -2203,28 +2411,66 @@ export interface DeviceCertificateItem {
|
|
|
2203
2411
|
CreatedTime?: number
|
|
2204
2412
|
/**
|
|
2205
2413
|
* 预销毁时间
|
|
2206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2207
2414
|
*/
|
|
2208
2415
|
UpdateTime?: number
|
|
2209
2416
|
/**
|
|
2210
2417
|
* 证书来源:
|
|
2211
2418
|
API, 手动注册
|
|
2212
2419
|
JITP 自动注册
|
|
2213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2214
2420
|
*/
|
|
2215
2421
|
CertificateSource?: string
|
|
2216
2422
|
/**
|
|
2217
2423
|
* 证书失效日期
|
|
2218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2219
2424
|
*/
|
|
2220
2425
|
NotAfterTime?: number
|
|
2221
2426
|
/**
|
|
2222
2427
|
* 证书生效开始日期
|
|
2223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2224
2428
|
*/
|
|
2225
2429
|
NotBeforeTime?: number
|
|
2226
2430
|
}
|
|
2227
2431
|
|
|
2432
|
+
/**
|
|
2433
|
+
* MQTT客户端信息
|
|
2434
|
+
*/
|
|
2435
|
+
export interface MQTTClientInfo {
|
|
2436
|
+
/**
|
|
2437
|
+
* 客户端唯一标识
|
|
2438
|
+
*/
|
|
2439
|
+
ClientId?: string
|
|
2440
|
+
/**
|
|
2441
|
+
* 客户端网络地址
|
|
2442
|
+
*/
|
|
2443
|
+
ClientAddress?: string
|
|
2444
|
+
/**
|
|
2445
|
+
* MQTT 协议版本,4 表示 MQTT 3.1.1
|
|
2446
|
+
*/
|
|
2447
|
+
ProtocolVersion?: number
|
|
2448
|
+
/**
|
|
2449
|
+
* 保持连接时间,单位:秒
|
|
2450
|
+
*/
|
|
2451
|
+
Keepalive?: number
|
|
2452
|
+
/**
|
|
2453
|
+
* 连接状态,CONNECTED 已连接,DISCONNECTED 未连接
|
|
2454
|
+
*/
|
|
2455
|
+
ConnectionStatus?: string
|
|
2456
|
+
/**
|
|
2457
|
+
* 客户端创建时间
|
|
2458
|
+
*/
|
|
2459
|
+
CreateTime?: number
|
|
2460
|
+
/**
|
|
2461
|
+
* 上次建立连接时间
|
|
2462
|
+
*/
|
|
2463
|
+
ConnectTime?: number
|
|
2464
|
+
/**
|
|
2465
|
+
* 上次断开连接时间,仅对持久会话(cleanSession=false)并且客户端当前未连接时有意义
|
|
2466
|
+
*/
|
|
2467
|
+
DisconnectTime?: number
|
|
2468
|
+
/**
|
|
2469
|
+
* 客户端的订阅列表
|
|
2470
|
+
*/
|
|
2471
|
+
MQTTClientSubscriptions?: Array<MQTTClientSubscription>
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2228
2474
|
/**
|
|
2229
2475
|
* MQTT 主题详情
|
|
2230
2476
|
*/
|
|
@@ -2239,7 +2485,6 @@ export interface MQTTTopicItem {
|
|
|
2239
2485
|
Topic?: string
|
|
2240
2486
|
/**
|
|
2241
2487
|
* 主题描述
|
|
2242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2243
2488
|
*/
|
|
2244
2489
|
Remark?: string
|
|
2245
2490
|
}
|
|
@@ -2262,7 +2507,6 @@ export interface PriceTag {
|
|
|
2262
2507
|
Code?: string
|
|
2263
2508
|
/**
|
|
2264
2509
|
* 步长
|
|
2265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2266
2510
|
*/
|
|
2267
2511
|
Step?: number
|
|
2268
2512
|
}
|
|
@@ -2330,13 +2574,17 @@ export interface ModifyAuthorizationPolicyRequest {
|
|
|
2330
2574
|
}
|
|
2331
2575
|
|
|
2332
2576
|
/**
|
|
2333
|
-
*
|
|
2577
|
+
* DescribeSharedSubscriptionLag请求参数结构体
|
|
2334
2578
|
*/
|
|
2335
|
-
export interface
|
|
2579
|
+
export interface DescribeSharedSubscriptionLagRequest {
|
|
2336
2580
|
/**
|
|
2337
|
-
*
|
|
2581
|
+
* 集群id
|
|
2338
2582
|
*/
|
|
2339
|
-
|
|
2583
|
+
InstanceId: string
|
|
2584
|
+
/**
|
|
2585
|
+
* 共享订阅表达式
|
|
2586
|
+
*/
|
|
2587
|
+
SharedSubscription: string
|
|
2340
2588
|
}
|
|
2341
2589
|
|
|
2342
2590
|
/**
|
|
@@ -2384,6 +2632,52 @@ MANUAL 手动注册
|
|
|
2384
2632
|
AutomaticActivation?: boolean
|
|
2385
2633
|
}
|
|
2386
2634
|
|
|
2635
|
+
/**
|
|
2636
|
+
* ModifyHttpAuthenticator请求参数结构体
|
|
2637
|
+
*/
|
|
2638
|
+
export interface ModifyHttpAuthenticatorRequest {
|
|
2639
|
+
/**
|
|
2640
|
+
* 实例ID
|
|
2641
|
+
*/
|
|
2642
|
+
InstanceId: string
|
|
2643
|
+
/**
|
|
2644
|
+
* 端点
|
|
2645
|
+
*/
|
|
2646
|
+
Endpoint?: string
|
|
2647
|
+
/**
|
|
2648
|
+
* 认证器状态:open-启用;close-关闭
|
|
2649
|
+
*/
|
|
2650
|
+
Status?: string
|
|
2651
|
+
/**
|
|
2652
|
+
* 最大并发连接数,默认8,范围:1-20
|
|
2653
|
+
*/
|
|
2654
|
+
Concurrency?: number
|
|
2655
|
+
/**
|
|
2656
|
+
* 连接超时时间,单位:秒,范围:1-30
|
|
2657
|
+
*/
|
|
2658
|
+
ConnectTimeout?: number
|
|
2659
|
+
/**
|
|
2660
|
+
* 请求超时时间,单位:秒,范围:1-30
|
|
2661
|
+
*/
|
|
2662
|
+
ReadTimeout?: number
|
|
2663
|
+
/**
|
|
2664
|
+
* 说明
|
|
2665
|
+
*/
|
|
2666
|
+
Remark?: string
|
|
2667
|
+
/**
|
|
2668
|
+
* 请求方法,GET 或者 POST
|
|
2669
|
+
*/
|
|
2670
|
+
Method?: string
|
|
2671
|
+
/**
|
|
2672
|
+
* 请求header
|
|
2673
|
+
*/
|
|
2674
|
+
Header?: Array<HeaderItem>
|
|
2675
|
+
/**
|
|
2676
|
+
* 请求body
|
|
2677
|
+
*/
|
|
2678
|
+
Body?: Array<BodyItem>
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2387
2681
|
/**
|
|
2388
2682
|
* DescribeInstance请求参数结构体
|
|
2389
2683
|
*/
|
|
@@ -2450,7 +2744,6 @@ export interface IpRule {
|
|
|
2450
2744
|
Allow: boolean
|
|
2451
2745
|
/**
|
|
2452
2746
|
* 备注信息
|
|
2453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2454
2747
|
*/
|
|
2455
2748
|
Remark: string
|
|
2456
2749
|
}
|