tencentcloud-sdk-nodejs 4.0.471 → 4.0.473

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 (110) hide show
  1. package/CHANGELOG.md +526 -0
  2. package/SERVICE_CHANGELOG.md +728 -226
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +87 -47
  8. package/src/services/asr/v20190614/asr_models.ts +2 -2
  9. package/src/services/batch/v20170312/batch_models.ts +1 -1
  10. package/src/services/captcha/v20190722/captcha_client.ts +12 -0
  11. package/src/services/captcha/v20190722/captcha_models.ts +51 -0
  12. package/src/services/clb/v20180317/clb_client.ts +4 -2
  13. package/src/services/clb/v20180317/clb_models.ts +80 -20
  14. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +10 -10
  15. package/src/services/cls/v20201016/cls_models.ts +25 -1
  16. package/src/services/cvm/v20170312/cvm_client.ts +0 -1
  17. package/src/services/cvm/v20170312/cvm_models.ts +6 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_client.ts +19 -7
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +29 -4
  20. package/src/services/es/v20180416/es_models.ts +6 -0
  21. package/src/services/ess/v20201111/ess_models.ts +15 -5
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +7 -4
  23. package/src/services/kms/v20190118/kms_models.ts +3 -3
  24. package/src/services/live/v20180801/live_models.ts +2 -2
  25. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  26. package/src/services/ocr/v20181119/ocr_models.ts +18 -1
  27. package/src/services/organization/v20210331/organization_models.ts +5 -0
  28. package/src/services/ssl/v20191205/ssl_client.ts +12 -0
  29. package/src/services/ssl/v20191205/ssl_models.ts +30 -0
  30. package/src/services/tcm/v20210413/tcm_client.ts +37 -1
  31. package/src/services/tcm/v20210413/tcm_models.ts +94 -9
  32. package/src/services/tcr/v20190924/tcr_client.ts +2 -2
  33. package/src/services/tcr/v20190924/tcr_models.ts +11 -1
  34. package/src/services/tcss/v20201101/tcss_client.ts +15 -2
  35. package/src/services/tcss/v20201101/tcss_models.ts +106 -13
  36. package/src/services/tdmq/v20200217/tdmq_client.ts +26 -0
  37. package/src/services/tdmq/v20200217/tdmq_models.ts +169 -0
  38. package/src/services/tem/v20210701/tem_client.ts +1 -0
  39. package/src/services/tem/v20210701/tem_models.ts +72 -2
  40. package/src/services/teo/v20220901/teo_client.ts +12 -73
  41. package/src/services/teo/v20220901/teo_models.ts +165 -419
  42. package/src/services/tione/v20211111/tione_client.ts +196 -35
  43. package/src/services/tione/v20211111/tione_models.ts +1687 -281
  44. package/src/services/tke/v20180525/tke_models.ts +1 -1
  45. package/src/services/vod/v20180717/vod_client.ts +0 -2
  46. package/src/services/vod/v20180717/vod_models.ts +31 -18
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  51. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +74 -41
  52. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  53. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  54. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
  55. package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
  56. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +43 -0
  57. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  58. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +70 -20
  59. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +10 -10
  60. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +21 -1
  61. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +0 -1
  62. package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -1
  63. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
  64. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -4
  67. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -5
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -4
  70. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +3 -3
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  74. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -1
  75. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4 -0
  76. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  77. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  78. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +26 -0
  79. package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +13 -1
  80. package/tencentcloud/services/tcm/v20210413/tcm_client.js +18 -0
  81. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +82 -8
  82. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
  83. package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
  84. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +10 -1
  85. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
  86. package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
  87. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +93 -12
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  89. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  90. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +142 -0
  91. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +61 -2
  92. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +3 -23
  93. package/tencentcloud/services/teo/v20220901/teo_client.js +3 -33
  94. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +141 -359
  95. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +55 -7
  96. package/tencentcloud/services/tione/v20211111/tione_client.js +81 -9
  97. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1453 -254
  98. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  99. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +0 -2
  100. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -2
  101. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +27 -16
  102. package/test/antiddos.v20200309.test.js +10 -0
  103. package/test/captcha.v20190722.test.js +10 -0
  104. package/test/cynosdb.v20190107.test.js +12 -2
  105. package/test/ssl.v20191205.test.js +10 -0
  106. package/test/tcm.v20210413.test.js +30 -0
  107. package/test/tcss.v20201101.test.js +10 -0
  108. package/test/tdmq.v20200217.test.js +20 -0
  109. package/test/teo.v20220901.test.js +2 -52
  110. package/test/tione.v20211111.test.js +126 -6
