tencentcloud-sdk-nodejs 4.0.784 → 4.0.785

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +268 -0
  2. package/SERVICE_CHANGELOG.md +406 -52
  3. package/package.json +1 -1
  4. package/products.md +12 -12
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +188 -8
  8. package/src/services/cfg/v20210820/cfg_models.ts +6 -5
  9. package/src/services/cls/v20201016/cls_models.ts +32 -19
  10. package/src/services/csip/v20221121/csip_client.ts +14 -2
  11. package/src/services/csip/v20221121/csip_models.ts +32 -8
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
  14. package/src/services/live/v20180801/live_models.ts +3 -0
  15. package/src/services/oceanus/v20190422/oceanus_models.ts +17 -3
  16. package/src/services/privatedns/v20201028/privatedns_models.ts +25 -19
  17. package/src/services/ssl/v20191205/ssl_client.ts +0 -15
  18. package/src/services/ssl/v20191205/ssl_models.ts +0 -53
  19. package/src/services/teo/v20220901/teo_models.ts +7 -3
  20. package/src/services/trocket/v20230308/trocket_client.ts +47 -3
  21. package/src/services/trocket/v20230308/trocket_models.ts +324 -39
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  25. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  26. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +185 -8
  27. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -5
  28. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -19
  29. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  30. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  31. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +30 -8
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  33. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
  34. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -50
  35. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -0
  36. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -3
  37. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +25 -19
  38. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -7
  39. package/tencentcloud/services/ssl/v20191205/ssl_client.js +0 -8
  40. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +0 -50
  41. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
  42. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +19 -1
  43. package/tencentcloud/services/trocket/v20230308/trocket_client.js +24 -0
  44. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +314 -37
  45. package/test/antiddos.v20200309.test.js +10 -0
  46. package/test/csip.v20221121.test.js +10 -0
  47. package/test/ssl.v20191205.test.js +0 -10
  48. package/test/trocket.v20230308.test.js +30 -0
