tencentcloud-sdk-nodejs-mqtt 4.1.9 → 4.1.11
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
CHANGED
|
@@ -446,11 +446,11 @@ export interface VpcInfo {
|
|
|
446
446
|
/**
|
|
447
447
|
* VPC ID
|
|
448
448
|
*/
|
|
449
|
-
VpcId
|
|
449
|
+
VpcId?: string;
|
|
450
450
|
/**
|
|
451
451
|
* 子网ID
|
|
452
452
|
*/
|
|
453
|
-
SubnetId
|
|
453
|
+
SubnetId?: string;
|
|
454
454
|
}
|
|
455
455
|
/**
|
|
456
456
|
* DeleteAuthorizationPolicy返回参数结构体
|
|
@@ -469,6 +469,7 @@ export interface ProductSkuItem {
|
|
|
469
469
|
* 规格类型
|
|
470
470
|
BASIC:基础版
|
|
471
471
|
PRO :专业版
|
|
472
|
+
PLATINUM: 铂金版
|
|
472
473
|
*/
|
|
473
474
|
InstanceType?: string;
|
|
474
475
|
/**
|
|
@@ -477,6 +478,8 @@ export interface ProductSkuItem {
|
|
|
477
478
|
SkuCode?: string;
|
|
478
479
|
/**
|
|
479
480
|
* 是否售卖
|
|
481
|
+
1: 可售卖
|
|
482
|
+
0: 不可售卖
|
|
480
483
|
*/
|
|
481
484
|
OnSale?: boolean;
|
|
482
485
|
/**
|
|
@@ -484,7 +487,7 @@ export interface ProductSkuItem {
|
|
|
484
487
|
*/
|
|
485
488
|
TopicNumLimit?: number;
|
|
486
489
|
/**
|
|
487
|
-
*
|
|
490
|
+
* MQTT 集群下每秒钟生产消息量和消费消息量之和。详细计算方式参考 [计费概述](https://cloud.tencent.com/document/product/1778/109698)
|
|
488
491
|
*/
|
|
489
492
|
TpsLimit?: number;
|
|
490
493
|
/**
|