tencentcloud-sdk-nodejs 4.0.916 → 4.0.918

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 (118) hide show
  1. package/CHANGELOG.md +465 -0
  2. package/SERVICE_CHANGELOG.md +545 -13
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +64 -5
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/chdfs/index.ts +2 -2
  9. package/src/services/dbbrain/index.ts +2 -2
  10. package/src/services/dlc/v20210125/dlc_models.ts +54 -1
  11. package/src/services/dts/index.ts +2 -2
  12. package/src/services/eis/index.ts +2 -2
  13. package/src/services/es/v20180416/es_client.ts +3 -2
  14. package/src/services/es/v20180416/es_models.ts +39 -1
  15. package/src/services/ess/v20201111/ess_client.ts +68 -32
  16. package/src/services/ess/v20201111/ess_models.ts +232 -99
  17. package/src/services/essbasic/index.ts +2 -2
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +517 -464
  20. package/src/services/faceid/v20180301/faceid_models.ts +2 -0
  21. package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  23. package/src/services/iai/index.ts +2 -2
  24. package/src/services/iotcloud/index.ts +2 -2
  25. package/src/services/iotvideo/index.ts +2 -2
  26. package/src/services/irp/index.ts +2 -2
  27. package/src/services/iss/v20230517/iss_models.ts +27 -0
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/mna/v20210119/mna_client.ts +12 -0
  30. package/src/services/mna/v20210119/mna_models.ts +42 -0
  31. package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
  32. package/src/services/ms/v20180408/ms_client.ts +88 -42
  33. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  34. package/src/services/organization/v20210331/organization_client.ts +992 -396
  35. package/src/services/organization/v20210331/organization_models.ts +4192 -1603
  36. package/src/services/tat/v20201028/tat_client.ts +13 -0
  37. package/src/services/tat/v20201028/tat_models.ts +78 -1
  38. package/src/services/tem/index.ts +2 -2
  39. package/src/services/teo/index.ts +2 -2
  40. package/src/services/teo/v20220901/teo_models.ts +2 -3
  41. package/src/services/thpc/index.ts +4 -4
  42. package/src/services/trocket/v20230308/trocket_models.ts +31 -7
  43. package/src/services/trtc/v20190722/trtc_models.ts +10 -0
  44. package/src/services/tsw/index.ts +2 -2
  45. package/src/services/vm/index.ts +2 -2
  46. package/src/services/yunsou/index.ts +2 -2
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +64 -5
  50. package/tencentcloud/services/btoe/index.d.ts +4 -4
  51. package/tencentcloud/services/btoe/index.js +2 -2
  52. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  53. package/tencentcloud/services/chdfs/index.js +2 -2
  54. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  55. package/tencentcloud/services/dbbrain/index.js +2 -2
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
  57. package/tencentcloud/services/dts/index.d.ts +4 -4
  58. package/tencentcloud/services/dts/index.js +2 -2
  59. package/tencentcloud/services/eis/index.d.ts +4 -4
  60. package/tencentcloud/services/eis/index.js +2 -2
  61. package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -0
  62. package/tencentcloud/services/es/v20180416/es_client.js +1 -0
  63. package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
  64. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -20
  65. package/tencentcloud/services/ess/v20201111/ess_client.js +47 -23
  66. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +228 -99
  67. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  68. package/tencentcloud/services/essbasic/index.js +2 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
  71. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +521 -470
  72. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
  73. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
  74. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  75. package/tencentcloud/services/iai/index.d.ts +4 -4
  76. package/tencentcloud/services/iai/index.js +2 -2
  77. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  78. package/tencentcloud/services/iotcloud/index.js +2 -2
  79. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  80. package/tencentcloud/services/iotvideo/index.js +2 -2
  81. package/tencentcloud/services/irp/index.d.ts +4 -4
  82. package/tencentcloud/services/irp/index.js +2 -2
  83. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
  84. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  85. package/tencentcloud/services/mgobe/index.js +2 -2
  86. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
  87. package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
  88. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
  90. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
  91. package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
  92. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  93. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
  94. package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
  95. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
  96. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
  97. package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
  98. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
  99. package/tencentcloud/services/tem/index.d.ts +4 -4
  100. package/tencentcloud/services/tem/index.js +2 -2
  101. package/tencentcloud/services/teo/index.d.ts +4 -4
  102. package/tencentcloud/services/teo/index.js +2 -2
  103. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
  104. package/tencentcloud/services/thpc/index.d.ts +6 -6
  105. package/tencentcloud/services/thpc/index.js +4 -4
  106. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
  107. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
  108. package/tencentcloud/services/tsw/index.d.ts +4 -4
  109. package/tencentcloud/services/tsw/index.js +2 -2
  110. package/tencentcloud/services/vm/index.d.ts +4 -4
  111. package/tencentcloud/services/vm/index.js +2 -2
  112. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  113. package/tencentcloud/services/yunsou/index.js +2 -2
  114. package/test/ess.v20201111.test.js +22 -2
  115. package/test/essbasic.v20210526.test.js +10 -0
  116. package/test/mna.v20210119.test.js +10 -0
  117. package/test/organization.v20210331.test.js +605 -125
  118. package/test/tat.v20201028.test.js +10 -0
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { CreateRegisterCodeResponse, PreviewReplacedCommandContentResponse, CreateCommandResponse, DisableInvokerRequest, DisableRegisterCodesRequest, DescribeRegisterInstancesRequest, DeleteRegisterCodesRequest, RunCommandRequest, InvokeCommandRequest, DescribeInvocationTasksRequest, DeleteRegisterInstanceResponse, DescribeRegionsRequest, DescribeInvokerRecordsResponse, ModifyInvokerRequest, DeleteCommandsRequest, EnableInvokerResponse, DescribeQuotasRequest, EnableInvokerRequest, DescribeRegisterInstancesResponse, ModifyCommandResponse, DescribeInvokersResponse, CancelInvocationResponse, DeleteRegisterInstanceRequest, DeleteCommandResponse, DisableInvokerResponse, DescribeCommandsResponse, CreateRegisterCodeRequest, CreateInvokerRequest, DescribeAutomationAgentStatusRequest, InvokeCommandResponse, ModifyCommandRequest, DescribeInvokersRequest, DescribeCommandsRequest, DeleteInvokerResponse, DescribeInvocationsRequest, DescribeInvocationsResponse, DescribeInvocationTasksResponse, PreviewReplacedCommandContentRequest, ModifyInvokerResponse, ModifyRegisterInstanceResponse, DescribeRegisterCodesResponse, DescribeAutomationAgentStatusResponse, CreateInvokerResponse, CancelInvocationRequest, DescribeRegisterCodesRequest, DeleteCommandRequest, DeleteCommandsResponse, DeleteRegisterCodesResponse, DescribeInvokerRecordsRequest, DeleteInvokerRequest, ModifyRegisterInstanceRequest, RunCommandResponse, DisableRegisterCodesResponse, DescribeQuotasResponse, DescribeRegionsResponse, CreateCommandRequest } from "./tat_models";
3
+ import { CreateRegisterCodeResponse, PreviewReplacedCommandContentResponse, CreateCommandResponse, DisableInvokerRequest, DisableRegisterCodesRequest, DescribeRegisterInstancesRequest, DeleteRegisterCodesRequest, RunCommandRequest, InvokeCommandRequest, DescribeInvocationTasksRequest, DeleteRegisterInstanceResponse, DescribeRegionsRequest, DescribeInvokerRecordsResponse, ModifyInvokerRequest, DeleteCommandsRequest, EnableInvokerResponse, DescribeQuotasRequest, EnableInvokerRequest, DescribeScenesResponse, DescribeRegisterInstancesResponse, ModifyCommandResponse, DescribeInvokersResponse, CancelInvocationResponse, DeleteRegisterInstanceRequest, DeleteCommandResponse, DisableInvokerResponse, DescribeCommandsResponse, CreateRegisterCodeRequest, CreateInvokerRequest, DescribeAutomationAgentStatusRequest, InvokeCommandResponse, ModifyCommandRequest, DescribeInvokersRequest, DescribeCommandsRequest, DeleteInvokerResponse, DescribeInvocationsRequest, DescribeInvocationsResponse, DescribeInvocationTasksResponse, PreviewReplacedCommandContentRequest, ModifyInvokerResponse, ModifyRegisterInstanceResponse, DescribeRegisterCodesResponse, DescribeAutomationAgentStatusResponse, CreateInvokerResponse, CancelInvocationRequest, DescribeRegisterCodesRequest, DeleteCommandRequest, DeleteCommandsResponse, DescribeScenesRequest, DeleteRegisterCodesResponse, DescribeInvokerRecordsRequest, DeleteInvokerRequest, ModifyRegisterInstanceRequest, RunCommandResponse, DisableRegisterCodesResponse, DescribeQuotasResponse, DescribeRegionsResponse, CreateCommandRequest } from "./tat_models";
4
4
  /**
5
5
  * tat client
6
6
  * @class
@@ -114,6 +114,10 @@ RegionState 为 AVAILABLE,代表该地域的 TAT 后台服务已经可用;
114
114
  * 此接口用于批量禁用注册码。
115
115
  */
