tencentcloud-sdk-nodejs-tse 4.1.44 → 4.1.64

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-tse",
3
- "version": "4.1.44",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -661,6 +661,10 @@ export interface DescribeCloudNativeAPIGatewayResult {
661
661
  * 公网IP地址列表
662
662
  */
663
663
  PublicIpAddresses?: Array<string>;
664
+ /**
665
+ * 是否开启删除保护
666
+ */
667
+ DeleteProtect?: boolean;
664
668
  }
665
669
  /**
666
670
  * 北极星日志主题信息
@@ -5902,6 +5906,10 @@ export interface ModifyCloudNativeAPIGatewayRequest {
5902
5906
  * 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。
5903
5907
  */
5904
5908
  InternetPayMode?: string;
5909
+ /**
5910
+ * 是否开启实例删除保护,默认false
5911
+ */
5912
+ DeleteProtect?: boolean;
5905
5913
  }
5906
5914
  /**
5907
5915
  * DescribeNativeGatewayServerGroups返回参数结构体