tencentcloud-sdk-nodejs-tcss 4.1.198 → 4.1.200

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.198",
3
+ "version": "4.1.200",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1605,27 +1605,23 @@ export interface UpdateAndPublishNetworkFirewallPolicyDetailResponse {
1605
1605
  */
1606
1606
  export interface DescribeAssetImageListRequest {
1607
1607
  /**
1608
- * 需要返回的数量,默认为10,最大值为100
1608
+ * <p>需要返回的数量,默认为10,最大值为100</p>
1609
1609
  */
1610
1610
  Limit?: number;
1611
1611
  /**
1612
- * 偏移量,默认为0
1612
+ * <p>偏移量,默认为0。</p>
1613
1613
  */
1614
1614
  Offset?: number;
1615
1615
  /**
1616
- * 过滤条件。
1617
- <li>ImageName- String - 是否必填:否 - 镜像名称筛选,</li>
1618
- <li>ScanStatus - String - 是否必填:否 - 镜像扫描状态notScan,scanning,scanned,scanErr</li>
1619
- <li>ImageID- String - 是否必填:否 - 镜像ID筛选,</li>
1620
- <li>SecurityRisk- String - 是否必填:否 - 安全风险,VulCnt 、VirusCnt、RiskCnt、IsTrustImage</li>
1616
+ * <p>过滤条件。</p><li>ImageName- String - 是否必填:否 - 镜像名称筛选,</li><li>ScanStatus - String - 是否必填:否 - 镜像扫描状态notScan,scanning,scanned,scanErr</li><li>ImageID- String - 是否必填:否 - 镜像ID筛选,</li><li>SecurityRisk- String - 是否必填:否 - 安全风险,VirusCnt、RiskCnt、IsTrustImage、CriticalLevelVul、HighLevelVul、MediumLevelVul、LowLevelVul</li>
1621
1617
  */
1622
1618
  Filters?: Array<AssetFilters>;
1623
1619
  /**
1624
- * 排序字段
1620
+ * <p>排序字段</p>
1625
1621
  */
1626
1622
  By?: string;
1627
1623
  /**
1628
- * 排序方式 asc,desc
1624
+ * <p>排序方式 asc,desc</p>
1629
1625
  */
1630
1626
  Order?: string;
1631
1627
  }
@@ -20039,11 +20035,11 @@ export interface DescribeAssetImageBindRuleInfoRequest {
20039
20035
  */
20040
20036
  export interface DescribeAssetImageListResponse {
20041
20037
  /**
20042
- * 镜像列表
20038
+ * <p>镜像列表</p>
20043
20039
  */
20044
20040
  List?: Array<ImagesInfo>;
20045
20041
  /**
20046
- * 总数量
20042
+ * <p>总数量</p>
20047
20043
  */
20048
20044
  TotalCount?: number;
20049
20045
  /**