tencentcloud-sdk-nodejs 4.0.280 → 4.0.281
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 +91 -0
- package/SERVICE_CHANGELOG.md +176 -5
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +23 -0
- package/src/services/cbs/v20170312/cbs_client.ts +16 -0
- package/src/services/cbs/v20170312/cbs_models.ts +60 -0
- package/src/services/chdfs/v20201112/chdfs_models.ts +10 -10
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +5 -5
- package/src/services/ivld/v20210903/ivld_client.ts +227 -29
- package/src/services/ivld/v20210903/ivld_models.ts +643 -107
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +12 -0
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +38 -4
- package/src/services/vpc/v20170312/vpc_models.ts +4 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +8 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +9 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +51 -0
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +10 -10
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -5
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +93 -11
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +123 -13
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +529 -71
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +10 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +32 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -2
- package/test/cbs.v20170312.test.js +10 -0
- package/test/ivld.v20210903.test.js +146 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,94 @@
|
|
|
1
|
+
# Release 4.0.281
|
|
2
|
+
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
|
+
|
|
5
|
+
### 第 22 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-01-26 08:02:19
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1155/68350)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CreateTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1155/40113#TimeRange)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
27
|
+
|
|
28
|
+
### 第 39 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-01-26 08:03:48
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [CopySnapshotCrossRegions](https://cloud.tencent.com/document/api/362/68848)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [SnapshotCopyResult](https://cloud.tencent.com/document/api/362/15669#SnapshotCopyResult)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
47
|
+
|
|
48
|
+
### 第 6 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2022-01-26 08:11:15
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改接口:
|
|
57
|
+
|
|
58
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
59
|
+
|
|
60
|
+
* 新增出参:PayUin, PayName
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 云点播(vod) 版本:2018-07-17
|
|
70
|
+
|
|
71
|
+
### 第 95 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-01-26 08:14:54
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
修改接口:
|
|
80
|
+
|
|
81
|
+
* [CreateSuperPlayerConfig](https://cloud.tencent.com/document/api/266/43067)
|
|
82
|
+
|
|
83
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
84
|
+
|
|
85
|
+
* [ModifySuperPlayerConfig](https://cloud.tencent.com/document/api/266/43062)
|
|
86
|
+
|
|
87
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
1
92
|
# Release 4.0.280
|
|
2
93
|
|
|
3
94
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 22 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-01-
|
|
7
|
+
发布时间:2022-01-26 08:02:19
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,9 +12,79 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1155/68350)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:CreateTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [TimeRange](https://cloud.tencent.com/document/api/1155/40113#TimeRange)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
27
|
+
|
|
28
|
+
### 第 39 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-01-26 08:03:48
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [CopySnapshotCrossRegions](https://cloud.tencent.com/document/api/362/68848)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [SnapshotCopyResult](https://cloud.tencent.com/document/api/362/15669#SnapshotCopyResult)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 企业组织(organization) 版本:2021-03-31
|
|
47
|
+
|
|
48
|
+
### 第 6 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2022-01-26 08:11:15
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
修改接口:
|
|
57
|
+
|
|
58
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
59
|
+
|
|
60
|
+
* 新增出参:PayUin, PayName
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 企业组织(organization) 版本:2018-12-25
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## 云点播(vod) 版本:2018-07-17
|
|
70
|
+
|
|
71
|
+
### 第 95 次发布
|
|
72
|
+
|
|
73
|
+
发布时间:2022-01-26 08:14:54
|
|
74
|
+
|
|
75
|
+
本次发布包含了以下内容:
|
|
76
|
+
|
|
77
|
+
改善已有的文档。
|
|
78
|
+
|
|
79
|
+
修改接口:
|
|
80
|
+
|
|
81
|
+
* [CreateSuperPlayerConfig](https://cloud.tencent.com/document/api/266/43067)
|
|
82
|
+
|
|
83
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
84
|
+
|
|
85
|
+
* [ModifySuperPlayerConfig](https://cloud.tencent.com/document/api/266/43062)
|
|
86
|
+
|
|
87
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
18
88
|
|
|
19
89
|
|
|
20
90
|
|
|
@@ -418,6 +488,25 @@
|
|
|
418
488
|
|
|
419
489
|
## 正版曲库直通车(ame) 版本:2019-09-16
|
|
420
490
|
|
|
491
|
+
### 第 22 次发布
|
|
492
|
+
|
|
493
|
+
发布时间:2022-01-26 08:02:19
|
|
494
|
+
|
|
495
|
+
本次发布包含了以下内容:
|
|
496
|
+
|
|
497
|
+
改善已有的文档。
|
|
498
|
+
|
|
499
|
+
修改接口:
|
|
500
|
+
|
|
501
|
+
* [DescribeKTVRobots](https://cloud.tencent.com/document/api/1155/68350)
|
|
502
|
+
|
|
503
|
+
* 新增入参:CreateTime
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
新增数据结构:
|
|
507
|
+
|
|
508
|
+
* [[TimeRange](https://cloud.tencent.com/document/api/1155/40113#TimeRange)](https://cloud.tencent.com/document/api/1155/40113#[TimeRange](https://cloud.tencent.com/document/api/1155/40113#TimeRange))
|
|
509
|
+
|
|
421
510
|
### 第 21 次发布
|
|
422
511
|
|
|
423
512
|
发布时间:2022-01-24 08:04:15
|
|
@@ -7760,6 +7849,22 @@
|
|
|
7760
7849
|
|
|
7761
7850
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7762
7851
|
|
|
7852
|
+
### 第 39 次发布
|
|
7853
|
+
|
|
7854
|
+
发布时间:2022-01-26 08:03:48
|
|
7855
|
+
|
|
7856
|
+
本次发布包含了以下内容:
|
|
7857
|
+
|
|
7858
|
+
改善已有的文档。
|
|
7859
|
+
|
|
7860
|
+
新增接口:
|
|
7861
|
+
|
|
7862
|
+
* [[CopySnapshotCrossRegions](https://cloud.tencent.com/document/api/362/68848)](https://cloud.tencent.com/document/api/#/#)
|
|
7863
|
+
|
|
7864
|
+
新增数据结构:
|
|
7865
|
+
|
|
7866
|
+
* [[SnapshotCopyResult](https://cloud.tencent.com/document/api/362/15669#SnapshotCopyResult)](https://cloud.tencent.com/document/api/362/15669#[SnapshotCopyResult](https://cloud.tencent.com/document/api/362/15669#SnapshotCopyResult))
|
|
7867
|
+
|
|
7763
7868
|
### 第 38 次发布
|
|
7764
7869
|
|
|
7765
7870
|
发布时间:2022-01-13 08:11:09
|
|
@@ -37744,6 +37849,38 @@
|
|
|
37744
37849
|
|
|
37745
37850
|
## 视频智能标签(ivld) 版本:2021-09-03
|
|
37746
37851
|
|
|
37852
|
+
### 第 2 次发布
|
|
37853
|
+
|
|
37854
|
+
发布时间:2022-01-25 16:20:40
|
|
37855
|
+
|
|
37856
|
+
本次发布包含了以下内容:
|
|
37857
|
+
|
|
37858
|
+
改善已有的文档。
|
|
37859
|
+
|
|
37860
|
+
新增接口:
|
|
37861
|
+
|
|
37862
|
+
* [AddCustomPersonImage](https://cloud.tencent.com/document/api/1509/68841)
|
|
37863
|
+
* [CreateCustomCategory](https://cloud.tencent.com/document/api/1509/68840)
|
|
37864
|
+
* [CreateCustomGroup](https://cloud.tencent.com/document/api/1509/68839)
|
|
37865
|
+
* [CreateCustomPerson](https://cloud.tencent.com/document/api/1509/68838)
|
|
37866
|
+
* [CreateDefaultCategories](https://cloud.tencent.com/document/api/1509/68837)
|
|
37867
|
+
* [DeleteCustomCategory](https://cloud.tencent.com/document/api/1509/68836)
|
|
37868
|
+
* [DeleteCustomPerson](https://cloud.tencent.com/document/api/1509/68835)
|
|
37869
|
+
* [DeleteCustomPersonImage](https://cloud.tencent.com/document/api/1509/68834)
|
|
37870
|
+
* [DescribeCustomCategories](https://cloud.tencent.com/document/api/1509/68833)
|
|
37871
|
+
* [DescribeCustomGroup](https://cloud.tencent.com/document/api/1509/68832)
|
|
37872
|
+
* [DescribeCustomPersonDetail](https://cloud.tencent.com/document/api/1509/68831)
|
|
37873
|
+
* [DescribeCustomPersons](https://cloud.tencent.com/document/api/1509/68830)
|
|
37874
|
+
* [UpdateCustomCategory](https://cloud.tencent.com/document/api/1509/68829)
|
|
37875
|
+
* [UpdateCustomPerson](https://cloud.tencent.com/document/api/1509/68828)
|
|
37876
|
+
|
|
37877
|
+
新增数据结构:
|
|
37878
|
+
|
|
37879
|
+
* [CustomCategory](https://cloud.tencent.com/document/api/1509/65063#CustomCategory)
|
|
37880
|
+
* [CustomPersonFilter](https://cloud.tencent.com/document/api/1509/65063#CustomPersonFilter)
|
|
37881
|
+
* [CustomPersonInfo](https://cloud.tencent.com/document/api/1509/65063#CustomPersonInfo)
|
|
37882
|
+
* [PersonImageInfo](https://cloud.tencent.com/document/api/1509/65063#PersonImageInfo)
|
|
37883
|
+
|
|
37747
37884
|
### 第 1 次发布
|
|
37748
37885
|
|
|
37749
37886
|
发布时间:2021-11-30 14:02:22
|
|
@@ -45939,6 +46076,21 @@
|
|
|
45939
46076
|
|
|
45940
46077
|
## 企业组织(organization) 版本:2021-03-31
|
|
45941
46078
|
|
|
46079
|
+
### 第 6 次发布
|
|
46080
|
+
|
|
46081
|
+
发布时间:2022-01-26 08:11:15
|
|
46082
|
+
|
|
46083
|
+
本次发布包含了以下内容:
|
|
46084
|
+
|
|
46085
|
+
改善已有的文档。
|
|
46086
|
+
|
|
46087
|
+
修改接口:
|
|
46088
|
+
|
|
46089
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
46090
|
+
|
|
46091
|
+
* 新增出参:PayUin, PayName
|
|
46092
|
+
|
|
46093
|
+
|
|
45942
46094
|
### 第 5 次发布
|
|
45943
46095
|
|
|
45944
46096
|
发布时间:2022-01-18 08:13:20
|
|
@@ -64207,6 +64359,25 @@
|
|
|
64207
64359
|
|
|
64208
64360
|
## 云点播(vod) 版本:2018-07-17
|
|
64209
64361
|
|
|
64362
|
+
### 第 95 次发布
|
|
64363
|
+
|
|
64364
|
+
发布时间:2022-01-26 08:14:54
|
|
64365
|
+
|
|
64366
|
+
本次发布包含了以下内容:
|
|
64367
|
+
|
|
64368
|
+
改善已有的文档。
|
|
64369
|
+
|
|
64370
|
+
修改接口:
|
|
64371
|
+
|
|
64372
|
+
* [CreateSuperPlayerConfig](https://cloud.tencent.com/document/api/266/43067)
|
|
64373
|
+
|
|
64374
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
64375
|
+
|
|
64376
|
+
* [ModifySuperPlayerConfig](https://cloud.tencent.com/document/api/266/43062)
|
|
64377
|
+
|
|
64378
|
+
* 新增入参:AudioVideoType, TranscodeDefinition
|
|
64379
|
+
|
|
64380
|
+
|
|
64210
64381
|
### 第 94 次发布
|
|
64211
64382
|
|
|
64212
64383
|
发布时间:2022-01-11 08:17:35
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-01-07 08:02:53 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-01-07 08:02:54 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-01-26 08:02:19 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-12-21 08:00:20 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-01-19 08:04:47 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-21 08:06:23 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-01-20 08:05:36 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-01-18 08:04:56 |
|
|
33
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-
|
|
33
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-26 08:03:48 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-01-24 08:05:51 |
|
|
35
35
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-20 08:05:53 |
|
|
36
36
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-14 08:07:10 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
|
|
39
39
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-17 08:04:37 |
|
|
40
|
-
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-
|
|
40
|
+
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-01-26 08:04:40 |
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-01-25 08:08:24 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-01-26 08:04:46 |
|
|
45
45
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-01-20 08:06:53 |
|
|
46
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
52
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-01-20 08:07:33 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-26 08:05:43 |
|
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-17 08:06:09 |
|
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-01-11 08:10:29 |
|
|
98
98
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
|
|
99
99
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-24 08:11:21 |
|
|
100
|
-
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-
|
|
101
|
-
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) |
|
|
100
|
+
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-01-26 08:09:29 |
|
|
101
|
+
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-01-25 16:20:40 |
|
|
102
102
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-12-24 08:11:42 |
|
|
103
103
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
|
|
104
104
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-25 08:14:02 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
110
110
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
|
|
111
111
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-01-05 08:11:21 |
|
|
112
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-
|
|
112
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-01-26 08:10:33 |
|
|
113
113
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
|
|
114
114
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
|
|
115
115
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
120
120
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-01-25 08:15:03 |
|
|
121
121
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-01-24 08:13:05 |
|
|
122
|
-
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-
|
|
122
|
+
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-01-26 08:11:15 |
|
|
123
123
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
124
124
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
125
125
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
131
131
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-01-18 08:14:02 |
|
|
132
132
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
|
|
133
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-
|
|
133
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-26 08:11:53 |
|
|
134
134
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
135
135
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
|
|
136
136
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-01-24 08:14:00 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
155
155
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-01-24 08:14:58 |
|
|
156
156
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-12-24 08:15:03 |
|
|
157
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-
|
|
157
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-01-26 08:13:10 |
|
|
158
158
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
|
|
159
159
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-01-21 08:17:48 |
|
|
160
160
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-01-21 08:18:01 |
|
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-11-10 08:12:34 |
|
|
180
180
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-12-21 08:12:32 |
|
|
181
181
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
|
|
182
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-
|
|
183
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-
|
|
182
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-01-26 08:14:54 |
|
|
183
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-01-26 08:15:17 |
|
|
184
184
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
|
|
185
185
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-01-10 08:18:57 |
|
|
186
186
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.281"
|
|
@@ -883,6 +883,23 @@ export interface DescribeKTVPlaylistsResponse {
|
|
|
883
883
|
RequestId?: string
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
+
/**
|
|
887
|
+
* 时间范围
|
|
888
|
+
*/
|
|
889
|
+
export interface TimeRange {
|
|
890
|
+
/**
|
|
891
|
+
* <li>大于等于此时间(起始时间)。</li>
|
|
892
|
+
<li>格式按照 ISO 8601标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I" target="_blank">ISO 日期格式说明</a>。</li>
|
|
893
|
+
*/
|
|
894
|
+
Before?: string
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* <li>小于此时间(结束时间)。</li>
|
|
898
|
+
<li>格式按照 ISO 8601标准表示,详见 <a href="https://cloud.tencent.com/document/product/266/11732#I" target="_blank">ISO 日期格式说明</a>。</li>
|
|
899
|
+
*/
|
|
900
|
+
After?: string
|
|
901
|
+
}
|
|
902
|
+
|
|
886
903
|
/**
|
|
887
904
|
* 音乐详情
|
|
888
905
|
*/
|
|
@@ -1682,6 +1699,12 @@ export interface DescribeKTVRobotsRequest {
|
|
|
1682
1699
|
*/
|
|
1683
1700
|
Statuses?: Array<string>
|
|
1684
1701
|
|
|
1702
|
+
/**
|
|
1703
|
+
* 匹配创建时间在此时间段内的机器人。
|
|
1704
|
+
<li>包含所指定的头尾时间点。</li>
|
|
1705
|
+
*/
|
|
1706
|
+
CreateTime?: TimeRange
|
|
1707
|
+
|
|
1685
1708
|
/**
|
|
1686
1709
|
* 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
|
|
1687
1710
|
*/
|
|
@@ -22,6 +22,7 @@ import {
|
|
|
22
22
|
ModifyDiskAttributesResponse,
|
|
23
23
|
AutoSnapshotPolicy,
|
|
24
24
|
DescribeSnapshotOperationLogsRequest,
|
|
25
|
+
CopySnapshotCrossRegionsResponse,
|
|
25
26
|
ModifyAutoSnapshotPolicyAttributeResponse,
|
|
26
27
|
InquiryPriceCreateDisksResponse,
|
|
27
28
|
BindAutoSnapshotPolicyRequest,
|
|
@@ -31,6 +32,7 @@ import {
|
|
|
31
32
|
InitializeDisksResponse,
|
|
32
33
|
DescribeDiskStoragePoolRequest,
|
|
33
34
|
SnapshotOperationLog,
|
|
35
|
+
SnapshotCopyResult,
|
|
34
36
|
RenewDiskRequest,
|
|
35
37
|
InquirePriceModifyDiskExtraPerformanceResponse,
|
|
36
38
|
CreateDisksRequest,
|
|
@@ -50,6 +52,7 @@ import {
|
|
|
50
52
|
CreateSnapshotRequest,
|
|
51
53
|
DescribeInstancesDiskNumRequest,
|
|
52
54
|
DescribeSnapshotSharePermissionResponse,
|
|
55
|
+
CopySnapshotCrossRegionsRequest,
|
|
53
56
|
InquiryPriceRenewDisksRequest,
|
|
54
57
|
DescribeSnapshotSharePermissionRequest,
|
|
55
58
|
DescribeSnapshotOperationLogsResponse,
|
|
@@ -145,6 +148,19 @@ export class Client extends AbstractClient {
|
|
|
145
148
|
return this.request("RenewDisk", req, cb)
|
|
146
149
|
}
|
|
147
150
|
|
|
151
|
+
/**
|
|
152
|
+
* 本接口(CopySnapshotCrossRegions)用于快照跨地域复制。
|
|
153
|
+
|
|
154
|
+
* 本接口为异步接口,当跨地域复制的请求下发成功后会返回一个新的快照ID,此时快照未立即复制到目标地域,可请求目标地域的[DescribeSnapshots](/document/product/362/15647)接口查询新快照的状态,判断是否复制完成。如果快照的状态为“NORMAL”,表示快照复制完成。
|
|
155
|
+
* 本接口实现的快照跨地域复制操作将产生跨地域流量,预计2022年第三季度会针对此功能进行商业化计费;请留意后续站内信公告,避免产生预期外扣费。
|
|
156
|
+
*/
|
|
157
|
+
async CopySnapshotCrossRegions(
|
|
158
|
+
req: CopySnapshotCrossRegionsRequest,
|
|
159
|
+
cb?: (error: string, rep: CopySnapshotCrossRegionsResponse) => void
|
|
160
|
+
): Promise<CopySnapshotCrossRegionsResponse> {
|
|
161
|
+
return this.request("CopySnapshotCrossRegions", req, cb)
|
|
162
|
+
}
|
|
163
|
+
|
|
148
164
|
/**
|
|
149
165
|
* 本接口(DescribeInstancesDiskNum)用于查询实例已挂载云硬盘数量。
|
|
150
166
|
|
|
@@ -116,6 +116,21 @@ export interface DescribeSnapshotOperationLogsRequest {
|
|
|
116
116
|
EndTime?: string
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
/**
|
|
120
|
+
* CopySnapshotCrossRegions返回参数结构体
|
|
121
|
+
*/
|
|
122
|
+
export interface CopySnapshotCrossRegionsResponse {
|
|
123
|
+
/**
|
|
124
|
+
* 快照跨地域复制的结果,如果请求下发成功,则返回相应地地域的新快照ID,否则返回Error。
|
|
125
|
+
*/
|
|
126
|
+
SnapshotCopyResultSet: Array<SnapshotCopyResult>
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
130
|
+
*/
|
|
131
|
+
RequestId?: string
|
|
132
|
+
}
|
|
133
|
+
|
|
119
134
|
/**
|
|
120
135
|
* ModifyAutoSnapshotPolicyAttribute返回参数结构体
|
|
121
136
|
*/
|
|
@@ -297,6 +312,31 @@ PROCESSING :表示操作中。
|
|
|
297
312
|
EndTime: string
|
|
298
313
|
}
|
|
299
314
|
|
|
315
|
+
/**
|
|
316
|
+
* 描述快照跨地域复制的结果。
|
|
317
|
+
*/
|
|
318
|
+
export interface SnapshotCopyResult {
|
|
319
|
+
/**
|
|
320
|
+
* 复制到目标地域的新快照ID。
|
|
321
|
+
*/
|
|
322
|
+
SnapshotId: string
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* 指示具体错误信息,成功时为空字符串。
|
|
326
|
+
*/
|
|
327
|
+
Message: string
|
|
328
|
+
|
|
329
|
+
/**
|
|
330
|
+
* 错误码,成功时取值为“Success”。
|
|
331
|
+
*/
|
|
332
|
+
Code: string
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* 跨地复制的目标地域。
|
|
336
|
+
*/
|
|
337
|
+
DestinationRegion: string
|
|
338
|
+
}
|
|
339
|
+
|
|
300
340
|
/**
|
|
301
341
|
* RenewDisk请求参数结构体
|
|
302
342
|
*/
|
|
@@ -857,6 +897,26 @@ export interface DescribeSnapshotSharePermissionResponse {
|
|
|
857
897
|
RequestId?: string
|
|
858
898
|
}
|
|
859
899
|
|
|
900
|
+
/**
|
|
901
|
+
* CopySnapshotCrossRegions请求参数结构体
|
|
902
|
+
*/
|
|
903
|
+
export interface CopySnapshotCrossRegionsRequest {
|
|
904
|
+
/**
|
|
905
|
+
* 快照需要复制到的目标地域,各地域的标准取值可通过接口[DescribeRegions](https://cloud.tencent.com/document/product/213/9456)查询,且只能传入支持快照的地域。
|
|
906
|
+
*/
|
|
907
|
+
DestinationRegions: Array<string>
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* 需要跨地域复制的源快照ID,可通过[DescribeSnapshots](/document/product/362/15647)查询。
|
|
911
|
+
*/
|
|
912
|
+
SnapshotId?: string
|
|
913
|
+
|
|
914
|
+
/**
|
|
915
|
+
* 新复制快照的名称,如果不传,则默认取值为“Copied 源快照ID from 地域名”。
|
|
916
|
+
*/
|
|
917
|
+
SnapshotName?: string
|
|
918
|
+
}
|
|
919
|
+
|
|
860
920
|
/**
|
|
861
921
|
* InquiryPriceRenewDisks请求参数结构体
|
|
862
922
|
*/
|