tencentcloud-sdk-nodejs 4.0.964 → 4.0.965

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 (53) hide show
  1. package/CHANGELOG.md +168 -0
  2. package/SERVICE_CHANGELOG.md +183 -506
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +2 -2
  7. package/src/services/as/v20180419/as_client.ts +9 -3
  8. package/src/services/as/v20180419/as_models.ts +10 -2
  9. package/src/services/ccc/v20200210/ccc_models.ts +3 -129
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  12. package/src/services/clb/v20180317/clb_models.ts +1 -1
  13. package/src/services/csip/v20221121/csip_models.ts +0 -2
  14. package/src/services/cwp/v20180228/cwp_models.ts +3 -3
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +4 -3
  16. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  17. package/src/services/iotvideo/v20191126/iotvideo_client.ts +47 -20
  18. package/src/services/iotvideo/v20191126/iotvideo_models.ts +142 -12
  19. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  20. package/src/services/privatedns/v20201028/privatedns_client.ts +73 -23
  21. package/src/services/privatedns/v20201028/privatedns_models.ts +361 -84
  22. package/src/services/tat/v20201028/tat_models.ts +11 -34
  23. package/src/services/tem/v20210701/tem_models.ts +12 -12
  24. package/src/services/vclm/v20240523/vclm_client.ts +11 -9
  25. package/src/services/vclm/v20240523/vclm_models.ts +252 -192
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +2 -2
  29. package/tencentcloud/services/as/v20180419/as_client.d.ts +7 -1
  30. package/tencentcloud/services/as/v20180419/as_client.js +7 -1
  31. package/tencentcloud/services/as/v20180419/as_models.d.ts +10 -2
  32. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -128
  33. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  34. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  35. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  36. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +0 -2
  37. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -3
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -3
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -3
  40. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  41. package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.d.ts +15 -7
  42. package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.js +21 -9
  43. package/tencentcloud/services/iotvideo/v20191126/iotvideo_models.d.ts +135 -12
  44. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  45. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
  46. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
  47. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +350 -83
  48. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -34
  49. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -12
  50. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
  51. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +246 -188
  52. package/test/iotvideo.v20191126.test.js +26 -6
  53. package/test/privatedns.v20201028.test.js +44 -4
