tencentcloud-sdk-nodejs 4.0.901 → 4.0.903

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 (84) hide show
  1. package/CHANGELOG.md +552 -0
  2. package/SERVICE_CHANGELOG.md +642 -64
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +29 -3
  7. package/src/services/cam/v20190116/cam_models.ts +5 -0
  8. package/src/services/ccc/v20200210/ccc_models.ts +5 -0
  9. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  10. package/src/services/cdb/v20170320/cdb_models.ts +20 -0
  11. package/src/services/cdwch/v20200915/cdwch_client.ts +1 -0
  12. package/src/services/cdwch/v20200915/cdwch_models.ts +16 -0
  13. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
  14. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -0
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  16. package/src/services/dts/v20211206/dts_models.ts +4 -0
  17. package/src/services/ess/v20201111/ess_client.ts +19 -0
  18. package/src/services/ess/v20201111/ess_models.ts +44 -0
  19. package/src/services/gaap/v20180529/gaap_models.ts +17 -17
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  21. package/src/services/iss/v20230517/iss_models.ts +2 -1
  22. package/src/services/mongodb/v20190725/mongodb_client.ts +71 -4
  23. package/src/services/mongodb/v20190725/mongodb_models.ts +282 -35
  24. package/src/services/monitor/v20180724/monitor_models.ts +31 -19
  25. package/src/services/mps/v20190612/mps_models.ts +2 -2
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  27. package/src/services/postgres/v20170312/postgres_client.ts +149 -62
  28. package/src/services/postgres/v20170312/postgres_models.ts +401 -111
  29. package/src/services/rce/v20201103/rce_client.ts +1 -0
  30. package/src/services/rce/v20201103/rce_models.ts +72 -0
  31. package/src/services/tcr/v20190924/tcr_client.ts +2 -2
  32. package/src/services/tcr/v20190924/tcr_models.ts +30 -18
  33. package/src/services/tem/v20210701/tem_models.ts +14 -2
  34. package/src/services/thpc/v20230321/thpc_client.ts +40 -16
  35. package/src/services/thpc/v20230321/thpc_models.ts +236 -146
  36. package/src/services/tke/v20220501/tke_models.ts +4 -0
  37. package/src/services/vclm/v20240523/vclm_models.ts +6 -0
  38. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  39. package/src/services/waf/v20180125/waf_models.ts +206 -39
  40. package/src/services/wedata/v20210820/wedata_models.ts +24 -7
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/as/v20180419/as_models.d.ts +29 -3
  44. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  45. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  46. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  47. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -0
  49. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  50. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +15 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  52. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  53. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
  54. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -0
  56. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +17 -17
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  58. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +2 -1
  59. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +26 -1
  60. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +35 -0
  61. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +270 -35
  62. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +31 -19
  63. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  64. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  65. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +47 -19
  66. package/tencentcloud/services/postgres/v20170312/postgres_client.js +69 -27
  67. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +384 -111
  68. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +71 -0
  69. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
  70. package/tencentcloud/services/tcr/v20190924/tcr_client.js +2 -2
  71. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +30 -18
  72. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -2
  73. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +14 -6
  74. package/tencentcloud/services/thpc/v20230321/thpc_client.js +18 -6
  75. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +232 -146
  76. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
  77. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +6 -0
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +29 -0
  79. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +206 -39
  80. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +24 -7
  81. package/test/ess.v20201111.test.js +10 -0
  82. package/test/mongodb.v20190725.test.js +50 -0
  83. package/test/postgres.v20170312.test.js +88 -18
  84. package/test/thpc.v20230321.test.js +22 -2
