tencentcloud-sdk-nodejs 4.0.868 → 4.0.869
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/CHANGELOG.md +104 -0
- package/SERVICE_CHANGELOG.md +119 -152
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/domain/v20180808/domain_models.ts +1 -1
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +27 -17
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +15 -10
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
- package/src/services/redis/v20180412/redis_models.ts +24 -13
- package/src/services/rum/v20210622/rum_models.ts +6 -6
- package/src/services/vdb/v20230616/vdb_models.ts +1 -1
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +61 -55
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +27 -17
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +15 -10
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -6
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +24 -13
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +1 -1
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +61 -55
|
@@ -1175,39 +1175,44 @@ export interface DescribeFirmwareResponse {
|
|
|
1175
1175
|
/**
|
|
1176
1176
|
* 固件版本号
|
|
1177
1177
|
*/
|
|
1178
|
-
Version
|
|
1178
|
+
Version?: string
|
|
1179
1179
|
/**
|
|
1180
1180
|
* 产品ID
|
|
1181
1181
|
*/
|
|
1182
|
-
ProductId
|
|
1182
|
+
ProductId?: string
|
|
1183
1183
|
/**
|
|
1184
1184
|
* 固件名称
|
|
1185
1185
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1186
1186
|
*/
|
|
1187
|
-
Name
|
|
1187
|
+
Name?: string
|
|
1188
1188
|
/**
|
|
1189
1189
|
* 固件描述
|
|
1190
1190
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1191
1191
|
*/
|
|
1192
|
-
Description
|
|
1192
|
+
Description?: string
|
|
1193
1193
|
/**
|
|
1194
1194
|
* 固件Md5值
|
|
1195
1195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1196
1196
|
*/
|
|
1197
|
-
Md5sum
|
|
1197
|
+
Md5sum?: string
|
|
1198
1198
|
/**
|
|
1199
1199
|
* 固件上传的秒级时间戳
|
|
1200
1200
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1201
1201
|
*/
|
|
1202
|
-
Createtime
|
|
1202
|
+
Createtime?: number
|
|
1203
1203
|
/**
|
|
1204
1204
|
* 产品名称
|
|
1205
1205
|
*/
|
|
1206
|
-
ProductName
|
|
1206
|
+
ProductName?: string
|
|
1207
1207
|
/**
|
|
1208
1208
|
* 固件类型。选项:mcu、module
|
|
1209
1209
|
*/
|
|
1210
|
-
FwType
|
|
1210
|
+
FwType?: string
|
|
1211
|
+
/**
|
|
1212
|
+
* 固件用户自定义配置信息
|
|
1213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1214
|
+
*/
|
|
1215
|
+
UserDefined?: string
|
|
1211
1216
|
/**
|
|
1212
1217
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1213
1218
|
*/
|
|
@@ -1635,45 +1640,50 @@ export interface FirmwareInfo {
|
|
|
1635
1640
|
/**
|
|
1636
1641
|
* 固件版本
|
|
1637
1642
|
*/
|
|
1638
|
-
Version
|
|
1643
|
+
Version?: string
|
|
1639
1644
|
/**
|
|
1640
1645
|
* 固件MD5值
|
|
1641
1646
|
*/
|
|
1642
|
-
Md5sum
|
|
1647
|
+
Md5sum?: string
|
|
1643
1648
|
/**
|
|
1644
1649
|
* 固件创建时间
|
|
1645
1650
|
*/
|
|
1646
|
-
CreateTime
|
|
1651
|
+
CreateTime?: number
|
|
1647
1652
|
/**
|
|
1648
1653
|
* 产品名称
|
|
1649
1654
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1650
1655
|
*/
|
|
1651
|
-
ProductName
|
|
1656
|
+
ProductName?: string
|
|
1652
1657
|
/**
|
|
1653
1658
|
* 固件名称
|
|
1654
1659
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1655
1660
|
*/
|
|
1656
|
-
Name
|
|
1661
|
+
Name?: string
|
|
1657
1662
|
/**
|
|
1658
1663
|
* 固件描述
|
|
1659
1664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1660
1665
|
*/
|
|
1661
|
-
Description
|
|
1666
|
+
Description?: string
|
|
1662
1667
|
/**
|
|
1663
1668
|
* 产品ID
|
|
1664
1669
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1665
1670
|
*/
|
|
1666
|
-
ProductId
|
|
1671
|
+
ProductId?: string
|
|
1667
1672
|
/**
|
|
1668
1673
|
* 固件类型
|
|
1669
1674
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1670
1675
|
*/
|
|
1671
|
-
FwType
|
|
1676
|
+
FwType?: string
|
|
1672
1677
|
/**
|
|
1673
1678
|
* 创建者 Uin
|
|
1674
1679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1675
1680
|
*/
|
|
1676
|
-
CreateUserId
|
|
1681
|
+
CreateUserId?: number
|
|
1682
|
+
/**
|
|
1683
|
+
* 固件用户自定义配置信息
|
|
1684
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1685
|
+
*/
|
|
1686
|
+
UserDefined?: string
|
|
1677
1687
|
}
|
|
1678
1688
|
|
|
1679
1689
|
/**
|
|
@@ -3041,50 +3041,55 @@ export interface FirmwareInfo {
|
|
|
3041
3041
|
/**
|
|
3042
3042
|
* 固件版本
|
|
3043
3043
|
*/
|
|
3044
|
-
Version
|
|
3044
|
+
Version?: string
|
|
3045
3045
|
/**
|
|
3046
3046
|
* 固件MD5值
|
|
3047
3047
|
*/
|
|
3048
|
-
Md5sum
|
|
3048
|
+
Md5sum?: string
|
|
3049
3049
|
/**
|
|
3050
3050
|
* 固件创建时间
|
|
3051
3051
|
*/
|
|
3052
|
-
CreateTime
|
|
3052
|
+
CreateTime?: number
|
|
3053
3053
|
/**
|
|
3054
3054
|
* 产品名称
|
|
3055
3055
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3056
3056
|
*/
|
|
3057
|
-
ProductName
|
|
3057
|
+
ProductName?: string
|
|
3058
3058
|
/**
|
|
3059
3059
|
* 固件名称
|
|
3060
3060
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3061
3061
|
*/
|
|
3062
|
-
Name
|
|
3062
|
+
Name?: string
|
|
3063
3063
|
/**
|
|
3064
3064
|
* 固件描述
|
|
3065
3065
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3066
3066
|
*/
|
|
3067
|
-
Description
|
|
3067
|
+
Description?: string
|
|
3068
3068
|
/**
|
|
3069
3069
|
* 产品ID
|
|
3070
3070
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3071
3071
|
*/
|
|
3072
|
-
ProductId
|
|
3072
|
+
ProductId?: string
|
|
3073
3073
|
/**
|
|
3074
3074
|
* 固件升级模块
|
|
3075
3075
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3076
3076
|
*/
|
|
3077
|
-
FwType
|
|
3077
|
+
FwType?: string
|
|
3078
3078
|
/**
|
|
3079
3079
|
* 创建者子 uin
|
|
3080
3080
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3081
3081
|
*/
|
|
3082
|
-
CreateUserId
|
|
3082
|
+
CreateUserId?: number
|
|
3083
3083
|
/**
|
|
3084
3084
|
* 创建者昵称
|
|
3085
3085
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3086
3086
|
*/
|
|
3087
|
-
CreatorNickName
|
|
3087
|
+
CreatorNickName?: string
|
|
3088
|
+
/**
|
|
3089
|
+
* 固件用户自定义配置信息
|
|
3090
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3091
|
+
*/
|
|
3092
|
+
UserDefined?: string
|
|
3088
3093
|
}
|
|
3089
3094
|
|
|
3090
3095
|
/**
|
|
@@ -34,11 +34,11 @@ export interface RunDockerContainersRequest {
|
|
|
34
34
|
*/
|
|
35
35
|
export interface DescribeDockerContainersRequest {
|
|
36
36
|
/**
|
|
37
|
-
* 实例ID
|
|
37
|
+
* 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
|
38
38
|
*/
|
|
39
39
|
InstanceId: string
|
|
40
40
|
/**
|
|
41
|
-
* 容器ID
|
|
41
|
+
* 容器ID列表。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
|
42
42
|
*/
|
|
43
43
|
ContainerIds?: Array<string>
|
|
44
44
|
/**
|
|
@@ -553,11 +553,11 @@ export interface ModifyInstancesAttributeRequest {
|
|
|
553
553
|
*/
|
|
554
554
|
export interface DescribeDockerContainerDetailRequest {
|
|
555
555
|
/**
|
|
556
|
-
* 实例ID
|
|
556
|
+
* 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
|
557
557
|
*/
|
|
558
558
|
InstanceId: string
|
|
559
559
|
/**
|
|
560
|
-
* 容器ID
|
|
560
|
+
* 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
|
|
561
561
|
*/
|
|
562
562
|
ContainerId: string
|
|
563
563
|
}
|
|
@@ -2210,11 +2210,11 @@ export interface ImportKeyPairRequest {
|
|
|
2210
2210
|
*/
|
|
2211
2211
|
export interface DescribeDockerActivitiesRequest {
|
|
2212
2212
|
/**
|
|
2213
|
-
* 实例ID
|
|
2213
|
+
* 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
|
|
2214
2214
|
*/
|
|
2215
2215
|
InstanceId: string
|
|
2216
2216
|
/**
|
|
2217
|
-
* Docker活动ID
|
|
2217
|
+
* Docker活动ID列表。可通过[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口返回值中的ActivityId获取。
|
|
2218
2218
|
*/
|
|
2219
2219
|
ActivityIds?: Array<string>
|
|
2220
2220
|
/**
|
|
@@ -270,7 +270,7 @@ export interface UpgradeInstanceVersionResponse {
|
|
|
270
270
|
export interface CreateInstancesRequest {
|
|
271
271
|
/**
|
|
272
272
|
* 实例类型。
|
|
273
|
-
<ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li></ul>
|
|
273
|
+
<ul><li>2:Redis 2.8 内存版(标准架构)。</li><li>3:CKV 3.2 内存版(标准架构)。</li><li>4:CKV 3.2 内存版(集群架构)。</li><li>6:Redis 4.0 内存版(标准架构)。</li><li>7:Redis 4.0 内存版(集群架构)。</li><li>8:Redis 5.0 内存版(标准架构)。</li><li>9:Redis 5.0 内存版(集群架构)。</li><li>15:Redis 6.2 内存版(标准架构)。</li><li>16:Redis 6.2 内存版(集群架构)。</li><li>17:Redis 7.0 内存版(标准架构)。</li><li>18:Redis 7.0 内存版(集群架构)。</li></ul>
|
|
274
274
|
*/
|
|
275
275
|
TypeId: number
|
|
276
276
|
/**
|
|
@@ -1701,7 +1701,7 @@ export interface CreateParamTemplateResponse {
|
|
|
1701
1701
|
/**
|
|
1702
1702
|
* 参数模板 ID。
|
|
1703
1703
|
*/
|
|
1704
|
-
TemplateId
|
|
1704
|
+
TemplateId?: string
|
|
1705
1705
|
/**
|
|
1706
1706
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1707
1707
|
*/
|
|
@@ -2072,7 +2072,16 @@ export interface CreateParamTemplateRequest {
|
|
|
2072
2072
|
*/
|
|
2073
2073
|
Description?: string
|
|
2074
2074
|
/**
|
|
2075
|
-
*
|
|
2075
|
+
* 产品类型。
|
|
2076
|
+
- 2:Redis 2.8 内存版(标准架构)。
|
|
2077
|
+
- 6:Redis 4.0 内存版(标准架构)。
|
|
2078
|
+
- 7:Redis 4.0 内存版(集群架构)。
|
|
2079
|
+
- 8:Redis 5.0 内存版(标准架构)。
|
|
2080
|
+
- 9:Redis 5.0 内存版(集群架构)。
|
|
2081
|
+
- 15:Redis 6.2 内存版(标准架构)。
|
|
2082
|
+
- 16:Redis 6.2 内存版(集群架构)。
|
|
2083
|
+
- 17:Redis 7.0 内存版(标准架构)。
|
|
2084
|
+
- 18:Redis 7.0 内存版(集群架构)。
|
|
2076
2085
|
*/
|
|
2077
2086
|
ProductType?: number
|
|
2078
2087
|
/**
|
|
@@ -4515,16 +4524,18 @@ export interface InstanceSet {
|
|
|
4515
4524
|
SizeUsed?: number
|
|
4516
4525
|
/**
|
|
4517
4526
|
* 实例类型。
|
|
4518
|
-
- 2:Redis 2.8内存版(标准架构)。
|
|
4519
|
-
- 3:CKV 3.2内存版(标准架构)。
|
|
4520
|
-
- 4:CKV 3.2内存版(集群架构)。
|
|
4521
|
-
- 5:Redis 2.8内存版(单机)。
|
|
4522
|
-
- 6:Redis 4.0内存版(标准架构)。
|
|
4523
|
-
- 7:Redis 4.0内存版(集群架构)。
|
|
4524
|
-
- 8:Redis 5.0内存版(标准架构)。
|
|
4525
|
-
- 9:Redis 5.0内存版(集群架构)。
|
|
4526
|
-
- 15:Redis 6.2内存版(标准架构)。
|
|
4527
|
-
- 16:Redis 6.2内存版(集群架构)。
|
|
4527
|
+
- 2:Redis 2.8 内存版(标准架构)。
|
|
4528
|
+
- 3:CKV 3.2 内存版(标准架构)。
|
|
4529
|
+
- 4:CKV 3.2 内存版(集群架构)。
|
|
4530
|
+
- 5:Redis 2.8 内存版(单机)。
|
|
4531
|
+
- 6:Redis 4.0 内存版(标准架构)。
|
|
4532
|
+
- 7:Redis 4.0 内存版(集群架构)。
|
|
4533
|
+
- 8:Redis 5.0 内存版(标准架构)。
|
|
4534
|
+
- 9:Redis 5.0 内存版(集群架构)。
|
|
4535
|
+
- 15:Redis 6.2 内存版(标准架构)。
|
|
4536
|
+
- 16:Redis 6.2 内存版(集群架构)。
|
|
4537
|
+
- 17:Redis 7.0 内存版(标准架构)。
|
|
4538
|
+
- 18:Redis 7.0 内存版(集群架构)。
|
|
4528
4539
|
*/
|
|
4529
4540
|
Type?: number
|
|
4530
4541
|
/**
|
|
@@ -401,7 +401,7 @@ export interface DescribeAppMetricsDataResponse {
|
|
|
401
401
|
/**
|
|
402
402
|
* 查询数据返回
|
|
403
403
|
*/
|
|
404
|
-
Data
|
|
404
|
+
Data?: string
|
|
405
405
|
/**
|
|
406
406
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
407
407
|
*/
|
|
@@ -415,7 +415,7 @@ export interface DescribeAppSingleCaseDetailListResponse {
|
|
|
415
415
|
/**
|
|
416
416
|
* 查询数据返回
|
|
417
417
|
*/
|
|
418
|
-
Data
|
|
418
|
+
Data?: string
|
|
419
419
|
/**
|
|
420
420
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
421
421
|
*/
|
|
@@ -934,7 +934,7 @@ export interface DescribeAppSingleCaseListResponse {
|
|
|
934
934
|
/**
|
|
935
935
|
* 查询数据返回
|
|
936
936
|
*/
|
|
937
|
-
Data
|
|
937
|
+
Data?: string
|
|
938
938
|
/**
|
|
939
939
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
940
940
|
*/
|
|
@@ -1414,7 +1414,7 @@ export interface ModifyProjectLimitResponse {
|
|
|
1414
1414
|
* 返回信息
|
|
1415
1415
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1416
1416
|
*/
|
|
1417
|
-
Msg
|
|
1417
|
+
Msg?: string
|
|
1418
1418
|
/**
|
|
1419
1419
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1420
1420
|
*/
|
|
@@ -1428,7 +1428,7 @@ export interface DescribeRumLogExportsResponse {
|
|
|
1428
1428
|
/**
|
|
1429
1429
|
* 返回字符串
|
|
1430
1430
|
*/
|
|
1431
|
-
Result
|
|
1431
|
+
Result?: string
|
|
1432
1432
|
/**
|
|
1433
1433
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1434
1434
|
*/
|
|
@@ -2740,7 +2740,7 @@ export interface DescribeAppDimensionMetricsResponse {
|
|
|
2740
2740
|
/**
|
|
2741
2741
|
* 查询数据返回
|
|
2742
2742
|
*/
|
|
2743
|
-
Data
|
|
2743
|
+
Data?: string
|
|
2744
2744
|
/**
|
|
2745
2745
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2746
2746
|
*/
|