tencentcloud-sdk-nodejs 4.0.848 → 4.0.849

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/CHANGELOG.md +225 -0
  2. package/SERVICE_CHANGELOG.md +315 -68
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/captcha/v20190722/captcha_models.ts +2 -2
  9. package/src/services/ccc/v20200210/ccc_models.ts +19 -2
  10. package/src/services/clb/v20180317/clb_models.ts +1 -1
  11. package/src/services/cls/v20201016/cls_models.ts +10 -57
  12. package/src/services/dbbrain/index.ts +2 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +33 -1
  14. package/src/services/dts/index.ts +2 -2
  15. package/src/services/eis/index.ts +2 -2
  16. package/src/services/essbasic/index.ts +2 -2
  17. package/src/services/facefusion/index.ts +2 -2
  18. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  19. package/src/services/iotcloud/index.ts +2 -2
  20. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
  22. package/src/services/iotvideo/index.ts +2 -2
  23. package/src/services/iss/v20230517/iss_models.ts +5 -0
  24. package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
  26. package/src/services/lke/v20231130/lke_models.ts +1 -1
  27. package/src/services/mgobe/index.ts +2 -2
  28. package/src/services/mrs/v20200910/mrs_client.ts +89 -37
  29. package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  31. package/src/services/organization/index.ts +2 -2
  32. package/src/services/rce/v20201103/rce_client.ts +3 -19
  33. package/src/services/rce/v20201103/rce_models.ts +57 -164
  34. package/src/services/sms/index.ts +2 -2
  35. package/src/services/tbp/index.ts +2 -2
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -0
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/tke/index.ts +2 -2
  39. package/src/services/tke/v20180525/tke_models.ts +1 -1
  40. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  41. package/src/services/tse/v20201207/tse_models.ts +4 -0
  42. package/src/services/waf/v20180125/waf_client.ts +54 -5
  43. package/src/services/waf/v20180125/waf_models.ts +262 -60
  44. package/src/services/yunsou/index.ts +2 -2
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/bma/index.d.ts +4 -4
  48. package/tencentcloud/services/bma/index.js +2 -2
  49. package/tencentcloud/services/btoe/index.d.ts +4 -4
  50. package/tencentcloud/services/btoe/index.js +2 -2
  51. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -57
  55. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  56. package/tencentcloud/services/dbbrain/index.js +2 -2
  57. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
  58. package/tencentcloud/services/dts/index.d.ts +4 -4
  59. package/tencentcloud/services/dts/index.js +2 -2
  60. package/tencentcloud/services/eis/index.d.ts +4 -4
  61. package/tencentcloud/services/eis/index.js +2 -2
  62. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  63. package/tencentcloud/services/essbasic/index.js +2 -2
  64. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  65. package/tencentcloud/services/facefusion/index.js +2 -2
  66. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  67. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  68. package/tencentcloud/services/iotcloud/index.js +2 -2
  69. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
  72. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  73. package/tencentcloud/services/iotvideo/index.js +2 -2
  74. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
  75. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
  76. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
  77. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
  78. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  79. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  80. package/tencentcloud/services/mgobe/index.js +2 -2
  81. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  82. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  83. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
  84. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  85. package/tencentcloud/services/organization/index.d.ts +4 -4
  86. package/tencentcloud/services/organization/index.js +2 -2
  87. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  88. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  89. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
  90. package/tencentcloud/services/sms/index.d.ts +4 -4
  91. package/tencentcloud/services/sms/index.js +2 -2
  92. package/tencentcloud/services/tbp/index.d.ts +4 -4
  93. package/tencentcloud/services/tbp/index.js +2 -2
  94. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  95. package/tencentcloud/services/teo/index.d.ts +4 -4
  96. package/tencentcloud/services/teo/index.js +2 -2
  97. package/tencentcloud/services/tke/index.d.ts +4 -4
  98. package/tencentcloud/services/tke/index.js +2 -2
  99. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  100. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  101. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  102. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
  103. package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
  104. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
  105. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  106. package/tencentcloud/services/yunsou/index.js +2 -2
  107. package/test/iotexplorer.v20190423.test.js +58 -8
  108. package/test/mrs.v20200910.test.js +10 -0
  109. package/test/rce.v20201103.test.js +0 -10
  110. package/test/waf.v20180125.test.js +40 -0
