tencentcloud-sdk-nodejs 4.0.382 → 4.0.385

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 (94) hide show
  1. package/CHANGELOG.md +601 -0
  2. package/SERVICE_CHANGELOG.md +575 -157
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/asr/v20190614/asr_models.ts +2 -2
  8. package/src/services/cfg/v20210820/cfg_models.ts +18 -0
  9. package/src/services/ciam/v20220331/ciam_client.ts +13 -0
  10. package/src/services/ciam/v20220331/ciam_models.ts +91 -0
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +108 -6
  13. package/src/services/clb/v20180317/clb_models.ts +5 -0
  14. package/src/services/cvm/v20170312/cvm_client.ts +2 -1
  15. package/src/services/dlc/v20210125/dlc_models.ts +56 -1
  16. package/src/services/emr/v20190103/emr_client.ts +14 -1
  17. package/src/services/emr/v20190103/emr_models.ts +150 -10
  18. package/src/services/ess/v20201111/ess_client.ts +4 -3
  19. package/src/services/ess/v20201111/ess_models.ts +1 -0
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
  24. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  25. package/src/services/organization/v20210331/organization_models.ts +6 -0
  26. package/src/services/ses/v20201002/ses_models.ts +6 -1
  27. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  28. package/src/services/taf/v20200210/taf_models.ts +6 -6
  29. package/src/services/tan/v20220420/tan_models.ts +3 -3
  30. package/src/services/tcex/v20200727/tcex_client.ts +8 -4
  31. package/src/services/tcss/v20201101/tcss_models.ts +6 -1
  32. package/src/services/teo/v20220106/teo_models.ts +1 -1
  33. package/src/services/tiems/v20190416/tiems_client.ts +100 -50
  34. package/src/services/tiia/v20190529/tiia_models.ts +20 -2
  35. package/src/services/tse/v20201207/tse_models.ts +10 -0
  36. package/src/services/vod/v20180717/vod_models.ts +15 -5
  37. package/src/services/vpc/v20170312/vpc_client.ts +4 -2
  38. package/src/services/vpc/v20170312/vpc_models.ts +197 -97
  39. package/src/services/waf/v20180125/waf_client.ts +13 -0
  40. package/src/services/waf/v20180125/waf_models.ts +115 -0
  41. package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  47. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +15 -0
  48. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
  49. package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
  50. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +92 -5
  54. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  55. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
  56. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
  58. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  59. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  60. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -1
  67. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
  68. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
  69. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  71. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
  72. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
  73. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  74. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
  75. package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
  76. package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
  77. package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
  78. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
  79. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
  80. package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
  81. package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
  82. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
  83. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  84. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
  85. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +164 -82
  86. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  87. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
  89. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
  90. package/test/ciam.v20220331.test.js +10 -0
  91. package/test/ckafka.v20190819.test.js +20 -0
  92. package/test/emr.v20190103.test.js +10 -0
  93. package/test/iotvideo.v20211125.test.js +878 -8
  94. package/test/waf.v20180125.test.js +10 -0
@@ -1385,6 +1385,16 @@ export interface VehicleInvoiceInfo {
1385
1385
  * 账号
1386
1386
  */
1387
1387
  MotorBankAccount: string
1388
+
1389
+ /**
1390
+ * 销售地址
1391
+ */
1392
+ SellerAddress: string
1393
+
1394
+ /**
1395
+ * 销售电话
1396
+ */
1397
+ SellerTel: string
1388
1398
  }
1389
1399
 
1390
1400
  /**
@@ -371,6 +371,12 @@ export interface OrgMember {
371
371
  注意:此字段可能返回 null,表示取不到有效值。
372
372
  */
373
373
  BindStatus: string
374
+
375
+ /**
376
+ * 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
377
+ 注意:此字段可能返回 null,表示取不到有效值。
378
+ */
379
+ PermissionStatus: string
374
380
  }
375
381
 
376
382
  /**
@@ -1347,7 +1347,12 @@ export interface GetEmailTemplateResponse {
1347
1347
  /**
1348
1348
  * 模板内容数据
1349
1349
  */
1350
- TemplateContent?: TemplateContent
1350
+ TemplateContent: TemplateContent
1351
+
1352
+ /**
1353
+ * 模板状态 0-审核通过 1-待审核 2-审核拒绝
1354
+ */
1355
+ TemplateStatus: number
1351
1356
 
1352
1357
  /**
1353
1358
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1390,6 +1390,18 @@ export interface DescribeCertificateDetailResponse {
1390
1390
  */
