tencentcloud-sdk-nodejs 4.0.798 → 4.0.800

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 (68) hide show
  1. package/CHANGELOG.md +243 -0
  2. package/SERVICE_CHANGELOG.md +254 -99
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +2 -2
  7. package/src/services/billing/v20180709/billing_client.ts +44 -18
  8. package/src/services/billing/v20180709/billing_models.ts +624 -214
  9. package/src/services/cdb/v20170320/cdb_models.ts +9 -5
  10. package/src/services/cfs/v20190719/cfs_client.ts +3 -2
  11. package/src/services/cvm/v20170312/cvm_client.ts +43 -6
  12. package/src/services/cvm/v20170312/cvm_models.ts +146 -28
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +28 -0
  15. package/src/services/domain/v20180808/domain_models.ts +1 -1
  16. package/src/services/ecm/v20190719/ecm_models.ts +4 -4
  17. package/src/services/emr/v20190103/emr_client.ts +77 -9
  18. package/src/services/emr/v20190103/emr_models.ts +651 -233
  19. package/src/services/ess/v20201111/ess_models.ts +4 -6
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -5
  21. package/src/services/fmu/v20191213/fmu_models.ts +2 -2
  22. package/src/services/ft/v20200304/ft_models.ts +1 -1
  23. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
  24. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
  25. package/src/services/lcic/v20220817/lcic_models.ts +15 -15
  26. package/src/services/live/v20180801/live_models.ts +8 -8
  27. package/src/services/memcached/v20190318/memcached_models.ts +2 -0
  28. package/src/services/mna/v20210119/mna_models.ts +10 -0
  29. package/src/services/monitor/v20180724/monitor_models.ts +9 -0
  30. package/src/services/vod/v20180717/vod_models.ts +4 -2
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +2 -2
  34. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +9 -5
  35. package/tencentcloud/services/billing/v20180709/billing_client.js +12 -6
  36. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +579 -185
  37. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -5
  38. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -0
  39. package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -0
  40. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +17 -4
  41. package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -3
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +140 -28
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -0
  46. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  47. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -4
  48. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +21 -1
  49. package/tencentcloud/services/emr/v20190103/emr_client.js +30 -0
  50. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +637 -237
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -5
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -5
  53. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +2 -2
  54. package/tencentcloud/services/ft/v20200304/ft_models.d.ts +1 -1
  55. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  56. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  57. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -0
  58. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +15 -15
  59. package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -8
  60. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +2 -0
  61. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -0
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
  63. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -2
  64. package/test/billing.v20180709.test.js +14 -4
  65. package/test/cvm.v20170312.test.js +30 -0
  66. package/test/cynosdb.v20190107.test.js +10 -0
  67. package/test/emr.v20190103.test.js +50 -0
  68. package/test/iotexplorer.v20190423.test.js +10 -0