@@ -3924,7 +3924,7 @@ export interface ModifyAccountPrivilegesResponse {
3924
3924
  /**
3925
3925
  * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
3926
3926
  */
3927
- AsyncRequestId: string;
3927
+ AsyncRequestId?: string;
3928
3928
  /**
3929
3929
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3930
3930
  */
@@ -497,7 +497,7 @@ export interface CreateAlertCenterIsolateResponse {
497
497
  */
498
498
  export interface ModifyNatAcRuleRequest {
499
499
  /**
500
- * 需要编辑的规则数组
500
+ * 需要编辑的规则数组,基于Uuid唯一id来修改该规则
501
501
  */
502
502
  Rules: Array<CreateNatRuleItem>;
503
503
  }
@@ -506,7 +506,7 @@ export interface ModifyNatAcRuleRequest {
506
506
  */
507
507
  export interface ModifyAclRuleRequest {
508
508
  /**
509
- * 需要编辑的规则数组
509
+ * 需要编辑的规则数组,基于Uuid唯一id修改该规则
510
510
  */
511
511
  Rules: Array<CreateRuleItem>;
512
512
  }
@@ -2411,7 +2411,7 @@ export interface DescribeLoadBalancersDetailRequest {
2411
2411
  */
2412
2412
  Fields?: Array<string>;
2413
2413
  /**
2414
- * 当Fields包含TargetId、TargetAddress、TargetPort、TargetWeight、ListenerId、Protocol、Port、LocationId、Domain、Url等Fields时,必选选择导出目标组的Target或者非目标组Target,值范围NODE、GROUP。
2414
+ * 当Fields包含TargetId、TargetAddress、TargetPort、TargetWeight、ListenerId、Protocol、Port、LocationId、Domain、Url等Fields时,必选选择导出目标组的Target或者非目标组Target,取值范围NODE、GROUP。
2415
2415
  */
2416
2416
  TargetType?: string;
2417
2417
  /**
@@ -2423,12 +2423,10 @@ export interface DescribeOrganizationUserInfoResponse {
2423
2423
  Data?: Array<OrganizationUserInfo>;
2424
2424
  /**
2425
2425
  * 加入方式枚举
2426
- 注意:此字段可能返回 null,表示取不到有效值。
2427
2426
  */
2428
2427
  JoinTypeLst?: Array<FilterDataObject>;
2429
2428
  /**
2430
2429
  * 云厂商枚举
2431
- 注意:此字段可能返回 null,表示取不到有效值。
2432
2430
  */
2433
2431
  CloudTypeLst?: Array<FilterDataObject>;
2434
2432
  /**
@@ -2285,15 +2285,15 @@ export interface CreateLicenseOrderResponse {
2285
2285
  /**
2286
2286
  * 订单号列表
2287
2287
  */
2288
- DealNames: Array<string>;
2288
+ DealNames?: Array<string>;
2289
2289
  /**
2290
2290
  * 资源ID列表,预付费订单该字段空值
2291
2291
  */
2292
- ResourceIds: Array<string>;
2292
+ ResourceIds?: Array<string>;
2293
2293
  /**
2294
2294
  * 大订单号 , 后付费该字段空值
2295
2295
  */
2296
- BigDealId: string;
2296
+ BigDealId?: string;
2297
2297
  /**
2298
2298
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2299
2299
  */
@@ -951,8 +951,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
951
951
 
952
952
  <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
953
953
 
954
-
955
-
956
954
  ### 1. 适用场景
957
955
 
958
956
  该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
@@ -960,7 +958,9 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
960
958
  ### 2. 发起方要求和签署方实名要求
961
959
  - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
962
960
  - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
961
+
963
962
  **可以作为发起方和签署方的角色列表**
963
+
964
964
  <table>
965
965
  <thead>
966
966
  <tr>
@@ -1141,7 +1141,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
1141
1141
  <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
1142
1142
 
1143
1143
 
1144
-
1145
1144
  ### 1. 适用场景
1146
1145
 
1147
1146
  该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
@@ -1149,7 +1148,9 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
1149
1148
  ### 2. 发起方要求和签署方实名要求
1150
1149
  - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
1151
1150
  - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
1151
+
1152
1152
  **可以作为发起方和签署方的角色列表**
1153
+
1153
1154
  <table>
1154
1155
  <thead>
1155
1156
  <tr>
@@ -1105,8 +1105,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
1105
1105
 
1106
1106
  <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
1107
1107
 
1108
-
1109
-
1110
1108
  ### 1. 适用场景
1111
1109
 
1112
1110
  该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
@@ -1114,7 +1112,9 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
1114
1112
  ### 2. 发起方要求和签署方实名要求
1115
1113
  - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
1116
1114
  - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
1115
+
1117
1116
  **可以作为发起方和签署方的角色列表**
1117
+
1118
1118
  <table>
1119
1119
  <thead>
1120
1120
  <tr>
@@ -1311,7 +1311,6 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
1311
1311
  <img src="https://qcloudimg.tencent-cloud.cn/raw/a63074a0293c9ff5bf6c0bb74c0d3b20.png" width="400" />
1312
1312
 
1313
1313
 
1314
-
1315
1314
  ### 1. 适用场景
1316
1315
 
1317
1316
  该接口适用于需要一次性完成多份合同签署的情况,多份合同一般具有关联性,用户以目录的形式查看合同。
@@ -1319,7 +1318,9 @@ Agent参数中的OpenId 必须为审批者的openId,且链接必须由审批
1319
1318
  ### 2. 发起方要求和签署方实名要求
1320
1319
  - **发起方要求**:作为合同发起方的第三方子企业A的员工必须进行实名认证。
1321
1320
  - **签署方要求**:签署方可以是多种身份(如第三方子企业的员工、个人、SaaS平台企业员工),其中企业和员工可以不进行实名认证。
1321
+
1322
1322
  **可以作为发起方和签署方的角色列表**
1323
+
1323
1324
  <table>
1324
1325
  <thead>
1325
1326
  <tr>
@@ -109,6 +109,10 @@ export interface ChatCompletionsRequest {
109
109
  5. 开启并搜索到对应的多媒体信息时,会输出对应的多媒体地址,可以定制个性化的图文消息。
110
110
  */
111
111
  EnableMultimedia?: boolean;
112
+ /**
113
+ * 说明:1. 确保模型的输出是可复现的。2. 取值区间为非0正整数,最大值10000。3. 非必要不建议使用,不合理的取值会影响效果。
114
+ */
115
+ Seed?: number;
112
116
  }
113
117
  /**
114
118
  * logo参数
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeRechargeRecordsResponse, UploadOtaVersionResponse, CreateGencodeResponse, DescribeLogsRequest, CreateIotDataTypeRequest, DescribePubVersionsRequest, RefundStorageServiceResponse, DescribeIotModelResponse, DisableDeviceResponse, DescribeRunLogRequest, DescribeProductsRequest, DeleteTraceIdsRequest, CreateStorageServiceRequest, DescribeOsListResponse, ModifyProductResponse, ModifyProductRequest, DisableDeviceStreamRequest, CreateIotModelRequest, DescribeTraceStatusResponse, CreateUploadPathRequest, CreateDevTokenRequest, DescribeStorageServiceResponse, DeleteIotDataTypeRequest, DescribeRechargeRecordsRequest, ModifyVerContentResponse, DescribeMessageQueueRequest, DeleteAppUsrResponse, DescribeRegistrationStatusResponse, DescribeProductRequest, DescribeProductsResponse, UpgradeDeviceRequest, DescribeModelDataRetResponse, CreateDevTokenResponse, RunIotModelResponse, RunIotModelRequest, DeleteProductRequest, DescribeBindUsrResponse, DescribeStreamRequest, DeleteOtaVersionRequest, DescribeIotDataTypeResponse, CreateBindingRequest, DeleteDeviceRequest, CreateAppUsrRequest, ModifyDevicePropertyRequest, RunDeviceStreamRequest, RunDeviceResponse, DeleteIotDataTypeResponse, DescribeTraceStatusRequest, CreateUsrTokenResponse, CreateTraceIdsRequest, DeleteMessageQueueResponse, DescribeOtaVersionsRequest, DescribeTraceIdsResponse, ClearDeviceActiveCodeResponse, CreateProductResponse, DescribeRegistrationStatusRequest, CreateStorageRequest, UpgradeDeviceResponse, DisableOtaVersionResponse, DescribeBindDevResponse, CreateProductRequest, RunTestOtaVersionResponse, RunTestOtaVersionRequest, DescribeDeviceResponse, SetMessageQueueResponse, DeleteOtaVersionResponse, UploadOtaVersionRequest, DescribeIotModelsRequest, DescribeModelDataRetRequest, CreateTraceIdsResponse, DescribeDevicesResponse, ModifyVerContentRequest, DeleteBindingRequest, DescribeOtaVersionsResponse, DeleteProductResponse, RunOtaVersionRequest, CreateDevicesResponse, SetMessageQueueRequest, CreateStorageServiceResponse, DescribeIotDataTypeRequest, SendOnlineMsgRequest, DescribeDeviceRequest, DescribeRunLogResponse, DeliverStorageServiceResponse, DescribeIotModelRequest, DescribeTraceIdsRequest, CreateAppUsrResponse, DeleteTraceIdsResponse, DeleteMessageQueueRequest, CreateUsrTokenRequest, RunDeviceRequest, RunOtaVersionResponse, ModifyDeviceRequest, DescribeDeviceModelResponse, DescribeStorageServiceRequest, CreateGencodeRequest, DescribePubVersionsResponse, ClearDeviceActiveCodeRequest, ModifyDeviceActionRequest, CreateIotModelResponse, DescribeBindDevRequest, CreateAnonymousAccessTokenRequest, DeliverStorageServiceRequest, RunDeviceStreamResponse, ModifyDeviceResponse, DescribeDeviceModelRequest, DescribeLogsResponse, ModifyDeviceActionResponse, CreateBindingResponse, DescribeAccountBalanceRequest, CreateDevicesRequest, DisableDeviceRequest, DescribeStreamResponse, DescribeAccountBalanceResponse, DisableOtaVersionRequest, DescribeProductResponse, CreateAnonymousAccessTokenResponse, DescribeBindUsrRequest, SendOnlineMsgResponse, DeleteAppUsrRequest, DescribeIotModelsResponse, DescribeMessageQueueResponse, DescribeOsListRequest, DescribeDevicesRequest, CreateIotDataTypeResponse, ModifyDevicePropertyResponse, DeleteBindingResponse, RefundStorageServiceRequest, CreateStorageResponse, DisableDeviceStreamResponse, DeleteDeviceResponse, CreateUploadPathResponse } from "./iotvideo_models";
3
+ import { DescribeRechargeRecordsResponse, UploadOtaVersionResponse, CreateGencodeResponse, DescribeLogsRequest, CreateIotDataTypeRequest, DescribePubVersionsRequest, RefundStorageServiceResponse, DescribeIotModelResponse, DisableDeviceResponse, DescribeRunLogRequest, DescribeProductsRequest, DeleteTraceIdsRequest, CreateStorageServiceRequest, DescribeDevicesResponse, ModifyProductResponse, ModifyProductRequest, DisableDeviceStreamRequest, CreateIotModelRequest, DescribeTraceStatusResponse, CreateUploadPathRequest, CreateDevTokenRequest, DescribeStorageServiceResponse, DeleteIotDataTypeRequest, DescribeRechargeRecordsRequest, ModifyVerContentResponse, DescribeMessageQueueRequest, DeleteAppUsrResponse, DescribeRegistrationStatusResponse, DescribeProductRequest, DescribeProductsResponse, UpgradeDeviceRequest, DescribeModelDataRetResponse, CreateDevTokenResponse, RunIotModelResponse, RunIotModelRequest, DeleteProductRequest, DescribeBindUsrResponse, DescribeStreamRequest, DeleteOtaVersionRequest, DescribeIotDataTypeResponse, CreateBindingRequest, DeleteDeviceRequest, CreateAppUsrRequest, ModifyDevicePropertyRequest, RunDeviceStreamRequest, RunDeviceResponse, DeleteIotDataTypeResponse, DescribeTraceStatusRequest, CreateUsrTokenResponse, CreateTraceIdsRequest, DeleteMessageQueueResponse, DescribeOtaVersionsRequest, DescribeTraceIdsResponse, ClearDeviceActiveCodeResponse, CreateProductResponse, DescribeRegistrationStatusRequest, CreateStorageRequest, UpgradeDeviceResponse, DisableOtaVersionResponse, DescribeBindDevResponse, CreateProductRequest, RunTestOtaVersionResponse, RunTestOtaVersionRequest, DescribeDeviceResponse, SetMessageQueueResponse, RenewUploadTestResponse, DeleteOtaVersionResponse, UploadOtaVersionRequest, DescribeIotModelsRequest, DescribeModelDataRetRequest, CreateTraceIdsResponse, DescribeOsListResponse, ModifyVerContentRequest, DeleteBindingRequest, DescribeOtaVersionsResponse, DeleteProductResponse, RunOtaVersionRequest, CreateDevicesResponse, SetMessageQueueRequest, CreateStorageServiceResponse, DescribeIotDataTypeRequest, SendOnlineMsgRequest, DescribeDeviceRequest, DescribeRunLogResponse, DeliverStorageServiceResponse, DescribeIotModelRequest, DescribeTraceIdsRequest, CreateAppUsrResponse, DeleteTraceIdsResponse, DeleteMessageQueueRequest, CreateUsrTokenRequest, RunDeviceRequest, RunOtaVersionResponse, ModifyDeviceRequest, DescribeDeviceModelResponse, DescribeStorageServiceRequest, CreateGencodeRequest, DescribePubVersionsResponse, ClearDeviceActiveCodeRequest, ModifyDeviceActionRequest, CreateIotModelResponse, DescribeBindDevRequest, RenewUploadTestRequest, CreateAnonymousAccessTokenRequest, DeliverStorageServiceRequest, RunDeviceStreamResponse, ModifyDeviceResponse, DescribeDeviceModelRequest, DescribeLogsResponse, ModifyDeviceActionResponse, CreateBindingResponse, DescribeAccountBalanceRequest, CreateDevicesRequest, DisableDeviceRequest, DescribeStreamResponse, DescribeAccountBalanceResponse, DisableOtaVersionRequest, DescribeProductResponse, CreateAnonymousAccessTokenResponse, DescribeBindUsrRequest, SendOnlineMsgResponse, DeleteAppUsrRequest, DescribeIotModelsResponse, DescribeMessageQueueResponse, DescribeOsListRequest, DescribeDevicesRequest, CreateUploadTestResponse, CreateIotDataTypeResponse, ModifyDevicePropertyResponse, CreateUploadTestRequest, DeleteBindingResponse, RefundStorageServiceRequest, CreateStorageResponse, DisableDeviceStreamResponse, DeleteDeviceResponse, CreateUploadPathResponse } from "./iotvideo_models";
4
4
  /**
5
5
  * iotvideo client
6
6
  * @class
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
15
15
  * 本接口(DisableOtaVersion)用于禁用固件版本。
16
16
  */
17
17
  DisableOtaVersion(req: DisableOtaVersionRequest, cb?: (error: string, rep: DisableOtaVersionResponse) => void): Promise<DisableOtaVersionResponse>;
18
+ /**
19
+ * 设备申请cos上传证书
20
+ */
21
+ CreateUploadTest(req: CreateUploadTestRequest, cb?: (error: string, rep: CreateUploadTestResponse) => void): Promise<CreateUploadTestResponse>;
18
22
  /**
19
23
  * 清除设备激活码
20
24
  */
@@ -135,9 +139,9 @@ export declare class Client extends AbstractClient {
135
139
  */
136
140
  CreateDevToken(req: CreateDevTokenRequest, cb?: (error: string, rep: CreateDevTokenResponse) => void): Promise<CreateDevTokenResponse>;
137
141
  /**
138
- * 本接口(DeleteOtaVersion)用于删除固件版本信息。
142
+ * 本接口(DeleteDevice)用于删除设备,可进行批量操作,每次操作最多100台设备。
139
143
  */
140
- DeleteOtaVersion(req: DeleteOtaVersionRequest, cb?: (error: string, rep: DeleteOtaVersionResponse) => void): Promise<DeleteOtaVersionResponse>;
144
+ DeleteDevice(req: DeleteDeviceRequest, cb?: (error: string, rep: DeleteDeviceResponse) => void): Promise<DeleteDeviceResponse>;
141
145
  /**
142
146
  * 本接口(DeleteAppUsr)用于删除终端用户。
143
147
  */
@@ -176,9 +180,9 @@ export declare class Client extends AbstractClient {
176
180
  */
177
181
  DescribeAccountBalance(req: DescribeAccountBalanceRequest, cb?: (error: string, rep: DescribeAccountBalanceResponse) => void): Promise<DescribeAccountBalanceResponse>;
178
182
  /**
179
- * 本接口(DeleteDevice)用于删除设备,可进行批量操作,每次操作最多100台设备。
183
+ * 本接口(DeleteProduct)用于删除一个物联网智能视频产品。
180
184
  */
181
- DeleteDevice(req: DeleteDeviceRequest, cb?: (error: string, rep: DeleteDeviceResponse) => void): Promise<DeleteDeviceResponse>;
185
+ DeleteProduct(req: DeleteProductRequest, cb?: (error: string, rep: DeleteProductResponse) => void): Promise<DeleteProductResponse>;
182
186
  /**
183
187
  * 查看操作系统支持的芯片列表
184
188
  */
@@ -188,9 +192,9 @@ export declare class Client extends AbstractClient {
188
192
  */
189
193
  DescribeIotModels(req: DescribeIotModelsRequest, cb?: (error: string, rep: DescribeIotModelsResponse) => void): Promise<DescribeIotModelsResponse>;
190
194
  /**
191
- * 本接口(DeleteProduct)用于删除一个物联网智能视频产品。
195
+ * 本接口(DeleteOtaVersion)用于删除固件版本信息。
192
196
  */
193
- DeleteProduct(req: DeleteProductRequest, cb?: (error: string, rep: DeleteProductResponse) => void): Promise<DeleteProductResponse>;
197
+ DeleteOtaVersion(req: DeleteOtaVersionRequest, cb?: (error: string, rep: DeleteOtaVersionResponse) => void): Promise<DeleteOtaVersionResponse>;
194
198
  /**
195
199
  * 将已购买的云存服务转移到另一设备
196
200
  */
@@ -239,6 +243,10 @@ export declare class Client extends AbstractClient {
239
243
  * 本接口(RunDeviceStream)用于开启设备推流,可进行批量操作,每次操作最多100台设备。
240
244
  */
241
245
  RunDeviceStream(req: RunDeviceStreamRequest, cb?: (error: string, rep: RunDeviceStreamResponse) => void): Promise<RunDeviceStreamResponse>;
246
+ /**
247
+ * 设备刷新cos上传证书
248
+ */
249
+ RenewUploadTest(req: RenewUploadTestRequest, cb?: (error: string, rep: RenewUploadTestResponse) => void): Promise<RenewUploadTestResponse>;
242
250
  /**
243
251
  * 编辑版本描述信息
244
252
  */
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
39
39
  async DisableOtaVersion(req, cb) {
40
40
  return this.request("DisableOtaVersion", req, cb);
41
41
  }
42
+ /**
43
+ * 设备申请cos上传证书
44
+ */
45
+ async CreateUploadTest(req, cb) {
46
+ return this.request("CreateUploadTest", req, cb);
47
+ }
42
48
  /**
43
49
  * 清除设备激活码
44
50
  */
@@ -211,10 +217,10 @@ class Client extends abstract_client_1.AbstractClient {
211
217
  return this.request("CreateDevToken", req, cb);
212
218
  }
213
219
  /**
214
- * 本接口(DeleteOtaVersion)用于删除固件版本信息。
220
+ * 本接口(DeleteDevice)用于删除设备,可进行批量操作,每次操作最多100台设备。
215
221
  */
216
- async DeleteOtaVersion(req, cb) {
217
- return this.request("DeleteOtaVersion", req, cb);
222
+ async DeleteDevice(req, cb) {
223
+ return this.request("DeleteDevice", req, cb);
218
224
  }
219
225
  /**
220
226
  * 本接口(DeleteAppUsr)用于删除终端用户。
@@ -270,10 +276,10 @@ class Client extends abstract_client_1.AbstractClient {
270
276
  return this.request("DescribeAccountBalance", req, cb);
271
277
  }
272
278
  /**
273
- * 本接口(DeleteDevice)用于删除设备,可进行批量操作,每次操作最多100台设备。
279
+ * 本接口(DeleteProduct)用于删除一个物联网智能视频产品。
274
280
  */
275
- async DeleteDevice(req, cb) {
276
- return this.request("DeleteDevice", req, cb);
281
+ async DeleteProduct(req, cb) {
282
+ return this.request("DeleteProduct", req, cb);
277
283
  }
278
284
  /**
279
285
  * 查看操作系统支持的芯片列表
@@ -288,10 +294,10 @@ class Client extends abstract_client_1.AbstractClient {
288
294
  return this.request("DescribeIotModels", req, cb);
289
295
  }
290
296
  /**
291
- * 本接口(DeleteProduct)用于删除一个物联网智能视频产品。
297
+ * 本接口(DeleteOtaVersion)用于删除固件版本信息。
292
298
  */
293
- async DeleteProduct(req, cb) {
294
- return this.request("DeleteProduct", req, cb);
299
+ async DeleteOtaVersion(req, cb) {
300
+ return this.request("DeleteOtaVersion", req, cb);
295
301
  }
296
302
  /**
297
303
  * 将已购买的云存服务转移到另一设备
@@ -365,6 +371,12 @@ class Client extends abstract_client_1.AbstractClient {
365
371
  async RunDeviceStream(req, cb) {
366
372
  return this.request("RunDeviceStream", req, cb);
367
373
  }
374
+ /**
375
+ * 设备刷新cos上传证书
376
+ */
377
+ async RenewUploadTest(req, cb) {
378
+ return this.request("RenewUploadTest", req, cb);
379
+ }
368
380
  /**
369
381
  * 编辑版本描述信息
370
382
  */
@@ -267,14 +267,18 @@ export interface CreateStorageServiceRequest {
267
267
  EnableTime?: number;
268
268
  }
269
269
  /**
270
- * DescribeOsList返回参数结构体
270
+ * DescribeDevices返回参数结构体
271
271
  */
272
- export interface DescribeOsListResponse {
272
+ export interface DescribeDevicesResponse {
273
273
  /**
274
- * 系统类型
274
+ * 设备信息 列表
275
275
  注意:此字段可能返回 null,表示取不到有效值。
276
276
  */
277
- Data?: SystemType;
277
+ Data?: Array<DevicesData>;
278
+ /**
279
+ * 设备总数
280
+ */
281
+ TotalCount?: number;
278
282
  /**
279
283
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
280
284
  */
@@ -1347,6 +1351,20 @@ export interface SetMessageQueueResponse {
1347
1351
  */
1348
1352
  RequestId?: string;
1349
1353
  }
1354
+ /**
1355
+ * RenewUploadTest返回参数结构体
1356
+ */
1357
+ export interface RenewUploadTestResponse {
1358
+ /**
1359
+ * 刷新证书返回的信息
1360
+ 注意:此字段可能返回 null,表示取不到有效值。
1361
+ */
1362
+ Data?: RenewCertificate;
1363
+ /**
1364
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1365
+ */
1366
+ RequestId?: string;
1367
+ }
1350
1368
  /**
1351
1369
  * 版本发布的描述信息,需要国际化,可以为空
1352
1370
  */
@@ -1372,6 +1390,16 @@ export interface Contents {
1372
1390
  */
1373
1391
  Default?: string;
1374
1392
  }
1393
+ /**
1394
+ * 刷新证书信息
1395
+ */
1396
+ export interface RenewCertificate {
1397
+ /**
1398
+ * 刷新证书信息
1399
+ 注意:此字段可能返回 null,表示取不到有效值。
1400
+ */
1401
+ TempCertificate: CertificateInfo;
1402
+ }
1375
1403
  /**
1376
1404
  * DeleteOtaVersion返回参数结构体
1377
1405
  */
@@ -1446,23 +1474,49 @@ export interface CreateTraceIdsResponse {
1446
1474
  RequestId?: string;
1447
1475
  }
1448
1476
  /**
1449
- * DescribeDevices返回参数结构体
1477
+ * DescribeOsList返回参数结构体
1450
1478
  */
1451
- export interface DescribeDevicesResponse {
1479
+ export interface DescribeOsListResponse {
1452
1480
  /**
1453
- * 设备信息 列表
1481
+ * 系统类型
1454
1482
  注意:此字段可能返回 null,表示取不到有效值。
1455
1483
  */
1456
- Data?: Array<DevicesData>;
1457
- /**
1458
- * 设备总数
1459
- */
1460
- TotalCount?: number;
1484
+ Data?: SystemType;
1461
1485
  /**
1462
1486
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1463
1487
  */
1464
1488
  RequestId?: string;
1465
1489
  }
1490
+ /**
1491
+ * 申请上传证书回包
1492
+ */
1493
+ export interface CosCertificate {
1494
+ /**
1495
+ * cos存储桶
1496
+ 注意:此字段可能返回 null,表示取不到有效值。
1497
+ */
1498
+ StorageBucket: string;
1499
+ /**
1500
+ * cos存储园区
1501
+ 注意:此字段可能返回 null,表示取不到有效值。
1502
+ */
1503
+ StorageRegion: string;
1504
+ /**
1505
+ * 存储路径,录制场景下该值为存储目录
1506
+ 注意:此字段可能返回 null,表示取不到有效值。
1507
+ */
1508
+ StoragePath: string;
1509
+ /**
1510
+ * 证书信息
1511
+ 注意:此字段可能返回 null,表示取不到有效值。
1512
+ */
1513
+ TempCertificate: CertificateInfo;
1514
+ /**
1515
+ * SessionKey
1516
+ 注意:此字段可能返回 null,表示取不到有效值。
1517
+ */
1518
+ SessionKey: string;
1519
+ }
1466
1520
  /**
1467
1521
  * ModifyVerContent请求参数结构体
1468
1522
  */
@@ -1762,6 +1816,31 @@ export interface DescribeDeviceRequest {
1762
1816
  */
1763
1817
  Tid: string;
1764
1818
  }
1819
+ /**
1820
+ * 证书信息
1821
+ */
1822
+ export interface CertificateInfo {
1823
+ /**
1824
+ * SecretId
1825
+ 注意:此字段可能返回 null,表示取不到有效值。
1826
+ */
1827
+ SecretId: string;
1828
+ /**
1829
+ * SecretKey
1830
+ 注意:此字段可能返回 null,表示取不到有效值。
1831
+ */
1832
+ SecretKey: string;
1833
+ /**
1834
+ * Token
1835
+ 注意:此字段可能返回 null,表示取不到有效值。
1836
+ */
1837
+ Token: string;
1838
+ /**
1839
+ * 过期时间,UNIX时间戳,单位秒
1840
+ 注意:此字段可能返回 null,表示取不到有效值。
1841
+ */
1842
+ ExpiredTime: number;
1843
+ }
1765
1844
  /**
1766
1845
  * DescribeRunLog返回参数结构体
1767
1846
  */
@@ -2160,6 +2239,23 @@ export interface StorageOrder {
2160
2239
  */
2161
2240
  EndTime: number;
2162
2241
  }
2242
+ /**
2243
+ * RenewUploadTest请求参数结构体
2244
+ */
2245
+ export interface RenewUploadTestRequest {
2246
+ /**
2247
+ * package ID
2248
+ */
2249
+ PkgId: string;
2250
+ /**
2251
+ * 设备TID
2252
+ */
2253
+ Tid: string;
2254
+ /**
2255
+ * SessionKeys
2256
+ */
2257
+ SessionKey: string;
2258
+ }
2163
2259
  /**
2164
2260
  * 产品转发消息队列配置
2165
2261
  */
@@ -2553,6 +2649,20 @@ export interface DescribeDevicesRequest {
2553
2649
  */
2554
2650
  DeviceName?: string;
2555
2651
  }
2652
+ /**
2653
+ * CreateUploadTest返回参数结构体
2654
+ */
2655
+ export interface CreateUploadTestResponse {
2656
+ /**
2657
+ * 申请设备证书返回的信息
2658
+ 注意:此字段可能返回 null,表示取不到有效值。
2659
+ */
2660
+ Data?: CosCertificate;
2661
+ /**
2662
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2663
+ */
2664
+ RequestId?: string;
2665
+ }
2556
2666
  /**
2557
2667
  * CreateIotDataType返回参数结构体
2558
2668
  */
@@ -2571,6 +2681,19 @@ export interface ModifyDevicePropertyResponse {
2571
2681
  */
2572
2682
  RequestId?: string;
2573
2683
  }
2684
+ /**
2685
+ * CreateUploadTest请求参数结构体
2686
+ */
2687
+ export interface CreateUploadTestRequest {
2688
+ /**
2689
+ * package ID
2690
+ */
2691
+ PkgId: string;
2692
+ /**
2693
+ * 设备TID
2694
+ */
2695
+ Tid: string;
2696
+ }
2574
2697
  /**
2575
2698
  * DeleteBinding返回参数结构体
2576
2699
  */
@@ -25,11 +25,11 @@ export interface UpdateAuthorizationPolicyPriorityRequest {
25
25
  */
26
26
  export interface AuthorizationPolicyItem {
27
27
  /**
28
- * 规则id
28
+ * 规则ID
29
29
  */
30
30
  Id?: number;
31
31
  /**
32
- * 集群id
32
+ * 集群ID
33
33
  */
34
34
  InstanceId?: string;
35
35
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, QueryAsyncBindVpcStatusResponse, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribePrivateZoneRequest, ModifyRecordsStatusResponse, DeleteSpecifyPrivateZoneVpcResponse, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DeleteEndPointResponse, AddSpecifyPrivateZoneVpcResponse, DeleteEndPointRequest, AddSpecifyPrivateZoneVpcRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DeleteSpecifyPrivateZoneVpcRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, CreateEndPointResponse, SubscribePrivateZoneServiceResponse, DeletePrivateDNSAccountRequest, DeletePrivateZoneRecordRequest, CreateEndPointRequest, DeletePrivateZoneResponse, ModifyRecordsStatusRequest, CreatePrivateDNSAccountRequest, QueryAsyncBindVpcStatusRequest, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, DescribeQuotaUsageRequest, ModifyPrivateZoneRecordRequest, DescribePrivateZoneListRequest, DeletePrivateDNSAccountResponse, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
3
+ import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest, CreateEndPointAndEndPointServiceResponse, DescribePrivateDNSAccountListResponse, CreateForwardRuleRequest, DeletePrivateDNSAccountRequest, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribeAuditLogResponse, ModifyRecordsStatusResponse, DeleteSpecifyPrivateZoneVpcResponse, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DeleteEndPointResponse, AddSpecifyPrivateZoneVpcResponse, DeleteEndPointRequest, AddSpecifyPrivateZoneVpcRequest, ModifyPrivateZoneRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, SubscribePrivateZoneServiceRequest, DescribeRequestDataResponse, DescribeEndPointListResponse, CreatePrivateZoneRequest, DescribeEndPointListRequest, ModifyPrivateZoneResponse, DeleteSpecifyPrivateZoneVpcRequest, DescribePrivateDNSAccountListRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribeForwardRuleListRequest, DescribePrivateZoneServiceResponse, DescribeForwardRuleListResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, CreateEndPointResponse, SubscribePrivateZoneServiceResponse, DeletePrivateZoneRecordRequest, QueryAsyncBindVpcStatusResponse, CreateEndPointRequest, DeletePrivateZoneResponse, ModifyRecordsStatusRequest, CreatePrivateDNSAccountRequest, QueryAsyncBindVpcStatusRequest, DeletePrivateZoneRecordResponse, CreatePrivateZoneRecordRequest, DescribePrivateZoneRequest, DescribeQuotaUsageRequest, CreateEndPointAndEndPointServiceRequest, ModifyPrivateZoneRecordRequest, DescribePrivateZoneListRequest, DeletePrivateDNSAccountResponse, CreateForwardRuleResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
4
4
  /**
5
5
  * privatedns client
6
6
  * @class
@@ -16,9 +16,9 @@ export declare class Client extends AbstractClient {
16
16
  */
17
17
  DescribePrivateZone(req: DescribePrivateZoneRequest, cb?: (error: string, rep: DescribePrivateZoneResponse) => void): Promise<DescribePrivateZoneResponse>;
18
18
  /**
19
- * 删除终端节点
19
+ * 获取私有域记录列表
20
20
  */
21
- DeleteEndPoint(req: DeleteEndPointRequest, cb?: (error: string, rep: DeleteEndPointResponse) => void): Promise<DeleteEndPointResponse>;
21
+ DescribePrivateZoneRecordList(req: DescribePrivateZoneRecordListRequest, cb?: (error: string, rep: DescribePrivateZoneRecordListResponse) => void): Promise<DescribePrivateZoneRecordListResponse>;
22
22
  /**
23
23
  * 查询额度使用情况
24
24
  */
@@ -31,6 +31,10 @@ export declare class Client extends AbstractClient {
31
31
  * 添加私有域解析记录
32
32
  */
33
33
  CreatePrivateZoneRecord(req: CreatePrivateZoneRecordRequest, cb?: (error: string, rep: CreatePrivateZoneRecordResponse) => void): Promise<CreatePrivateZoneRecordResponse>;
34
+ /**
35
+ * 获取终端节点列表
36
+ */
37
+ DescribeEndPointList(req: DescribeEndPointListRequest, cb?: (error: string, rep: DescribeEndPointListResponse) => void): Promise<DescribeEndPointListResponse>;
34
38
  /**
35
39
  * 创建私有域
36
40
  */
@@ -48,9 +52,9 @@ export declare class Client extends AbstractClient {
48
52
  */
49
53
  AddSpecifyPrivateZoneVpc(req: AddSpecifyPrivateZoneVpcRequest, cb?: (error: string, rep: AddSpecifyPrivateZoneVpcResponse) => void): Promise<AddSpecifyPrivateZoneVpcResponse>;
50
54
  /**
51
- * 获取私有域记录列表
55
+ * 删除终端节点
52
56
  */
53
- DescribePrivateZoneRecordList(req: DescribePrivateZoneRecordListRequest, cb?: (error: string, rep: DescribePrivateZoneRecordListResponse) => void): Promise<DescribePrivateZoneRecordListResponse>;
57
+ DeleteEndPoint(req: DeleteEndPointRequest, cb?: (error: string, rep: DeleteEndPointResponse) => void): Promise<DeleteEndPointResponse>;
54
58
  /**
55
59
  * 查询异步绑定vpc操作状态
56
60
  */
@@ -87,6 +91,10 @@ export declare class Client extends AbstractClient {
87
91
  * 获取私有域解析账号的VPC列表
88
92
  */
89
93
  DescribeAccountVpcList(req: DescribeAccountVpcListRequest, cb?: (error: string, rep: DescribeAccountVpcListResponse) => void): Promise<DescribeAccountVpcListResponse>;
94
+ /**
95
+ * 同时创建终端节点和终端节点服务
96
+ */
97
+ CreateEndPointAndEndPointService(req: CreateEndPointAndEndPointServiceRequest, cb?: (error: string, rep: CreateEndPointAndEndPointServiceResponse) => void): Promise<CreateEndPointAndEndPointServiceResponse>;
90
98
  /**
91
99
  * 修改解析记录状态
92
100
  */
@@ -95,10 +103,18 @@ export declare class Client extends AbstractClient {
95
103
  * 删除与私有域关联的VPC
96
104
  */
97
105
  DeleteSpecifyPrivateZoneVpc(req: DeleteSpecifyPrivateZoneVpcRequest, cb?: (error: string, rep: DeleteSpecifyPrivateZoneVpcResponse) => void): Promise<DeleteSpecifyPrivateZoneVpcResponse>;
106
+ /**
107
+ * 创建自定义转发规则
108
+ */
109
+ CreateForwardRule(req: CreateForwardRuleRequest, cb?: (error: string, rep: CreateForwardRuleResponse) => void): Promise<CreateForwardRuleResponse>;
98
110
  /**
99
111
  * 查询私有域解析开通状态
100
112
  */
101
113
  DescribePrivateZoneService(req?: DescribePrivateZoneServiceRequest, cb?: (error: string, rep: DescribePrivateZoneServiceResponse) => void): Promise<DescribePrivateZoneServiceResponse>;
114
+ /**
115
+ * 查询转发规则列表
116
+ */
117
+ DescribeForwardRuleList(req: DescribeForwardRuleListRequest, cb?: (error: string, rep: DescribeForwardRuleListResponse) => void): Promise<DescribeForwardRuleListResponse>;
102
118
  /**
103
119
  * 删除私有域解析记录
104
120
  */