@@ -6059,7 +6059,7 @@ export interface EnhancedService {
6059
6059
  */
6060
6060
  MonitorService?: RunMonitorServiceEnabled;
6061
6061
  /**
6062
- * 开启云自动化助手服务。若不指定该参数,则默认不开启云自动化助手服务。
6062
+ * 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,则公共镜像默认开启云自动化助手服务,其他镜像默认不开启云自动化助手服务。
6063
6063
  */
6064
6064
  AutomationService?: RunAutomationServiceEnabled;
6065
6065
  }
@@ -634,14 +634,12 @@ export declare class Client extends AbstractClient {
634
634
  - 指定文件类型集合 Categories(见输入参数),返回满足集合中任意类型的媒体。例如:文件类型有 Video(视频)、 Audio (音频)、 Image (图片)。如果Categories指定了 Video 和 Audio 2个文件类型,那么符合这些类型的媒体都会被检索出来。
635
635
  - 指定来源集合 SourceTypes(见输入参数),返回满足集合中任意来源的媒体。例如:媒体来源有 Record (直播录制)、Upload (上传)等。如果 SourceTypes 指定了 Record 和 Upload ,那么符合这些来源的媒体都会被检索出来。
636
636
  - 指定直播推流码集合 StreamIds(见输入参数)筛选直播录制的媒体。
637
- - 指定视频 ID 集合 Vids (见输入参数)筛选直播录制的媒体。
638
637
  - 指定媒体的创建时间范围筛选媒体。
639
638
  - 指定 TRTC 应用 ID 集合筛选媒体。
640
639
  - 指定 TRTC 房间 ID 集合筛选媒体。
641
640
  - (不推荐:应使用 Names、NamePrefixes 或 Descriptions 替代)指定单个文本 Text 对媒体文件名或描述信息进行模糊搜索。
642
641
  - (不推荐:应使用 SourceTypes 替代)指定单个媒体文件来源 SourceType 进行搜索。
643
642
  - (不推荐:应使用 StreamIds 替代)指定单个推流直播码 StreamId 进行搜索。
644
- - (不推荐:应使用 Vids 替代)指定单个视频 ID Vid 进行搜索。
645
643
  - (不推荐:应使用 CreateTime 替代)指定单个起始创建时间 StartTime 进行搜索。
646
644
  - (不推荐:应使用 CreateTime 替代)指定单个结尾创建时间 EndTime 进行搜索。
647
645
  - 以上参数之间可以任意组合进行检索。例如:筛选创建时间在2018年12月1日12:00:00到2018年12月8日12:00:00之间、分类为电影或电视剧、带有宫斗和悬疑标签的媒体。注意,任何支持数组输入的参数,其元素之间的搜索逻辑为‘或’。所有参数之间的逻辑关系为‘与’。
@@ -878,14 +878,12 @@ class Client extends abstract_client_1.AbstractClient {
878
878
  - 指定文件类型集合 Categories(见输入参数),返回满足集合中任意类型的媒体。例如:文件类型有 Video(视频)、 Audio (音频)、 Image (图片)。如果Categories指定了 Video 和 Audio 2个文件类型,那么符合这些类型的媒体都会被检索出来。
879
879
  - 指定来源集合 SourceTypes(见输入参数),返回满足集合中任意来源的媒体。例如:媒体来源有 Record (直播录制)、Upload (上传)等。如果 SourceTypes 指定了 Record 和 Upload ,那么符合这些来源的媒体都会被检索出来。
880
880
  - 指定直播推流码集合 StreamIds(见输入参数)筛选直播录制的媒体。
881
- - 指定视频 ID 集合 Vids (见输入参数)筛选直播录制的媒体。
882
881
  - 指定媒体的创建时间范围筛选媒体。
883
882
  - 指定 TRTC 应用 ID 集合筛选媒体。
884
883
  - 指定 TRTC 房间 ID 集合筛选媒体。
885
884
  - (不推荐:应使用 Names、NamePrefixes 或 Descriptions 替代)指定单个文本 Text 对媒体文件名或描述信息进行模糊搜索。
886
885
  - (不推荐:应使用 SourceTypes 替代)指定单个媒体文件来源 SourceType 进行搜索。
887
886
  - (不推荐:应使用 StreamIds 替代)指定单个推流直播码 StreamId 进行搜索。
888
- - (不推荐:应使用 Vids 替代)指定单个视频 ID Vid 进行搜索。
889
887
  - (不推荐:应使用 CreateTime 替代)指定单个起始创建时间 StartTime 进行搜索。
890
888
  - (不推荐:应使用 CreateTime 替代)指定单个结尾创建时间 EndTime 进行搜索。
891
889
  - 以上参数之间可以任意组合进行检索。例如:筛选创建时间在2018年12月1日12:00:00到2018年12月8日12:00:00之间、分类为电影或电视剧、带有宫斗和悬疑标签的媒体。注意,任何支持数组输入的参数,其元素之间的搜索逻辑为‘或’。所有参数之间的逻辑关系为‘与’。
@@ -341,6 +341,12 @@ export interface AudioTrackItem {
341
341
  * 音频片段的时长,单位为秒。默认和素材本身长度一致,表示截取全部素材。
342
342
  */
343
343
  Duration?: number;
344
+ /**
345
+ * 音频片段目标时长,单位为秒。
346
+ <li>当 TargetDuration 不填或填0时,表示目标时长和 Duration 一致;</li>
347
+ <li>当 TargetDuration 取大于0的值时,将对音频片段做快进或慢放等处理,使得输出片段的时长等于 TargetDuration。</li>
348
+ */
349
+ TargetDuration?: number;
344
350
  /**
345
351
  * 对音频片段进行的操作,如音量调节等。
346
352
  */
@@ -6553,8 +6559,9 @@ export interface SimpleHlsClipRequest {
6553
6559
  export interface MediaDeleteItem {
6554
6560
  /**
6555
6561
  * 所指定的删除部分。如果未填写该字段则参数无效。可选值有:
6556
- <li>OriginalFiles(删除原文件,删除后无法发起转码、微信发布等任何视频处理操作)。</li>
6557
- <li>TranscodeFiles(删除转码文件)。</li>
6562
+ <li>OriginalFiles(删除原文件,删除后无法发起转码、微信发布等任何视频处理操作);</li>
6563
+ <li>TranscodeFiles(删除转码文件);</li>
6564
+ <li>AdaptiveDynamicStreamingFiles(删除转自适应码流文件);</li>
6558
6565
  <li>WechatPublishFiles(删除微信发布文件)。</li>
6559
6566
  */
6560
6567
  Type: string;
@@ -13402,6 +13409,12 @@ export interface VideoTrackItem {
13402
13409
  * 视频片段时长,单位为秒。默认取视频素材本身长度,表示截取全部素材。如果源文件是图片,Duration需要大于0。
13403
13410
  */
13404
13411
  Duration?: number;
13412
+ /**
13413
+ * 视频片段目标时长,单位为秒。
13414
+ <li>当 TargetDuration 不填或填0时,表示目标时长和 Duration 一致;</li>
13415
+ <li>当 TargetDuration 取大于0的值时,将对视频片段做快进或慢放等处理,使得输出片段的时长等于 TargetDuration。</li>
13416
+ */
13417
+ TargetDuration?: number;
13405
13418
  /**
13406
13419
  * 视频原点位置,取值有:
13407
13420
  <li>Center:坐标原点为中心位置,如画布中心。</li>
@@ -13440,14 +13453,14 @@ export interface VideoTrackItem {
13440
13453
  <li>当 Width 非空,Height 为空,则 Height 按比例缩放。</li>
13441
13454
  */
13442
13455
  Height?: string;
13443
- /**
13444
- * 对图像进行的操作,如图像旋转等。
13445
- */
13446
- ImageOperations?: Array<ImageTransform>;
13447
13456
  /**
13448
13457
  * 对音频进行操作,如静音等。
13449
13458
  */
13450
13459
  AudioOperations?: Array<AudioTransform>;
13460
+ /**
13461
+ * 对图像进行的操作,如图像旋转等。
13462
+ */
13463
+ ImageOperations?: Array<ImageTransform>;
13451
13464
  }
13452
13465
  /**
13453
13466
  * DescribeLicenseUsageData请求参数结构体
@@ -13904,11 +13917,6 @@ export interface SearchMediaRequest {
13904
13917
  <li>数组长度限制:10。</li>
13905
13918
  */
13906
13919
  StreamIds?: Array<string>;
13907
- /**
13908
- * 直播录制文件的唯一标识。匹配集合中的任意元素。
13909
- <li>数组长度限制:10。</li>
13910
- */
13911
- Vids?: Array<string>;
13912
13920
  /**
13913
13921
  * 匹配创建时间在此时间段内的文件。
13914
13922
  <li>包含所指定的头尾时间点。</li>
@@ -13989,11 +13997,6 @@ export interface SearchMediaRequest {
13989
13997
  推流直播码。
13990
13998
  */
13991
13999
  StreamId?: string;
13992
- /**
13993
- * (不推荐:应使用 Vids 替代)
13994
- 直播录制文件的唯一标识。
13995
- */
13996
- Vid?: string;
13997
14000
  /**
13998
14001
  * (不推荐:应使用 CreateTime 替代)
13999
14002
  创建时间的开始时间。
@@ -14010,6 +14013,14 @@ export interface SearchMediaRequest {
14010
14013
  <li>格式按照 ISO 8601标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。</li>
14011
14014
  */
14012
14015
  EndTime?: string;
14016
+ /**
14017
+ * 该字段已无效。
14018
+ */
14019
+ Vids?: Array<string>;
14020
+ /**
14021
+ * 该字段已无效。
14022
+ */
14023
+ Vid?: string;
14013
14024
  }
14014
14025
  /**
14015
14026
  * CreateSampleSnapshotTemplate请求参数结构体
@@ -38,6 +38,16 @@ it("antiddos.v20200309.ModifyDDoSBlackWhiteIpList", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("antiddos.v20200309.DescribePendingRiskInfo", async function () {
42
+ try {
43
+ const data = await client.DescribePendingRiskInfo({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("antiddos.v20200309.DescribeL7RulesBySSLCertId", async function () {
42
52
  try {
43
53
  const data = await client.DescribeL7RulesBySSLCertId({})
@@ -98,6 +98,16 @@ it("captcha.v20190722.DescribeCaptchaMiniDataSum", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("captcha.v20190722.GetTicketStatistics", async function () {
102
+ try {
103
+ const data = await client.GetTicketStatistics({})
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("captcha.v20190722.DescribeCaptchaMiniResult", async function () {
102
112
  try {
103
113
  const data = await client.DescribeCaptchaMiniResult({})
@@ -108,9 +108,9 @@ it("cynosdb.v20190107.DescribeParamTemplates", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("cynosdb.v20190107.SetRenewFlag", async function () {
111
+ it("cynosdb.v20190107.DeleteBackup", async function () {
112
112
  try {
113
- const data = await client.SetRenewFlag({})
113
+ const data = await client.DeleteBackup({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -138,6 +138,16 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("cynosdb.v20190107.SetRenewFlag", async function () {
142
+ try {
143
+ const data = await client.SetRenewFlag({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  it("cynosdb.v20190107.ModifyBackupName", async function () {
142
152
  try {
143
153
  const data = await client.ModifyBackupName({})
@@ -178,6 +178,16 @@ it("ssl.v20191205.DescribeCertificateDetail", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("ssl.v20191205.ModifyCertificatesExpiringNotificationSwitch", async function () {
182
+ try {
183
+ const data = await client.ModifyCertificatesExpiringNotificationSwitch({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("ssl.v20191205.DescribeManagerDetail", async function () {
182
192
  try {
183
193
  const data = await client.DescribeManagerDetail({})
@@ -38,6 +38,16 @@ it("tcm.v20210413.LinkClusterList", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("tcm.v20210413.LinkPrometheus", async function () {
42
+ try {
43
+ const data = await client.LinkPrometheus({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("tcm.v20210413.DescribeMeshList", async function () {
42
52
  try {
43
53
  const data = await client.DescribeMeshList({})
@@ -58,6 +68,16 @@ it("tcm.v20210413.UnlinkCluster", async function () {
58
68
  }
59
69
  })
60
70
 
71
+ it("tcm.v20210413.ModifyTracingConfig", async function () {
72
+ try {
73
+ const data = await client.ModifyTracingConfig({})
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
+
61
81
  it("tcm.v20210413.ModifyMesh", async function () {
62
82
  try {
63
83
  const data = await client.ModifyMesh({})
@@ -88,4 +108,14 @@ it("tcm.v20210413.DescribeMesh", async function () {
88
108
  }
89
109
  })
90
110
 
111
+ it("tcm.v20210413.UnlinkPrometheus", async function () {
112
+ try {
113
+ const data = await client.UnlinkPrometheus({})
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
+
91
121
  })
@@ -1668,6 +1668,16 @@ it("tcss.v20201101.ModifyRiskSyscallStatus", async function () {
1668
1668
  }
1669
1669
  })
1670
1670
 
1671
+ it("tcss.v20201101.CreateRiskDnsEventExportJob", async function () {
1672
+ try {
1673
+ const data = await client.CreateRiskDnsEventExportJob({})
1674
+ expect(data).to.be.ok
1675
+ } catch(error) {
1676
+ expect(error.requestId).to.be.ok
1677
+ expect(error.code).to.be.ok
1678
+ }
1679
+ })
1680
+
1671
1681
  it("tcss.v20201101.DescribeVulDefenceEventTendency", async function () {
1672
1682
  try {
1673
1683
  const data = await client.DescribeVulDefenceEventTendency({})
@@ -128,6 +128,16 @@ it("tdmq.v20200217.DeleteRocketMQGroup", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("tdmq.v20200217.DescribeRabbitMQVipInstances", async function () {
132
+ try {
133
+ const data = await client.DescribeRabbitMQVipInstances({})
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
+
131
141
  it("tdmq.v20200217.RewindCmqQueue", async function () {
132
142
  try {
133
143
  const data = await client.RewindCmqQueue({})
@@ -538,6 +548,16 @@ it("tdmq.v20200217.ResetMsgSubOffsetByTimestamp", async function () {
538
548
  }
539
549
  })
540
550
 
551
+ it("tdmq.v20200217.DescribeRabbitMQNodeList", async function () {
552
+ try {
553
+ const data = await client.DescribeRabbitMQNodeList({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
541
561
  it("tdmq.v20200217.DescribeBindVpcs", async function () {
542
562
  try {
543
563
  const data = await client.DescribeBindVpcs({})
@@ -318,9 +318,9 @@ it("teo.v20220901.CreatePrefetchTask", async function () {
318
318
  }
319
319
  })
320
320
 
321
- it("teo.v20220901.DeleteAliasDomain", async function () {
321
+ it("teo.v20220901.DescribeLogTopicTaskDetail", async function () {
322
322
  try {
323
- const data = await client.DeleteAliasDomain({})
323
+ const data = await client.DescribeLogTopicTaskDetail({})
324
324
  expect(data).to.be.ok
325
325
  } catch(error) {
326
326
  expect(error.requestId).to.be.ok
@@ -548,16 +548,6 @@ it("teo.v20220901.DescribeBotData", async function () {
548
548
  }
549
549
  })
550
550
 
551
- it("teo.v20220901.CreateAliasDomain", async function () {
552
- try {
553
- const data = await client.CreateAliasDomain({})
554
- expect(data).to.be.ok
555
- } catch(error) {
556
- expect(error.requestId).to.be.ok
557
- expect(error.code).to.be.ok
558
- }
559
- })
560
-
561
551
  it("teo.v20220901.DescribeWebProtectionHitRuleDetail", async function () {
562
552
  try {
563
553
  const data = await client.DescribeWebProtectionHitRuleDetail({})
@@ -568,16 +558,6 @@ it("teo.v20220901.DescribeWebProtectionHitRuleDetail", async function () {
568
558
  }
569
559
  })
570
560
 
571
- it("teo.v20220901.ModifyAliasDomainStatus", async function () {
572
- try {
573
- const data = await client.ModifyAliasDomainStatus({})
574
- expect(data).to.be.ok
575
- } catch(error) {
576
- expect(error.requestId).to.be.ok
577
- expect(error.code).to.be.ok
578
- }
579
- })
580
-
581
561
  it("teo.v20220901.DescribeTopL7CacheData", async function () {
582
562
  try {
583
563
  const data = await client.DescribeTopL7CacheData({})
@@ -638,16 +618,6 @@ it("teo.v20220901.ModifySecurityPolicy", async function () {
638
618
  }
639
619
  })
640
620
 
641
- it("teo.v20220901.DescribeLogTopicTaskDetail", async function () {
642
- try {
643
- const data = await client.DescribeLogTopicTaskDetail({})
644
- expect(data).to.be.ok
645
- } catch(error) {
646
- expect(error.requestId).to.be.ok
647
- expect(error.code).to.be.ok
648
- }
649
- })
650
-
651
621
  it("teo.v20220901.ModifyRulePriority", async function () {
652
622
  try {
653
623
  const data = await client.ModifyRulePriority({})
@@ -998,16 +968,6 @@ it("teo.v20220901.SwitchLogTopicTask", async function () {
998
968
  }
999
969
  })
1000
970
 
1001
- it("teo.v20220901.ModifyAliasDomain", async function () {
1002
- try {
1003
- const data = await client.ModifyAliasDomain({})
1004
- expect(data).to.be.ok
1005
- } catch(error) {
1006
- expect(error.requestId).to.be.ok
1007
- expect(error.code).to.be.ok
1008
- }
1009
- })
1010
-
1011
971
  it("teo.v20220901.DescribeDnssec", async function () {
1012
972
  try {
1013
973
  const data = await client.DescribeDnssec({})
@@ -1238,16 +1198,6 @@ it("teo.v20220901.DescribeWebManagedRulesData", async function () {
1238
1198
  }
1239
1199
  })
1240
1200
 
1241
- it("teo.v20220901.DescribeAliasDomains", async function () {
1242
- try {
1243
- const data = await client.DescribeAliasDomains({})
1244
- expect(data).to.be.ok
1245
- } catch(error) {
1246
- expect(error.requestId).to.be.ok
1247
- expect(error.code).to.be.ok
1248
- }
1249
- })
1250
-
1251
1201
  it("teo.v20220901.DescribeBillingData", async function () {
1252
1202
  try {
1253
1203
  const data = await client.DescribeBillingData({})
@@ -48,9 +48,9 @@ it("tione.v20211111.DescribeBillingSpecs", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("tione.v20211111.DeleteDataset", async function () {
51
+ it("tione.v20211111.CreateTrainingModel", async function () {
52
52
  try {
53
- const data = await client.DeleteDataset({})
53
+ const data = await client.CreateTrainingModel({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -68,6 +68,16 @@ it("tione.v20211111.DescribeBillingSpecsPrice", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("tione.v20211111.DescribeModelServiceCallInfo", async function () {
72
+ try {
73
+ const data = await client.DescribeModelServiceCallInfo({})
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
+
71
81
  it("tione.v20211111.DescribeTrainingTasks", async function () {
72
82
  try {
73
83
  const data = await client.DescribeTrainingTasks({})
@@ -78,6 +88,16 @@ it("tione.v20211111.DescribeTrainingTasks", async function () {
78
88
  }
79
89
  })
80
90
 
91
+ it("tione.v20211111.DescribeModelService", async function () {
92
+ try {
93
+ const data = await client.DescribeModelService({})
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
+
81
101
  it("tione.v20211111.DescribeTrainingFrameworks", async function () {
82
102
  try {
83
103
  const data = await client.DescribeTrainingFrameworks({})
@@ -88,9 +108,9 @@ it("tione.v20211111.DescribeTrainingFrameworks", async function () {
88
108
  }
89
109
  })
90
110
 
91
- it("tione.v20211111.CreateTrainingModel", async function () {
111
+ it("tione.v20211111.DeleteDataset", async function () {
92
112
  try {
93
- const data = await client.CreateTrainingModel({})
113
+ const data = await client.DeleteDataset({})
94
114
  expect(data).to.be.ok
95
115
  } catch(error) {
96
116
  expect(error.requestId).to.be.ok
@@ -148,6 +168,16 @@ it("tione.v20211111.DescribeTrainingTaskPods", async function () {
148
168
  }
149
169
  })
150
170
 
171
+ it("tione.v20211111.DescribeModelServiceHotUpdated", async function () {
172
+ try {
173
+ const data = await client.DescribeModelServiceHotUpdated({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
151
181
  it("tione.v20211111.DescribeTrainingMetrics", async function () {
152
182
  try {
153
183
  const data = await client.DescribeTrainingMetrics({})
@@ -168,6 +198,26 @@ it("tione.v20211111.DeleteTrainingModel", async function () {
168
198
  }
169
199
  })
170
200
 
201
+ it("tione.v20211111.ModifyServiceGroupWeights", async function () {
202
+ try {
203
+ const data = await client.ModifyServiceGroupWeights({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("tione.v20211111.CreateDataset", async function () {
212
+ try {
213
+ const data = await client.CreateDataset({})
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
+
171
221
  it("tione.v20211111.DescribeBatchTaskInstances", async function () {
172
222
  try {
173
223
  const data = await client.DescribeBatchTaskInstances({})
@@ -198,9 +248,29 @@ it("tione.v20211111.StartTrainingTask", async function () {
198
248
  }
199
249
  })
200
250
 
201
- it("tione.v20211111.CreateDataset", async function () {
251
+ it("tione.v20211111.DescribeModelServiceGroup", async function () {
202
252
  try {
203
- const data = await client.CreateDataset({})
253
+ const data = await client.DescribeModelServiceGroup({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
261
+ it("tione.v20211111.DescribeAPIConfigs", async function () {
262
+ try {
263
+ const data = await client.DescribeAPIConfigs({})
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
+
271
+ it("tione.v20211111.DeleteModelServiceGroup", async function () {
272
+ try {
273
+ const data = await client.DeleteModelServiceGroup({})
204
274
  expect(data).to.be.ok
205
275
  } catch(error) {
206
276
  expect(error.requestId).to.be.ok
@@ -238,6 +308,16 @@ it("tione.v20211111.DescribeTrainingModelVersions", async function () {
238
308
  }
239
309
  })
240
310
 
311
+ it("tione.v20211111.CreateModelService", async function () {
312
+ try {
313
+ const data = await client.CreateModelService({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
241
321
  it("tione.v20211111.DescribeDatasetDetailStructured", async function () {
242
322
  try {
243
323
  const data = await client.DescribeDatasetDetailStructured({})
@@ -258,6 +338,16 @@ it("tione.v20211111.DescribeLogs", async function () {
258
338
  }
259
339
  })
260
340
 
341
+ it("tione.v20211111.DeleteModelService", async function () {
342
+ try {
343
+ const data = await client.DeleteModelService({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
261
351
  it("tione.v20211111.DescribeDatasets", async function () {
262
352
  try {
263
353
  const data = await client.DescribeDatasets({})
@@ -268,6 +358,16 @@ it("tione.v20211111.DescribeDatasets", async function () {
268
358
  }
269
359
  })
270
360
 
361
+ it("tione.v20211111.DescribeModelServices", async function () {
362
+ try {
363
+ const data = await client.DescribeModelServices({})
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
+
271
371
  it("tione.v20211111.DescribeTrainingTask", async function () {
272
372
  try {
273
373
  const data = await client.DescribeTrainingTask({})
@@ -318,6 +418,16 @@ it("tione.v20211111.DescribeLatestTrainingMetrics", async function () {
318
418
  }
319
419
  })
320
420
 
421
+ it("tione.v20211111.DescribeModelServiceHistory", async function () {
422
+ try {
423
+ const data = await client.DescribeModelServiceHistory({})
424
+ expect(data).to.be.ok
425
+ } catch(error) {
426
+ expect(error.requestId).to.be.ok
427
+ expect(error.code).to.be.ok
428
+ }
429
+ })
430
+
321
431
  it("tione.v20211111.DeleteTrainingModelVersion", async function () {
322
432
  try {
323
433
  const data = await client.DeleteTrainingModelVersion({})
@@ -348,4 +458,14 @@ it("tione.v20211111.DescribeInferTemplates", async function () {
348
458
  }
349
459
  })
350
460
 
461
+ it("tione.v20211111.DescribeModelServiceGroups", async function () {
462
+ try {
463
+ const data = await client.DescribeModelServiceGroups({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
351
471
  })