@@ -4260,7 +4260,7 @@ export interface CreateDocumentRequest {
4260
4260
  /**
4261
4261
  * 是否为预览模式,取值如下:
4262
4262
  <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li>
4263
- <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
4263
+ <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。 <font color="red">注意: 以预览模式创建的合同仅供查看,因此参与方无法进行签署操作</font> </li></ul>
4264
4264
  注: `当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,动态表格合成完后会触发文档合成完成的回调通知`
4265
4265
  */
4266
4266
  NeedPreview?: boolean;
@@ -6255,7 +6255,6 @@ export interface Component {
6255
6255
  ComponentExtra?: string;
6256
6256
  /**
6257
6257
  * **在通过接口拉取控件信息场景下**,为出参参数,此控件是否通过表单域定位方式生成,默认false-不是,**发起合同时候不要填写此字段留空即可**
6258
- 注意:此字段可能返回 null,表示取不到有效值。
6259
6258
  */
6260
6259
  IsFormType?: boolean;
6261
6260
  /**
@@ -6491,9 +6490,8 @@ export interface CreateBatchSignUrlRequest {
6491
6490
  */
6492
6491
  NotifyType?: string;
6493
6492
  /**
6494
- * 本次需要批量签署的合同流程ID列表。
6495
- 可以不传, 如不传则是发给对方的所有待签署合同流程。
6496
-
6493
+ * 批量签署的合同流程ID数组。
6494
+ 注: `在调用此接口时,请确保合同流程均为本企业发起,且合同数量不超过100个。`
6497
6495
  */
6498
6496
  FlowIds?: Array<string>;
6499
6497
  /**
@@ -6149,9 +6149,8 @@ export interface ChannelCreateBatchSignUrlRequest {
6149
6149
  */
6150
6150
  NotifyType?: string;
6151
6151
  /**
6152
- * 本次需要批量签署的合同流程ID列表。
6153
- 可以不传, 如不传则是发给对方的所有待签署合同流程。
6154
-
6152
+ * 批量签署的合同流程ID数组。
6153
+ 注: `在调用此接口时,请确保合同流程均为本企业发起,且合同数量不超过100个。`
6155
6154
  */
6156
6155
  FlowIds?: Array<string>;
6157
6156
  /**
@@ -6556,7 +6555,6 @@ export interface ChannelBillUsageDetail {
6556
6555
  <li>**OrgEssAuth**: 签署企业实名</li>
6557
6556
  <li>**FlowNotify**: 短信通知</li>
6558
6557
  <li>**AuthService**: 企业工商信息查询</li>
6559
- <li>**NoAuthSign**: 形式签</li>
6560
6558
  </ul>
6561
6559
  */
6562
6560
  QuotaType?: string;
@@ -6822,7 +6820,7 @@ export interface CreateFlowsByTemplatesRequest {
6822
6820
  /**
6823
6821
  * 是否为预览模式,取值如下:
6824
6822
  <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li>
6825
- <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
6823
+ <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。 <font color="red">注意: 以预览模式创建的合同仅供查看,因此参与方无法进行签署操作</font></li></ul>
6826
6824
 
6827
6825
  注:
6828
6826
 
@@ -163,7 +163,7 @@ export interface StyleImageRequest {
163
163
  */
164
164
  FilterDegree?: number;
165
165
  /**
166
- * 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。
166
+ * 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。默认值为base64。
167
167
  */
168
168
  RspImgType?: string;
169
169
  }
@@ -374,7 +374,7 @@ export interface StyleImageProRequest {
374
374
  */
375
375
  FilterDegree?: number;
376
376
  /**
377
- * 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。
377
+ * 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。默认为base64。
378
378
  */
379
379
  RspImgType?: string;
380
380
  }
@@ -238,7 +238,7 @@ export interface ChangeAgePicRequest {
238
238
  */
239
239
  Url?: string;
240
240
  /**
241
- * 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。
241
+ * 返回图像方式(base64 或 url ) ,二选一。url有效期为1天。默认值为base64。
242
242
  */
243
243
  RspImgType?: string;
244
244
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { UpdateDevicesEnableStateResponse, DescribeDeviceLocationSolveRequest, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, DeleteDevicesResponse, ModifyStudioProductResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, BindDevicesRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, CreateBatchProductionRequest, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeDevicePositionListResponse, GetProjectListResponse, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, GetTopicRuleListRequest, GetFamilyDeviceUserListResponse, ModifyProjectRequest, DescribeBatchProductionResponse, ListTopicPolicyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, GetPositionSpaceListRequest, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateFenceBindRequest, DescribeDeviceResponse, PublishBroadcastMessageRequest, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeLoRaFrequencyResponse, DescribeInstanceResponse, DescribeGatewaySubDeviceListResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UnbindDevicesResponse, ModifyLoRaFrequencyRequest, ModifyModelDefinitionResponse, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyLoRaFrequencyResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, GetCOSURLRequest, DescribeLoRaFrequencyRequest, DescribeGatewayBindDevicesRequest, GetDeviceSumStatisticsResponse, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, GetDeviceSumStatisticsRequest, ModifySpacePropertyResponse, PublishMessageResponse, BindDevicesResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, EnableTopicRuleRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, DescribeInstanceRequest, ModifyLoRaGatewayRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
3
+ import { UpdateDevicesEnableStateResponse, DescribeDeviceLocationSolveRequest, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, DeleteDevicesResponse, ModifyStudioProductResponse, GetGatewaySubDeviceListResponse, DeleteStudioProductResponse, BindDevicesRequest, DescribeGatewaySubProductsResponse, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, CreateBatchProductionRequest, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, PublishRRPCMessageRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GenSingleDeviceSignatureOfPublicResponse, DescribeDevicePositionListResponse, GetProjectListResponse, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, GetTopicRuleListRequest, GetFamilyDeviceUserListResponse, ModifyProjectRequest, DescribeBatchProductionResponse, ListTopicPolicyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, GetPositionSpaceListRequest, DescribeDeviceFirmWareResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, DescribeDeviceFirmWareRequest, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, DescribeDeviceLocationSolveResponse, DescribeStudioProductResponse, CreateFenceBindRequest, DescribeDeviceResponse, PublishBroadcastMessageRequest, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeLoRaFrequencyResponse, DescribeInstanceResponse, DescribeGatewaySubDeviceListResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UnbindDevicesResponse, ModifyLoRaFrequencyRequest, ModifyModelDefinitionResponse, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyLoRaFrequencyResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, GetCOSURLRequest, DescribeLoRaFrequencyRequest, DescribeGatewayBindDevicesRequest, GetDeviceSumStatisticsResponse, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, GetDeviceSumStatisticsRequest, ModifySpacePropertyResponse, PublishMessageResponse, BindDevicesResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, EnableTopicRuleRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, DescribeInstanceRequest, ModifyLoRaGatewayRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
4
4
  /**
5
5
  * iotexplorer client
6
6
  * @class
@@ -371,6 +371,10 @@ export declare class Client extends AbstractClient {
371
371
  * 创建位置空间
372
372
  */
373
373
  CreatePositionSpace(req: CreatePositionSpaceRequest, cb?: (error: string, rep: CreatePositionSpaceResponse) => void): Promise<CreatePositionSpaceResponse>;
374
+ /**
375
+ * 获取设备固件信息
376
+ */
377
+ DescribeDeviceFirmWare(req: DescribeDeviceFirmWareRequest, cb?: (error: string, rep: DescribeDeviceFirmWareResponse) => void): Promise<DescribeDeviceFirmWareResponse>;
374
378
  /**
375
379
  * 创建围栏绑定信息
376
380
  */
@@ -573,6 +573,12 @@ class Client extends abstract_client_1.AbstractClient {
573
573
  async CreatePositionSpace(req, cb) {
574
574
  return this.request("CreatePositionSpace", req, cb);
575
575
  }
576
+ /**
577
+ * 获取设备固件信息
578
+ */
579
+ async DescribeDeviceFirmWare(req, cb) {
580
+ return this.request("DescribeDeviceFirmWare", req, cb);
581
+ }
576
582
  /**
577
583
  * 创建围栏绑定信息
578
584
  */
@@ -1567,6 +1567,19 @@ export interface ProductEntry {
1567
1567
  */
1568
1568
  DeviceCount?: number;
1569
1569
  }
1570
+ /**
1571
+ * DescribeDeviceFirmWare返回参数结构体
1572
+ */
1573
+ export interface DescribeDeviceFirmWareResponse {
1574
+ /**
1575
+ * 固件信息
1576
+ */
1577
+ Data: string;
1578
+ /**
1579
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1580
+ */
1581
+ RequestId?: string;
1582
+ }
1570
1583
  /**
1571
1584
  * SearchTopicRule返回参数结构体
1572
1585
  */
@@ -1601,6 +1614,19 @@ export interface DescribeFenceEventListResponse {
1601
1614
  */
1602
1615
  RequestId?: string;
1603
1616
  }
1617
+ /**
1618
+ * DescribeDeviceFirmWare请求参数结构体
1619
+ */
1620
+ export interface DescribeDeviceFirmWareRequest {
1621
+ /**
1622
+ * 产品ID。
1623
+ */
1624
+ ProductId: string;
1625
+ /**
1626
+ * 设备名称。
1627
+ */
1628
+ DeviceName: string;
1629
+ }
1604
1630
  /**
1605
1631
  * UpdateDevicesEnableState请求参数结构体
1606
1632
  */
@@ -412,47 +412,47 @@ export interface MemberRecord {
412
412
  /**
413
413
  * 用户ID。
414
414
  */
415
- UserId: string;
415
+ UserId?: string;
416
416
  /**
417
417
  * 用户名称。
418
418
  */
419
- UserName: string;
419
+ UserName?: string;
420
420
  /**
421
421
  * 在线时长,单位秒。
422
422
  */
423
- PresentTime: number;
423
+ PresentTime?: number;
424
424
  /**
425
425
  * 是否开启摄像头。
426
426
  */
427
- Camera: number;
427
+ Camera?: number;
428
428
  /**
429
429
  * 是否开启麦克风。
430
430
  */
431
- Mic: number;
431
+ Mic?: number;
432
432
  /**
433
433
  * 是否禁言。
434
434
  */
435
- Silence: number;
435
+ Silence?: number;
436
436
  /**
437
437
  * 回答问题数量。
438
438
  */
439
- AnswerQuestions: number;
439
+ AnswerQuestions?: number;
440
440
  /**
441
441
  * 举手数量。
442
442
  */
443
- HandUps: number;
443
+ HandUps?: number;
444
444
  /**
445
445
  * 首次进入房间的unix时间戳。
446
446
  */
447
- FirstJoinTimestamp: number;
447
+ FirstJoinTimestamp?: number;
448
448
  /**
449
449
  * 最后一次退出房间的unix时间戳。
450
450
  */
451
- LastQuitTimestamp: number;
451
+ LastQuitTimestamp?: number;
452
452
  /**
453
453
  * 奖励次数。
454
454
  */
455
- Rewords: number;
455
+ Rewords?: number;
456
456
  /**
457
457
  * 用户IP。
458
458
  */
@@ -930,8 +930,8 @@ export interface BatchUserRequest {
930
930
  */
931
931
  Name?: string;
932
932
  /**
933
- * 用户在客户系统的Id,需要在同一应用下唯一。
934
-
933
+ * 用户在客户系统的Id,需要在同一应用下唯一。入参为空时默认赋值为UserId
934
+
935
935
  */
936
936
  OriginId?: string;
937
937
  /**
@@ -2774,11 +2774,11 @@ export interface LoginOriginIdResponse {
2774
2774
  /**
2775
2775
  * 用户Id。
2776
2776
  */
2777
- UserId: string;
2777
+ UserId?: string;
2778
2778
  /**
2779
2779
  * 登录/注册成功后返回登录态token。有效期7天。
2780
2780
  */
2781
- Token: string;
2781
+ Token?: string;
2782
2782
  /**
2783
2783
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2784
2784
  */
@@ -3268,35 +3268,35 @@ export interface ScreenshotTask {
3268
3268
  /**
3269
3269
  * 截图任务ID。
3270
3270
  */
3271
- TaskId: string;
3271
+ TaskId?: string;
3272
3272
  /**
3273
3273
  * 推流域名。
3274
3274
  */
3275
- DomainName: string;
3275
+ DomainName?: string;
3276
3276
  /**
3277
3277
  * 推流路径。
3278
3278
  */
3279
- AppName: string;
3279
+ AppName?: string;
3280
3280
  /**
3281
3281
  * 流名称。
3282
3282
  */
3283
- StreamName: string;
3283
+ StreamName?: string;
3284
3284
  /**
3285
3285
  * 任务开始时间,Unix时间戳。
3286
3286
  */
3287
- StartTime: number;
3287
+ StartTime?: number;
3288
3288
  /**
3289
3289
  * 任务结束时间,Unix时间戳。
3290
3290
  */
3291
- EndTime: number;
3291
+ EndTime?: number;
3292
3292
  /**
3293
3293
  * 截图模板ID。
3294
3294
  */
3295
- TemplateId: number;
3295
+ TemplateId?: number;
3296
3296
  /**
3297
3297
  * 调用 StopScreenshotTask 停止任务时间,Unix时间戳。值为0表示未曾调用接口停止任务。
3298
3298
  */
3299
- Stopped: number;
3299
+ Stopped?: number;
3300
3300
  }
3301
3301
  /**
3302
3302
  * DeletePullStreamConfig返回参数结构体
@@ -53,10 +53,12 @@ export interface DescribeInstancesRequest {
53
53
  export interface TagInfo {
54
54
  /**
55
55
  * 标签键
56
+ 注意:此字段可能返回 null,表示取不到有效值。
56
57
  */
57
58
  TagKey: string;
58
59
  /**
59
60
  * 标签值
61
+ 注意:此字段可能返回 null,表示取不到有效值。
60
62
  */
61
63
  TagValue?: string;
62
64
  }
@@ -978,6 +978,16 @@ export interface OrderFlowPackageRequest {
978
978
  * 区域标识,0:国内,1:国外
979
979
  */
980
980
  PackageRegion: number;
981
+ /**
982
+ * 是否自动选择代金券,默认false。
983
+ 有多张券时的选择策略:按照可支付订单全部金额的券,先到期的券,可抵扣金额最大的券,余额最小的券,现金券 这个优先级进行扣券,且最多只抵扣一张券。
984
+ */
985
+ AutoVoucher?: boolean;
986
+ /**
987
+ * 指定代金券ID。自动选择代金券时此参数无效。目前只允许传入一张代金券。
988
+ 注:若指定的代金券不符合订单抵扣条件,则正常支付,不扣券
989
+ */
990
+ VoucherIds?: Array<string>;
981
991
  }
982
992
  /**
983
993
  * UpdateHardware返回参数结构体
@@ -882,6 +882,11 @@ export interface AlarmPolicy {
882
882
  注意:此字段可能返回 null,表示取不到有效值。
883
883
  */
884
884
  IsSupportAlarmTag?: number;
885
+ /**
886
+ * 多标签交/并集关系
887
+ 注意:此字段可能返回 null,表示取不到有效值。
888
+ */
889
+ TagOperation?: string;
885
890
  }
886
891
  /**
887
892
  * DeleteExporterIntegration请求参数结构体
@@ -1722,6 +1727,10 @@ export interface BindingPolicyTagRequest {
1722
1727
  * 事件配置的告警
1723
1728
  */
1724
1729
  EbSubject?: string;
1730
+ /**
1731
+ * 标识标签取交/并集关系
1732
+ */
1733
+ TagOperation?: string;
1725
1734
  }
1726
1735
  /**
1727
1736
  * DeletePrometheusTempSync返回参数结构体
@@ -1867,10 +1867,11 @@ export interface AudioTemplateInfoForUpdate {
1867
1867
  */
1868
1868
  SampleRate?: number;
1869
1869
  /**
1870
- * 音频通道方式,可选值:
1870
+ * 音频通道,可选值:
1871
1871
  <li>1:单通道</li>
1872
1872
  <li>2:双通道</li>
1873
1873
  <li>6:立体声</li>
1874
+ <li>0:音频声道数和原始音频保持一致</li>
1874
1875
  当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。
1875
1876
  */
1876
1877
  AudioChannel?: number;
@@ -2042,10 +2043,11 @@ export interface AudioTemplateInfo {
2042
2043
  */
2043
2044
  SampleRate: number;
2044
2045
  /**
2045
- * 音频通道方式,可选值:
2046
+ * 音频通道,可选值:
2046
2047
  <li>1:单通道</li>
2047
2048
  <li>2:双通道</li>
2048
2049
  <li>6:立体声</li>
2050
+ <li>0:音频声道数和原始音频保持一致</li>
2049
2051
  当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。
2050
2052
  默认值:2。
2051
2053
  */
@@ -88,9 +88,9 @@ it("billing.v20180709.CreateAllocationTag", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("billing.v20180709.PayDeals", async function () {
91
+ it("billing.v20180709.DescribeVoucherInfo", async function () {
92
92
  try {
93
- const data = await client.PayDeals({})
93
+ const data = await client.DescribeVoucherInfo({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("billing.v20180709.DescribeCostSummaryByProject", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("billing.v20180709.DescribeVoucherInfo", async function () {
111
+ it("billing.v20180709.DescribeCostExplorerSummary", async function () {
112
112
  try {
113
- const data = await client.DescribeVoucherInfo({})
113
+ const data = await client.DescribeCostExplorerSummary({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -168,6 +168,16 @@ it("billing.v20180709.DescribeBillList", async function () {
168
168
  }
169
169
  })
170
170
 
171
+ it("billing.v20180709.PayDeals", async function () {
172
+ try {
173
+ const data = await client.PayDeals({})
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
+
171
181
  it("billing.v20180709.DescribeBillDownloadUrl", async function () {
172
182
  try {
173
183
  const data = await client.DescribeBillDownloadUrl({})
@@ -298,6 +298,16 @@ it("cvm.v20170312.DisassociateInstancesKeyPairs", async function () {
298
298
  }
299
299
  })
300
300
 
301
+ it("cvm.v20170312.DeleteInstancesActionTimer", async function () {
302
+ try {
303
+ const data = await client.DeleteInstancesActionTimer({})
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
+
301
311
  it("cvm.v20170312.CreateLaunchTemplate", async function () {
302
312
  try {
303
313
  const data = await client.CreateLaunchTemplate({})
@@ -448,6 +458,16 @@ it("cvm.v20170312.ModifyImageSharePermission", async function () {
448
458
  }
449
459
  })
450
460
 
461
+ it("cvm.v20170312.ImportInstancesActionTimer", async function () {
462
+ try {
463
+ const data = await client.ImportInstancesActionTimer({})
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
+
451
471
  it("cvm.v20170312.DeleteLaunchTemplate", async function () {
452
472
  try {
453
473
  const data = await client.DeleteLaunchTemplate({})
@@ -468,6 +488,16 @@ it("cvm.v20170312.CreateKeyPair", async function () {
468
488
  }
469
489
  })
470
490
 
491
+ it("cvm.v20170312.DescribeInstancesActionTimer", async function () {
492
+ try {
493
+ const data = await client.DescribeInstancesActionTimer({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
471
501
  it("cvm.v20170312.InquiryPriceResizeInstanceDisks", async function () {
472
502
  try {
473
503
  const data = await client.InquiryPriceResizeInstanceDisks({})
@@ -1268,6 +1268,16 @@ it("cynosdb.v20190107.DescribeBinlogs", async function () {
1268
1268
  }
1269
1269
  })
1270
1270
 
1271
+ it("cynosdb.v20190107.DescribeClusterInstanceGroups", async function () {
1272
+ try {
1273
+ const data = await client.DescribeClusterInstanceGroups({})
1274
+ expect(data).to.be.ok
1275
+ } catch(error) {
1276
+ expect(error.requestId).to.be.ok
1277
+ expect(error.code).to.be.ok
1278
+ }
1279
+ })
1280
+
1271
1281
  it("cynosdb.v20190107.DescribeRollbackTimeValidity", async function () {
1272
1282
  try {
1273
1283
  const data = await client.DescribeRollbackTimeValidity({})
@@ -208,6 +208,26 @@ it("emr.v20190103.AddUsersForUserManager", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("emr.v20190103.ModifyAutoScaleStrategy", async function () {
212
+ try {
213
+ const data = await client.ModifyAutoScaleStrategy({})
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
+
221
+ it("emr.v20190103.DeleteAutoScaleStrategy", async function () {
222
+ try {
223
+ const data = await client.DeleteAutoScaleStrategy({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
211
231
  it("emr.v20190103.DescribeEmrApplicationStatics", async function () {
212
232
  try {
213
233
  const data = await client.DescribeEmrApplicationStatics({})
@@ -328,6 +348,36 @@ it("emr.v20190103.TerminateInstance", async function () {
328
348
  }
329
349
  })
330
350
 
351
+ it("emr.v20190103.DescribeAutoScaleStrategies", async function () {
352
+ try {
353
+ const data = await client.DescribeAutoScaleStrategies({})
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
+
361
+ it("emr.v20190103.AddMetricScaleStrategy", async function () {
362
+ try {
363
+ const data = await client.AddMetricScaleStrategy({})
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
+
371
+ it("emr.v20190103.DescribeAutoScaleGroupGlobalConf", async function () {
372
+ try {
373
+ const data = await client.DescribeAutoScaleGroupGlobalConf({})
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
+
331
381
  it("emr.v20190103.DescribeClusterNodes", async function () {
332
382
  try {
333
383
  const data = await client.DescribeClusterNodes({})
@@ -928,6 +928,16 @@ it("iotexplorer.v20190423.CreatePositionSpace", async function () {
928
928
  }
929
929
  })
930
930
 
931
+ it("iotexplorer.v20190423.DescribeDeviceFirmWare", async function () {
932
+ try {
933
+ const data = await client.DescribeDeviceFirmWare({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
931
941
  it("iotexplorer.v20190423.CreateFenceBind", async function () {
932
942
  try {
933
943
  const data = await client.CreateFenceBind({})