@@ -239,7 +239,7 @@ export interface SearchResult {
239
239
  * 搜索引文序号
240
240
  注意:此字段可能返回 null,表示取不到有效值。
241
241
  */
242
- Index?: string
242
+ Index?: number
243
243
  /**
244
244
  * 搜索引文标题
245
245
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3505,7 +3505,8 @@ export interface ListTasksRequest {
3505
3505
  * 默认不根据该字段进行筛选,否则根据设备操作类型进行筛选,目前值有:BatchDeleteUserDevice,BatchDisableDevice,BatchEnableDevice,
3506
3506
  BatchUpgradeDevice,
3507
3507
  BatchResetDevice,
3508
- BatchRebootDevice
3508
+ BatchRebootDevice,
3509
+ BatchRefreshDeviceChannel
3509
3510
  */
3510
3511
  Operation?: string
3511
3512
  /**
@@ -20,17 +20,19 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeSpecInfoRequest,
22
22
  CreateDBInstanceRequest,
23
- DescribeCurrentOpResponse,
23
+ CreateDBInstanceParamTplResponse,
24
24
  DescribeAccountUsersRequest,
25
- SetInstanceMaintenanceResponse,
25
+ DescribeDBInstanceParamTplRequest,
26
26
  CreateBackupDBInstanceResponse,
27
- FlushInstanceRouterConfigRequest,
27
+ DBInstancePrice,
28
28
  KillOpsRequest,
29
29
  InquirePriceRenewDBInstancesRequest,
30
30
  DescribeSlowLogsRequest,
31
31
  FlushInstanceRouterConfigResponse,
32
+ DescribeCurrentOpResponse,
32
33
  InstanceMultiParam,
33
34
  ModifyInstanceParamsResponse,
35
+ SetInstanceMaintenanceResponse,
34
36
  DescribeBackupRulesResponse,
35
37
  SlowLogPattern,
36
38
  AssignProjectResponse,
@@ -38,21 +40,25 @@ import {
38
40
  ModifyMongoDBParamType,
39
41
  OfflineIsolatedDBInstanceResponse,
40
42
  IsolateDBInstanceResponse,
43
+ CreateDBInstanceParamTplRequest,
41
44
  DescribeSecurityGroupRequest,
42
45
  RenameInstanceRequest,
43
46
  DescribeBackupRulesRequest,
44
47
  DescribeBackupDownloadTaskResponse,
45
48
  AddNodeList,
46
- DBInstancePrice,
49
+ FlushInstanceRouterConfigRequest,
47
50
  DBInstanceInfo,
51
+ ParamType,
48
52
  SetAccountUserPrivilegeResponse,
49
53
  FlashbackDatabase,
50
54
  ModifyDBInstanceNetworkAddressRequest,
51
55
  CreateDBInstanceHourResponse,
56
+ DropDBInstanceParamTplResponse,
52
57
  EnableTransparentDataEncryptionRequest,
53
58
  DeleteAccountUserRequest,
54
59
  SpecItem,
55
60
  ModifyDBInstanceNetworkAddressResponse,
61
+ DropDBInstanceParamTplRequest,
56
62
  CreateAccountUserResponse,
57
63
  DescribeSlowLogPatternsResponse,
58
64
  BackupDownloadTaskStatus,
@@ -77,6 +83,7 @@ import {
77
83
  DescribeBackupDownloadTaskRequest,
78
84
  Operation,
79
85
  DescribeClientConnectionsResponse,
86
+ ModifyDBInstanceParamTplResponse,
80
87
  TerminateDBInstancesRequest,
81
88
  DescribeDBBackupsResponse,
82
89
  ModifyDBInstanceSecurityGroupResponse,
@@ -94,9 +101,12 @@ import {
94
101
  DescribeAsyncRequestInfoRequest,
95
102
  FBKeyValue,
96
103
  CreateBackupDownloadTaskRequest,
104
+ ParamTpl,
97
105
  InquirePriceModifyDBInstanceSpecResponse,
98
106
  SecurityGroupBound,
99
107
  DescribeDBInstanceNodePropertyResponse,
108
+ DescribeDBInstanceParamTplDetailResponse,
109
+ ModifyDBInstanceParamTplRequest,
100
110
  DescribeCurrentOpRequest,
101
111
  BackupDownloadTask,
102
112
  DescribeDBBackupsRequest,
@@ -132,9 +142,11 @@ import {
132
142
  KMSInfoDetail,
133
143
  InquirePriceCreateDBInstancesRequest,
134
144
  DescribeInstanceParamsResponse,
145
+ DescribeDBInstanceParamTplResponse,
135
146
  DescribeTransparentDataEncryptionStatusRequest,
136
147
  RemoveNodeList,
137
148
  SetInstanceMaintenanceRequest,
149
+ DescribeDBInstanceParamTplDetailRequest,
138
150
  InstanceDetail,
139
151
  ModifyDBInstanceSpecResponse,
140
152
  InstanceChargePrepaid,
@@ -170,6 +182,17 @@ export class Client extends AbstractClient {
170
182
  return this.request("DescribeDBInstanceNodeProperty", req, cb)
171
183
  }
172
184
 
185
+ /**
186
+ * 本接口(DescribeDBInstanceParamTpl )用于查询当前账号下所有MongoDB数据库参数模板
187
+ **说明:DescribeDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**
188
+ */
189
+ async DescribeDBInstanceParamTpl(
190
+ req: DescribeDBInstanceParamTplRequest,
191
+ cb?: (error: string, rep: DescribeDBInstanceParamTplResponse) => void
192
+ ): Promise<DescribeDBInstanceParamTplResponse> {
193
+ return this.request("DescribeDBInstanceParamTpl", req, cb)
194
+ }
195
+
173
196
  /**
174
197
  * 本接口(DescribeDBInstanceDeal)用于获取MongoDB购买、续费及变配订单详细。
175
198
  */
@@ -320,6 +343,17 @@ export class Client extends AbstractClient {
320
343
  return this.request("CreateAccountUser", req, cb)
321
344
  }
322
345
 
346
+ /**
347
+ * 本接口(ModifyDBInstanceParamTpl )用于修改MongoDB云数据库实例的参数模板。
348
+ **说明:ModifyDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**
349
+ */
350
+ async ModifyDBInstanceParamTpl(
351
+ req: ModifyDBInstanceParamTplRequest,
352
+ cb?: (error: string, rep: ModifyDBInstanceParamTplResponse) => void
353
+ ): Promise<ModifyDBInstanceParamTplResponse> {
354
+ return this.request("ModifyDBInstanceParamTpl", req, cb)
355
+ }
356
+
323
357
  /**
324
358
  * 本接口(CreateDBInstanceHour)用于创建按量计费的MongoDB云数据库实例。
325
359
  */
@@ -330,6 +364,28 @@ export class Client extends AbstractClient {
330
364
  return this.request("CreateDBInstanceHour", req, cb)
331
365
  }
332
366
 
367
+ /**
368
+ * 本接口(CreateDBInstanceParamTpl)用于创建云数据库MongoDB实例的参数模板
369
+ **说明:CreateDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**
370
+ */
371
+ async CreateDBInstanceParamTpl(
372
+ req: CreateDBInstanceParamTplRequest,
373
+ cb?: (error: string, rep: CreateDBInstanceParamTplResponse) => void
374
+ ): Promise<CreateDBInstanceParamTplResponse> {
375
+ return this.request("CreateDBInstanceParamTpl", req, cb)
376
+ }
377
+
378
+ /**
379
+ * 本接口(DropDBInstanceParamTpl )用于删除云数据库MongoDB实例的参数模板
380
+ **说明:DropDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**
381
+ */
382
+ async DropDBInstanceParamTpl(
383
+ req: DropDBInstanceParamTplRequest,
384
+ cb?: (error: string, rep: DropDBInstanceParamTplResponse) => void
385
+ ): Promise<DropDBInstanceParamTplResponse> {
386
+ return this.request("DropDBInstanceParamTpl", req, cb)
387
+ }
388
+
333
389
  /**
334
390
  * 本接口(RenewDBInstance)用于续费云数据库实例,仅支持付费模式为包年包月的实例。按量计费实例不需要续费。
335
391
  */
@@ -522,6 +578,17 @@ export class Client extends AbstractClient {
522
578
  return this.request("ModifyInstanceParams", req, cb)
523
579
  }
524
580
 
581
+ /**
582
+ * 本接口(DescribeDBInstanceParamTplDetail )用于查询MongoDB云数据库实例的参数模板详情。
583
+ **说明:DescribeDBInstanceParamTplDetail API正在公测中,在此期间,该接口仅对公测用户开放**
584
+ */
585
+ async DescribeDBInstanceParamTplDetail(
586
+ req: DescribeDBInstanceParamTplDetailRequest,
587
+ cb?: (error: string, rep: DescribeDBInstanceParamTplDetailResponse) => void
588
+ ): Promise<DescribeDBInstanceParamTplDetailResponse> {
589
+ return this.request("DescribeDBInstanceParamTplDetail", req, cb)
590
+ }
591
+
525
592
  /**
526
593
  * 本接口(KillOps)用于终止MongoDB云数据库实例上执行的特定操作。
527
594
  */
@@ -177,17 +177,13 @@ export interface CreateDBInstanceRequest {
177
177
  }
178
178
 
179
179
  /**
180
- * DescribeCurrentOp返回参数结构体
180
+ * CreateDBInstanceParamTpl返回参数结构体
181
181
  */
182
- export interface DescribeCurrentOpResponse {
182
+ export interface CreateDBInstanceParamTplResponse {
183
183
  /**
184
- * 符合查询条件的操作总数
185
- */
186
- TotalCount: number
187
- /**
188
- * 当前操作列表
184
+ * 模板ID
189
185
  */
190
- CurrentOps: Array<CurrentOp>
186
+ TplId?: string
191
187
  /**
192
188
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
193
189
  */
@@ -205,13 +201,25 @@ export interface DescribeAccountUsersRequest {
205
201
  }
206
202
 
207
203
  /**
208
- * SetInstanceMaintenance返回参数结构体
204
+ * DescribeDBInstanceParamTpl请求参数结构体
209
205
  */
210
- export interface SetInstanceMaintenanceResponse {
206
+ export interface DescribeDBInstanceParamTplRequest {
211
207
  /**
212
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
208
+ * 参数模板 ID 查询条件。
213
209
  */
214
- RequestId?: string
210
+ TplIds?: Array<string>
211
+ /**
212
+ * 模板名称,查询条件。
213
+ */
214
+ TplNames?: Array<string>
215
+ /**
216
+ * 根据版本号插叙参数模板,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是:MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。
217
+ */
218
+ MongoVersion?: Array<string>
219
+ /**
220
+ * 根据模板类型查询参数模板,支持DEFAULT(默认模板)和CUSTOMIZE(自定义模板)两种。
221
+ */
222
+ TplType?: string
215
223
  }
216
224
 
217
225
  /**
@@ -229,13 +237,22 @@ export interface CreateBackupDBInstanceResponse {
229
237
  }
230
238
 
231
239
  /**
232
- * FlushInstanceRouterConfig请求参数结构体
240
+ * 数据库实例价格
233
241
  */
234
- export interface FlushInstanceRouterConfigRequest {
242
+ export interface DBInstancePrice {
235
243
  /**
236
- * 实例ID
244
+ * 单价
245
+ 注意:此字段可能返回 null,表示取不到有效值。
237
246
  */
238
- InstanceId: string
247
+ UnitPrice: number
248
+ /**
249
+ * 原价
250
+ */
251
+ OriginalPrice: number
252
+ /**
253
+ * 折扣价
254
+ */
255
+ DiscountPrice: number
239
256
  }
240
257
 
241
258
  /**
@@ -310,6 +327,24 @@ export interface FlushInstanceRouterConfigResponse {
310
327
  RequestId?: string
311
328
  }
312
329
 
330
+ /**
331
+ * DescribeCurrentOp返回参数结构体
332
+ */
333
+ export interface DescribeCurrentOpResponse {
334
+ /**
335
+ * 符合查询条件的操作总数
336
+ */
337
+ TotalCount: number
338
+ /**
339
+ * 当前操作列表
340
+ */
341
+ CurrentOps: Array<CurrentOp>
342
+ /**
343
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
344
+ */
345
+ RequestId?: string
346
+ }
347
+
313
348
  /**
314
349
  * 实例可修改参数Multi类型集合。
315
350
  */
@@ -373,6 +408,16 @@ export interface ModifyInstanceParamsResponse {
373
408
  RequestId?: string
374
409
  }
375
410
 
411
+ /**
412
+ * SetInstanceMaintenance返回参数结构体
413
+ */
414
+ export interface SetInstanceMaintenanceResponse {
415
+ /**
416
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
417
+ */
418
+ RequestId?: string
419
+ }
420
+
376
421
  /**
377
422
  * DescribeBackupRules返回参数结构体
378
423
  */
@@ -505,6 +550,37 @@ export interface IsolateDBInstanceResponse {
505
550
  RequestId?: string
506
551
  }
507
552
 
553
+ /**
554
+ * CreateDBInstanceParamTpl请求参数结构体
555
+ */
556
+ export interface CreateDBInstanceParamTplRequest {
557
+ /**
558
+ * 参数模板名称。
559
+ */
560
+ TplName: string
561
+ /**
562
+ * 版本号,该参数模板支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是:MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。当MirrorTplId为空时,该字段必填。
563
+ */
564
+ MongoVersion?: string
565
+ /**
566
+ * 实例类型,REPLSET-副本集,SHARD-分片集群,STANDALONE-单节点
567
+ 当MirrorTplId为空时,该字段必填。
568
+ */
569
+ ClusterType?: string
570
+ /**
571
+ * 模板描述信息。
572
+ */
573
+ TplDesc?: string
574
+ /**
575
+ * 模板参数,若为空,则以系统默认模板作为新版本参数。
576
+ */
577
+ Params?: Array<ParamType>
578
+ /**
579
+ * 镜像模板ID,若该字段不为空,则以该模板为镜像,克隆出一个新的模板。注意:MirrorTplId不为空时,MongoVersion及ClusterType将以MirrorTpl模板的版本及实例类型为准。
580
+ */
581
+ MirrorTplId?: string
582
+ }
583
+
508
584
  /**
509
585
  * DescribeSecurityGroup请求参数结构体
510
586
  */
@@ -577,22 +653,13 @@ export interface AddNodeList {
577
653
  }
578
654
 
579
655
  /**
580
- * 数据库实例价格
656
+ * FlushInstanceRouterConfig请求参数结构体
581
657
  */
582
- export interface DBInstancePrice {
583
- /**
584
- * 单价
585
- 注意:此字段可能返回 null,表示取不到有效值。
586
- */
587
- UnitPrice: number
588
- /**
589
- * 原价
590
- */
591
- OriginalPrice: number
658
+ export interface FlushInstanceRouterConfigRequest {
592
659
  /**
593
- * 折扣价
660
+ * 实例ID
594
661
  */
595
- DiscountPrice: number
662
+ InstanceId: string
596
663
  }
597
664
 
598
665
  /**
@@ -609,6 +676,20 @@ export interface DBInstanceInfo {
609
676
  Region: string
610
677
  }
611
678
 
679
+ /**
680
+ * 数据库参数
681
+ */
682
+ export interface ParamType {
683
+ /**
684
+ * 参数
685
+ */
686
+ Key: string
687
+ /**
688
+ * 参数值
689
+ */
690
+ Value: string
691
+ }
692
+
612
693
  /**
613
694
  * SetAccountUserPrivilege返回参数结构体
614
695
  */
@@ -685,6 +766,16 @@ export interface CreateDBInstanceHourResponse {
685
766
  RequestId?: string
686
767
  }
687
768
 
769
+ /**
770
+ * DropDBInstanceParamTpl返回参数结构体
771
+ */
772
+ export interface DropDBInstanceParamTplResponse {
773
+ /**
774
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
775
+ */
776
+ RequestId?: string
777
+ }
778
+
688
779
  /**
689
780
  * EnableTransparentDataEncryption请求参数结构体
690
781
  */
@@ -826,6 +917,16 @@ export interface ModifyDBInstanceNetworkAddressResponse {
826
917
  RequestId?: string
827
918
  }
828
919
 
920
+ /**
921
+ * DropDBInstanceParamTpl请求参数结构体
922
+ */
923
+ export interface DropDBInstanceParamTplRequest {
924
+ /**
925
+ * 参数模板 ID。
926
+ */
927
+ TplId: string
928
+ }
929
+
829
930
  /**
830
931
  * CreateAccountUser返回参数结构体
831
932
  */
@@ -985,15 +1086,15 @@ export interface DescribeDBInstancesRequest {
985
1086
  */
986
1087
  InstanceIds?: Array<string>
987
1088
  /**
988
- * 实例类型。取值范围如下:<ul><li>0:所有实例。</li><li>1:正式实例。</li><li>2:临时实例。</li><li>3:只读实例。</li><li>-1:正式实例、只读、灾备实例。</li></ul>
1089
+ * 指定查询的实例类型。取值范围如下:<ul><li>0:所有实例。</li><li>1:正式实例。</li><li>3:只读实例。</li><li>4:灾备实例。</li></ul>
989
1090
  */
990
1091
  InstanceType?: number
991
1092
  /**
992
- * 集群类型,取值范围如下:<ul><li>0:副本集实例。</li><li>1:分片实例。</li><li>-1:所有实例。</li></ul>
1093
+ * 指定所查询实例的集群类型,取值范围如下:<ul><li>0:副本集实例。</li><li>1:分片实例。</li><li>-1:副本集与分片实例。</li></ul>
993
1094
  */
994
1095
  ClusterType?: number
995
1096
  /**
996
- * 实例状态,取值范围如下所示:<ul><li>0:待初始化。</li><li>1:流程执行中。</li><li>2:实例有效。</li><li>-2:已隔离(包年包月实例)。</li><li>-3:已隔离(按量计费实例)。</li></ul>
1097
+ * 指定所查询实例的当前状态,取值范围如下所示:<ul><li>0:待初始化。</li><li>1:流程处理中,例如:变更规格、参数修改等。</li><li>2:实例正常运行中。</li><li>-2:实例已过期。</li></ul>
997
1098
  */
998
1099
  Status?: Array<number | bigint>
999
1100
  /**
@@ -1009,7 +1110,7 @@ export interface DescribeDBInstancesRequest {
1009
1110
  */
1010
1111
  SubnetId?: string
1011
1112
  /**
1012
- * 付费类型,取值范围如下:<ul><li>0:查询按量计费实例。</li><li>1:查询包年包月实例。</li><li>-1:查询按量计费与包年包月实例。</li></ul>
1113
+ * 指定所查询实例的付费类型,取值范围如下:<ul><li>0:查询按量计费实例。</li><li>1:查询包年包月实例。</li><li>-1:查询按量计费与包年包月实例。</li></ul>
1013
1114
  */
1014
1115
  PayMode?: number
1015
1116
  /**
@@ -1035,7 +1136,7 @@ export interface DescribeDBInstancesRequest {
1035
1136
  */
1036
1137
  ProjectIds?: Array<number | bigint>
1037
1138
  /**
1038
- * 配置查询搜索的关键词。支持配置为实例ID、实例名称或者内网 IP 地址。
1139
+ * 指定查询搜索的关键词。支持设置为具体的实例ID、实例名称或者内网 IP 地址。
1039
1140
  */
1040
1141
  SearchKey?: string
1041
1142
  /**
@@ -1484,6 +1585,16 @@ export interface DescribeClientConnectionsResponse {
1484
1585
  RequestId?: string
1485
1586
  }
1486
1587
 
1588
+ /**
1589
+ * ModifyDBInstanceParamTpl返回参数结构体
1590
+ */
1591
+ export interface ModifyDBInstanceParamTplResponse {
1592
+ /**
1593
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1594
+ */
1595
+ RequestId?: string
1596
+ }
1597
+
1487
1598
  /**
1488
1599
  * TerminateDBInstances请求参数结构体
1489
1600
  */
@@ -1743,6 +1854,36 @@ export interface CreateBackupDownloadTaskRequest {
1743
1854
  BackupSets: Array<ReplicaSetInfo>
1744
1855
  }
1745
1856
 
1857
+ /**
1858
+ * 数据库参数模板
1859
+ */
1860
+ export interface ParamTpl {
1861
+ /**
1862
+ * 参数模板名称
1863
+ */
1864
+ TplName: string
1865
+ /**
1866
+ * 参数模板ID
1867
+ */
1868
+ TplId: string
1869
+ /**
1870
+ * 适用数据库版本
1871
+ */
1872
+ MongoVersion: string
1873
+ /**
1874
+ * 适用数据库类型
1875
+ */
1876
+ ClusterType: string
1877
+ /**
1878
+ * 参数模板描述
1879
+ */
1880
+ TplDesc: string
1881
+ /**
1882
+ * 模板类型,包括DEFAULT(默认模板)及CUSTOMIZE(定制模板)两种类型
1883
+ */
1884
+ TplType: string
1885
+ }
1886
+
1746
1887
  /**
1747
1888
  * InquirePriceModifyDBInstanceSpec返回参数结构体
1748
1889
  */
@@ -1814,6 +1955,78 @@ export interface DescribeDBInstanceNodePropertyResponse {
1814
1955
  RequestId?: string
1815
1956
  }
1816
1957
 
1958
+ /**
1959
+ * DescribeDBInstanceParamTplDetail返回参数结构体
1960
+ */
1961
+ export interface DescribeDBInstanceParamTplDetailResponse {
1962
+ /**
1963
+ * 枚举类参数详情列表。
1964
+ 注意:此字段可能返回 null,表示取不到有效值。
1965
+ */
1966
+ InstanceEnumParams?: Array<InstanceEnumParam>
1967
+ /**
1968
+ * 整形参数详情列表。
1969
+ 注意:此字段可能返回 null,表示取不到有效值。
1970
+ */
1971
+ InstanceIntegerParams?: Array<InstanceIntegerParam>
1972
+ /**
1973
+ * 文本参数详情列表。
1974
+ 注意:此字段可能返回 null,表示取不到有效值。
1975
+ */
1976
+ InstanceTextParams?: Array<InstanceTextParam>
1977
+ /**
1978
+ * 多值参数详情列表。
1979
+ 注意:此字段可能返回 null,表示取不到有效值。
1980
+ */
1981
+ InstanceMultiParams?: Array<InstanceMultiParam>
1982
+ /**
1983
+ * 参数总个数。
1984
+ 注意:此字段可能返回 null,表示取不到有效值。
1985
+ */
1986
+ TotalCount?: number
1987
+ /**
1988
+ * 模板适配实例版本。
1989
+ 注意:此字段可能返回 null,表示取不到有效值。
1990
+ */
1991
+ MongoVersion?: string
1992
+ /**
1993
+ * 模板适配集群类型,副本集或分片。。
1994
+ 注意:此字段可能返回 null,表示取不到有效值。
1995
+ */
1996
+ ClusterType?: string
1997
+ /**
1998
+ * 参数模板名称。
1999
+ 注意:此字段可能返回 null,表示取不到有效值。
2000
+ */
2001
+ TplName?: string
2002
+ /**
2003
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2004
+ */
2005
+ RequestId?: string
2006
+ }
2007
+
2008
+ /**
2009
+ * ModifyDBInstanceParamTpl请求参数结构体
2010
+ */
2011
+ export interface ModifyDBInstanceParamTplRequest {
2012
+ /**
2013
+ * 待修改的参数模板 ID,示例:tpl-jglr91vew。
2014
+ */
2015
+ TplId: string
2016
+ /**
2017
+ * 待修改参数模板名称,为空时,保持原有名称。
2018
+ */
2019
+ TplName?: string
2020
+ /**
2021
+ * 待修改参数模板描述,为空时,保持原有描述。
2022
+ */
2023
+ TplDesc?: string
2024
+ /**
2025
+ * 待修改参数名及参数值,为空时,各参数保持原有值,支持单条或批量修改。
2026
+ */
2027
+ Params?: Array<ParamType>
2028
+ }
2029
+
1817
2030
  /**
1818
2031
  * DescribeCurrentOp请求参数结构体
1819
2032
  */
@@ -2805,6 +3018,26 @@ export interface DescribeInstanceParamsResponse {
2805
3018
  RequestId?: string
2806
3019
  }
2807
3020
 
3021
+ /**
3022
+ * DescribeDBInstanceParamTpl返回参数结构体
3023
+ */
3024
+ export interface DescribeDBInstanceParamTplResponse {
3025
+ /**
3026
+ * 参数模板列表信息。
3027
+ 注意:此字段可能返回 null,表示取不到有效值。
3028
+ */
3029
+ ParamTpls?: Array<ParamTpl>
3030
+ /**
3031
+ * 参数模板总数。
3032
+ 注意:此字段可能返回 null,表示取不到有效值。
3033
+ */
3034
+ TotalCount?: number
3035
+ /**
3036
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3037
+ */
3038
+ RequestId?: string
3039
+ }
3040
+
2808
3041
  /**
2809
3042
  * DescribeTransparentDataEncryptionStatus请求参数结构体
2810
3043
  */
@@ -2862,6 +3095,20 @@ export interface SetInstanceMaintenanceRequest {
2862
3095
  MaintenanceEnd: string
2863
3096
  }
2864
3097
 
3098
+ /**
3099
+ * DescribeDBInstanceParamTplDetail请求参数结构体
3100
+ */
3101
+ export interface DescribeDBInstanceParamTplDetailRequest {
3102
+ /**
3103
+ * 参数模板 ID。
3104
+ */
3105
+ TplId: string
3106
+ /**
3107
+ * 参数名称,传入该值,则只会获取该字段的参数详情。为空时,返回全部参数。
3108
+ */
3109
+ ParamName?: string
3110
+ }
3111
+
2865
3112
  /**
2866
3113
  * 实例详情
2867
3114
  */
@@ -2907,7 +3154,7 @@ export interface InstanceDetail {
2907
3154
  */
2908
3155
  SubnetId?: string
2909
3156
  /**
2910
- * 实例状态,可能的返回值:0-待初始化,1-流程处理中,2-运行中,-2-实例已过期。
3157
+ * 实例状态,可能的返回值:0-创建中,1-流程处理中,2-运行中,-2-实例已过期。
2911
3158
  */
2912
3159
  Status?: number
2913
3160
  /**