tencentcloud-sdk-nodejs-tcss 4.1.71 → 4.1.100

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.71",
3
+ "version": "4.1.100",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6645,6 +6645,10 @@ export interface ClusterInfoItem {
6645
6645
  * 接入失败原因
6646
6646
  */
6647
6647
  AccessedSubStatus?: string;
6648
+ /**
6649
+ * 接入/卸载失败原因
6650
+ */
6651
+ AccessedErrorReason?: string;
6648
6652
  /**
6649
6653
  * 节点总数
6650
6654
  */
@@ -10207,6 +10211,10 @@ export interface DescribeAssetHostDetailResponse {
10207
10211
  * 集群接入状态
10208
10212
  */
10209
10213
  ClusterAccessedStatus?: string;
10214
+ /**
10215
+ * 资产同步时间
10216
+ */
10217
+ AssetSyncTime?: string;
10210
10218
  /**
10211
10219
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10212
10220
  */
@@ -16524,6 +16532,10 @@ export interface DescribeClusterDetailResponse {
16524
16532
  * 所有者名称
16525
16533
  */
16526
16534
  OwnerName?: string;
16535
+ /**
16536
+ * 检查失败原因
16537
+ */
16538
+ CheckFailReason?: string;
16527
16539
  /**
16528
16540
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16529
16541
  */