1391
1391
  EncryptPrivateKey: string
1392
1392
 
1393
+ /**
1394
+ * 签名证书 SHA1指纹
1395
+ 注意:此字段可能返回 null,表示取不到有效值。
1396
+ */
1397
+ CertFingerprint: string
1398
+
1399
+ /**
1400
+ * 加密证书 SHA1指纹 (国密证书特有)
1401
+ 注意:此字段可能返回 null,表示取不到有效值。
1402
+ */
1403
+ EncryptCertFingerprint: string
1404
+
1393
1405
  /**
1394
1406
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1395
1407
  */
@@ -321,19 +321,19 @@ export interface OutputRecognizeEffectiveFlow {
321
321
  */
322
322
  export interface InputRecognizeTargetAudience {
323
323
  /**
324
- * 设备ID,AccountType指定的类型
324
+ * 模型ID列表
325
325
  */
326
- Uid: string
326
+ ModelIdList: Array<number>
327
327
 
328
328
  /**
329
- * 设备号类型,1.imei 2.imeiMd5(小写后转MD5转小写)3.idfa 4.idfaMd5(大写后转MD5转小写),5.手机号,256.其它
329
+ * 设备IDAccountType指定的类型
330
330
  */
331
- AccountType: number
331
+ Uid?: string
332
332
 
333
333
  /**
334
- * 模型ID列表
334
+ * 设备号类型,1.imei 2.imeiMd5(小写后转MD5转小写)3.idfa, 4.idfaMd5(大写后转MD5转小写),5.手机号,256.其它
335
335
  */
336
- ModelIdList: Array<number>
336
+ AccountType?: number
337
337
 
338
338
  /**
339
339
  * 用户IP
@@ -20,17 +20,17 @@
20
20
  */
21
21
  export interface CreateBlockNodeRecordsRequest {
22
22
  /**
23
- * 盘查实例id
23
+ * 盘查组id,可在“盘查组概览”功能中获取。
24
24
  */
25
25
  GroupId: string
26
26
 
27
27
  /**
28
- * 节点id
28
+ * 节点id,可在“数据接入管理”中获取。
29
29
  */
30
30
  NodeId: string
31
31
 
32
32
  /**
33
- * 节点记录-json
33
+ * 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
34
34
  */
35
35
  Records: string
36
36
  }
@@ -35,8 +35,10 @@ export class Client extends AbstractClient {
35
35
  }
36
36
 
37
37
  /**
38
- * 获取服务调用结果。和InvokeService接口配置合适,其InvokeId参数为InvokeService接口返回的RequestId。
39
- */
38
+ * 产品控制台已经下线
39
+
40
+ 获取服务调用结果。和InvokeService接口配置合适,其InvokeId参数为InvokeService接口返回的RequestId。
41
+ */
40
42
  async DescribeInvocationResult(
41
43
  req: DescribeInvocationResultRequest,
42
44
  cb?: (error: string, rep: DescribeInvocationResultResponse) => void
@@ -45,8 +47,10 @@ export class Client extends AbstractClient {
45
47
  }
46
48
 
47
49
  /**
48
- * 通过传入文档url,测试服务算法。此接口需要和DescribeInvocationResult接口配置使用,该接口使用InvokeService返回的RequestId作为InvokeId参数,用于查询调用结果。
49
- */
50
+ * 产品控制台已经下线
51
+
52
+ 通过传入文档url,测试服务算法。此接口需要和DescribeInvocationResult接口配置使用,该接口使用InvokeService返回的RequestId作为InvokeId参数,用于查询调用结果。
53
+ */
50
54
  async InvokeService(
51
55
  req: InvokeServiceRequest,
52
56
  cb?: (error: string, rep: InvokeServiceResponse) => void
@@ -3129,6 +3129,8 @@ export interface DescribeVirusListRequest {
3129
3129
  <li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
3130
3130
  <li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
3131
3131
  <li>ContainerStatus - string -是否必填: 否 - 容器状态 RUNNING PAUSED STOPPED CREATED DESTROYED RESTARTING REMOVING</li>
3132
+ <li>AutoIsolateMode - string -是否必填: 否 - 隔离方式 MANUAL AUTO</li>
3133
+ <li>MD5 - string -是否必填: 否 - md5 </li>
3132
3134
  */
3133
3135
  Filters?: Array<RunTimeFilters>
3134
3136
 
@@ -5663,8 +5665,11 @@ export interface ExportVirusListRequest {
5663
5665
  <li>ImageId- string - 是否必填:否 - 镜像id</li>
5664
5666
  <li>IsRealTime- int - 是否必填:否 - 过滤是否实时监控数据</li>
5665
5667
  <li>TaskId- string - 是否必填:否 - 任务ID</li>
5666
- <li>NetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
5667
5668
  <li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
5669
+ <li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
5670
+ <li>ContainerStatus - string -是否必填: 否 - 容器状态 RUNNING PAUSED STOPPED CREATED DESTROYED RESTARTING REMOVING</li>
5671
+ <li>AutoIsolateMode - string -是否必填: 否 - 隔离方式 MANUAL AUTO</li>
5672
+ <li>MD5 - string -是否必填: 否 - md5 </li>
5668
5673
  */
5669
5674
  Filters?: Array<RunTimeFilters>
5670
5675
 
@@ -3237,7 +3237,7 @@ export interface CreateLoadBalancingRequest {
3237
3237
  ZoneId: string
3238
3238
 
3239
3239
  /**
3240
- * 子域名,填写@表示根域
3240
+ * 子域名
3241
3241
  */
3242
3242
  Host: string
3243
3243
 
@@ -99,8 +99,10 @@ export class Client extends AbstractClient {
99
99
  }
100
100
 
101
101
  /**
102
- * 创建服务
103
- */
102
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
103
+
104
+ 创建服务
105
+ */
104
106
  async CreateService(
105
107
  req: CreateServiceRequest,
106
108
  cb?: (error: string, rep: CreateServiceResponse) => void
@@ -109,8 +111,10 @@ export class Client extends AbstractClient {
109
111
  }
110
112
 
111
113
  /**
112
- * 创建服务配置
113
- */
114
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
115
+
116
+ 创建服务配置
117
+ */
114
118
  async CreateServiceConfig(
115
119
  req: CreateServiceConfigRequest,
116
120
  cb?: (error: string, rep: CreateServiceConfigResponse) => void
@@ -119,8 +123,10 @@ export class Client extends AbstractClient {
119
123
  }
120
124
 
121
125
  /**
122
- * 创建资源组的伸缩组。当前一个资源组仅允许创建一个伸缩组。
123
- */
126
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
127
+
128
+ 创建资源组的伸缩组。当前一个资源组仅允许创建一个伸缩组。
129
+ */
124
130
  async CreateRsgAsGroup(
125
131
  req: CreateRsgAsGroupRequest,
126
132
  cb?: (error: string, rep: CreateRsgAsGroupResponse) => void
@@ -129,8 +135,10 @@ export class Client extends AbstractClient {
129
135
  }
130
136
 
131
137
  /**
132
- * 删除资源组中的节点。目前仅支持删除已经到期的预付费节点,和按量付费节点。
133
- */
138
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
139
+
140
+ 删除资源组中的节点。目前仅支持删除已经到期的预付费节点,和按量付费节点。
141
+ */
134
142
  async DeleteInstance(
135
143
  req: DeleteInstanceRequest,
136
144
  cb?: (error: string, rep: DeleteInstanceResponse) => void
@@ -139,8 +147,10 @@ export class Client extends AbstractClient {
139
147
  }
140
148
 
141
149
  /**
142
- * 删除服务
143
- */
150
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
151
+
152
+ 删除服务
153
+ */
144
154
  async DeleteService(
145
155
  req: DeleteServiceRequest,
146
156
  cb?: (error: string, rep: DeleteServiceResponse) => void
@@ -149,8 +159,10 @@ export class Client extends AbstractClient {
149
159
  }
150
160
 
151
161
  /**
152
- * 创建任务
153
- */
162
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
163
+
164
+ 创建任务
165
+ */
154
166
  async CreateJob(
155
167
  req: CreateJobRequest,
156
168
  cb?: (error: string, rep: CreateJobResponse) => void
@@ -159,8 +171,10 @@ export class Client extends AbstractClient {
159
171
  }
160
172
 
161
173
  /**
162
- * 更新资源组的伸缩组
163
- */
174
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
175
+
176
+ 更新资源组的伸缩组
177
+ */
164
178
  async UpdateRsgAsGroup(
165
179
  req: UpdateRsgAsGroupRequest,
166
180
  cb?: (error: string, rep: UpdateRsgAsGroupResponse) => void
@@ -169,8 +183,10 @@ export class Client extends AbstractClient {
169
183
  }
170
184
 
171
185
  /**
172
- * 描述服务
173
- */
186
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
187
+
188
+ 描述服务
189
+ */
174
190
  async DescribeServices(
175
191
  req: DescribeServicesRequest,
176
192
  cb?: (error: string, rep: DescribeServicesResponse) => void
@@ -179,8 +195,10 @@ export class Client extends AbstractClient {
179
195
  }
180
196
 
181
197
  /**
182
- * 停用资源组的伸缩组
183
- */
198
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
199
+
200
+ 停用资源组的伸缩组
201
+ */
184
202
  async DisableRsgAsGroup(
185
203
  req: DisableRsgAsGroupRequest,
186
204
  cb?: (error: string, rep: DisableRsgAsGroupResponse) => void
@@ -189,8 +207,10 @@ export class Client extends AbstractClient {
189
207
  }
190
208
 
191
209
  /**
192
- * 更新服务
193
- */
210
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
211
+
212
+ 更新服务
213
+ */
194
214
  async UpdateService(
195
215
  req: UpdateServiceRequest,
196
216
  cb?: (error: string, rep: UpdateServiceResponse) => void
@@ -199,8 +219,10 @@ export class Client extends AbstractClient {
199
219
  }
200
220
 
201
221
  /**
202
- * 创建运行环境
203
- */
222
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
223
+
224
+ 创建运行环境
225
+ */
204
226
  async CreateRuntime(
205
227
  req: CreateRuntimeRequest,
206
228
  cb?: (error: string, rep: CreateRuntimeResponse) => void
@@ -209,8 +231,10 @@ export class Client extends AbstractClient {
209
231
  }
210
232
 
211
233
  /**
212
- * 删除服务配置
213
- */
234
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
235
+
236
+ 删除服务配置
237
+ */
214
238
  async DeleteServiceConfig(
215
239
  req: DeleteServiceConfigRequest,
216
240
  cb?: (error: string, rep: DeleteServiceConfigResponse) => void
@@ -219,8 +243,10 @@ export class Client extends AbstractClient {
219
243
  }
220
244
 
221
245
  /**
222
- * 获取节点列表
223
- */
246
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
247
+
248
+ 获取节点列表
249
+ */
224
250
  async DescribeInstances(
225
251
  req: DescribeInstancesRequest,
226
252
  cb?: (error: string, rep: DescribeInstancesResponse) => void
@@ -229,8 +255,10 @@ export class Client extends AbstractClient {
229
255
  }
230
256
 
231
257
  /**
232
- * 查询伸缩组活动
233
- */
258
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
259
+
260
+ 查询伸缩组活动
261
+ */
234
262
  async DescribeRsgAsGroupActivities(
235
263
  req: DescribeRsgAsGroupActivitiesRequest,
236
264
  cb?: (error: string, rep: DescribeRsgAsGroupActivitiesResponse) => void
@@ -239,8 +267,10 @@ export class Client extends AbstractClient {
239
267
  }
240
268
 
241
269
  /**
242
- * 描述服务运行环境
243
- */
270
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
271
+
272
+ 描述服务运行环境
273
+ */
244
274
  async DescribeRuntimes(
245
275
  req?: DescribeRuntimesRequest,
246
276
  cb?: (error: string, rep: DescribeRuntimesResponse) => void
@@ -249,8 +279,10 @@ export class Client extends AbstractClient {
249
279
  }
250
280
 
251
281
  /**
252
- * 获取资源组列表
253
- */
282
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
283
+
284
+ 获取资源组列表
285
+ */
254
286
  async DescribeResourceGroups(
255
287
  req: DescribeResourceGroupsRequest,
256
288
  cb?: (error: string, rep: DescribeResourceGroupsResponse) => void
@@ -259,8 +291,10 @@ export class Client extends AbstractClient {
259
291
  }
260
292
 
261
293
  /**
262
- * 更新任务
263
- */
294
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
295
+
296
+ 更新任务
297
+ */
264
298
  async UpdateJob(
265
299
  req: UpdateJobRequest,
266
300
  cb?: (error: string, rep: UpdateJobResponse) => void
@@ -269,8 +303,10 @@ export class Client extends AbstractClient {
269
303
  }
270
304
 
271
305
  /**
272
- * 伸缩
273
- */
306
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
307
+
308
+ 伸缩
309
+ */
274
310
  async DeleteRsgAsGroup(
275
311
  req: DeleteRsgAsGroupRequest,
276
312
  cb?: (error: string, rep: DeleteRsgAsGroupResponse) => void
@@ -279,8 +315,10 @@ export class Client extends AbstractClient {
279
315
  }
280
316
 
281
317
  /**
282
- * 删除资源组
283
- */
318
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
319
+
320
+ 删除资源组
321
+ */
284
322
  async DeleteResourceGroup(
285
323
  req: DeleteResourceGroupRequest,
286
324
  cb?: (error: string, rep: DeleteResourceGroupResponse) => void
@@ -289,8 +327,10 @@ export class Client extends AbstractClient {
289
327
  }
290
328
 
291
329
  /**
292
- * 删除运行环境
293
- */
330
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
331
+
332
+ 删除运行环境
333
+ */
294
334
  async DeleteRuntime(
295
335
  req: DeleteRuntimeRequest,
296
336
  cb?: (error: string, rep: DeleteRuntimeResponse) => void
@@ -299,8 +339,10 @@ export class Client extends AbstractClient {
299
339
  }
300
340
 
301
341
  /**
302
- * 暴露服务
303
- */
342
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
343
+
344
+ 暴露服务
345
+ */
304
346
  async ExposeService(
305
347
  req: ExposeServiceRequest,
306
348
  cb?: (error: string, rep: ExposeServiceResponse) => void
@@ -309,8 +351,10 @@ export class Client extends AbstractClient {
309
351
  }
310
352
 
311
353
  /**
312
- * 删除任务
313
- */
354
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
355
+
356
+ 删除任务
357
+ */
314
358
  async DeleteJob(
315
359
  req: DeleteJobRequest,
316
360
  cb?: (error: string, rep: DeleteJobResponse) => void
@@ -319,8 +363,10 @@ export class Client extends AbstractClient {
319
363
  }
320
364
 
321
365
  /**
322
- * 启用资源组的伸缩组
323
- */
366
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
367
+
368
+ 启用资源组的伸缩组
369
+ */
324
370
  async EnableRsgAsGroup(
325
371
  req: EnableRsgAsGroupRequest,
326
372
  cb?: (error: string, rep: EnableRsgAsGroupResponse) => void
@@ -329,8 +375,10 @@ export class Client extends AbstractClient {
329
375
  }
330
376
 
331
377
  /**
332
- * 描述服务配置
333
- */
378
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
379
+
380
+ 描述服务配置
381
+ */
334
382
  async DescribeServiceConfigs(
335
383
  req: DescribeServiceConfigsRequest,
336
384
  cb?: (error: string, rep: DescribeServiceConfigsResponse) => void
@@ -339,8 +387,10 @@ export class Client extends AbstractClient {
339
387
  }
340
388
 
341
389
  /**
342
- * 查询资源组的伸缩组信息
343
- */
390
+ * 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
391
+
392
+ 查询资源组的伸缩组信息
393
+ */
344
394
  async DescribeRsgAsGroups(
345
395
  req: DescribeRsgAsGroupsRequest,
346
396
  cb?: (error: string, rep: DescribeRsgAsGroupsResponse) => void
@@ -1597,7 +1597,7 @@ export interface CarTagItem {
1597
1597
  Color: string
1598
1598
 
1599
1599
  /**
1600
- * 置信度,0-100
1600
+ * 车系置信度,0-100
1601
1601
  */
1602
1602
  Confidence: number
1603
1603
 
@@ -1612,10 +1612,28 @@ export interface CarTagItem {
1612
1612
  CarLocation: Array<Coord>
1613
1613
 
1614
1614
  /**
1615
- * 车牌信息
1615
+ * 车牌信息,仅车辆识别(增强版)支持
1616
1616
  注意:此字段可能返回 null,表示取不到有效值。
1617
1617
  */
1618
1618
  PlateContent: CarPlateContent
1619
+
1620
+ /**
1621
+ * 车牌信息置信度,0-100,仅车辆识别(增强版)支持
1622
+ 注意:此字段可能返回 null,表示取不到有效值。
1623
+ */
1624
+ PlateConfidence: number
1625
+
1626
+ /**
1627
+ * 车辆类型置信度,0-100,仅车辆识别(增强版)支持
1628
+ 注意:此字段可能返回 null,表示取不到有效值。
1629
+ */
1630
+ TypeConfidence: number
1631
+
1632
+ /**
1633
+ * 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
1634
+ 注意:此字段可能返回 null,表示取不到有效值。
1635
+ */
1636
+ ColorConfidence: number
1619
1637
  }
1620
1638
 
1621
1639
  /**
@@ -967,6 +967,16 @@ export interface EnvInfo {
967
967
  * 环境别名
968
968
  */
969
969
  AliasEnvName?: string
970
+
971
+ /**
972
+ * 环境描述
973
+ */
974
+ EnvDesc?: string
975
+
976
+ /**
977
+ * 客户端带宽
978
+ */
979
+ ClientBandWidth?: number
970
980
  }
971
981
 
972
982
  /**
@@ -13761,7 +13761,7 @@ export interface SubAppIdInfo {
13761
13761
  /**
13762
13762
  * 子应用名称。
13763
13763
  */
13764
- Name: string
13764
+ SubAppIdName: string
13765
13765
 
13766
13766
  /**
13767
13767
  * 子应用简介。
@@ -13781,6 +13781,11 @@ export interface SubAppIdInfo {
13781
13781
  <li>Destroyed:销毁完成。</li>
13782
13782
  */
13783
13783
  Status: string
13784
+
13785
+ /**
13786
+ * 子应用名称(该字段已不推荐使用,建议使用新的子应用名称字段 SubAppIdName)。
13787
+ */
13788
+ Name: string
13784
13789
  }
13785
13790
 
13786
13791
  /**
@@ -15829,7 +15834,7 @@ export interface SnapshotByTimeOffsetTask2017 {
15829
15834
  */
15830
15835
  export interface MediaClassInfo {
15831
15836
  /**
15832
- * 分类 ID
15837
+ * 分类 ID
15833
15838
  */
15834
15839
  ClassId: number
15835
15840
 
@@ -15839,9 +15844,9 @@ export interface MediaClassInfo {
15839
15844
  ParentId: number
15840
15845
 
15841
15846
  /**
15842
- * 分类名称
15847
+ * 分类名称。
15843
15848
  */
15844
- ClassName: string
15849
+ Name: string
15845
15850
 
15846
15851
  /**
15847
15852
  * 分类级别,一级分类为 0,最大值为 3,即最多允许 4 级分类层次。
@@ -15849,9 +15854,14 @@ export interface MediaClassInfo {
15849
15854
  Level: number
15850
15855
 
15851
15856
  /**
15852
- * 当前分类的第一级子类 ID 集合
15857
+ * 当前分类的第一级子类 ID 集合。
15853
15858
  */
15854
15859
  SubClassIdSet: Array<number>
15860
+
15861
+ /**
15862
+ * 分类名称(该字段已不推荐使用,建议使用新的分类名称字段 Name)。
15863
+ */
15864
+ ClassName: string
15855
15865
  }
15856
15866
 
15857
15867
  /**
@@ -179,6 +179,7 @@ import {
179
179
  ModifyAddressTemplateAttributeRequest,
180
180
  CreateNatGatewayResponse,
181
181
  DescribeVpnGatewaySslClientsRequest,
182
+ VpcEndPointServiceUser,
182
183
  DescribeIp6TranslatorQuotaRequest,
183
184
  ModifySecurityGroupAttributeRequest,
184
185
  DescribeVpnGatewaySslServersRequest,
@@ -273,6 +274,7 @@ import {
273
274
  ReplaceSecurityGroupPolicyRequest,
274
275
  ModifyVpcEndPointServiceAttributeResponse,
275
276
  ResourceDashboard,
277
+ Subnet,
276
278
  DescribeCcnAttachedInstancesResponse,
277
279
  HaVipAssociateAddressIpResponse,
278
280
  DeleteCustomerGatewayResponse,
@@ -517,7 +519,7 @@ import {
517
519
  DeleteVpcEndPointRequest,
518
520
  UnassignIpv6CidrBlockRequest,
519
521
  CCN,
520
- VpcEndPointServiceUser,
522
+ NetworkAclQuintupleEntry,
521
523
  InquirePriceCreateDirectConnectGatewayResponse,
522
524
  DeleteIp6TranslatorsRequest,
523
525
  Ip6Translator,
@@ -595,7 +597,7 @@ import {
595
597
  CreateAddressTemplateRequest,
596
598
  DescribeRouteConflictsRequest,
597
599
  NatDirectConnectGatewayRoute,
598
- Subnet,
600
+ NetworkAclQuintupleEntries,
599
601
  AttachNetworkInterfaceRequest,
600
602
  DescribeCcnRoutesResponse,
601
603
  AllocateIp6AddressesBandwidthRequest,