116
116
  DisableRegisterCodes(req: DisableRegisterCodesRequest, cb?: (error: string, rep: DisableRegisterCodesResponse) => void): Promise<DisableRegisterCodesResponse>;
117
+ /**
118
+ * 此接口用于查询场景详情。
119
+ */
120
+ DescribeScenes(req: DescribeScenesRequest, cb?: (error: string, rep: DescribeScenesResponse) => void): Promise<DescribeScenesResponse>;
117
121
  /**
118
122
  * 此接口用于查询执行器的执行记录。
119
123
  */
@@ -182,6 +182,12 @@ RegionState 为 AVAILABLE,代表该地域的 TAT 后台服务已经可用;
182
182
  async DisableRegisterCodes(req, cb) {
183
183
  return this.request("DisableRegisterCodes", req, cb);
184
184
  }
185
+ /**
186
+ * 此接口用于查询场景详情。
187
+ */
188
+ async DescribeScenes(req, cb) {
189
+ return this.request("DescribeScenes", req, cb);
190
+ }
185
191
  /**
186
192
  * 此接口用于查询执行器的执行记录。
187
193
  */
@@ -719,6 +719,23 @@ export interface DefaultParameterConf {
719
719
  */
720
720
  ParameterDescription?: string;
721
721
  }
722
+ /**
723
+ * DescribeScenes返回参数结构体
724
+ */
725
+ export interface DescribeScenesResponse {
726
+ /**
727
+ * 符合条件的场景总数。
728
+ */
729
+ TotalCount?: number;
730
+ /**
731
+ * 场景详情列表。
732
+ */
733
+ SceneSet?: Array<Scene>;
734
+ /**
735
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
736
+ */
737
+ RequestId?: string;
738
+ }
722
739
  /**
723
740
  * DescribeRegisterInstances返回参数结构体
724
741
  */
