tencentcloud-sdk-nodejs-vpc 4.1.27 → 4.1.28

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.27",
3
+ "version": "4.1.28",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2851,13 +2851,12 @@ export interface DeleteIp6TranslatorsResponse {
2851
2851
  export interface DescribeNatGatewaySourceIpTranslationNatRulesResponse {
2852
2852
  /**
2853
2853
  * NAT网关SNAT规则对象数组。
2854
- 注意:此字段可能返回 null,表示取不到有效值。
2855
2854
  */
2856
- SourceIpTranslationNatRuleSet: Array<SourceIpTranslationNatRule>;
2855
+ SourceIpTranslationNatRuleSet?: Array<SourceIpTranslationNatRule>;
2857
2856
  /**
2858
2857
  * 符合条件的NAT网关端口转发规则对象数目。
2859
2858
  */
2860
- TotalCount: number;
2859
+ TotalCount?: number;
2861
2860
  /**
2862
2861
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2863
2862
  */