tencentcloud-sdk-nodejs 4.0.274 → 4.0.278

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.
Files changed (143) hide show
  1. package/CHANGELOG.md +749 -0
  2. package/SERVICE_CHANGELOG.md +716 -83
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +143 -87
  7. package/src/services/ame/v20190916/ame_models.ts +363 -43
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +41 -2
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +201 -6
  10. package/src/services/apm/v20210622/apm_models.ts +5 -0
  11. package/src/services/as/v20180419/as_models.ts +10 -12
  12. package/src/services/cam/v20190116/cam_models.ts +39 -38
  13. package/src/services/captcha/v20190722/captcha_models.ts +1 -0
  14. package/src/services/cat/v20180409/cat_models.ts +5 -0
  15. package/src/services/cbs/v20170312/cbs_client.ts +1 -1
  16. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  17. package/src/services/cdb/v20170320/cdb_client.ts +16 -2
  18. package/src/services/cdb/v20170320/cdb_models.ts +157 -31
  19. package/src/services/cii/v20210408/cii_client.ts +44 -5
  20. package/src/services/cii/v20210408/cii_models.ts +239 -59
  21. package/src/services/ckafka/v20190819/ckafka_models.ts +32 -4
  22. package/src/services/clb/v20180317/clb_client.ts +9 -6
  23. package/src/services/clb/v20180317/clb_models.ts +40 -13
  24. package/src/services/cls/v20201016/cls_models.ts +1 -1
  25. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -17
  26. package/src/services/cvm/v20170312/cvm_client.ts +14 -0
  27. package/src/services/cvm/v20170312/cvm_models.ts +59 -8
  28. package/src/services/eb/v20210416/eb_client.ts +14 -2
  29. package/src/services/eb/v20210416/eb_models.ts +49 -24
  30. package/src/services/ecdn/v20191012/ecdn_client.ts +40 -20
  31. package/src/services/ecdn/v20191012/ecdn_models.ts +18 -12
  32. package/src/services/eiam/v20210420/eiam_models.ts +6 -0
  33. package/src/services/eis/v20210601/eis_models.ts +1 -1
  34. package/src/services/es/v20180416/es_models.ts +11 -0
  35. package/src/services/faceid/v20180301/faceid_client.ts +36 -0
  36. package/src/services/faceid/v20180301/faceid_models.ts +183 -0
  37. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +27 -14
  38. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +38 -3
  39. package/src/services/live/v20180801/live_models.ts +1 -1
  40. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  41. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  42. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  43. package/src/services/organization/v20210331/organization_client.ts +1 -0
  44. package/src/services/organization/v20210331/organization_models.ts +52 -1
  45. package/src/services/redis/v20180412/redis_client.ts +43 -7
  46. package/src/services/redis/v20180412/redis_models.ts +111 -1
  47. package/src/services/rum/v20210622/rum_client.ts +36 -12
  48. package/src/services/rum/v20210622/rum_models.ts +489 -219
  49. package/src/services/ses/v20201002/ses_client.ts +152 -102
  50. package/src/services/ses/v20201002/ses_models.ts +294 -13
  51. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  52. package/src/services/tcss/v20201101/tcss_models.ts +456 -4
  53. package/src/services/tdmq/v20200217/tdmq_models.ts +18 -0
  54. package/src/services/tem/v20210701/tem_models.ts +30 -0
  55. package/src/services/tke/v20180525/tke_models.ts +5 -0
  56. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  57. package/src/services/tsf/v20180326/tsf_models.ts +38 -9
  58. package/src/services/tts/v20190823/tts_models.ts +8 -10
  59. package/src/services/vod/v20180717/vod_models.ts +2 -2
  60. package/src/services/vpc/v20170312/vpc_models.ts +13 -3
  61. package/tencentcloud/common/sdk_version.d.ts +1 -1
  62. package/tencentcloud/common/sdk_version.js +1 -1
  63. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +49 -33
  64. package/tencentcloud/services/ame/v20190916/ame_client.js +72 -48
  65. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +316 -39
  66. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +13 -1
  67. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +18 -0
  68. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +171 -6
  69. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  70. package/tencentcloud/services/as/v20180419/as_models.d.ts +10 -12
  71. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +37 -36
  72. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  73. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
  74. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  75. package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
  76. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -5
  77. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  78. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  79. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +133 -25
  80. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +13 -1
  81. package/tencentcloud/services/cii/v20210408/cii_client.js +18 -0
  82. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +205 -52
  83. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +27 -4
  84. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
  85. package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
  86. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +35 -13
  87. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  88. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -9
  89. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +7 -1
  90. package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -0
  91. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +52 -8
  92. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +6 -2
  93. package/tencentcloud/services/eb/v20210416/eb_client.js +7 -1
  94. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +42 -20
  95. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +20 -0
  96. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +20 -0
  97. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +17 -12
  98. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +5 -0
  99. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +1 -1
  100. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -0
  101. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -1
  102. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -0
  103. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +159 -0
  104. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +11 -6
  105. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +14 -7
  106. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +33 -3
  107. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  108. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  109. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  110. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  111. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  112. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +44 -1
  113. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +16 -4
  114. package/tencentcloud/services/redis/v20180412/redis_client.js +22 -4
  115. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +95 -1
  116. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
  117. package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
  118. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +436 -216
  119. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +52 -36
  120. package/tencentcloud/services/ses/v20201002/ses_client.js +76 -52
  121. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +249 -13
  122. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  123. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +378 -4
  124. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  125. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +24 -0
  126. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  127. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  128. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  129. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +25 -1
  130. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -6
  131. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  132. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -3
  133. package/test/ame.v20190916.test.js +76 -36
  134. package/test/antiddos.v20200309.test.js +30 -0
  135. package/test/cdb.v20170320.test.js +10 -0
  136. package/test/cii.v20210408.test.js +30 -0
  137. package/test/cvm.v20170312.test.js +10 -0
  138. package/test/eb.v20210416.test.js +10 -0
  139. package/test/faceid.v20180301.test.js +30 -0
  140. package/test/iotvideoindustry.v20201201.test.js +14 -4
  141. package/test/redis.v20180412.test.js +32 -2
  142. package/test/rum.v20210622.test.js +20 -0
  143. package/test/ses.v20201002.test.js +74 -34
