tencentcloud-sdk-nodejs-tcss 4.1.229 → 4.1.234

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-tcss",
3
- "version": "4.1.229",
3
+ "version": "4.1.234",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9760,7 +9760,7 @@ export interface ImageRepoInfo {
9760
9760
  */
9761
9761
  export interface CreateAssetImageRegistryScanTaskResponse {
9762
9762
  /**
9763
- * 返回的任务ID
9763
+ * <p>返回的任务ID</p>
9764
9764
  */
9765
9765
  TaskID?: number;
9766
9766
  /**
@@ -13225,33 +13225,37 @@ export interface DescribeAssetImageRegistryDetailRequest {
13225
13225
  */
13226
13226
  export interface CreateAssetImageRegistryScanTaskRequest {
13227
13227
  /**
13228
- * 是否扫描全部镜像
13228
+ * <p>是否扫描全部镜像</p>
13229
13229
  */
13230
13230
  All?: boolean;
13231
13231
  /**
13232
- * 扫描的镜像列表
13232
+ * <p>扫描的镜像列表</p>
13233
13233
  */
13234
13234
  Images?: Array<ImageInfo>;
13235
13235
  /**
13236
- * 扫描类型数组
13236
+ * <p>扫描类型数组</p>
13237
13237
  */
13238
13238
  ScanType?: Array<string>;
13239
13239
  /**
13240
- * 扫描的镜像列表
13240
+ * <p>扫描的镜像列表</p>
13241
13241
  */
13242
13242
  Id?: Array<number | bigint>;
13243
13243
  /**
13244
- * 过滤条件
13244
+ * <p>过滤条件</p>
13245
13245
  */
13246
13246
  Filters?: Array<AssetFilters>;
13247
13247
  /**
13248
- * 不需要扫描的镜像列表, 与Filters配合使用
13248
+ * <p>不需要扫描的镜像列表, 与Filters配合使用</p>
13249
13249
  */
13250
13250
  ExcludeImageList?: Array<number | bigint>;
13251
13251
  /**
13252
- * 是否仅扫描各repository最新版的镜像, 与Filters配合使用
13252
+ * <p>是否仅扫描各repository最新版的镜像, 与Filters配合使用</p>
13253
13253
  */
13254
13254
  OnlyScanLatest?: boolean;
13255
+ /**
13256
+ * <p>任务超时时长</p><p>单位:秒</p>
13257
+ */
13258
+ Timeout?: number;
13255
13259
  }
13256
13260
  /**
13257
13261
  * DescribeAssetClusterList请求参数结构体