tencentcloud-sdk-nodejs 4.0.237 → 4.0.241
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 +498 -110
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_client.ts +20 -3
- package/src/services/af/v20200226/af_models.ts +375 -36
- package/src/services/afc/v20200226/afc_client.ts +22 -1
- package/src/services/afc/v20200226/afc_models.ts +359 -23
- package/src/services/antiddos/v20200309/antiddos_models.ts +10 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +57 -0
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +44 -7
- package/src/services/cfw/v20190904/cfw_models.ts +412 -154
- package/src/services/clb/v20180317/clb_models.ts +15 -8
- package/src/services/cme/v20191029/cme_client.ts +80 -26
- package/src/services/cme/v20191029/cme_models.ts +466 -48
- package/src/services/cpdp/v20190820/cpdp_client.ts +575 -287
- package/src/services/cpdp/v20190820/cpdp_models.ts +10010 -6587
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +143 -23
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
- package/src/services/dcdb/v20180411/dcdb_models.ts +7 -3
- package/src/services/ecm/v20190719/ecm_client.ts +38 -23
- package/src/services/ecm/v20190719/ecm_models.ts +199 -94
- package/src/services/iotvideo/v20201215/iotvideo_client.ts +30 -6
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +80 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +18 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
- package/src/services/ocr/v20181119/ocr_models.ts +8 -8
- package/src/services/scf/v20180416/scf_models.ts +10 -0
- package/src/services/soe/v20180724/soe_models.ts +8 -5
- package/src/services/ssa/v20180608/ssa_client.ts +35 -5
- package/src/services/ssa/v20180608/ssa_models.ts +364 -35
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tcm/v20210413/tcm_client.ts +2 -1
- package/src/services/tcm/v20210413/tcm_models.ts +37 -8
- package/src/services/tiw/v20190919/tiw_models.ts +24 -2
- package/src/services/vod/v20180717/vod_models.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +26 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
- package/tencentcloud/services/af/v20200226/af_client.js +6 -0
- package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
- package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
- package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +49 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +14 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +352 -129
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
- package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +406 -43
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +101 -13
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +150 -18
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8844 -5981
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +122 -22
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +6 -3
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +11 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +14 -8
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +170 -81
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +11 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +15 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +68 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +15 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +312 -32
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +21 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
- package/test/af.v20200226.test.js +10 -0
- package/test/afc.v20200226.test.js +10 -0
- package/test/cfw.v20190904.test.js +30 -0
- package/test/cme.v20191029.test.js +46 -6
- package/test/cpdp.v20190820.test.js +232 -12
- package/test/ecm.v20190719.test.js +14 -4
- package/test/iotvideo.v20201215.test.js +22 -2
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/ssa.v20180608.test.js +20 -0
|
@@ -183,6 +183,26 @@ export interface CreateSecurityGroupPoliciesResponse {
|
|
|
183
183
|
RequestId?: string
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
+
/**
|
|
187
|
+
* 描述实例的价格相关
|
|
188
|
+
*/
|
|
189
|
+
export interface InstancePricesPartDetail {
|
|
190
|
+
/**
|
|
191
|
+
* cpu的价格信息
|
|
192
|
+
*/
|
|
193
|
+
CpuPrice: PriceDetail
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* 内存价格信息
|
|
197
|
+
*/
|
|
198
|
+
MemPrice: PriceDetail
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* 磁盘价格信息
|
|
202
|
+
*/
|
|
203
|
+
DisksPrice: PriceDetail
|
|
204
|
+
}
|
|
205
|
+
|
|
186
206
|
/**
|
|
187
207
|
* DescribeMonthPeakNetwork请求参数结构体
|
|
188
208
|
*/
|
|
@@ -463,20 +483,18 @@ export interface RemovePrivateIpAddressesRequest {
|
|
|
463
483
|
}
|
|
464
484
|
|
|
465
485
|
/**
|
|
466
|
-
*
|
|
486
|
+
* 实例系列类型配置
|
|
467
487
|
*/
|
|
468
|
-
export interface
|
|
488
|
+
export interface InstanceFamilyTypeConfig {
|
|
469
489
|
/**
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
Key: string
|
|
490
|
+
* 实例机型系列类型Id
|
|
491
|
+
*/
|
|
492
|
+
InstanceFamilyType: string
|
|
474
493
|
|
|
475
494
|
/**
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
Value: string
|
|
495
|
+
* 实例机型系列类型名称
|
|
496
|
+
*/
|
|
497
|
+
InstanceFamilyTypeName: string
|
|
480
498
|
}
|
|
481
499
|
|
|
482
500
|
/**
|
|
@@ -710,13 +728,23 @@ export interface DeleteListenerRequest {
|
|
|
710
728
|
}
|
|
711
729
|
|
|
712
730
|
/**
|
|
713
|
-
*
|
|
731
|
+
* ResetInstancesMaxBandwidth请求参数结构体
|
|
714
732
|
*/
|
|
715
|
-
export interface
|
|
733
|
+
export interface ResetInstancesMaxBandwidthRequest {
|
|
716
734
|
/**
|
|
717
|
-
*
|
|
735
|
+
* 待重置带宽上限的实例ID列表。在单次请求的过程中,单个region下的请求实例数上限为100。
|
|
718
736
|
*/
|
|
719
|
-
|
|
737
|
+
InstanceIdSet: Array<string>
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* 修改后的最大出带宽上限。
|
|
741
|
+
*/
|
|
742
|
+
MaxBandwidthOut: number
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* 修改后的最大入带宽上限。
|
|
746
|
+
*/
|
|
747
|
+
MaxBandwidthIn?: number
|
|
720
748
|
}
|
|
721
749
|
|
|
722
750
|
/**
|
|
@@ -896,18 +924,39 @@ export interface ImageTask {
|
|
|
896
924
|
}
|
|
897
925
|
|
|
898
926
|
/**
|
|
899
|
-
*
|
|
927
|
+
* ModifyListener请求参数结构体
|
|
900
928
|
*/
|
|
901
|
-
export interface
|
|
929
|
+
export interface ModifyListenerRequest {
|
|
902
930
|
/**
|
|
903
|
-
*
|
|
931
|
+
* 负载均衡实例 ID
|
|
904
932
|
*/
|
|
905
|
-
|
|
933
|
+
LoadBalancerId: string
|
|
906
934
|
|
|
907
935
|
/**
|
|
908
|
-
*
|
|
936
|
+
* 负载均衡监听器 ID
|
|
909
937
|
*/
|
|
910
|
-
|
|
938
|
+
ListenerId: string
|
|
939
|
+
|
|
940
|
+
/**
|
|
941
|
+
* 新的监听器名称
|
|
942
|
+
*/
|
|
943
|
+
ListenerName?: string
|
|
944
|
+
|
|
945
|
+
/**
|
|
946
|
+
* 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。此参数仅适用于TCP/UDP监听器。
|
|
947
|
+
*/
|
|
948
|
+
SessionExpireTime?: number
|
|
949
|
+
|
|
950
|
+
/**
|
|
951
|
+
* 健康检查相关参数
|
|
952
|
+
*/
|
|
953
|
+
HealthCheck?: HealthCheck
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* 监听器转发的方式。可选值:WRR、LEAST_CONN
|
|
957
|
+
分别表示按权重轮询、最小连接数, 默认为 WRR。
|
|
958
|
+
*/
|
|
959
|
+
Scheduler?: string
|
|
911
960
|
}
|
|
912
961
|
|
|
913
962
|
/**
|
|
@@ -1129,48 +1178,18 @@ PROTECTIVELY_ISOLATED:表示被安全隔离的实例。
|
|
|
1129
1178
|
}
|
|
1130
1179
|
|
|
1131
1180
|
/**
|
|
1132
|
-
*
|
|
1181
|
+
* 云镜服务;
|
|
1133
1182
|
*/
|
|
1134
|
-
export interface
|
|
1135
|
-
/**
|
|
1136
|
-
* zone信息。
|
|
1137
|
-
*/
|
|
1138
|
-
ZoneInfo: ZoneInfo
|
|
1139
|
-
|
|
1140
|
-
/**
|
|
1141
|
-
* 国家信息。
|
|
1142
|
-
*/
|
|
1143
|
-
Country: Country
|
|
1144
|
-
|
|
1145
|
-
/**
|
|
1146
|
-
* 区域信息。
|
|
1147
|
-
*/
|
|
1148
|
-
Area: Area
|
|
1149
|
-
|
|
1150
|
-
/**
|
|
1151
|
-
* 省份信息。
|
|
1152
|
-
*/
|
|
1153
|
-
Province: Province
|
|
1154
|
-
|
|
1155
|
-
/**
|
|
1156
|
-
* 城市信息。
|
|
1157
|
-
*/
|
|
1158
|
-
City: City
|
|
1159
|
-
|
|
1160
|
-
/**
|
|
1161
|
-
* Region信息。
|
|
1162
|
-
*/
|
|
1163
|
-
RegionInfo: RegionInfo
|
|
1164
|
-
|
|
1183
|
+
export interface RunSecurityServiceEnabled {
|
|
1165
1184
|
/**
|
|
1166
|
-
*
|
|
1185
|
+
* 是否开启。
|
|
1167
1186
|
*/
|
|
1168
|
-
|
|
1187
|
+
Enabled?: boolean
|
|
1169
1188
|
|
|
1170
1189
|
/**
|
|
1171
|
-
*
|
|
1190
|
+
* 云镜版本:0 基础版,1 专业版。目前仅支持基础版
|
|
1172
1191
|
*/
|
|
1173
|
-
|
|
1192
|
+
Version?: number
|
|
1174
1193
|
}
|
|
1175
1194
|
|
|
1176
1195
|
/**
|
|
@@ -1558,6 +1577,26 @@ export interface AssignPrivateIpAddressesResponse {
|
|
|
1558
1577
|
RequestId?: string
|
|
1559
1578
|
}
|
|
1560
1579
|
|
|
1580
|
+
/**
|
|
1581
|
+
* 描述cpu,内存等维度的价格
|
|
1582
|
+
*/
|
|
1583
|
+
export interface PriceDetail {
|
|
1584
|
+
/**
|
|
1585
|
+
* 表示折扣,20 表示20%,打2折
|
|
1586
|
+
*/
|
|
1587
|
+
Discount: number
|
|
1588
|
+
|
|
1589
|
+
/**
|
|
1590
|
+
* 打折后价格,单位分
|
|
1591
|
+
*/
|
|
1592
|
+
DiscountPrice: number
|
|
1593
|
+
|
|
1594
|
+
/**
|
|
1595
|
+
* 折扣前价格,单位分
|
|
1596
|
+
*/
|
|
1597
|
+
OriginalPrice: number
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1561
1600
|
/**
|
|
1562
1601
|
* ImportImage返回参数结构体
|
|
1563
1602
|
*/
|
|
@@ -1597,6 +1636,21 @@ tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值
|
|
|
1597
1636
|
Limit?: number
|
|
1598
1637
|
}
|
|
1599
1638
|
|
|
1639
|
+
/**
|
|
1640
|
+
* DescribePriceRunInstance返回参数结构体
|
|
1641
|
+
*/
|
|
1642
|
+
export interface DescribePriceRunInstanceResponse {
|
|
1643
|
+
/**
|
|
1644
|
+
* 实例价格信息
|
|
1645
|
+
*/
|
|
1646
|
+
InstancePrice: InstancesPrice
|
|
1647
|
+
|
|
1648
|
+
/**
|
|
1649
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1650
|
+
*/
|
|
1651
|
+
RequestId?: string
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1600
1654
|
/**
|
|
1601
1655
|
* DeleteImage返回参数结构体
|
|
1602
1656
|
*/
|
|
@@ -2898,18 +2952,20 @@ export interface ModifyLoadBalancerAttributesResponse {
|
|
|
2898
2952
|
}
|
|
2899
2953
|
|
|
2900
2954
|
/**
|
|
2901
|
-
*
|
|
2955
|
+
* 标签信息。
|
|
2902
2956
|
*/
|
|
2903
|
-
export interface
|
|
2957
|
+
export interface Tag {
|
|
2904
2958
|
/**
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2959
|
+
* 标签健。
|
|
2960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2961
|
+
*/
|
|
2962
|
+
Key: string
|
|
2908
2963
|
|
|
2909
2964
|
/**
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2965
|
+
* 标签值。
|
|
2966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2967
|
+
*/
|
|
2968
|
+
Value: string
|
|
2913
2969
|
}
|
|
2914
2970
|
|
|
2915
2971
|
/**
|
|
@@ -3645,6 +3701,31 @@ export interface ModifyAddressesBandwidthRequest {
|
|
|
3645
3701
|
InternetMaxBandwidthOut: number
|
|
3646
3702
|
}
|
|
3647
3703
|
|
|
3704
|
+
/**
|
|
3705
|
+
* 实例价格信息
|
|
3706
|
+
*/
|
|
3707
|
+
export interface InstancesPrice {
|
|
3708
|
+
/**
|
|
3709
|
+
* 分部描述实例子维度的价格
|
|
3710
|
+
*/
|
|
3711
|
+
InstancePricesPartDetail: InstancePricesPartDetail
|
|
3712
|
+
|
|
3713
|
+
/**
|
|
3714
|
+
* 实例总价折扣
|
|
3715
|
+
*/
|
|
3716
|
+
Discount: number
|
|
3717
|
+
|
|
3718
|
+
/**
|
|
3719
|
+
* 折扣后价格
|
|
3720
|
+
*/
|
|
3721
|
+
DiscountPrice: number
|
|
3722
|
+
|
|
3723
|
+
/**
|
|
3724
|
+
* 折扣前价格,原始总价
|
|
3725
|
+
*/
|
|
3726
|
+
OriginalPrice: number
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3648
3729
|
/**
|
|
3649
3730
|
* ModifyImageAttribute返回参数结构体
|
|
3650
3731
|
*/
|
|
@@ -5452,23 +5533,13 @@ export interface DisableRoutesRequest {
|
|
|
5452
5533
|
}
|
|
5453
5534
|
|
|
5454
5535
|
/**
|
|
5455
|
-
*
|
|
5536
|
+
* StopInstances返回参数结构体
|
|
5456
5537
|
*/
|
|
5457
|
-
export interface
|
|
5458
|
-
/**
|
|
5459
|
-
* 待重置带宽上限的实例ID列表。在单次请求的过程中,单个region下的请求实例数上限为100。
|
|
5460
|
-
*/
|
|
5461
|
-
InstanceIdSet: Array<string>
|
|
5462
|
-
|
|
5463
|
-
/**
|
|
5464
|
-
* 修改后的最大出带宽上限。
|
|
5465
|
-
*/
|
|
5466
|
-
MaxBandwidthOut: number
|
|
5467
|
-
|
|
5538
|
+
export interface StopInstancesResponse {
|
|
5468
5539
|
/**
|
|
5469
|
-
*
|
|
5540
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5470
5541
|
*/
|
|
5471
|
-
|
|
5542
|
+
RequestId?: string
|
|
5472
5543
|
}
|
|
5473
5544
|
|
|
5474
5545
|
/**
|
|
@@ -5749,6 +5820,31 @@ export interface ModifyAddressAttributeRequest {
|
|
|
5749
5820
|
EipDirectConnection?: string
|
|
5750
5821
|
}
|
|
5751
5822
|
|
|
5823
|
+
/**
|
|
5824
|
+
* DescribePriceRunInstance请求参数结构体
|
|
5825
|
+
*/
|
|
5826
|
+
export interface DescribePriceRunInstanceRequest {
|
|
5827
|
+
/**
|
|
5828
|
+
* 实例的机型信息
|
|
5829
|
+
*/
|
|
5830
|
+
InstanceType: string
|
|
5831
|
+
|
|
5832
|
+
/**
|
|
5833
|
+
* 系统盘信息
|
|
5834
|
+
*/
|
|
5835
|
+
SystemDisk: SystemDisk
|
|
5836
|
+
|
|
5837
|
+
/**
|
|
5838
|
+
* 实例个数
|
|
5839
|
+
*/
|
|
5840
|
+
InstanceCount: number
|
|
5841
|
+
|
|
5842
|
+
/**
|
|
5843
|
+
* 数据盘信息
|
|
5844
|
+
*/
|
|
5845
|
+
DataDisk?: Array<DataDisk>
|
|
5846
|
+
}
|
|
5847
|
+
|
|
5752
5848
|
/**
|
|
5753
5849
|
* DescribeTargets返回参数结构体
|
|
5754
5850
|
*/
|
|
@@ -6794,39 +6890,48 @@ export interface CreateNetworkInterfaceResponse {
|
|
|
6794
6890
|
}
|
|
6795
6891
|
|
|
6796
6892
|
/**
|
|
6797
|
-
*
|
|
6893
|
+
* 节点信息
|
|
6798
6894
|
*/
|
|
6799
|
-
export interface
|
|
6895
|
+
export interface Node {
|
|
6800
6896
|
/**
|
|
6801
|
-
*
|
|
6897
|
+
* zone信息。
|
|
6802
6898
|
*/
|
|
6803
|
-
|
|
6899
|
+
ZoneInfo: ZoneInfo
|
|
6804
6900
|
|
|
6805
6901
|
/**
|
|
6806
|
-
*
|
|
6902
|
+
* 国家信息。
|
|
6807
6903
|
*/
|
|
6808
|
-
|
|
6904
|
+
Country: Country
|
|
6809
6905
|
|
|
6810
6906
|
/**
|
|
6811
|
-
*
|
|
6907
|
+
* 区域信息。
|
|
6812
6908
|
*/
|
|
6813
|
-
|
|
6909
|
+
Area: Area
|
|
6814
6910
|
|
|
6815
6911
|
/**
|
|
6816
|
-
*
|
|
6912
|
+
* 省份信息。
|
|
6817
6913
|
*/
|
|
6818
|
-
|
|
6914
|
+
Province: Province
|
|
6819
6915
|
|
|
6820
6916
|
/**
|
|
6821
|
-
*
|
|
6917
|
+
* 城市信息。
|
|
6822
6918
|
*/
|
|
6823
|
-
|
|
6919
|
+
City: City
|
|
6824
6920
|
|
|
6825
6921
|
/**
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
|
|
6922
|
+
* Region信息。
|
|
6923
|
+
*/
|
|
6924
|
+
RegionInfo: RegionInfo
|
|
6925
|
+
|
|
6926
|
+
/**
|
|
6927
|
+
* 运营商列表。
|
|
6928
|
+
*/
|
|
6929
|
+
ISPSet: Array<ISP>
|
|
6930
|
+
|
|
6931
|
+
/**
|
|
6932
|
+
* 运营商数量。
|
|
6933
|
+
*/
|
|
6934
|
+
ISPNum: number
|
|
6830
6935
|
}
|
|
6831
6936
|
|
|
6832
6937
|
/**
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
ImportModelDefinitionResponse,
|
|
27
27
|
ApplyAIModelRequest,
|
|
28
28
|
CreateBatchRequest,
|
|
29
|
+
ModifyProductDynamicRegisterResponse,
|
|
29
30
|
CancelAIModelApplicationResponse,
|
|
30
31
|
DescribeCloudStorageTimeResponse,
|
|
31
32
|
DescribeDeviceStatusLogResponse,
|
|
@@ -126,6 +127,7 @@ import {
|
|
|
126
127
|
ModifyForwardRuleResponse,
|
|
127
128
|
BalanceTransaction,
|
|
128
129
|
FirmwareTaskInfo,
|
|
130
|
+
DescribeProductDynamicRegisterRequest,
|
|
129
131
|
AIModelApplication,
|
|
130
132
|
DescribeFirmwareTaskDistributionResponse,
|
|
131
133
|
DescribeBatchResponse,
|
|
@@ -160,6 +162,7 @@ import {
|
|
|
160
162
|
ModifyDeviceLogLevelResponse,
|
|
161
163
|
CreateDataForwardRequest,
|
|
162
164
|
BatchUpdateFirmwareRequest,
|
|
165
|
+
ModifyProductDynamicRegisterRequest,
|
|
163
166
|
DescribeCloudStorageThumbnailRequest,
|
|
164
167
|
GetFirmwareURLRequest,
|
|
165
168
|
CreateAIDetectionRequest,
|
|
@@ -180,6 +183,7 @@ import {
|
|
|
180
183
|
SearchKeyword,
|
|
181
184
|
DescribeDevicesRequest,
|
|
182
185
|
DescribeModelDefinitionRequest,
|
|
186
|
+
DescribeProductDynamicRegisterResponse,
|
|
183
187
|
DescribeFirmwareTaskStatisticsResponse,
|
|
184
188
|
CheckForwardAuthResponse,
|
|
185
189
|
DescribeDeviceResponse,
|
|
@@ -248,6 +252,16 @@ export class Client extends AbstractClient {
|
|
|
248
252
|
return this.request("DescribeDeviceData", req, cb)
|
|
249
253
|
}
|
|
250
254
|
|
|
255
|
+
/**
|
|
256
|
+
* 获取设备sdk日志
|
|
257
|
+
*/
|
|
258
|
+
async DescribeSDKLog(
|
|
259
|
+
req: DescribeSDKLogRequest,
|
|
260
|
+
cb?: (error: string, rep: DescribeSDKLogResponse) => void
|
|
261
|
+
): Promise<DescribeSDKLogResponse> {
|
|
262
|
+
return this.request("DescribeSDKLog", req, cb)
|
|
263
|
+
}
|
|
264
|
+
|
|
251
265
|
/**
|
|
252
266
|
* 修改产品信息
|
|
253
267
|
*/
|
|
@@ -538,6 +552,16 @@ export class Client extends AbstractClient {
|
|
|
538
552
|
return this.request("DescribeFirmwareTaskStatistics", req, cb)
|
|
539
553
|
}
|
|
540
554
|
|
|
555
|
+
/**
|
|
556
|
+
* 修改产品动态注册
|
|
557
|
+
*/
|
|
558
|
+
async ModifyProductDynamicRegister(
|
|
559
|
+
req: ModifyProductDynamicRegisterRequest,
|
|
560
|
+
cb?: (error: string, rep: ModifyProductDynamicRegisterResponse) => void
|
|
561
|
+
): Promise<ModifyProductDynamicRegisterResponse> {
|
|
562
|
+
return this.request("ModifyProductDynamicRegister", req, cb)
|
|
563
|
+
}
|
|
564
|
+
|
|
541
565
|
/**
|
|
542
566
|
* 获取设备在指定时间范围内上报的历史数据。
|
|
543
567
|
*/
|
|
@@ -679,13 +703,13 @@ export class Client extends AbstractClient {
|
|
|
679
703
|
}
|
|
680
704
|
|
|
681
705
|
/**
|
|
682
|
-
*
|
|
706
|
+
* 获取产品动态注册详情
|
|
683
707
|
*/
|
|
684
|
-
async
|
|
685
|
-
req:
|
|
686
|
-
cb?: (error: string, rep:
|
|
687
|
-
): Promise<
|
|
688
|
-
return this.request("
|
|
708
|
+
async DescribeProductDynamicRegister(
|
|
709
|
+
req: DescribeProductDynamicRegisterRequest,
|
|
710
|
+
cb?: (error: string, rep: DescribeProductDynamicRegisterResponse) => void
|
|
711
|
+
): Promise<DescribeProductDynamicRegisterResponse> {
|
|
712
|
+
return this.request("DescribeProductDynamicRegister", req, cb)
|
|
689
713
|
}
|
|
690
714
|
|
|
691
715
|
/**
|
|
@@ -214,6 +214,31 @@ export interface CreateBatchRequest {
|
|
|
214
214
|
DevPre: string
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
+
/**
|
|
218
|
+
* ModifyProductDynamicRegister返回参数结构体
|
|
219
|
+
*/
|
|
220
|
+
export interface ModifyProductDynamicRegisterResponse {
|
|
221
|
+
/**
|
|
222
|
+
* 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
|
223
|
+
*/
|
|
224
|
+
RegisterType: number
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* 动态注册产品密钥
|
|
228
|
+
*/
|
|
229
|
+
ProductSecret: string
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* 动态注册设备上限
|
|
233
|
+
*/
|
|
234
|
+
RegisterLimit: number
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
238
|
+
*/
|
|
239
|
+
RequestId?: string
|
|
240
|
+
}
|
|
241
|
+
|
|
217
242
|
/**
|
|
218
243
|
* CancelAIModelApplication返回参数结构体
|
|
219
244
|
*/
|
|
@@ -2597,6 +2622,16 @@ export interface FirmwareTaskInfo {
|
|
|
2597
2622
|
CreateTime: number
|
|
2598
2623
|
}
|
|
2599
2624
|
|
|
2625
|
+
/**
|
|
2626
|
+
* DescribeProductDynamicRegister请求参数结构体
|
|
2627
|
+
*/
|
|
2628
|
+
export interface DescribeProductDynamicRegisterRequest {
|
|
2629
|
+
/**
|
|
2630
|
+
* 产品ID
|
|
2631
|
+
*/
|
|
2632
|
+
ProductId: string
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2600
2635
|
/**
|
|
2601
2636
|
* AI模型申请信息
|
|
2602
2637
|
*/
|
|
@@ -3391,6 +3426,26 @@ export interface BatchUpdateFirmwareRequest {
|
|
|
3391
3426
|
DeviceNames?: Array<string>
|
|
3392
3427
|
}
|
|
3393
3428
|
|
|
3429
|
+
/**
|
|
3430
|
+
* ModifyProductDynamicRegister请求参数结构体
|
|
3431
|
+
*/
|
|
3432
|
+
export interface ModifyProductDynamicRegisterRequest {
|
|
3433
|
+
/**
|
|
3434
|
+
* 产品ID
|
|
3435
|
+
*/
|
|
3436
|
+
ProductId: string
|
|
3437
|
+
|
|
3438
|
+
/**
|
|
3439
|
+
* 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
|
3440
|
+
*/
|
|
3441
|
+
RegisterType: number
|
|
3442
|
+
|
|
3443
|
+
/**
|
|
3444
|
+
* 动态注册设备上限
|
|
3445
|
+
*/
|
|
3446
|
+
RegisterLimit: number
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3394
3449
|
/**
|
|
3395
3450
|
* DescribeCloudStorageThumbnail请求参数结构体
|
|
3396
3451
|
*/
|
|
@@ -3821,6 +3876,31 @@ export interface DescribeModelDefinitionRequest {
|
|
|
3821
3876
|
ProductId: string
|
|
3822
3877
|
}
|
|
3823
3878
|
|
|
3879
|
+
/**
|
|
3880
|
+
* DescribeProductDynamicRegister返回参数结构体
|
|
3881
|
+
*/
|
|
3882
|
+
export interface DescribeProductDynamicRegisterResponse {
|
|
3883
|
+
/**
|
|
3884
|
+
* 动态注册类型,0-关闭 1-预创建设备 2-自动创建设备
|
|
3885
|
+
*/
|
|
3886
|
+
RegisterType: number
|
|
3887
|
+
|
|
3888
|
+
/**
|
|
3889
|
+
* 动态注册产品密钥
|
|
3890
|
+
*/
|
|
3891
|
+
ProductSecret: string
|
|
3892
|
+
|
|
3893
|
+
/**
|
|
3894
|
+
* 动态注册设备上限
|
|
3895
|
+
*/
|
|
3896
|
+
RegisterLimit: number
|
|
3897
|
+
|
|
3898
|
+
/**
|
|
3899
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3900
|
+
*/
|
|
3901
|
+
RequestId?: string
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3824
3904
|
/**
|
|
3825
3905
|
* DescribeFirmwareTaskStatistics返回参数结构体
|
|
3826
3906
|
*/
|
|
@@ -638,6 +638,24 @@ export interface RecordTaskItem {
|
|
|
638
638
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
639
639
|
*/
|
|
640
640
|
RecordStatus: number
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* 场景ID
|
|
644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
645
|
+
*/
|
|
646
|
+
SceneId: number
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* 告警ID
|
|
650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
651
|
+
*/
|
|
652
|
+
WarnId: number
|
|
653
|
+
|
|
654
|
+
/**
|
|
655
|
+
* 录制id,NVR下属设备有效
|
|
656
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
657
|
+
*/
|
|
658
|
+
RecordId: string
|
|
641
659
|
}
|
|
642
660
|
|
|
643
661
|
/**
|
|
@@ -59,6 +59,7 @@ import {
|
|
|
59
59
|
DescribeRenewalPriceRequest,
|
|
60
60
|
NodeInfo,
|
|
61
61
|
DescribeOrdersResponse,
|
|
62
|
+
ModifySyncTaskAttributeResponse,
|
|
62
63
|
DcnDetailItem,
|
|
63
64
|
ResetAccountPasswordRequest,
|
|
64
65
|
CopyAccountPrivilegesResponse,
|
|
@@ -100,6 +101,7 @@ import {
|
|
|
100
101
|
UpgradeDBInstanceRequest,
|
|
101
102
|
SecurityGroupBound,
|
|
102
103
|
ColumnPrivilege,
|
|
104
|
+
ModifySyncTaskAttributeRequest,
|
|
103
105
|
DescribeUpgradePriceResponse,
|
|
104
106
|
AssociateSecurityGroupsResponse,
|
|
105
107
|
DBInstance,
|
|
@@ -134,6 +136,7 @@ import {
|
|
|
134
136
|
DescribeFlowRequest,
|
|
135
137
|
ModifyAccountPrivilegesRequest,
|
|
136
138
|
DescribeDBPerformanceResponse,
|
|
139
|
+
ModifyDBSyncModeRequest,
|
|
137
140
|
DescribeInstanceNodeInfoRequest,
|
|
138
141
|
CreateAccountResponse,
|
|
139
142
|
DescribeLogFileRetentionPeriodResponse,
|
|
@@ -156,6 +159,7 @@ import {
|
|
|
156
159
|
ModifyDBInstancesProjectRequest,
|
|
157
160
|
FlushBinlogRequest,
|
|
158
161
|
MonitorData,
|
|
162
|
+
ModifyDBSyncModeResponse,
|
|
159
163
|
DescribeInstanceNodeInfoResponse,
|
|
160
164
|
ModifyLogFileRetentionPeriodResponse,
|
|
161
165
|
DisassociateSecurityGroupsResponse,
|
|
@@ -420,6 +424,16 @@ export class Client extends AbstractClient {
|
|
|
420
424
|
return this.request("DescribeDBLogFiles", req, cb)
|
|
421
425
|
}
|
|
422
426
|
|
|
427
|
+
/**
|
|
428
|
+
* 本接口 (ModifySyncTaskAttribute) 用于修改同步任务的属性(目前只支持修改任务名称)
|
|
429
|
+
*/
|
|
430
|
+
async ModifySyncTaskAttribute(
|
|
431
|
+
req: ModifySyncTaskAttributeRequest,
|
|
432
|
+
cb?: (error: string, rep: ModifySyncTaskAttributeResponse) => void
|
|
433
|
+
): Promise<ModifySyncTaskAttributeResponse> {
|
|
434
|
+
return this.request("ModifySyncTaskAttribute", req, cb)
|
|
435
|
+
}
|
|
436
|
+
|
|
423
437
|
/**
|
|
424
438
|
* 本接口(DestroyHourDBInstance)用于销毁按量计费实例。
|
|
425
439
|
*/
|
|
@@ -556,6 +570,16 @@ export class Client extends AbstractClient {
|
|
|
556
570
|
return this.request("ModifyDBInstanceSecurityGroups", req, cb)
|
|
557
571
|
}
|
|
558
572
|
|
|
573
|
+
/**
|
|
574
|
+
* 本接口(ModifyDBSyncMode)用于修改云数据库实例的同步模式。
|
|
575
|
+
*/
|
|
576
|
+
async ModifyDBSyncMode(
|
|
577
|
+
req: ModifyDBSyncModeRequest,
|
|
578
|
+
cb?: (error: string, rep: ModifyDBSyncModeResponse) => void
|
|
579
|
+
): Promise<ModifyDBSyncModeResponse> {
|
|
580
|
+
return this.request("ModifyDBSyncMode", req, cb)
|
|
581
|
+
}
|
|
582
|
+
|
|
559
583
|
/**
|
|
560
584
|
* 本接口(CloseDBExtranetAccess)用于关闭云数据库实例的外网访问。关闭外网访问后,外网地址将不可访问,查询实例列表接口将不返回对应实例的外网域名和端口信息。
|
|
561
585
|
*/
|