@@ -1640,11 +1640,11 @@ export interface DescribeIpGeolocationDatabaseUrlResponse {
1640
1640
  /**
1641
1641
  * IP地理位置库下载链接地址。
1642
1642
  */
1643
- DownLoadUrl?: string;
1643
+ DownLoadUrl: string;
1644
1644
  /**
1645
1645
  * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
1646
1646
  */
1647
- ExpiredAt?: string;
1647
+ ExpiredAt: string;
1648
1648
  /**
1649
1649
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1650
1650
  */
@@ -8273,7 +8273,7 @@ export interface Address {
8273
8273
  */
8274
8274
  IsEipDirectConnection: boolean;
8275
8275
  /**
8276
- * eip资源类型,包括"CalcIP","WanIP","EIP","AnycastEIP"。其中"CalcIP"表示设备ip,“WanIP”表示普通公网ip,“EIP”表示弹性公网ip,“AnycastEip”表示加速EIP
8276
+ * EIP 资源类型,包括CalcIPWanIPEIPAnycastEIP。其中:CalcIP 表示设备 IP,WanIP 表示普通公网 IP,EIP 表示弹性公网 IP,AnycastEip 表示加速 EIP
8277
8277
  */
8278
8278
  AddressType: string;
8279
8279
  /**
@@ -8299,6 +8299,16 @@ export interface Address {
8299
8299
  Bandwidth: number;
8300
8300
  /**
8301
8301
  * 弹性公网IP的网络计费模式。注意,传统账户类型账户的弹性公网IP没有网络计费模式属性,值为空。
8302
+ 注意:此字段可能返回 null,表示取不到有效值。
8303
+ 包括:
8304
+ <li><strong>BANDWIDTH_PREPAID_BY_MONTH</strong></li>
8305
+ <p style="padding-left: 30px;">表示包月带宽预付费。</p>
8306
+ <li><strong>TRAFFIC_POSTPAID_BY_HOUR</strong></li>
8307
+ <p style="padding-left: 30px;">表示按小时流量后付费。</p>
8308
+ <li><strong>BANDWIDTH_POSTPAID_BY_HOUR</strong></li>
8309
+ <p style="padding-left: 30px;">表示按小时带宽后付费。</p>
8310
+ <li><strong>BANDWIDTH_PACKAGE</strong></li>
8311
+ <p style="padding-left: 30px;">表示共享带宽包。</p>
8302
8312
  注意:此字段可能返回 null,表示取不到有效值。
8303
8313
  */
8304
8314
  InternetChargeType: string;
@@ -18,9 +18,9 @@ const client = new tencentcloud.ame.v20190916.Client({
18
18
  })
19
19
  describe("ame.v20190916.test.js", function () {
20
20
 
21
- it("ame.v20190916.DescribeKTVMusicDetail", async function () {
21
+ it("ame.v20190916.DescribePackages", async function () {
22
22
  try {
23
- const data = await client.DescribeKTVMusicDetail({})
23
+ const data = await client.DescribePackages({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("ame.v20190916.DescribeKTVMusicDetail", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("ame.v20190916.DescribeItemById", async function () {
31
+ it("ame.v20190916.DescribeLyric", async function () {
32
32
  try {
33
- const data = await client.DescribeItemById({})
33
+ const data = await client.DescribeLyric({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("ame.v20190916.DescribeItemById", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("ame.v20190916.DescribePackages", async function () {
41
+ it("ame.v20190916.DescribeItems", async function () {
42
42
  try {
43
- const data = await client.DescribePackages({})
43
+ const data = await client.DescribeItems({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("ame.v20190916.DescribePackages", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("ame.v20190916.DescribeLyric", async function () {
51
+ it("ame.v20190916.DescribeAuthInfo", async function () {
52
52
  try {
53
- const data = await client.DescribeLyric({})
53
+ const data = await client.DescribeAuthInfo({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("ame.v20190916.DescribeLyric", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("ame.v20190916.DescribeMusicSaleStatus", async function () {
61
+ it("ame.v20190916.DescribeCloudMusicPurchased", async function () {
62
62
  try {
63
- const data = await client.DescribeMusicSaleStatus({})
63
+ const data = await client.DescribeCloudMusicPurchased({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,39 @@ it("ame.v20190916.DescribeMusicSaleStatus", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("ame.v20190916.DescribeKTVPlaylistDetail", async function () {
71
+ it("ame.v20190916.ReportData", async function () {
72
72
  try {
73
- const data = await client.DescribeKTVPlaylistDetail({})
73
+ const data = await client.ReportData({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("ame.v20190916.DescribePkgOfflineMusic", async function () {
82
+ try {
83
+ const data = await client.DescribePkgOfflineMusic({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ it("ame.v20190916.DescribeMusic", async function () {
92
+ try {
93
+ const data = await client.DescribeMusic({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("ame.v20190916.ModifyMusicOnShelves", async function () {
102
+ try {
103
+ const data = await client.ModifyMusicOnShelves({})
74
104
  expect(data).to.be.ok
75
105
  } catch(error) {
76
106
  expect(error.requestId).to.be.ok
@@ -88,9 +118,9 @@ it("ame.v20190916.DescribePackageItems", async function () {
88
118
  }
89
119
  })
90
120
 
91
- it("ame.v20190916.DescribeItems", async function () {
121
+ it("ame.v20190916.TakeMusicOffShelves", async function () {
92
122
  try {
93
- const data = await client.DescribeItems({})
123
+ const data = await client.TakeMusicOffShelves({})
94
124
  expect(data).to.be.ok
95
125
  } catch(error) {
96
126
  expect(error.requestId).to.be.ok
@@ -98,9 +128,9 @@ it("ame.v20190916.DescribeItems", async function () {
98
128
  }
99
129
  })
100
130
 
101
- it("ame.v20190916.DescribeAuthInfo", async function () {
131
+ it("ame.v20190916.DescribeKTVPlaylists", async function () {
102
132
  try {
103
- const data = await client.DescribeAuthInfo({})
133
+ const data = await client.DescribeKTVPlaylists({})
104
134
  expect(data).to.be.ok
105
135
  } catch(error) {
106
136
  expect(error.requestId).to.be.ok
@@ -108,9 +138,9 @@ it("ame.v20190916.DescribeAuthInfo", async function () {
108
138
  }
109
139
  })
110
140
 
111
- it("ame.v20190916.ReportData", async function () {
141
+ it("ame.v20190916.CreateKTVRobot", async function () {
112
142
  try {
113
- const data = await client.ReportData({})
143
+ const data = await client.CreateKTVRobot({})
114
144
  expect(data).to.be.ok
115
145
  } catch(error) {
116
146
  expect(error.requestId).to.be.ok
@@ -118,9 +148,9 @@ it("ame.v20190916.ReportData", async function () {
118
148
  }
119
149
  })
120
150
 
121
- it("ame.v20190916.DescribeMusic", async function () {
151
+ it("ame.v20190916.SyncKTVRobotCommand", async function () {
122
152
  try {
123
- const data = await client.DescribeMusic({})
153
+ const data = await client.SyncKTVRobotCommand({})
124
154
  expect(data).to.be.ok
125
155
  } catch(error) {
126
156
  expect(error.requestId).to.be.ok
@@ -128,9 +158,9 @@ it("ame.v20190916.DescribeMusic", async function () {
128
158
  }
129
159
  })
130
160
 
131
- it("ame.v20190916.DescribeCloudMusic", async function () {
161
+ it("ame.v20190916.DescribeKTVPlaylistDetail", async function () {
132
162
  try {
133
- const data = await client.DescribeCloudMusic({})
163
+ const data = await client.DescribeKTVPlaylistDetail({})
134
164
  expect(data).to.be.ok
135
165
  } catch(error) {
136
166
  expect(error.requestId).to.be.ok
@@ -138,9 +168,9 @@ it("ame.v20190916.DescribeCloudMusic", async function () {
138
168
  }
139
169
  })
140
170
 
141
- it("ame.v20190916.ModifyMusicOnShelves", async function () {
171
+ it("ame.v20190916.DescribeStations", async function () {
142
172
  try {
143
- const data = await client.ModifyMusicOnShelves({})
173
+ const data = await client.DescribeStations({})
144
174
  expect(data).to.be.ok
145
175
  } catch(error) {
146
176
  expect(error.requestId).to.be.ok
@@ -148,9 +178,9 @@ it("ame.v20190916.ModifyMusicOnShelves", async function () {
148
178
  }
149
179
  })
150
180
 
151
- it("ame.v20190916.SearchKTVMusics", async function () {
181
+ it("ame.v20190916.DescribeKTVMusicDetail", async function () {
152
182
  try {
153
- const data = await client.SearchKTVMusics({})
183
+ const data = await client.DescribeKTVMusicDetail({})
154
184
  expect(data).to.be.ok
155
185
  } catch(error) {
156
186
  expect(error.requestId).to.be.ok
@@ -158,9 +188,9 @@ it("ame.v20190916.SearchKTVMusics", async function () {
158
188
  }
159
189
  })
160
190
 
161
- it("ame.v20190916.DescribeKTVPlaylists", async function () {
191
+ it("ame.v20190916.DescribeItemById", async function () {
162
192
  try {
163
- const data = await client.DescribeKTVPlaylists({})
193
+ const data = await client.DescribeItemById({})
164
194
  expect(data).to.be.ok
165
195
  } catch(error) {
166
196
  expect(error.requestId).to.be.ok
@@ -168,9 +198,9 @@ it("ame.v20190916.DescribeKTVPlaylists", async function () {
168
198
  }
169
199
  })
170
200
 
171
- it("ame.v20190916.TakeMusicOffShelves", async function () {
201
+ it("ame.v20190916.DescribeMusicSaleStatus", async function () {
172
202
  try {
173
- const data = await client.TakeMusicOffShelves({})
203
+ const data = await client.DescribeMusicSaleStatus({})
174
204
  expect(data).to.be.ok
175
205
  } catch(error) {
176
206
  expect(error.requestId).to.be.ok
@@ -178,9 +208,9 @@ it("ame.v20190916.TakeMusicOffShelves", async function () {
178
208
  }
179
209
  })
180
210
 
181
- it("ame.v20190916.DescribeCloudMusicPurchased", async function () {
211
+ it("ame.v20190916.DestroyKTVRobot", async function () {
182
212
  try {
183
- const data = await client.DescribeCloudMusicPurchased({})
213
+ const data = await client.DestroyKTVRobot({})
184
214
  expect(data).to.be.ok
185
215
  } catch(error) {
186
216
  expect(error.requestId).to.be.ok
@@ -188,9 +218,9 @@ it("ame.v20190916.DescribeCloudMusicPurchased", async function () {
188
218
  }
189
219
  })
190
220
 
191
- it("ame.v20190916.DescribeStations", async function () {
221
+ it("ame.v20190916.DescribeCloudMusic", async function () {
192
222
  try {
193
- const data = await client.DescribeStations({})
223
+ const data = await client.DescribeCloudMusic({})
194
224
  expect(data).to.be.ok
195
225
  } catch(error) {
196
226
  expect(error.requestId).to.be.ok
@@ -208,9 +238,19 @@ it("ame.v20190916.PutMusicOnTheShelves", async function () {
208
238
  }
209
239
  })
210
240
 
211
- it("ame.v20190916.DescribePkgOfflineMusic", async function () {
241
+ it("ame.v20190916.DescribeKTVRobots", async function () {
212
242
  try {
213
- const data = await client.DescribePkgOfflineMusic({})
243
+ const data = await client.DescribeKTVRobots({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("ame.v20190916.SearchKTVMusics", async function () {
252
+ try {
253
+ const data = await client.SearchKTVMusics({})
214
254
  expect(data).to.be.ok
215
255
  } catch(error) {
216
256
  expect(error.requestId).to.be.ok
@@ -188,6 +188,16 @@ it("antiddos.v20200309.DisassociateDDoSEipAddress", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("antiddos.v20200309.DescribeDDoSConnectLimitList", async function () {
192
+ try {
193
+ const data = await client.DescribeDDoSConnectLimitList({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("antiddos.v20200309.CreateBoundIP", async function () {
192
202
  try {
193
203
  const data = await client.CreateBoundIP({})
@@ -358,6 +368,16 @@ it("antiddos.v20200309.DescribeBasicDeviceStatus", async function () {
358
368
  }
359
369
  })
360
370
 
371
+ it("antiddos.v20200309.CreateDDoSConnectLimit", async function () {
372
+ try {
373
+ const data = await client.CreateDDoSConnectLimit({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
361
381
  it("antiddos.v20200309.DescribeListBGPInstances", async function () {
362
382
  try {
363
383
  const data = await client.DescribeListBGPInstances({})
@@ -538,6 +558,16 @@ it("antiddos.v20200309.CreateL7RuleCerts", async function () {
538
558
  }
539
559
  })
540
560
 
561
+ it("antiddos.v20200309.DescribeListPortAclList", async function () {
562
+ try {
563
+ const data = await client.DescribeListPortAclList({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
541
571
  it("antiddos.v20200309.ModifyDDoSGeoIPBlockConfig", async function () {
542
572
  try {
543
573
  const data = await client.ModifyDDoSGeoIPBlockConfig({})
@@ -1198,6 +1198,16 @@ it("cdb.v20170320.ModifyAuditRule", async function () {
1198
1198
  }
1199
1199
  })
1200
1200
 
1201
+ it("cdb.v20170320.QueryCDBProxy", async function () {
1202
+ try {
1203
+ const data = await client.QueryCDBProxy({})
1204
+ expect(data).to.be.ok
1205
+ } catch(error) {
1206
+ expect(error.requestId).to.be.ok
1207
+ expect(error.code).to.be.ok
1208
+ }
1209
+ })
1210
+
1201
1211
  it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
1202
1212
  try {
1203
1213
  const data = await client.ModifyDBInstanceSecurityGroups({})
@@ -58,6 +58,16 @@ it("cii.v20210408.CreateUnderwriteTaskById", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("cii.v20210408.DescribeUnderwriteTask", async function () {
62
+ try {
63
+ const data = await client.DescribeUnderwriteTask({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("cii.v20210408.DescribeMachineUnderwrite", async function () {
62
72
  try {
63
73
  const data = await client.DescribeMachineUnderwrite({})
@@ -108,4 +118,24 @@ it("cii.v20210408.DescribeStructureResult", async function () {
108
118
  }
109
119
  })
110
120
 
121
+ it("cii.v20210408.DescribeReportClassify", async function () {
122
+ try {
123
+ const data = await client.DescribeReportClassify({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("cii.v20210408.AddSubStructureTasks", async function () {
132
+ try {
133
+ const data = await client.AddSubStructureTasks({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
111
141
  })
@@ -158,6 +158,16 @@ it("cvm.v20170312.InquiryPriceResetInstancesInternetMaxBandwidth", async functio
158
158
  }
159
159
  })
160
160
 
161
+ it("cvm.v20170312.ProgramFpgaImage", async function () {
162
+ try {
163
+ const data = await client.ProgramFpgaImage({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("cvm.v20170312.DisassociateInstancesKeyPairs", async function () {
162
172
  try {
163
173
  const data = await client.DisassociateInstancesKeyPairs({})
@@ -98,6 +98,16 @@ it("eb.v20210416.PublishEvent", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("eb.v20210416.PutEvents", async function () {
102
+ try {
103
+ const data = await client.PutEvents({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
101
111
  it("eb.v20210416.UpdateTarget", async function () {
102
112
  try {
103
113
  const data = await client.UpdateTarget({})
@@ -208,6 +208,16 @@ it("faceid.v20180301.MobileStatus", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("faceid.v20180301.PhoneVerificationCMCC", async function () {
212
+ try {
213
+ const data = await client.PhoneVerificationCMCC({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
211
221
  it("faceid.v20180301.MinorsVerification", async function () {
212
222
  try {
213
223
  const data = await client.MinorsVerification({})
@@ -248,6 +258,16 @@ it("faceid.v20180301.Liveness", async function () {
248
258
  }
249
259
  })
250
260
 
261
+ it("faceid.v20180301.PhoneVerificationCUCC", async function () {
262
+ try {
263
+ const data = await client.PhoneVerificationCUCC({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
251
271
  it("faceid.v20180301.LivenessRecognition", async function () {
252
272
  try {
253
273
  const data = await client.LivenessRecognition({})
@@ -328,6 +348,16 @@ it("faceid.v20180301.BankCard2EVerification", async function () {
328
348
  }
329
349
  })
330
350
 
351
+ it("faceid.v20180301.PhoneVerificationCTCC", async function () {
352
+ try {
353
+ const data = await client.PhoneVerificationCTCC({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
331
361
  it("faceid.v20180301.GetRealNameAuthResult", async function () {
332
362
  try {
333
363
  const data = await client.GetRealNameAuthResult({})
@@ -268,9 +268,9 @@ it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
271
+ it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
272
272
  try {
273
- const data = await client.ModifySubscriptionStatus({})
273
+ const data = await client.GetRecordDatesByDev({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -358,6 +358,16 @@ it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
358
358
  }
359
359
  })
360
360
 
361
+ it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
362
+ try {
363
+ const data = await client.ModifySubscriptionStatus({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
361
371
  it("iotvideoindustry.v20201201.DescribeWarnMod", async function () {
362
372
  try {
363
373
  const data = await client.DescribeWarnMod({})
@@ -438,9 +448,9 @@ it("iotvideoindustry.v20201201.DescribeRecordDatesByLive", async function () {
438
448
  }
439
449
  })
440
450
 
441
- it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
451
+ it("iotvideoindustry.v20201201.DescribeChannelLiveStreamURL", async function () {
442
452
  try {
443
- const data = await client.GetRecordDatesByDev({})
453
+ const data = await client.DescribeChannelLiveStreamURL({})
444
454
  expect(data).to.be.ok
445
455
  } catch(error) {
446
456
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("redis.v20180412.DescribeTaskList", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("redis.v20180412.UpgradeInstance", async function () {
101
+ it("redis.v20180412.DeleteReplicationInstance", async function () {
102
102
  try {
103
- const data = await client.UpgradeInstance({})
103
+ const data = await client.DeleteReplicationInstance({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -188,6 +188,16 @@ it("redis.v20180412.DescribeInstanceShards", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("redis.v20180412.UpgradeInstance", async function () {
192
+ try {
193
+ const data = await client.UpgradeInstance({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("redis.v20180412.RestoreInstance", async function () {
192
202
  try {
193
203
  const data = await client.RestoreInstance({})
@@ -218,6 +228,16 @@ it("redis.v20180412.DeleteParamTemplate", async function () {
218
228
  }
219
229
  })
220
230
 
231
+ it("redis.v20180412.AddReplicationInstance", async function () {
232
+ try {
233
+ const data = await client.AddReplicationInstance({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
221
241
  it("redis.v20180412.DescribeMaintenanceWindow", async function () {
222
242
  try {
223
243
  const data = await client.DescribeMaintenanceWindow({})
@@ -278,6 +298,16 @@ it("redis.v20180412.ModifyNetworkConfig", async function () {
278
298
  }
279
299
  })
280
300
 
301
+ it("redis.v20180412.CreateReplicationGroup", async function () {
302
+ try {
303
+ const data = await client.CreateReplicationGroup({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
281
311
  it("redis.v20180412.DescribeInstanceMonitorSIP", async function () {
282
312
  try {
283
313
  const data = await client.DescribeInstanceMonitorSIP({})
@@ -108,4 +108,24 @@ it("rum.v20210622.DescribeDataPvUrlStatistics", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("rum.v20210622.DescribeDataFetchUrl", async function () {
112
+ try {
113
+ const data = await client.DescribeDataFetchUrl({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("rum.v20210622.DescribeDataFetchUrlInfo", async function () {
122
+ try {
123
+ const data = await client.DescribeDataFetchUrlInfo({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
111
131
  })