tencentcloud-sdk-nodejs-tke 4.1.129 → 4.1.131

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.129",
3
+ "version": "4.1.131",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6882,6 +6882,11 @@ export interface CreateReservedInstancesRequest {
6882
6882
  * 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
6883
6883
  */
6884
6884
  ClientToken?: string;
6885
+ /**
6886
+ * 是否只预检此次请求。
6887
+ true:只预检,不会创建实例。默认值为:false。
6888
+ */
6889
+ DryRun?: boolean;
6885
6890
  }
6886
6891
  /**
6887
6892
  * 节点池描述