tencentcloud-sdk-nodejs-vpc 4.1.49 → 4.1.52

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-vpc",
3
- "version": "4.1.49",
3
+ "version": "4.1.52",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -978,7 +978,11 @@ export interface ModifyNatGatewayAttributeRequest {
978
978
  */
979
979
  export interface DescribeLocalGatewayRequest {
980
980
  /**
981
- * 支持的过滤条件如下:\n<li>vpc-id:按照VPCID过滤。</li>\n<li>local-gateway-name:本地网关名称,支持模糊查询。</li>\n<li>local-gateway-id:本地网关实例ID。</li>\n<li>cdc-id:cdc实例ID。</li>
981
+ * 支持的过滤条件如下:
982
+ <li>vpc-id:按照VPCID过滤。</li>
983
+ <li>local-gateway-name:本地网关名称,支持模糊查询。</li>
984
+ <li>local-gateway-id:本地网关实例ID。</li>
985
+ <li>cdc-id:cdc实例ID。</li>
982
986
  */
983
987
  Filters?: Array<Filter>;
984
988
  /**
@@ -12242,8 +12246,7 @@ export interface CreateFlowLogRequest {
12242
12246
  FlowLogDescription?: string;
12243
12247
  /**
12244
12248
  * 流日志存储ID(cls的日志主题ID,
12245
- 可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)接口获取。
12246
- )。当StorageType为cls时,CloudLogId为必选。
12249
+ 可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)接口获取)。当StorageType为cls时,CloudLogId为必选。
12247
12250
  */
12248
12251
  CloudLogId?: string;
12249
12252
  /**