tencentcloud-sdk-nodejs-vpc 4.1.39 → 4.1.41

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.39",
3
+ "version": "4.1.41",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1609,11 +1609,11 @@ export interface DescribeFlowLogsRequest {
1609
1609
  */
1610
1610
  FlowLogId?: string;
1611
1611
  /**
1612
- * 流日志实例名字。
1612
+ * 流日志实例名称。长度不超过60个字符。
1613
1613
  */
1614
1614
  FlowLogName?: string;
1615
1615
  /**
1616
- * 流日志所属资源类型:VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。
1616
+ * 流日志所属资源类型,VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。
1617
1617
 
1618
1618
  */
1619
1619
  ResourceType?: string;
@@ -2038,11 +2038,11 @@ export interface ModifyFlowLogAttributeRequest {
2038
2038
  */
2039
2039
  VpcId?: string;
2040
2040
  /**
2041
- * 流日志实例名字。长度为不超过60字节。
2041
+ * 流日志实例名称。长度为不超过60字符。
2042
2042
  */
2043
2043
  FlowLogName?: string;
2044
2044
  /**
2045
- * 流日志实例描述。长度为不超过512字节。
2045
+ * 流日志实例描述。长度为不超过512个字符。
2046
2046
  */
2047
2047
  FlowLogDescription?: string;
2048
2048
  }
@@ -12222,11 +12222,11 @@ export interface CreateNatGatewayDestinationIpPortTranslationNatRuleRequest {
12222
12222
  */
12223
12223
  export interface CreateFlowLogRequest {
12224
12224
  /**
12225
- * 流日志实例名字。长度为不超过60个字节。
12225
+ * 流日志实例名称。长度为不超过60个字符。
12226
12226
  */
12227
12227
  FlowLogName: string;
12228
12228
  /**
12229
- * 流日志所属资源类型,VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。当选择VPC, SUBNET,CCN,DCG时,请通过工单加入白名单。
12229
+ * 流日志所属资源类型,VPC(私有网络),SUBNET(子网),NETWORKINTERFACE(网卡),CCN(云联网),NAT(网络地址转化),DCG(专线网关)。当选择VPC,SUBNET,CCN,DCG时,请通过工单加入白名单。
12230
12230
  */
12231
12231
  ResourceType: string;
12232
12232
  /**
@@ -12242,12 +12242,12 @@ export interface CreateFlowLogRequest {
12242
12242
  */
12243
12243
  VpcId?: string;
12244
12244
  /**
12245
- * 流日志实例描述。
12245
+ * 流日志实例描述。长度不超过512个字符。
12246
12246
  */
12247
12247
  FlowLogDescription?: string;
12248
12248
  /**
12249
12249
  * 流日志存储ID(cls的日志主题ID,
12250
- 可通过[DescribeTopics](https://cloud.tencent.com/document/api/1179/46086)接口获取。
12250
+ 可通过[DescribeTopics](https://cloud.tencent.com/document/product/614/56454)接口获取。
12251
12251
  )。当StorageType为cls时,CloudLogId为必选。
12252
12252
  */
12253
12253
  CloudLogId?: string;
@@ -12256,7 +12256,7 @@ export interface CreateFlowLogRequest {
12256
12256
  */
12257
12257
  Tags?: Array<Tag>;
12258
12258
  /**
12259
- * 消费端类型:cls、ckafka。默认值cls。当选择kafka时,请通过工单加入白名单。
12259
+ * 消费端类型:cls、ckafka。默认值cls。当选择ckafka时,请通过工单加入白名单。
12260
12260
  */
12261
12261
  StorageType?: string;
12262
12262
  /**