@@ -1026,6 +1043,7 @@ export interface DescribeCommandsRequest {
1026
1043
  <li> command-id - String - 是否必填:否 -(过滤条件)按照命令ID过滤。</li>
1027
1044
  <li> command-name - String - 是否必填:否 -(过滤条件)按照命令名称过滤。</li>
1028
1045
  <li> command-type - String - 是否必填:否 -(过滤条件)按照命令类型过滤,取值为 SHELL 或 POWERSHELL。</li>
1046
+ <li> scene-id - String - 是否必填:否 -(过滤条件)按照场景ID过滤。</li>
1029
1047
  <li> created-by - String - 是否必填:否 -(过滤条件)按照命令创建者过滤,取值为 TAT 或 USER,TAT 代表公共命令,USER 代表由用户创建的命令。</li>
1030
1048
  <li> tag-key - String - 是否必填:否 -(过滤条件)按照标签键进行过滤。</li>
1031
1049
  <li> tag-value - String - 是否必填:否 -(过滤条件)按照标签值进行过滤。</li>
@@ -1441,6 +1459,62 @@ export interface DeleteCommandsResponse {
1441
1459
  */
1442
1460
  RequestId?: string;
1443
1461
  }
1462
+ /**
1463
+ * 场景详情。
1464
+ */
1465
+ export interface Scene {
1466
+ /**
1467
+ * 场景 ID 。
1468
+ 注意:此字段可能返回 null,表示取不到有效值。
1469
+ */
1470
+ SceneId?: string;
1471
+ /**
1472
+ * 场景名称。
1473
+ 注意:此字段可能返回 null,表示取不到有效值。
1474
+ */
1475
+ SceneName?: string;
1476
+ /**
1477
+ * 场景创建者。
1478
+ 注意:此字段可能返回 null,表示取不到有效值。
1479
+ */
1480
+ CreatedBy?: string;
1481
+ /**
1482
+ * 创建时间。
1483
+ 注意:此字段可能返回 null,表示取不到有效值。
1484
+ */
1485
+ CreatedTime?: string;
1486
+ /**
1487
+ * 更新时间。
1488
+ 注意:此字段可能返回 null,表示取不到有效值。
1489
+ */
1490
+ UpdatedTime?: string;
1491
+ }
1492
+ /**
1493
+ * DescribeScenes请求参数结构体
1494
+ */
1495
+ export interface DescribeScenesRequest {
1496
+ /**
1497
+ * 场景 ID 数组
1498
+ */
1499
+ SceneIds?: Array<string>;
1500
+ /**
1501
+ * 过滤条件。
1502
+ <li> scene-id - String - 是否必填:否 -(过滤条件)按照场景 ID 过滤。</li>
1503
+ <li> scene-name - String - 是否必填:否 -(过滤条件)按照场景名称过滤。</li>
1504
+ <li> created-by - String - 是否必填:否 -(过滤条件)按照场景创建者过滤,取值为 TAT 或 USER。TAT 代表公共命令,USER 代表由用户创建的命令。</li>
1505
+
1506
+ 每次请求的 `Filters` 的上限为10, `Filter.Values` 的上限为5。参数不支持同时指定 `SceneIds` 和 `Filters` 。
1507
+ */
1508
+ Filters?: Array<Filter>;
1509
+ /**
1510
+ * 返回数量,默认为20,最大值为100。关于 `Limit` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1511
+ */
1512
+ Limit?: number;
1513
+ /**
1514
+ * 偏移量,默认为0。关于 `Offset` 的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1515
+ */
1516
+ Offset?: number;
1517
+ }
1444
1518
  /**
1445
1519
  * DeleteRegisterCodes返回参数结构体
1446
1520
  */
@@ -1485,7 +1559,7 @@ export interface ModifyRegisterInstanceRequest {
1485
1559
  */
1486
1560
  InstanceId: string;
1487
1561
  /**
1488
- * 实例名。
1562
+ * 实例名称。有效长度为 1~60 字符。
1489
1563
  */
1490
1564
  InstanceName: string;
1491
1565
  }
@@ -1,10 +1,10 @@
1
1
  export declare const tem: {
2
- v20210701: {
3
- Client: typeof import("./v20210701/tem_client").Client;
4
- Models: typeof import("./v20210701/tem_models");
5
- };
6
2
  v20201221: {
7
3
  Client: typeof import("./v20201221/tem_client").Client;
8
4
  Models: typeof import("./v20201221/tem_models");
9
5
  };
6
+ v20210701: {
7
+ Client: typeof import("./v20210701/tem_client").Client;
8
+ Models: typeof import("./v20210701/tem_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tem = void 0;
4
- const v20210701_1 = require("./v20210701");
5
4
  const v20201221_1 = require("./v20201221");
5
+ const v20210701_1 = require("./v20210701");
6
6
  exports.tem = {
7
- v20210701: v20210701_1.v20210701,
8
7
  v20201221: v20201221_1.v20201221,
8
+ v20210701: v20210701_1.v20210701,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const teo: {
2
- v20220106: {
3
- Client: typeof import("./v20220106/teo_client").Client;
4
- Models: typeof import("./v20220106/teo_models");
5
- };
6
2
  v20220901: {
7
3
  Client: typeof import("./v20220901/teo_client").Client;
8
4
  Models: typeof import("./v20220901/teo_models");
9
5
  };
6
+ v20220106: {
7
+ Client: typeof import("./v20220106/teo_client").Client;
8
+ Models: typeof import("./v20220106/teo_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.teo = void 0;
4
- const v20220106_1 = require("./v20220106");
5
4
  const v20220901_1 = require("./v20220901");
5
+ const v20220106_1 = require("./v20220106");
6
6
  exports.teo = {
7
- v20220106: v20220106_1.v20220106,
8
7
  v20220901: v20220901_1.v20220901,
8
+ v20220106: v20220106_1.v20220106,
9
9
  };
@@ -1201,8 +1201,7 @@ export interface DescribeDDoSAttackEventResponse {
1201
1201
  */
1202
1202
  export interface DescribePrefetchTasksRequest {
1203
1203
  /**
1204
- * 站点ID
1205
- 必填参数。
1204
+ * 站点ID。该参数必填。
1206
1205
  */
1207
1206
  ZoneId?: string;
1208
1207
  /**
@@ -1222,7 +1221,7 @@ export interface DescribePrefetchTasksRequest {
1222
1221
  */
1223
1222
  Limit?: number;
1224
1223
  /**
1225
- * 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤。<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>
1224
+ * 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时<br>   invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
1226
1225
  */
1227
1226
  Filters?: Array<AdvancedFilter>;
1228
1227
  }
@@ -1,14 +1,14 @@
1
1
  export declare const thpc: {
2
- v20230321: {
3
- Client: typeof import("./v20230321/thpc_client").Client;
4
- Models: typeof import("./v20230321/thpc_models");
2
+ v20211109: {
3
+ Client: typeof import("./v20211109/thpc_client").Client;
4
+ Models: typeof import("./v20211109/thpc_models");
5
5
  };
6
6
  v20220401: {
7
7
  Client: typeof import("./v20220401/thpc_client").Client;
8
8
  Models: typeof import("./v20220401/thpc_models");
9
9
  };
10
- v20211109: {
11
- Client: typeof import("./v20211109/thpc_client").Client;
12
- Models: typeof import("./v20211109/thpc_models");
10
+ v20230321: {
11
+ Client: typeof import("./v20230321/thpc_client").Client;
12
+ Models: typeof import("./v20230321/thpc_models");
13
13
  };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
- const v20230321_1 = require("./v20230321");
5
- const v20220401_1 = require("./v20220401");
6
4
  const v20211109_1 = require("./v20211109");
5
+ const v20220401_1 = require("./v20220401");
6
+ const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
- v20230321: v20230321_1.v20230321,
9
- v20220401: v20220401_1.v20220401,
10
8
  v20211109: v20211109_1.v20211109,
9
+ v20220401: v20220401_1.v20220401,
10
+ v20230321: v20230321_1.v20230321,
11
11
  };
@@ -2009,7 +2009,7 @@ export interface CreateInstanceRequest {
2009
2009
  */
2010
2010
  InstanceType: string;
2011
2011
  /**
2012
- * 实例名称
2012
+ * 集群名称
2013
2013
  */
2014
2014
  Name: string;
2015
2015
  /**
@@ -2025,15 +2025,19 @@ export interface CreateInstanceRequest {
2025
2025
  */
2026
2026
  TagList?: Array<Tag>;
2027
2027
  /**
2028
- * 实例绑定的VPC信息
2028
+ * 集群绑定的VPC信息,必填
2029
2029
  */
2030
2030
  VpcList?: Array<VpcInfo>;
2031
2031
  /**
2032
- * 是否开启公网
2032
+ * 是否开启公网,默认值为false表示不开启
2033
2033
  */
2034
2034
  EnablePublic?: boolean;
2035
2035
  /**
2036
- * 公网带宽(单位:兆)
2036
+ * 公网是否按流量计费,默认值为false表示不按流量计费
2037
+ */
2038
+ BillingFlow?: boolean;
2039
+ /**
2040
+ * 公网带宽(单位:兆),默认值为0。如果开启公网,该字段必须为大于0的正整数
2037
2041
  */
2038
2042
  Bandwidth?: number;
2039
2043
  /**
@@ -2045,15 +2049,15 @@ export interface CreateInstanceRequest {
2045
2049
  */
2046
2050
  MessageRetention?: number;
2047
2051
  /**
2048
- * 付费模式(0: 后付费;1: 预付费)
2052
+ * 付费模式(0: 后付费;1: 预付费),默认值为0
2049
2053
  */
2050
2054
  PayMode?: number;
2051
2055
  /**
2052
- * 是否自动续费(0: 不自动续费;1: 自动续费)
2056
+ * 是否自动续费(0: 不自动续费;1: 自动续费),默认值为0
2053
2057
  */
2054
2058
  RenewFlag?: number;
2055
2059
  /**
2056
- * 购买时长(单位:月)
2060
+ * 购买时长(单位:月),默认值为1
2057
2061
  */
2058
2062
  TimeSpan?: number;
2059
2063
  /**
@@ -2553,6 +2557,26 @@ export interface SourceClusterGroupConfig {
2553
2557
  注意:此字段可能返回 null,表示取不到有效值。
2554
2558
  */
2555
2559
  ImportStatus?: string;
2560
+ /**
2561
+ * 4.x的命名空间,出参使用
2562
+ 注意:此字段可能返回 null,表示取不到有效值。
2563
+ */
2564
+ NamespaceV4?: string;
2565
+ /**
2566
+ * 4.x的消费组名,出参使用
2567
+ 注意:此字段可能返回 null,表示取不到有效值。
2568
+ */
2569
+ GroupNameV4?: string;
2570
+ /**
2571
+ * 4.x的完整命名空间,出参使用
2572
+ 注意:此字段可能返回 null,表示取不到有效值。
2573
+ */
2574
+ FullNamespaceV4?: string;
2575
+ /**
2576
+ * 是否为顺序投递,5.0有效
2577
+ 注意:此字段可能返回 null,表示取不到有效值。
2578
+ */
2579
+ ConsumeMessageOrderly?: boolean;
2556
2580
  }
2557
2581
  /**
2558
2582
  * DescribeMQTTUserList请求参数结构体
@@ -27,6 +27,16 @@ export interface AgentConfig {
27
27
  注意:此字段可能返回 null,表示取不到有效值。
28
28
  */
29
29
  WelcomeMessage?: string;
30
+ /**
31
+ * 智能打断模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
32
+ 注意:此字段可能返回 null,表示取不到有效值。
33
+ */
34
+ InterruptMode?: number;
35
+ /**
36
+ * InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
37
+ 注意:此字段可能返回 null,表示取不到有效值。
38
+ */
39
+ InterruptSpeechDuration?: number;
30
40
  }
31
41
  /**
32
42
  * CreatePicture请求参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const tsw: {
2
- v20210412: {
3
- Client: typeof import("./v20210412/tsw_client").Client;
4
- Models: typeof import("./v20210412/tsw_models");
5
- };
6
2
  v20200924: {
7
3
  Client: typeof import("./v20200924/tsw_client").Client;
8
4
  Models: typeof import("./v20200924/tsw_models");
9
5
  };
6
+ v20210412: {
7
+ Client: typeof import("./v20210412/tsw_client").Client;
8
+ Models: typeof import("./v20210412/tsw_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tsw = void 0;
4
- const v20210412_1 = require("./v20210412");
5
4
  const v20200924_1 = require("./v20200924");
5
+ const v20210412_1 = require("./v20210412");
6
6
  exports.tsw = {
7
- v20210412: v20210412_1.v20210412,
8
7
  v20200924: v20200924_1.v20200924,
8
+ v20210412: v20210412_1.v20210412,
9
9
  };
@@ -1,12 +1,12 @@
1
1
  export declare const vm: {
2
- v20200709: {
3
- Client: typeof import("./v20200709/vm_client").Client;
4
- Models: typeof import("./v20200709/vm_models");
5
- };
6
2
  v20210922: {
7
3
  Client: typeof import("./v20210922/vm_client").Client;
8
4
  Models: typeof import("./v20210922/vm_models");
9
5
  };
6
+ v20200709: {
7
+ Client: typeof import("./v20200709/vm_client").Client;
8
+ Models: typeof import("./v20200709/vm_models");
9
+ };
10
10
  v20201229: {
11
11
  Client: typeof import("./v20201229/vm_client").Client;
12
12
  Models: typeof import("./v20201229/vm_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
- const v20200709_1 = require("./v20200709");
5
4
  const v20210922_1 = require("./v20210922");
5
+ const v20200709_1 = require("./v20200709");
6
6
  const v20201229_1 = require("./v20201229");
7
7
  exports.vm = {
8
- v20200709: v20200709_1.v20200709,
9
8
  v20210922: v20210922_1.v20210922,
9
+ v20200709: v20200709_1.v20200709,
10
10
  v20201229: v20201229_1.v20201229,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const yunsou: {
2
- v20180504: {
3
- Client: typeof import("./v20180504/yunsou_client").Client;
4
- Models: typeof import("./v20180504/yunsou_models");
5
- };
6
2
  v20191115: {
7
3
  Client: typeof import("./v20191115/yunsou_client").Client;
8
4
  Models: typeof import("./v20191115/yunsou_models");
9
5
  };
6
+ v20180504: {
7
+ Client: typeof import("./v20180504/yunsou_client").Client;
8
+ Models: typeof import("./v20180504/yunsou_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.yunsou = void 0;
4
- const v20180504_1 = require("./v20180504");
5
4
  const v20191115_1 = require("./v20191115");
5
+ const v20180504_1 = require("./v20180504");
6
6
  exports.yunsou = {
7
- v20180504: v20180504_1.v20180504,
8
7
  v20191115: v20191115_1.v20191115,
8
+ v20180504: v20180504_1.v20180504,
9
9
  };
@@ -438,6 +438,16 @@ it("ess.v20201111.CreateFlowSignUrl", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("ess.v20201111.CreateBatchInitOrganizationUrl", async function () {
442
+ try {
443
+ const data = await client.CreateBatchInitOrganizationUrl({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
441
451
  it("ess.v20201111.CancelUserAutoSignEnableUrl", async function () {
442
452
  try {
443
453
  const data = await client.CancelUserAutoSignEnableUrl({})
@@ -558,6 +568,16 @@ it("ess.v20201111.CreateFlowBlockchainEvidenceUrl", async function () {
558
568
  }
559
569
  })
560
570
 
571
+ it("ess.v20201111.CreateBatchOrganizationRegistrationTasks", async function () {
572
+ try {
573
+ const data = await client.CreateBatchOrganizationRegistrationTasks({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
561
581
  it("ess.v20201111.DescribeUserVerifyStatus", async function () {
562
582
  try {
563
583
  const data = await client.DescribeUserVerifyStatus({})
@@ -578,9 +598,9 @@ it("ess.v20201111.ModifyIntegrationRole", async function () {
578
598
  }
579
599
  })
580
600
 
581
- it("ess.v20201111.CreateBatchOrganizationRegistrationTasks", async function () {
601
+ it("ess.v20201111.CreateBatchOrganizationAuthorizationUrl", async function () {
582
602
  try {
583
- const data = await client.CreateBatchOrganizationRegistrationTasks({})
603
+ const data = await client.CreateBatchOrganizationAuthorizationUrl({})
584
604
  expect(data).to.be.ok
585
605
  } catch(error) {
586
606
  expect(error.requestId).to.be.ok
@@ -668,6 +668,16 @@ it("essbasic.v20210526.ChannelCreateFlowGroupByTemplates", async function () {
668
668
  }
669
669
  })
670
670
 
671
+ it("essbasic.v20210526.CreateBatchInitOrganizationUrl", async function () {
672
+ try {
673
+ const data = await client.CreateBatchInitOrganizationUrl({})
674
+ expect(data).to.be.ok
675
+ } catch(error) {
676
+ expect(error.requestId).to.be.ok
677
+ expect(error.code).to.be.ok
678
+ }
679
+ })
680
+
671
681
  it("essbasic.v20210526.CreateChannelOrganizationInfoChangeUrl", async function () {
672
682
  try {
673
683
  const data = await client.CreateChannelOrganizationInfoChangeUrl({})
@@ -208,6 +208,16 @@ it("mna.v20210119.UpdateDevice", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("mna.v20210119.OrderPerLicense", async function () {
212
+ try {
213
+ const data = await client.OrderPerLicense({})
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
+
211
221
  it("mna.v20210119.GetNetMonitor", async function () {
212
222
  try {
213
223
  const data = await client.GetNetMonitor({})