@@ -219,14 +219,6 @@ class Client extends abstract_client_1.AbstractClient {
219
219
  async DeployCertificateRecordRollback(req, cb) {
220
220
  return this.request("DeployCertificateRecordRollback", req, cb);
221
221
  }
222
- /**
223
- * 证书托管接口已重构, 旧接口预下线, 近30天无请求
224
-
225
- 云资源托管
226
- */
227
- async HostCertificate(req, cb) {
228
- return this.request("HostCertificate", req, cb);
229
- }
230
222
  /**
231
223
  * 云资源部署重试部署记录
232
224
  */
@@ -968,30 +968,6 @@ export interface DescribeHostCosInstanceListResponse {
968
968
  */
969
969
  RequestId?: string;
970
970
  }
971
- /**
972
- * 云资源配置详情
973
- */
974
- export interface CertHostingInfo {
975
- /**
976
- * 证书ID
977
- */
978
- CertId: string;
979
- /**
980
- * 已替换的新证书ID
981
- 注意:此字段可能返回 null,表示取不到有效值。
982
- */
983
- RenewCertId: string;
984
- /**
985
- * 云资源托管 ,CDN或CLB:部分开启,CDN,CLB:已开启,null:未开启托管
986
- 注意:此字段可能返回 null,表示取不到有效值。
987
- */
988
- ResourceType: string;
989
- /**
990
- * 创建时间
991
- 注意:此字段可能返回 null,表示取不到有效值。
992
- */
993
- CreateTime: string;
994
- }
995
971
  /**
996
972
  * 返回参数键为 DvAuths 的内容。
997
973
  */
@@ -3027,19 +3003,6 @@ export interface DescribeManagerDetailResponse {
3027
3003
  */
3028
3004
  RequestId?: string;
3029
3005
  }
3030
- /**
3031
- * HostCertificate返回参数结构体
3032
- */
3033
- export interface HostCertificateResponse {
3034
- /**
3035
- * 云资源配置详情
3036
- */
3037
- CertHostingInfo?: CertHostingInfo;
3038
- /**
3039
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3040
- */
3041
- RequestId?: string;
3042
- }
3043
3006
  /**
3044
3007
  * CLB证书详情
3045
3008
  */
@@ -3973,19 +3936,6 @@ export interface DescribeHostCdnInstanceListResponse {
3973
3936
  */
3974
3937
  RequestId?: string;
3975
3938
  }
3976
- /**
3977
- * HostCertificate请求参数结构体
3978
- */
3979
- export interface HostCertificateRequest {
3980
- /**
3981
- * 证书ID
3982
- */
3983
- CertificateId: string;
3984
- /**
3985
- * 资源类型:目前仅限于CLB,CDN
3986
- */
3987
- ResourceType?: Array<string>;
3988
- }
3989
3939
  /**
3990
3940
  * tke ingress实例详情
3991
3941
  */
@@ -3658,11 +3658,15 @@ export interface NoCache {
3658
3658
  * DescribeDefaultCertificates请求参数结构体
3659
3659
  */
3660
3660
  export interface DescribeDefaultCertificatesRequest {
3661
+ /**
3662
+ * 站点 ID。
3663
+ */
3664
+ ZoneId?: string;
3661
3665
  /**
3662
3666
  * 过滤条件,Filters.Values的上限为5。详细的过滤条件如下:
3663
3667
  <li>zone-id<br>   按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-xxx。<br>   类型:String<br>   必选:是 </li>
3664
3668
  */
3665
- Filters: Array<Filter>;
3669
+ Filters?: Array<Filter>;
3666
3670
  /**
3667
3671
  * 分页查询偏移量。默认值:0。
3668
3672
  */
@@ -5947,11 +5951,11 @@ export interface DescribeDefaultCertificatesResponse {
5947
5951
  /**
5948
5952
  * 证书总数。
5949
5953
  */
5950
- TotalCount: number;
5954
+ TotalCount?: number;
5951
5955
  /**
5952
5956
  * 默认证书列表。
5953
5957
  */
5954
- DefaultServerCertInfo: Array<DefaultServerCertInfo>;
5958
+ DefaultServerCertInfo?: Array<DefaultServerCertInfo>;
5955
5959
  /**
5956
5960
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5957
5961
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyInstanceResponse, CreateTopicResponse, ImportSourceClusterTopicsResponse, CreateConsumerGroupRequest, CreateRoleResponse, DescribeRoleListResponse, ModifyInstanceRequest, DescribeTopicListRequest, DescribeInstanceListRequest, CreateInstanceResponse, DescribeTopicListResponse, DeleteInstanceResponse, ModifyConsumerGroupRequest, DescribeConsumerGroupRequest, DescribeConsumerGroupListRequest, ModifyRoleResponse, DescribeConsumerGroupResponse, CreateInstanceRequest, CreateRoleRequest, DeleteTopicRequest, DeleteConsumerGroupResponse, ImportSourceClusterTopicsRequest, DescribeTopicResponse, ImportSourceClusterConsumerGroupsResponse, DeleteRoleResponse, ModifyRoleRequest, DescribeTopicStatsOpRequest, CreateTopicRequest, DescribeConsumerGroupListResponse, DeleteRoleRequest, DescribeRoleListRequest, ModifyConsumerGroupResponse, ModifyTopicRequest, DescribeInstanceResponse, DescribeTopicStatsOpResponse, DeleteConsumerGroupRequest, DeleteTopicResponse, CreateConsumerGroupResponse, ImportSourceClusterConsumerGroupsRequest, DeleteInstanceRequest, DescribeInstanceRequest, ModifyTopicResponse, DescribeInstanceListResponse, DescribeTopicRequest } from "./trocket_models";
3
+ import { ModifyInstanceResponse, CreateTopicResponse, ImportSourceClusterTopicsResponse, CreateConsumerGroupRequest, CreateRoleResponse, CreateMQTTInstanceResponse, ImportSourceClusterConsumerGroupsRequest, DescribeRoleListResponse, ModifyInstanceRequest, DescribeTopicListRequest, DescribeInstanceListRequest, CreateInstanceResponse, CreateMQTTInstanceRequest, DescribeTopicListResponse, DeleteInstanceResponse, ModifyConsumerGroupRequest, DescribeConsumerGroupRequest, DescribeConsumerGroupListRequest, ModifyRoleResponse, DescribeConsumerGroupResponse, CreateInstanceRequest, CreateRoleRequest, DeleteTopicRequest, DeleteConsumerGroupResponse, ImportSourceClusterTopicsRequest, DescribeTopicResponse, ImportSourceClusterConsumerGroupsResponse, DeleteRoleResponse, ModifyRoleRequest, DescribeTopicStatsOpRequest, CreateTopicRequest, DescribeConsumerGroupListResponse, DeleteRoleRequest, DescribeMQTTProductSKUListResponse, DescribeRoleListRequest, ModifyTopicResponse, ModifyConsumerGroupResponse, ModifyTopicRequest, DescribeInstanceResponse, DescribeTopicStatsOpResponse, DeleteConsumerGroupRequest, DeleteTopicResponse, CreateConsumerGroupResponse, DescribeMQTTProductSKUListRequest, DeleteInstanceRequest, DescribeInstanceRequest, DescribeMQTTInstanceListRequest, DescribeMQTTInstanceListResponse, DescribeInstanceListResponse, DescribeTopicRequest } from "./trocket_models";
4
4
  /**
5
5
  * trocket client
6
6
  * @class
@@ -37,6 +37,10 @@ export declare class Client extends AbstractClient {
37
37
  * 运营端查询topicStata
38
38
  */
39
39
  DescribeTopicStatsOp(req: DescribeTopicStatsOpRequest, cb?: (error: string, rep: DescribeTopicStatsOpResponse) => void): Promise<DescribeTopicStatsOpResponse>;
40
+ /**
41
+ * 非对外接口,获取产品售卖规格
42
+ */
43
+ DescribeMQTTProductSKUList(req?: DescribeMQTTProductSKUListRequest, cb?: (error: string, rep: DescribeMQTTProductSKUListResponse) => void): Promise<DescribeMQTTProductSKUListResponse>;
40
44
  /**
41
45
  * 删除消费组
42
46
  */
@@ -69,10 +73,24 @@ export declare class Client extends AbstractClient {
69
73
  * 删除主题
70
74
  */
71
75
  DeleteTopic(req: DeleteTopicRequest, cb?: (error: string, rep: DeleteTopicResponse) => void): Promise<DeleteTopicResponse>;
76
+ /**
77
+ * 获取实例列表,Filters参数使用说明如下:
78
+ 1. InstanceName, 名称模糊查询
79
+ 2. InstanceId,实例ID查询
80
+ 3. InstanceType, 实例类型查询,支持多选
81
+ 3. InstanceStatus,实例状态查询,支持多选
82
+
83
+ 当使用TagFilters查询时,Filters参数失效。
84
+ */
85
+ DescribeMQTTInstanceList(req: DescribeMQTTInstanceListRequest, cb?: (error: string, rep: DescribeMQTTInstanceListResponse) => void): Promise<DescribeMQTTInstanceListResponse>;
72
86
  /**
73
87
  * 导入topic列表
74
88
  */
75
89
  ImportSourceClusterTopics(req: ImportSourceClusterTopicsRequest, cb?: (error: string, rep: ImportSourceClusterTopicsResponse) => void): Promise<ImportSourceClusterTopicsResponse>;
90
+ /**
91
+ * 购买新的MQTT实例
92
+ */
93
+ CreateMQTTInstance(req: CreateMQTTInstanceRequest, cb?: (error: string, rep: CreateMQTTInstanceResponse) => void): Promise<CreateMQTTInstanceResponse>;
76
94
  /**
77
95
  * 获取实例列表,Filters参数使用说明如下:
78
96
  1. InstanceName, 名称模糊查询
@@ -71,6 +71,12 @@ class Client extends abstract_client_1.AbstractClient {
71
71
  async DescribeTopicStatsOp(req, cb) {
72
72
  return this.request("DescribeTopicStatsOp", req, cb);
73
73
  }
74
+ /**
75
+ * 非对外接口,获取产品售卖规格
76
+ */
77
+ async DescribeMQTTProductSKUList(req, cb) {
78
+ return this.request("DescribeMQTTProductSKUList", req, cb);
79
+ }
74
80
  /**
75
81
  * 删除消费组
76
82
  */
@@ -119,12 +125,30 @@ class Client extends abstract_client_1.AbstractClient {
119
125
  async DeleteTopic(req, cb) {
120
126
  return this.request("DeleteTopic", req, cb);
121
127
  }
128
+ /**
129
+ * 获取实例列表,Filters参数使用说明如下:
130
+ 1. InstanceName, 名称模糊查询
131
+ 2. InstanceId,实例ID查询
132
+ 3. InstanceType, 实例类型查询,支持多选
133
+ 3. InstanceStatus,实例状态查询,支持多选
134
+
135
+ 当使用TagFilters查询时,Filters参数失效。
136
+ */
137
+ async DescribeMQTTInstanceList(req, cb) {
138
+ return this.request("DescribeMQTTInstanceList", req, cb);
139
+ }
122
140
  /**
123
141
  * 导入topic列表
124
142
  */
125
143
  async ImportSourceClusterTopics(req, cb) {
126
144
  return this.request("ImportSourceClusterTopics", req, cb);
127
145
  }
146
+ /**
147
+ * 购买新的MQTT实例
148
+ */
149
+ async CreateMQTTInstance(req, cb) {
150
+ return this.request("CreateMQTTInstance", req, cb);
151
+ }
128
152
  /**
129
153
  * 获取实例列表,Filters参数使用说明如下:
130
154
  1. InstanceName, 名称模糊查询
@@ -76,6 +76,32 @@ export interface CreateRoleResponse {
76
76
  */
77
77
  RequestId?: string;
78
78
  }
79
+ /**
80
+ * CreateMQTTInstance返回参数结构体
81
+ */
82
+ export interface CreateMQTTInstanceResponse {
83
+ /**
84
+ * 实例ID
85
+ */
86
+ InstanceId?: string;
87
+ /**
88
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
89
+ */
90
+ RequestId?: string;
91
+ }
92
+ /**
93
+ * ImportSourceClusterConsumerGroups请求参数结构体
94
+ */
95
+ export interface ImportSourceClusterConsumerGroupsRequest {
96
+ /**
97
+ * 任务ID
98
+ */
99
+ TaskId: string;
100
+ /**
101
+ * 待导入的消费组列表
102
+ */
103
+ GroupList: Array<SourceClusterGroupConfig>;
104
+ }
79
105
  /**
80
106
  * DescribeRoleList返回参数结构体
81
107
  */
@@ -182,6 +208,81 @@ export interface CreateInstanceResponse {
182
208
  */
183
209
  RequestId?: string;
184
210
  }
211
+ /**
212
+ * CreateMQTTInstance请求参数结构体
213
+ */
214
+ export interface CreateMQTTInstanceRequest {
215
+ /**
216
+ * 实例类型,
217
+ EXPERIMENT 体验版
218
+ BASIC 基础版
219
+ PRO 专业版
220
+ PLATINUM 铂金版
221
+ */
222
+ InstanceType: string;
223
+ /**
224
+ * 实例名称
225
+ */
226
+ Name: string;
227
+ /**
228
+ * 商品规格,可用规格如下:
229
+ experiment_500,
230
+ basic_1k,
231
+ basic_2k,
232
+ basic_4k,
233
+ basic_6k,
234
+ pro_4k,
235
+ pro_6k,
236
+ pro_1w,
237
+ pro_2w,
238
+ pro_3w,
239
+ pro_4w,
240
+ pro_5w,
241
+ platinum_6k,
242
+ platinum_1w,
243
+ platinum_2w,
244
+ platinum_4w,
245
+ platinum_10w,
246
+ platinum_15w,
247
+ platinum_20w,
248
+ platinum_40w,
249
+ platinum_60w,
250
+ platinum_100w
251
+ */
252
+ SkuCode: string;
253
+ /**
254
+ * 备注信息
255
+ */
256
+ Remark?: string;
257
+ /**
258
+ * 标签列表
259
+ */
260
+ TagList?: Array<Tag>;
261
+ /**
262
+ * 实例绑定的VPC信息
263
+ */
264
+ VpcList?: Array<VpcInfo>;
265
+ /**
266
+ * 是否开启公网
267
+ */
268
+ EnablePublic?: boolean;
269
+ /**
270
+ * 公网带宽(单位:兆)
271
+ */
272
+ Bandwidth?: number;
273
+ /**
274
+ * 公网访问白名单
275
+ */
276
+ IpRules?: Array<IpRule>;
277
+ /**
278
+ * 是否自动续费(0: 不自动续费;1: 自动续费)
279
+ */
280
+ RenewFlag?: number;
281
+ /**
282
+ * 购买时长(单位:月)
283
+ */
284
+ TimeSpan?: number;
285
+ }
185
286
  /**
186
287
  * DescribeTopicList返回参数结构体
187
288
  */
@@ -670,6 +771,61 @@ export interface DescribeTopicResponse {
670
771
  */
671
772
  RequestId?: string;
672
773
  }
774
+ /**
775
+ * MQTT ProductSkuItem
776
+ */
777
+ export interface MQTTProductSkuItem {
778
+ /**
779
+ * 类型
780
+ 注意:此字段可能返回 null,表示取不到有效值。
781
+ */
782
+ InstanceType?: string;
783
+ /**
784
+ * cide
785
+ 注意:此字段可能返回 null,表示取不到有效值。
786
+ */
787
+ SkuCode?: string;
788
+ /**
789
+ * sale
790
+ 注意:此字段可能返回 null,表示取不到有效值。
791
+ */
792
+ OnSale?: boolean;
793
+ /**
794
+ * topic num限制
795
+ 注意:此字段可能返回 null,表示取不到有效值。
796
+ */
797
+ TopicNumLimit?: number;
798
+ /**
799
+ * tps
800
+ 注意:此字段可能返回 null,表示取不到有效值。
801
+ */
802
+ TpsLimit?: number;
803
+ /**
804
+ * 客户端连接数
805
+ 注意:此字段可能返回 null,表示取不到有效值。
806
+ */
807
+ ClientNumLimit?: number;
808
+ /**
809
+ * 订阅数限制
810
+ 注意:此字段可能返回 null,表示取不到有效值。
811
+ */
812
+ SubscriptionNumLimit?: number;
813
+ /**
814
+ * 代理核
815
+ 注意:此字段可能返回 null,表示取不到有效值。
816
+ */
817
+ ProxySpecCore?: number;
818
+ /**
819
+ * 代理内存
820
+ 注意:此字段可能返回 null,表示取不到有效值。
821
+ */
822
+ ProxySpecMemory?: number;
823
+ /**
824
+ * 代理总数
825
+ 注意:此字段可能返回 null,表示取不到有效值。
826
+ */
827
+ ProxySpecCount?: number;
828
+ }
673
829
  /**
674
830
  * 接入点信息
675
831
  */
@@ -958,6 +1114,25 @@ export interface DeleteRoleRequest {
958
1114
  */
959
1115
  Role: string;
960
1116
  }
1117
+ /**
1118
+ * DescribeMQTTProductSKUList返回参数结构体
1119
+ */
1120
+ export interface DescribeMQTTProductSKUListResponse {
1121
+ /**
1122
+ * 查询总数
1123
+ 注意:此字段可能返回 null,表示取不到有效值。
1124
+ */
1125
+ TotalCount?: number;
1126
+ /**
1127
+ * mqtt商品配置信息
1128
+ 注意:此字段可能返回 null,表示取不到有效值。
1129
+ */
1130
+ MQTTProductSkuList?: Array<MQTTProductSkuItem>;
1131
+ /**
1132
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1133
+ */
1134
+ RequestId?: string;
1135
+ }
961
1136
  /**
962
1137
  * DescribeRoleList请求参数结构体
963
1138
  */
@@ -979,6 +1154,15 @@ export interface DescribeRoleListRequest {
979
1154
  */
980
1155
  Filters?: Array<Filter>;
981
1156
  }
1157
+ /**
1158
+ * ModifyTopic返回参数结构体
1159
+ */
1160
+ export interface ModifyTopicResponse {
1161
+ /**
1162
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1163
+ */
1164
+ RequestId?: string;
1165
+ }
982
1166
  /**
983
1167
  * ModifyConsumerGroup返回参数结构体
984
1168
  */
@@ -1179,18 +1363,9 @@ export interface CreateConsumerGroupResponse {
1179
1363
  RequestId?: string;
1180
1364
  }
1181
1365
  /**
1182
- * ImportSourceClusterConsumerGroups请求参数结构体
1366
+ * DescribeMQTTProductSKUList请求参数结构体
1183
1367
  */
1184
- export interface ImportSourceClusterConsumerGroupsRequest {
1185
- /**
1186
- * 任务ID
1187
- */
1188
- TaskId: string;
1189
- /**
1190
- * 待导入的消费组列表
1191
- */
1192
- GroupList: Array<SourceClusterGroupConfig>;
1193
- }
1368
+ export declare type DescribeMQTTProductSKUListRequest = null;
1194
1369
  /**
1195
1370
  * DeleteInstance请求参数结构体
1196
1371
  */
@@ -1200,30 +1375,6 @@ export interface DeleteInstanceRequest {
1200
1375
  */
1201
1376
  InstanceId: string;
1202
1377
  }
1203
- /**
1204
- * DescribeInstance请求参数结构体
1205
- */
1206
- export interface DescribeInstanceRequest {
1207
- /**
1208
- * 实例ID
1209
- */
1210
- InstanceId: string;
1211
- }
1212
- /**
1213
- * 标签数据
1214
- */
1215
- export interface Tag {
1216
- /**
1217
- * 标签名称
1218
- 注意:此字段可能返回 null,表示取不到有效值。
1219
- */
1220
- TagKey: string;
1221
- /**
1222
- * 标签值
1223
- 注意:此字段可能返回 null,表示取不到有效值。
1224
- */
1225
- TagValue: string;
1226
- }
1227
1378
  /**
1228
1379
  * 实例列表页中的实例信息
1229
1380
  */
@@ -1325,14 +1476,140 @@ export interface InstanceItem {
1325
1476
  MaxMessageDelay?: number;
1326
1477
  }
1327
1478
  /**
1328
- * ModifyTopic返回参数结构体
1479
+ * DescribeInstance请求参数结构体
1329
1480
  */
1330
- export interface ModifyTopicResponse {
1481
+ export interface DescribeInstanceRequest {
1482
+ /**
1483
+ * 实例ID
1484
+ */
1485
+ InstanceId: string;
1486
+ }
1487
+ /**
1488
+ * 标签数据
1489
+ */
1490
+ export interface Tag {
1491
+ /**
1492
+ * 标签名称
1493
+ 注意:此字段可能返回 null,表示取不到有效值。
1494
+ */
1495
+ TagKey: string;
1496
+ /**
1497
+ * 标签值
1498
+ 注意:此字段可能返回 null,表示取不到有效值。
1499
+ */
1500
+ TagValue: string;
1501
+ }
1502
+ /**
1503
+ * DescribeMQTTInstanceList请求参数结构体
1504
+ */
1505
+ export interface DescribeMQTTInstanceListRequest {
1506
+ /**
1507
+ * 查询条件列表
1508
+ */
1509
+ Filters?: Array<Filter>;
1510
+ /**
1511
+ * 查询起始位置
1512
+ */
1513
+ Offset?: number;
1514
+ /**
1515
+ * 查询结果限制数量
1516
+ */
1517
+ Limit?: number;
1518
+ }
1519
+ /**
1520
+ * DescribeMQTTInstanceList返回参数结构体
1521
+ */
1522
+ export interface DescribeMQTTInstanceListResponse {
1523
+ /**
1524
+ * 查询总数
1525
+ 注意:此字段可能返回 null,表示取不到有效值。
1526
+ */
1527
+ TotalCount?: number;
1528
+ /**
1529
+ * 实例列表
1530
+ */
1531
+ Data?: Array<MQTTInstanceItem>;
1331
1532
  /**
1332
1533
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1333
1534
  */
1334
1535
  RequestId?: string;
1335
1536
  }
1537
+ /**
1538
+ * MQTT 实例信息
1539
+ */
1540
+ export interface MQTTInstanceItem {
1541
+ /**
1542
+ * 实例ID
1543
+ */
1544
+ InstanceId?: string;
1545
+ /**
1546
+ * 实例名称
1547
+ */
1548
+ InstanceName?: string;
1549
+ /**
1550
+ * 实例版本
1551
+ */
1552
+ Version?: string;
1553
+ /**
1554
+ * 实例类型,
1555
+ EXPERIMENT,体验版
1556
+ BASIC,基础版
1557
+ PRO,专业版
1558
+ PLATINUM,铂金版
1559
+ */
1560
+ InstanceType?: string;
1561
+ /**
1562
+ * 实例状态,
1563
+ RUNNING, 运行中
1564
+ MAINTAINING,维护中
1565
+ ABNORMAL,异常
1566
+ OVERDUE,欠费
1567
+ DESTROYED,已删除
1568
+ CREATING,创建中
1569
+ MODIFYING,变配中
1570
+ CREATE_FAILURE,创建失败
1571
+ MODIFY_FAILURE,变配失败
1572
+ DELETING,删除中
1573
+ */
1574
+ InstanceStatus?: string;
1575
+ /**
1576
+ * 实例主题数上限
1577
+ */
1578
+ TopicNumLimit?: number;
1579
+ /**
1580
+ * 备注信息
1581
+ 注意:此字段可能返回 null,表示取不到有效值。
1582
+ */
1583
+ Remark?: string;
1584
+ /**
1585
+ * 主题数量
1586
+ */
1587
+ TopicNum?: number;
1588
+ /**
1589
+ * 商品规格
1590
+ */
1591
+ SkuCode?: string;
1592
+ /**
1593
+ * 弹性TPS限流值
1594
+ 注意:此字段可能返回 null,表示取不到有效值。
1595
+ */
1596
+ TpsLimit?: number;
1597
+ /**
1598
+ * 创建时间
1599
+ 注意:此字段可能返回 null,表示取不到有效值。
1600
+ */
1601
+ CreateTime?: number;
1602
+ /**
1603
+ * 订阅关系上限
1604
+ 注意:此字段可能返回 null,表示取不到有效值。
1605
+ */
1606
+ SubscriptionNumLimit?: number;
1607
+ /**
1608
+ * 客户端连接数上线
1609
+ 注意:此字段可能返回 null,表示取不到有效值。
1610
+ */
1611
+ ClientNumLimit?: number;
1612
+ }
1336
1613
  /**
1337
1614
  * DescribeInstanceList返回参数结构体
1338
1615
  */
@@ -58,6 +58,16 @@ it("antiddos.v20200309.DescribeL7RulesBySSLCertId", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("antiddos.v20200309.DescribeBGPIPL7Rules", async function () {
62
+ try {
63
+ const data = await client.DescribeBGPIPL7Rules({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("antiddos.v20200309.DescribeListIPAlarmConfig", async function () {
62
72
  try {
63
73
  const data = await client.DescribeListIPAlarmConfig({})
@@ -318,6 +318,16 @@ it("csip.v20221121.ModifyRiskCenterRiskStatus", async function () {
318
318
  }
319
319
  })
320
320
 
321
+ it("csip.v20221121.ModifyOrganizationAccountStatus", async function () {
322
+ try {
323
+ const data = await client.ModifyOrganizationAccountStatus({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
321
331
  it("csip.v20221121.DescribeOrganizationUserInfo", async function () {
322
332
  try {
323
333
  const data = await client.DescribeOrganizationUserInfo({})
@@ -338,16 +338,6 @@ it("ssl.v20191205.DeployCertificateRecordRollback", async function () {
338
338
  }
339
339
  })
340
340
 
341
- it("ssl.v20191205.HostCertificate", async function () {
342
- try {
343
- const data = await client.HostCertificate({})
344
- expect(data).to.be.ok
345
- } catch(error) {
346
- expect(error.requestId).to.be.ok
347
- expect(error.code).to.be.ok
348
- }
349
- })
350
-
351
341
  it("ssl.v20191205.DeployCertificateRecordRetry", async function () {
352
342
  try {
353
343
  const data = await client.DeployCertificateRecordRetry({})