tencentcloud-sdk-nodejs-tke 4.0.802 → 4.0.810

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.
@@ -45,7 +45,7 @@ export interface DescribeNodePoolsResponse {
45
45
  */
46
46
  TotalCount?: number;
47
47
  /**
48
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
48
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
49
49
  */
50
50
  RequestId?: string;
51
51
  }
@@ -136,7 +136,7 @@ export interface DescribeClusterInstancesResponse {
136
136
  */
137
137
  Errors?: Array<string>;
138
138
  /**
139
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
139
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
140
140
  */
141
141
  RequestId?: string;
142
142
  }