tencentcloud-sdk-nodejs-rum 4.0.1029 → 4.0.1030

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-rum",
3
- "version": "4.0.1029",
3
+ "version": "4.0.1030",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -2204,6 +2204,7 @@ export interface DescribeTawInstancesRequest {
2204
2204
  AreaIds?: Array<number | bigint>
2205
2205
  /**
2206
2206
  * 实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁), 该参数已废弃,请在Filters内注明
2207
+ * @deprecated
2207
2208
  */
2208
2209
  InstanceStatuses?: Array<number | bigint>
2209
2210
  /**
@@ -2108,6 +2108,7 @@ export interface DescribeTawInstancesRequest {
2108
2108
  AreaIds?: Array<number | bigint>;
2109
2109
  /**
2110
2110
  * 实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁), 该参数已废弃,请在Filters内注明
2111
+ * @deprecated
2111
2112
  */
2112
2113
  InstanceStatuses?: Array<number | bigint>;
2113
2114
  /**