tencentcloud-sdk-nodejs-tsf 4.1.102 → 4.1.104

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-tsf",
3
- "version": "4.1.102",
3
+ "version": "4.1.104",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5064,11 +5064,11 @@ export interface ModifyClusterRequest {
5064
5064
  */
5065
5065
  export interface Resource {
5066
5066
  /**
5067
- * 资源ID,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
5067
+ * 资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId
5068
5068
  */
5069
5069
  ResourceId?: string;
5070
5070
  /**
5071
- * 资源编码,枚举值描述【clusternamespaceconfig
5071
+ * 资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】
5072
5072
  */
5073
5073
  ResourceCode?: string;
5074
5074
  /**
@@ -5080,11 +5080,11 @@ export interface Resource {
5080
5080
  */
5081
5081
  ServiceCode?: string;
5082
5082
  /**
5083
- * 选取资源使用的Action,枚举值描述【DescribeSimpleCluster、DescribeLanes、DescribeTaskRecords
5083
+ * 选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】
5084
5084
  */
5085
5085
  ResourceAction?: string;
5086
5086
  /**
5087
- * 资源数据查询的ID字段名,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
5087
+ * 资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField
5088
5088
  */
5089
5089
  IdField?: string;
5090
5090
  /**