tencentcloud-sdk-nodejs-tke 4.1.161 → 4.1.162

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.161",
3
+ "version": "4.1.162",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3879,6 +3879,10 @@ export interface PrometheusNotification {
3879
3879
  * CreateGlobalMaintenanceWindowAndExclusions返回参数结构体
3880
3880
  */
3881
3881
  export interface CreateGlobalMaintenanceWindowAndExclusionsResponse {
3882
+ /**
3883
+ * 维护窗口ID
3884
+ */
3885
+ ID?: number;
3882
3886
  /**
3883
3887
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3884
3888
  */
@@ -11439,7 +11443,8 @@ export interface DescribeGlobalMaintenanceWindowAndExclusionsRequest {
11439
11443
  */
11440
11444
  Limit?: number;
11441
11445
  /**
11442
- * 筛选项
11446
+ * 筛选项,支持按照以下字段过滤:
11447
+ - "ID":维护窗口ID,如:10
11443
11448
  */
11444
11449
  Filters?: Array<Filter>;
11445
11450
  }