@@ -1397,49 +1397,9 @@ export interface NoticeRule {
1397
1397
  WebCallbacks?: Array<WebCallback>;
1398
1398
  /**
1399
1399
  * 匹配规则 JSON串。
1400
- **rule格式为如下嵌套结构体JSON字符串**
1401
- ```
1402
- {
1403
- "Value": "AND",
1404
- "Type": "Operation",
1405
- "Children": [
1406
- {
1407
- "Value": "OR",
1408
- "Type": "Operation",
1409
- "Children": [
1410
- {
1411
- "Type": "Condition",
1412
- "Value": "Level",
1413
- "Children": [
1414
- {
1415
- "Value": "In",
1416
- "Type": "Compare"
1417
- },
1418
- {
1419
- "Value": "[1,0]",
1420
- "Type": "Value"
1421
- }
1422
- ]
1423
- },
1424
- {
1425
- "Type": "Condition",
1426
- "Value": "Level",
1427
- "Children": [
1428
- {
1429
- "Value": "NotIn",
1430
- "Type": "Compare"
1431
- },
1432
- {
1433
- "Value": "[2]",
1434
- "Type": "Value"
1435
- }
1436
- ]
1437
- }
1438
- ]
1439
- }
1440
- ]
1441
- }
1442
- ```
1400
+ **rule规则树格式为嵌套结构体JSON字符串**
1401
+ `{"Value":"AND","Type":"Operation","Children":[{"Value":"OR","Type":"Operation","Children":[{"Type":"Condition","Value":"Level","Children":[{"Value":"In","Type":"Compare"},{"Value":"[1,0]","Type":"Value"}]},{"Type":"Condition","Value":"Level","Children":[{"Value":"NotIn","Type":"Compare"},{"Value":"[2]","Type":"Value"}]}]}]}`
1402
+
1443
1403
  **rule规则树限制规则如下**:
1444
1404
  - 顶层rule中Type可取值:`Condition`,`Operation`
1445
1405
  - Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`
@@ -1457,50 +1417,43 @@ export interface NoticeRule {
1457
1417
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
1458
1418
  - 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)
1459
1419
  以下示例表示:告警等级属于提醒
1460
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}
1461
- `
1420
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}`
1462
1421
 
1463
1422
  - Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型
1464
1423
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
1465
1424
  - 下一个子节点value支持的值:1(告警通知),2 (恢复通知)
1466
1425
  以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知
1467
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}
1468
- `
1426
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}`
1469
1427
 
1470
1428
  - Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略
1471
1429
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
1472
1430
  - 下一个子节点value支持的值:告警策略id数组
1473
1431
  以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx
1474
- `"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"
1475
- `
1432
+ `"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"`
1476
1433
 
1477
1434
  - Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称
1478
1435
  - 子节点Type支持`Compare`,Value支持`=~`,`!=~`
1479
1436
  - 下一个子节点value支持的值:必须是正则表达式
1480
1437
  以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$
1481
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}
1482
- `
1438
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
1483
1439
 
1484
1440
  - Type:Condition 表示是规则条件,Value:Label 表示告警分类字段
1485
1441
  - 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`
1486
1442
  - 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式
1487
1443
  以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$
1488
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}
1489
- `
1444
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
1490
1445
 
1491
1446
  - Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间
1492
1447
  - 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `
1493
1448
  - 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组
1494
1449
  以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36
1495
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}
1496
- `
1450
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}`
1497
1451
 
1498
1452
  - Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间
1499
1453
  - 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`
1500
1454
  - 下一个子节点value支持的值:整型值单位分钟
1501
1455
  以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
1502
- `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}
1503
- `
1456
+ `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
1504
1457
  注意:此字段可能返回 null,表示取不到有效值。
1505
1458
  */
1506
1459
  Rule?: string;
@@ -1,10 +1,10 @@
1
1
  export declare const dbbrain: {
2
- v20191016: {
3
- Client: typeof import("./v20191016/dbbrain_client").Client;
4
- Models: typeof import("./v20191016/dbbrain_models");
5
- };
6
2
  v20210527: {
7
3
  Client: typeof import("./v20210527/dbbrain_client").Client;
8
4
  Models: typeof import("./v20210527/dbbrain_models");
9
5
  };
6
+ v20191016: {
7
+ Client: typeof import("./v20191016/dbbrain_client").Client;
8
+ Models: typeof import("./v20191016/dbbrain_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dbbrain = void 0;
4
- const v20191016_1 = require("./v20191016");
5
4
  const v20210527_1 = require("./v20210527");
5
+ const v20191016_1 = require("./v20191016");
6
6
  exports.dbbrain = {
7
- v20191016: v20191016_1.v20191016,
8
7
  v20210527: v20210527_1.v20210527,
8
+ v20191016: v20191016_1.v20191016,
9
9
  };
@@ -1658,6 +1658,10 @@ export interface CreateTasksRequest {
1658
1658
  * 计算引擎名称,不填任务提交到默认集群
1659
1659
  */
1660
1660
  DataEngineName?: string;
1661
+ /**
1662
+ * spark集群资源组名称
1663
+ */
1664
+ ResourceGroupName?: string;
1661
1665
  }
1662
1666
  /**
1663
1667
  * SuspendResumeDataEngine请求参数结构体
@@ -3770,6 +3774,16 @@ export interface DataEngineInfo {
3770
3774
  注意:此字段可能返回 null,表示取不到有效值。
3771
3775
  */
3772
3776
  EngineNetworkId?: string;
3777
+ /**
3778
+ * 标准引擎关联的资源组个数
3779
+ 注意:此字段可能返回 null,表示取不到有效值。
3780
+ */
3781
+ EngineResourceGroupCount?: number;
3782
+ /**
3783
+ * 引擎当前使用量(Cu)
3784
+ 注意:此字段可能返回 null,表示取不到有效值。
3785
+ */
3786
+ EngineResourceUsedCU?: number;
3773
3787
  }
3774
3788
  /**
3775
3789
  * LockMetaData返回参数结构体
@@ -4694,6 +4708,10 @@ export interface CreateTaskRequest {
4694
4708
  * 数据引擎名称,不填提交到默认集群
4695
4709
  */
4696
4710
  DataEngineName?: string;
4711
+ /**
4712
+ * 标准spark执行任务resourceGroupName
4713
+ */
4714
+ ResourceGroupName?: string;
4697
4715
  }
4698
4716
  /**
4699
4717
  * CreateTable请求参数结构体
@@ -4966,7 +4984,7 @@ export interface DatasourceConnectionInfo {
4966
4984
  */
4967
4985
  export interface DescribeDataEngineImageVersionsRequest {
4968
4986
  /**
4969
- * 引擎类型:SQL、SparkBatch
4987
+ * 引擎类型:SQL、SparkBatch、StandardSpark、StandardPresto
4970
4988
  */
4971
4989
  EngineType: string;
4972
4990
  }
@@ -6759,6 +6777,10 @@ export interface DescribeTasksRequest {
6759
6777
  * 数据引擎名称,用于筛选
6760
6778
  */
6761
6779
  DataEngineName?: string;
6780
+ /**
6781
+ * spark引擎资源组名称
6782
+ */
6783
+ ResourceGroupName?: string;
6762
6784
  }
6763
6785
  /**
6764
6786
  * CreateSparkAppTask请求参数结构体
@@ -7625,6 +7647,16 @@ export interface TaskResponseInfo {
7625
7647
  注意:此字段可能返回 null,表示取不到有效值。
7626
7648
  */
7627
7649
  ResultFormat?: string;
7650
+ /**
7651
+ * 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
7652
+ 注意:此字段可能返回 null,表示取不到有效值。
7653
+ */
7654
+ EngineTypeDetail?: string;
7655
+ /**
7656
+ * spark引擎资源组名称
7657
+ 注意:此字段可能返回 null,表示取不到有效值。
7658
+ */
7659
+ ResourceGroupName?: string;
7628
7660
  }
7629
7661
  /**
7630
7662
  * DescribeStoreLocation返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const dts: {
2
- v20211206: {
3
- Client: typeof import("./v20211206/dts_client").Client;
4
- Models: typeof import("./v20211206/dts_models");
5
- };
6
2
  v20180330: {
7
3
  Client: typeof import("./v20180330/dts_client").Client;
8
4
  Models: typeof import("./v20180330/dts_models");
9
5
  };
6
+ v20211206: {
7
+ Client: typeof import("./v20211206/dts_client").Client;
8
+ Models: typeof import("./v20211206/dts_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.dts = void 0;
4
- const v20211206_1 = require("./v20211206");
5
4
  const v20180330_1 = require("./v20180330");
5
+ const v20211206_1 = require("./v20211206");
6
6
  exports.dts = {
7
- v20211206: v20211206_1.v20211206,
8
7
  v20180330: v20180330_1.v20180330,
8
+ v20211206: v20211206_1.v20211206,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const eis: {
2
- v20200715: {
3
- Client: typeof import("./v20200715/eis_client").Client;
4
- Models: typeof import("./v20200715/eis_models");
5
- };
6
2
  v20210601: {
7
3
  Client: typeof import("./v20210601/eis_client").Client;
8
4
  Models: typeof import("./v20210601/eis_models");
9
5
  };
6
+ v20200715: {
7
+ Client: typeof import("./v20200715/eis_client").Client;
8
+ Models: typeof import("./v20200715/eis_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eis = void 0;
4
- const v20200715_1 = require("./v20200715");
5
4
  const v20210601_1 = require("./v20210601");
5
+ const v20200715_1 = require("./v20200715");
6
6
  exports.eis = {
7
- v20200715: v20200715_1.v20200715,
8
7
  v20210601: v20210601_1.v20210601,
8
+ v20200715: v20200715_1.v20200715,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const essbasic: {
2
- v20201222: {
3
- Client: typeof import("./v20201222/essbasic_client").Client;
4
- Models: typeof import("./v20201222/essbasic_models");
5
- };
6
2
  v20210526: {
7
3
  Client: typeof import("./v20210526/essbasic_client").Client;
8
4
  Models: typeof import("./v20210526/essbasic_models");
9
5
  };
6
+ v20201222: {
7
+ Client: typeof import("./v20201222/essbasic_client").Client;
8
+ Models: typeof import("./v20201222/essbasic_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.essbasic = void 0;
4
- const v20201222_1 = require("./v20201222");
5
4
  const v20210526_1 = require("./v20210526");
5
+ const v20201222_1 = require("./v20201222");
6
6
  exports.essbasic = {
7
- v20201222: v20201222_1.v20201222,
8
7
  v20210526: v20210526_1.v20210526,
8
+ v20201222: v20201222_1.v20201222,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const facefusion: {
2
- v20181201: {
3
- Client: typeof import("./v20181201/facefusion_client").Client;
4
- Models: typeof import("./v20181201/facefusion_models");
5
- };
6
2
  v20220927: {
7
3
  Client: typeof import("./v20220927/facefusion_client").Client;
8
4
  Models: typeof import("./v20220927/facefusion_models");
9
5
  };
6
+ v20181201: {
7
+ Client: typeof import("./v20181201/facefusion_client").Client;
8
+ Models: typeof import("./v20181201/facefusion_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.facefusion = void 0;
4
- const v20181201_1 = require("./v20181201");
5
4
  const v20220927_1 = require("./v20220927");
5
+ const v20181201_1 = require("./v20181201");
6
6
  exports.facefusion = {
7
- v20181201: v20181201_1.v20181201,
8
7
  v20220927: v20220927_1.v20220927,
8
+ v20181201: v20181201_1.v20181201,
9
9
  };
@@ -353,7 +353,7 @@ export interface TryLipstickPicRequest {
353
353
  export interface StyleImageProRequest {
354
354
  /**
355
355
  * 滤镜类型,取值如下:
356
- 1.白茶;2 白皙;3.初夏;4.东京;5.告白;6.暖阳;7.蔷薇;8.清澄;9.清透;10.甜薄荷;11.默认;12.心动;13.哑灰;14.樱桃布丁;15.自然;16.清逸;17.黑白;18.水果;19.爱情;20.冬日;21.相片;22.夏日;23.香氛;24.魅惑;25.悸动;26.沙滩;27.街拍;28.甜美;29.初吻;30.午后;31.活力;32.朦胧;33.悦动;34.时尚;35.气泡;36.柠檬;37.棉花糖;38.小溪;39.丽人;40.咖啡;41.嫩芽;42.热情;43.渐暖;44.早餐;45.白茶;46.白嫩;47.圣代;48.森林;49.冲浪;50.奶咖;51.清澈;52.微风;53.日落;54.水光;55.日系;56.星光;57.阳光;58.落叶;59.生机;60.甜心;61.清逸;62.春意;63.罗马;64.青涩;65.清风;66.暖心;67.海水;68.神秘;69.旧调1;70.旧调2;71.雪顶;72.日光;73.浮云;74.流彩;75.胶片;76.回味;77.奶酪;78.蝴蝶。
356
+ 1.白茶1;2 白皙;3.初夏;4.东京;5.告白;6.暖阳;7.蔷薇;8.清澄;9.清透;10.甜薄荷;11.默认;12.心动;13.哑灰;14.樱桃布丁;15.自然;16.清逸1;17.黑白;18.水果;19.爱情;20.冬日;21.相片;22.夏日;23.香氛;24.魅惑;25.悸动;26.沙滩;27.街拍;28.甜美;29.初吻;30.午后;31.活力;32.朦胧;33.悦动;34.时尚;35.气泡;36.柠檬;37.棉花糖;38.小溪;39.丽人;40.咖啡;41.嫩芽;42.热情;43.渐暖;44.早餐;45.白茶2;46.白嫩;47.圣代;48.森林;49.冲浪;50.奶咖;51.清澈;52.微风;53.日落;54.水光;55.日系;56.星光;57.阳光;58.落叶;59.生机;60.甜心;61.清逸2;62.春意;63.罗马;64.青涩;65.清风;66.暖心;67.海水;68.神秘;69.旧调1;70.旧调2;71.雪顶;72.日光;73.浮云;74.流彩;75.胶片;76.回味;77.奶酪;78.蝴蝶。
357
357
  */
358
358
  FilterType: number;
359
359
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const iotcloud: {
2
- v20210408: {
3
- Client: typeof import("./v20210408/iotcloud_client").Client;
4
- Models: typeof import("./v20210408/iotcloud_models");
5
- };
6
2
  v20180614: {
7
3
  Client: typeof import("./v20180614/iotcloud_client").Client;
8
4
  Models: typeof import("./v20180614/iotcloud_models");
9
5
  };
6
+ v20210408: {
7
+ Client: typeof import("./v20210408/iotcloud_client").Client;
8
+ Models: typeof import("./v20210408/iotcloud_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotcloud = void 0;
4
- const v20210408_1 = require("./v20210408");
5
4
  const v20180614_1 = require("./v20180614");
5
+ const v20210408_1 = require("./v20210408");
6
6
  exports.iotcloud = {
7
- v20210408: v20210408_1.v20210408,
8
7
  v20180614: v20180614_1.v20180614,
8
+ v20210408: v20210408_1.v20210408,
9
9
  };
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { UpdateDevicesEnableStateResponse, DescribeCloudStorageDateRequest, DescribeDeviceLocationSolveRequest, DeleteProjectRequest, DescribeCloudStorageAIServiceResponse, ListEventHistoryResponse, ModifyLoRaGatewayRequest, DescribeDeviceFirmwaresRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteDevicesResponse, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetGatewaySubDeviceListResponse, DescribeCloudStorageThumbnailListRequest, DeleteStudioProductResponse, BindDevicesRequest, DescribeDevicePackagesRequest, GetDeviceListResponse, GenerateSignedVideoURLRequest, DeleteLoRaFrequencyResponse, DescribeCloudStorageMultiThumbnailResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, InheritCloudStorageUserRequest, TransferCloudStorageResponse, CreateStudioProductResponse, CallDeviceActionSyncRequest, GetProjectListResponse, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, DisableTopicRuleRequest, CreateBatchProductionRequest, DeletePositionFenceResponse, ModifyLoRaFrequencyRequest, DescribeCloudStoragePackageConsumeDetailsResponse, DescribeCloudStoragePackageConsumeStatsResponse, ModifyCloudStorageAIServiceCallbackResponse, DescribeCloudStorageUsersResponse, SearchTopicRuleRequest, DescribeDeviceDataRequest, ModifyProductCloudStorageAIServiceResponse, DescribeCloudStorageStreamDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, GenSingleDeviceSignatureOfPublicResponse, GetDeviceSumStatisticsResponse, DeletePositionSpaceRequest, DescribePackageConsumeTasksRequest, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, ModifyCloudStorageAIServiceResponse, GetTopicRuleListRequest, GetFamilyDeviceUserListResponse, DescribeCloudStorageOrderRequest, ModifyProjectRequest, DescribeBatchProductionResponse, PublishRRPCMessageRequest, DescribeProductCloudStorageAIServiceResponse, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ModifyStudioProductResponse, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DescribePackageConsumeTasksResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, GetPositionSpaceListRequest, DescribeDeviceFirmWareResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, ModifyCloudStorageAIServiceCallbackRequest, DescribeDeviceFirmWareRequest, UpdateDevicesEnableStateRequest, BindCloudStorageUserRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, ModifyCloudStorageAIServiceRequest, CreateDeviceResponse, CreateDeviceRequest, DescribeDevicePositionListResponse, InheritCloudStorageUserResponse, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DescribeTopicPolicyRequest, DisableTopicRuleResponse, DescribeDeviceLocationSolveResponse, DescribeCloudStorageAIServiceTasksRequest, DescribeStudioProductResponse, CreateFenceBindRequest, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, DescribeProductCloudStorageAIServiceRequest, ModifyTopicRuleRequest, UploadFirmwareRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, ResetCloudStorageEventRequest, DescribeFenceEventListRequest, GetLoRaGatewayListResponse, ModifyPositionSpaceRequest, DescribeGatewaySubProductsResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DescribeCloudStoragePackageConsumeStatsRequest, ListEventHistoryRequest, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeCloudStorageThumbnailRequest, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, EnableTopicRuleRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, ModifyModelDefinitionRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, DescribeCloudStorageEventsResponse, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeCloudStorageDateResponse, DescribeInstanceResponse, DescribeGatewaySubDeviceListResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UnbindDevicesResponse, CreateIotVideoCloudStorageRequest, ModifyModelDefinitionResponse, DescribeCloudStoragePackageConsumeDetailsRequest, UploadFirmwareResponse, DescribePackageConsumeTaskRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyLoRaFrequencyResponse, DescribeFenceBindListResponse, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, ResetCloudStorageResponse, ResetCloudStorageEventResponse, GetProjectListRequest, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, TransferCloudStorageRequest, GetGatewaySubDeviceListRequest, SearchStudioProductRequest, ListTopicPolicyRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DeleteCloudStorageEventRequest, GetCOSURLRequest, DescribeLoRaFrequencyRequest, ModifyProductCloudStorageAIServiceRequest, DescribeCloudStorageResponse, ResetCloudStorageRequest, DescribeGatewayBindDevicesRequest, DescribeCloudStorageAIServiceCallbackResponse, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, GetDeviceSumStatisticsRequest, ModifySpacePropertyResponse, PublishMessageResponse, DescribeCloudStorageAIServiceCallbackRequest, ModifyTopicPolicyRequest, DescribeCloudStorageRequest, BindDevicesResponse, GenerateSignedVideoURLResponse, DescribeCloudStorageThumbnailResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageUsersRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribeCloudStorageOrderResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, DescribeDevicePackagesResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyFenceBindResponse, DescribeInstanceRequest, DescribeLoRaFrequencyResponse, DescribeCloudStorageTimeRequest, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeDeviceFirmwaresResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
3
+ import { UpdateDevicesEnableStateResponse, DescribeCloudStorageDateRequest, DescribeDeviceLocationSolveRequest, DeleteProjectRequest, DescribeCloudStorageAIServiceResponse, ListEventHistoryResponse, ModifyLoRaGatewayRequest, DescribeDeviceFirmwaresRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteDevicesResponse, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetGatewaySubDeviceListResponse, DescribeCloudStorageThumbnailListRequest, DeleteStudioProductResponse, BindDevicesRequest, DescribeDevicePackagesRequest, GetDeviceListResponse, DismissRoomByStrRoomIdFromTRTCResponse, GenerateSignedVideoURLRequest, DeleteLoRaFrequencyResponse, DescribeGatewaySubDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, InheritCloudStorageUserRequest, TransferCloudStorageResponse, CreateStudioProductResponse, CallDeviceActionSyncRequest, GetProjectListResponse, ModifyFenceBindResponse, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, DisableTopicRuleRequest, CreateBatchProductionRequest, DeletePositionFenceResponse, DescribeCloudStorageAIServiceTaskRequest, DescribeCloudStoragePackageConsumeDetailsResponse, DescribeCloudStoragePackageConsumeStatsResponse, UnbindDevicesResponse, ModifyCloudStorageAIServiceCallbackResponse, DescribeCloudStorageUsersResponse, SearchTopicRuleRequest, DescribeDeviceDataRequest, ModifyProductCloudStorageAIServiceResponse, DescribeCloudStorageStreamDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, GenSingleDeviceSignatureOfPublicResponse, GetDeviceSumStatisticsResponse, DeletePositionSpaceRequest, DescribePackageConsumeTasksRequest, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, ModifyCloudStorageAIServiceResponse, GetTopicRuleListRequest, GenerateCloudStorageAIServiceTaskFileURLResponse, GetFamilyDeviceUserListResponse, DescribeCloudStorageOrderRequest, ModifyProjectRequest, DescribeBatchProductionResponse, PublishRRPCMessageRequest, DescribeProductCloudStorageAIServiceResponse, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ModifyStudioProductResponse, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DescribePackageConsumeTasksResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, GetPositionSpaceListRequest, DescribeDeviceFirmWareResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, ModifyCloudStorageAIServiceCallbackRequest, DescribeDeviceFirmWareRequest, UpdateDevicesEnableStateRequest, BindCloudStorageUserRequest, DescribeTopicRuleRequest, GetDeviceLocationHistoryRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, ModifyCloudStorageAIServiceRequest, CreateDeviceResponse, CreateDeviceRequest, DescribeDevicePositionListResponse, InheritCloudStorageUserResponse, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DescribeTopicPolicyRequest, DisableTopicRuleResponse, DescribeDeviceLocationSolveResponse, DescribeCloudStorageAIServiceTasksRequest, DescribeStudioProductResponse, CreateFenceBindRequest, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, DescribeProductCloudStorageAIServiceRequest, ModifyTopicRuleRequest, UploadFirmwareRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, ResetCloudStorageEventRequest, DescribeFenceEventListRequest, GetLoRaGatewayListResponse, ModifyPositionSpaceRequest, DescribeGatewaySubProductsResponse, ModifyLoRaGatewayResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DescribeCloudStoragePackageConsumeStatsRequest, ListEventHistoryRequest, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeCloudStorageThumbnailRequest, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, EnableTopicRuleRequest, RemoveUserByRoomIdFromTRTCRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, ModifyModelDefinitionRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, DescribeCloudStorageAIServiceTaskResponse, DescribeCloudStorageEventsResponse, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeCloudStorageDateResponse, DescribeInstanceResponse, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, ModifyModelDefinitionResponse, CreateIotVideoCloudStorageRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeCloudStoragePackageConsumeDetailsRequest, UploadFirmwareResponse, DescribePackageConsumeTaskRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyLoRaFrequencyResponse, DescribeFenceBindListResponse, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, ResetCloudStorageResponse, ResetCloudStorageEventResponse, GetProjectListRequest, ModifyLoRaFrequencyRequest, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, TransferCloudStorageRequest, GetGatewaySubDeviceListRequest, ListTopicPolicyRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DeleteCloudStorageEventRequest, GetCOSURLRequest, DescribeLoRaFrequencyRequest, ModifyProductCloudStorageAIServiceRequest, DescribeCloudStorageResponse, ResetCloudStorageRequest, DescribeGatewayBindDevicesRequest, DescribeCloudStorageAIServiceCallbackResponse, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, GetDeviceSumStatisticsRequest, ModifySpacePropertyResponse, PublishMessageResponse, DescribeCloudStorageAIServiceCallbackRequest, ModifyTopicPolicyRequest, DescribeCloudStorageRequest, BindDevicesResponse, GenerateSignedVideoURLResponse, DescribeCloudStorageThumbnailResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageUsersRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribeCloudStorageOrderResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, CreateTRTCSignaturesWithRoomIdResponse, DescribeDevicePackagesResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, GenerateCloudStorageAIServiceTaskFileURLRequest, DescribeInstanceRequest, SearchStudioProductRequest, RemoveUserByRoomIdFromTRTCResponse, DescribeLoRaFrequencyResponse, DescribeCloudStorageTimeRequest, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, DescribeDeviceFirmwaresResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
4
4
  /**
5
5
  * iotexplorer client
6
6
  * @class
@@ -79,6 +79,10 @@ export declare class Client extends AbstractClient {
79
79
  * 批量拉取云存事件缩略图
80
80
  */
81
81
  DescribeCloudStorageThumbnailList(req: DescribeCloudStorageThumbnailListRequest, cb?: (error: string, rep: DescribeCloudStorageThumbnailListResponse) => void): Promise<DescribeCloudStorageThumbnailListResponse>;
82
+ /**
83
+ * 创建TRTC通话参数
84
+ */
85
+ CreateTRTCSignaturesWithRoomId(req: CreateTRTCSignaturesWithRoomIdRequest, cb?: (error: string, rep: CreateTRTCSignaturesWithRoomIdResponse) => void): Promise<CreateTRTCSignaturesWithRoomIdResponse>;
82
86
  /**
83
87
  * 更新围栏绑定信息
84
88
  */
@@ -192,9 +196,9 @@ export declare class Client extends AbstractClient {
192
196
  */
193
197
  DescribeFirmwareTask(req: DescribeFirmwareTaskRequest, cb?: (error: string, rep: DescribeFirmwareTaskResponse) => void): Promise<DescribeFirmwareTaskResponse>;
194
198
  /**
195
- * 获取位置空间列表
199
+ * 查询指定的云存 AI 分析任务
196
200
  */
197
- GetPositionSpaceList(req: GetPositionSpaceListRequest, cb?: (error: string, rep: GetPositionSpaceListResponse) => void): Promise<GetPositionSpaceListResponse>;
201
+ DescribeCloudStorageAIServiceTask(req: DescribeCloudStorageAIServiceTaskRequest, cb?: (error: string, rep: DescribeCloudStorageAIServiceTaskResponse) => void): Promise<DescribeCloudStorageAIServiceTaskResponse>;
198
202
  /**
199
203
  * 重置云存服务
200
204
  */
@@ -251,6 +255,10 @@ export declare class Client extends AbstractClient {
251
255
  * 批量解绑子产品
252
256
  */
253
257
  UnbindProducts(req: UnbindProductsRequest, cb?: (error: string, rep: UnbindProductsResponse) => void): Promise<UnbindProductsResponse>;
258
+ /**
259
+ * 获取位置空间列表
260
+ */
261
+ GetPositionSpaceList(req: GetPositionSpaceListRequest, cb?: (error: string, rep: GetPositionSpaceListResponse) => void): Promise<GetPositionSpaceListResponse>;
254
262
  /**
255
263
  * 提供删除某个项目下产品的能力
256
264
  */
@@ -263,6 +271,10 @@ export declare class Client extends AbstractClient {
263
271
  * 获取网关绑定的子设备列表
264
272
  */
265
273
  DescribeGatewayBindDevices(req: DescribeGatewayBindDevicesRequest, cb?: (error: string, rep: DescribeGatewayBindDevicesResponse) => void): Promise<DescribeGatewayBindDevicesResponse>;
274
+ /**
275
+ * 解散TRTC房间
276
+ */
277
+ DismissRoomByStrRoomIdFromTRTC(req: DismissRoomByStrRoomIdFromTRTCRequest, cb?: (error: string, rep: DismissRoomByStrRoomIdFromTRTCResponse) => void): Promise<DismissRoomByStrRoomIdFromTRTCResponse>;
266
278
  /**
267
279
  * 创建围栏
268
280
  */
@@ -307,14 +319,18 @@ export declare class Client extends AbstractClient {
307
319
  * 批量绑定子产品
308
320
  */
309
321
  BindProducts(req: BindProductsRequest, cb?: (error: string, rep: BindProductsResponse) => void): Promise<BindProductsResponse>;
322
+ /**
323
+ * TRTC操作,将用户从房间移出
324
+ */
325
+ RemoveUserByRoomIdFromTRTC(req: RemoveUserByRoomIdFromTRTCRequest, cb?: (error: string, rep: RemoveUserByRoomIdFromTRTCResponse) => void): Promise<RemoveUserByRoomIdFromTRTCResponse>;
310
326
  /**
311
327
  * 搜索位置空间
312
328
  */
313
329
  SearchPositionSpace(req: SearchPositionSpaceRequest, cb?: (error: string, rep: SearchPositionSpaceResponse) => void): Promise<SearchPositionSpaceResponse>;
314
330
  /**
315
- * 为用户提供新建项目的能力,用于集中管理产品和应用。
331
+ * 本接口(UpdateTopicPolicy)用于更新Topic信息
316
332
  */
317
- CreateProject(req: CreateProjectRequest, cb?: (error: string, rep: CreateProjectResponse) => void): Promise<CreateProjectResponse>;
333
+ ModifyTopicPolicy(req: ModifyTopicPolicyRequest, cb?: (error: string, rep: ModifyTopicPolicyResponse) => void): Promise<ModifyTopicPolicyResponse>;
318
334
  /**
319
335
  * 获取位置空间中围栏告警事件列表
320
336
  */
@@ -363,6 +379,10 @@ export declare class Client extends AbstractClient {
363
379
  * 绑定云存用户
364
380
  */
365
381
  BindCloudStorageUser(req: BindCloudStorageUserRequest, cb?: (error: string, rep: BindCloudStorageUserResponse) => void): Promise<BindCloudStorageUserResponse>;
382
+ /**
383
+ * 获取指定网关设备的子设备列表
384
+ */
385
+ GetGatewaySubDeviceList(req: GetGatewaySubDeviceListRequest, cb?: (error: string, rep: GetGatewaySubDeviceListResponse) => void): Promise<GetGatewaySubDeviceListResponse>;
366
386
  /**
367
387
  * 获取量产详情信息。
368
388
  */
@@ -376,13 +396,13 @@ export declare class Client extends AbstractClient {
376
396
  */
377
397
  DeleteDevices(req: DeleteDevicesRequest, cb?: (error: string, rep: DeleteDevicesResponse) => void): Promise<DeleteDevicesResponse>;
378
398
  /**
379
- * 获取指定网关设备的子设备列表
399
+ * 为用户提供新建项目的能力,用于集中管理产品和应用。
380
400
  */
381
- GetGatewaySubDeviceList(req: GetGatewaySubDeviceListRequest, cb?: (error: string, rep: GetGatewaySubDeviceListResponse) => void): Promise<GetGatewaySubDeviceListResponse>;
401
+ CreateProject(req: CreateProjectRequest, cb?: (error: string, rep: CreateProjectResponse) => void): Promise<CreateProjectResponse>;
382
402
  /**
383
- * 本接口(UpdateTopicPolicy)用于更新Topic信息
403
+ * 获取云存 AI 分析任务输出文件的下载地址
384
404
  */
385
- ModifyTopicPolicy(req: ModifyTopicPolicyRequest, cb?: (error: string, rep: ModifyTopicPolicyResponse) => void): Promise<ModifyTopicPolicyResponse>;
405
+ GenerateCloudStorageAIServiceTaskFileURL(req: GenerateCloudStorageAIServiceTaskFileURLRequest, cb?: (error: string, rep: GenerateCloudStorageAIServiceTaskFileURLResponse) => void): Promise<GenerateCloudStorageAIServiceTaskFileURLResponse>;
386
406
  /**
387
407
  * 查询云存服务详情
388
408
  */
@@ -135,6 +135,12 @@ class Client extends abstract_client_1.AbstractClient {
135
135
  async DescribeCloudStorageThumbnailList(req, cb) {
136
136
  return this.request("DescribeCloudStorageThumbnailList", req, cb);
137
137
  }
138
+ /**
139
+ * 创建TRTC通话参数
140
+ */
141
+ async CreateTRTCSignaturesWithRoomId(req, cb) {
142
+ return this.request("CreateTRTCSignaturesWithRoomId", req, cb);
143
+ }
138
144
  /**
139
145
  * 更新围栏绑定信息
140
146
  */
@@ -304,10 +310,10 @@ class Client extends abstract_client_1.AbstractClient {
304
310
  return this.request("DescribeFirmwareTask", req, cb);
305
311
  }
306
312
  /**
307
- * 获取位置空间列表
313
+ * 查询指定的云存 AI 分析任务
308
314
  */
309
- async GetPositionSpaceList(req, cb) {
310
- return this.request("GetPositionSpaceList", req, cb);
315
+ async DescribeCloudStorageAIServiceTask(req, cb) {
316
+ return this.request("DescribeCloudStorageAIServiceTask", req, cb);
311
317
  }
312
318
  /**
313
319
  * 重置云存服务
@@ -393,6 +399,12 @@ class Client extends abstract_client_1.AbstractClient {
393
399
  async UnbindProducts(req, cb) {
394
400
  return this.request("UnbindProducts", req, cb);
395
401
  }
402
+ /**
403
+ * 获取位置空间列表
404
+ */
405
+ async GetPositionSpaceList(req, cb) {
406
+ return this.request("GetPositionSpaceList", req, cb);
407
+ }
396
408
  /**
397
409
  * 提供删除某个项目下产品的能力
398
410
  */
@@ -411,6 +423,12 @@ class Client extends abstract_client_1.AbstractClient {
411
423
  async DescribeGatewayBindDevices(req, cb) {
412
424
  return this.request("DescribeGatewayBindDevices", req, cb);
413
425
  }
426
+ /**
427
+ * 解散TRTC房间
428
+ */
429
+ async DismissRoomByStrRoomIdFromTRTC(req, cb) {
430
+ return this.request("DismissRoomByStrRoomIdFromTRTC", req, cb);
431
+ }
414
432
  /**
415
433
  * 创建围栏
416
434
  */
@@ -477,6 +495,12 @@ class Client extends abstract_client_1.AbstractClient {
477
495
  async BindProducts(req, cb) {
478
496
  return this.request("BindProducts", req, cb);
479
497
  }
498
+ /**
499
+ * TRTC操作,将用户从房间移出
500
+ */
501
+ async RemoveUserByRoomIdFromTRTC(req, cb) {
502
+ return this.request("RemoveUserByRoomIdFromTRTC", req, cb);
503
+ }
480
504
  /**
481
505
  * 搜索位置空间
482
506
  */
@@ -484,10 +508,10 @@ class Client extends abstract_client_1.AbstractClient {
484
508
  return this.request("SearchPositionSpace", req, cb);
485
509
  }
486
510
  /**
487
- * 为用户提供新建项目的能力,用于集中管理产品和应用。
511
+ * 本接口(UpdateTopicPolicy)用于更新Topic信息
488
512
  */
489
- async CreateProject(req, cb) {
490
- return this.request("CreateProject", req, cb);
513
+ async ModifyTopicPolicy(req, cb) {
514
+ return this.request("ModifyTopicPolicy", req, cb);
491
515
  }
492
516
  /**
493
517
  * 获取位置空间中围栏告警事件列表
@@ -561,6 +585,12 @@ class Client extends abstract_client_1.AbstractClient {
561
585
  async BindCloudStorageUser(req, cb) {
562
586
  return this.request("BindCloudStorageUser", req, cb);
563
587
  }
588
+ /**
589
+ * 获取指定网关设备的子设备列表
590
+ */
591
+ async GetGatewaySubDeviceList(req, cb) {
592
+ return this.request("GetGatewaySubDeviceList", req, cb);
593
+ }
564
594
  /**
565
595
  * 获取量产详情信息。
566
596
  */
@@ -580,16 +610,16 @@ class Client extends abstract_client_1.AbstractClient {
580
610
  return this.request("DeleteDevices", req, cb);
581
611
  }
582
612
  /**
583
- * 获取指定网关设备的子设备列表
613
+ * 为用户提供新建项目的能力,用于集中管理产品和应用。
584
614
  */
585
- async GetGatewaySubDeviceList(req, cb) {
586
- return this.request("GetGatewaySubDeviceList", req, cb);
615
+ async CreateProject(req, cb) {
616
+ return this.request("CreateProject", req, cb);
587
617
  }
588
618
  /**
589
- * 本接口(UpdateTopicPolicy)用于更新Topic信息
619
+ * 获取云存 AI 分析任务输出文件的下载地址
590
620
  */
591
- async ModifyTopicPolicy(req, cb) {
592
- return this.request("ModifyTopicPolicy", req, cb);
621
+ async GenerateCloudStorageAIServiceTaskFileURL(req, cb) {
622
+ return this.request("GenerateCloudStorageAIServiceTaskFileURL", req, cb);
593
623
  }
594
624
  /**
595
625
  * 查询云存服务详情