tencentcloud-sdk-nodejs-vpc 4.1.145 → 4.1.147

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.145",
3
+ "version": "4.1.147",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -15090,6 +15090,10 @@ export interface DeletePrivateNatGatewayRequest {
15090
15090
  * 私网网关唯一`ID`,形如"intranat-xxxxxxxx"。
15091
15091
  */
15092
15092
  NatGatewayId: string;
15093
+ /**
15094
+ * 忽略操作风险
15095
+ */
15096
+ IgnoreOperationRisk?: boolean;
15093
15097
  }
15094
15098
  /**
15095
15099
  * AdjustPublicAddress请求参数结构体