tencentcloud-sdk-nodejs-tke 4.1.9 → 4.1.13

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-tke",
3
- "version": "4.1.9",
3
+ "version": "4.1.13",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4309,7 +4309,7 @@ export interface DeleteClusterInstancesRequest {
4309
4309
  /**
4310
4310
  * 集群实例删除时的策略:terminate(销毁实例,仅支持按量计费云主机实例) retain (仅移除,保留实例)
4311
4311
  */
4312
- InstanceDeleteMode?: string;
4312
+ InstanceDeleteMode: string;
4313
4313
  /**
4314
4314
  * 是否强制删除(当节点在初始化时,可以指定参数为TRUE)
4315
4315
  */