tencentcloud-sdk-nodejs-tdmq 4.1.231 → 4.1.233

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tdmq",
3
- "version": "4.1.231",
3
+ "version": "4.1.233",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2431,27 +2431,27 @@ export interface RocketMQGroupConfig {
2431
2431
  */
2432
2432
  export interface VpcEndpointInfo {
2433
2433
  /**
2434
- * vpc的id
2434
+ * <p>vpc的id</p>
2435
2435
  */
2436
2436
  VpcId: string;
2437
2437
  /**
2438
- * 子网id
2438
+ * <p>子网id</p>
2439
2439
  */
2440
2440
  SubnetId: string;
2441
2441
  /**
2442
- * vpc接入点信息
2442
+ * <p>vpc接入点信息</p>
2443
2443
  */
2444
2444
  VpcEndpoint: string;
2445
2445
  /**
2446
- * vpc接入点状态 OFF/ON/CREATING/DELETING
2446
+ * <p>vpc接入点状态 OFF/ON/CREATING/DELETING</p>
2447
2447
  */
2448
2448
  VpcDataStreamEndpointStatus?: string;
2449
2449
  /**
2450
- * TLS加密的数据流接入点
2450
+ * <p>TLS加密的数据流接入点</p>
2451
2451
  */
2452
2452
  VpcTlsEndpoint?: string;
2453
2453
  /**
2454
- * VPC 接入点操作失败的错误信息
2454
+ * <p>VPC 接入点操作失败的错误信息</p>
2455
2455
  */
2456
2456
  VpcErrorMessage?: string;
2457
2457
  }