tencentcloud-sdk-nodejs 4.0.586 → 4.0.588

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 (99) hide show
  1. package/CHANGELOG.md +563 -0
  2. package/SERVICE_CHANGELOG.md +551 -178
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +6 -0
  7. package/src/services/cbs/v20170312/cbs_models.ts +8 -8
  8. package/src/services/ccc/v20200210/ccc_models.ts +20 -5
  9. package/src/services/cdb/v20170320/cdb_client.ts +177 -49
  10. package/src/services/cdb/v20170320/cdb_models.ts +1253 -364
  11. package/src/services/cfs/v20190719/cfs_client.ts +24 -0
  12. package/src/services/cfs/v20190719/cfs_models.ts +91 -0
  13. package/src/services/clb/v20180317/clb_models.ts +12 -7
  14. package/src/services/cls/v20201016/cls_models.ts +74 -130
  15. package/src/services/ecm/v20190719/ecm_models.ts +5 -0
  16. package/src/services/ess/v20201111/ess_models.ts +17 -5
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
  18. package/src/services/gaap/v20180529/gaap_client.ts +1 -0
  19. package/src/services/gaap/v20180529/gaap_models.ts +16 -0
  20. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -0
  21. package/src/services/keewidb/v20220308/keewidb_client.ts +14 -2
  22. package/src/services/keewidb/v20220308/keewidb_models.ts +48 -13
  23. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  24. package/src/services/mps/v20190612/mps_models.ts +28 -19
  25. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  26. package/src/services/ocr/v20181119/ocr_models.ts +25 -0
  27. package/src/services/postgres/v20170312/postgres_client.ts +523 -487
  28. package/src/services/postgres/v20170312/postgres_models.ts +160 -31
  29. package/src/services/redis/v20180412/redis_client.ts +1 -1
  30. package/src/services/redis/v20180412/redis_models.ts +10 -9
  31. package/src/services/scf/v20180416/scf_models.ts +10 -3
  32. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +136 -49
  34. package/src/services/teo/v20220901/teo_models.ts +3 -3
  35. package/src/services/tione/v20211111/tione_models.ts +41 -10
  36. package/src/services/tmt/v20180321/tmt_client.ts +1 -2
  37. package/src/services/tmt/v20180321/tmt_models.ts +13 -13
  38. package/src/services/trp/v20210515/trp_client.ts +1 -1
  39. package/src/services/trp/v20210515/trp_models.ts +90 -77
  40. package/src/services/trtc/v20190722/trtc_client.ts +2 -0
  41. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  42. package/src/services/tts/v20190823/tts_models.ts +1 -1
  43. package/src/services/vod/v20180717/vod_models.ts +22 -3
  44. package/src/services/vpc/v20170312/vpc_models.ts +35 -12
  45. package/src/services/waf/v20180125/waf_models.ts +57 -13
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
  49. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -8
  50. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -5
  51. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +53 -13
  52. package/tencentcloud/services/cdb/v20170320/cdb_client.js +77 -17
  53. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1038 -289
  54. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +9 -1
  55. package/tencentcloud/services/cfs/v20190719/cfs_client.js +12 -0
  56. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +77 -0
  57. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -7
  58. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +71 -127
  59. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  60. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +15 -5
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
  62. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +14 -0
  63. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
  64. package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +5 -1
  65. package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +6 -0
  66. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +42 -12
  67. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  68. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +10 -1
  69. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +21 -0
  70. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +173 -161
  71. package/tencentcloud/services/postgres/v20170312/postgres_client.js +258 -240
  72. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +136 -27
  73. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  74. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +9 -8
  76. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -2
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +114 -40
  80. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
  81. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +35 -9
  82. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -2
  83. package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -2
  84. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +13 -13
  85. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
  86. package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
  87. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +53 -44
  88. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -0
  89. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -0
  90. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  91. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  92. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +20 -3
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -12
  94. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +42 -5
  95. package/test/cdb.v20170320.test.js +110 -10
  96. package/test/cfs.v20190719.test.js +20 -0
  97. package/test/keewidb.v20220308.test.js +10 -0
  98. package/test/postgres.v20170312.test.js +192 -162
  99. package/test/tdmq.v20200217.test.js +10 -0
@@ -1165,7 +1165,23 @@ export interface DescribeFlowLogsRequest {
1165
1165
  /**
1166
1166
  * 云联网(CCN)地域出带宽上限。
1167
1167
  */
1168
- export declare type CcnRegionBandwidthLimitInfo = null;
1168
+ export interface CcnRegionBandwidthLimitInfo {
1169
+ /**
1170
+ * 源地域,例如:ap-shanghai
1171
+ 注意:此字段可能返回 null,表示取不到有效值。
1172
+ */
1173
+ SourceRegion: string;
1174
+ /**
1175
+ * 目的地域, 例如:ap-shanghai
1176
+ 注意:此字段可能返回 null,表示取不到有效值。
1177
+ */
1178
+ DestinationRegion: string;
1179
+ /**
1180
+ * 出带宽上限,单位:Mbps。
1181
+ 注意:此字段可能返回 null,表示取不到有效值。
1182
+ */
1183
+ BandwidthLimit: number;
1184
+ }
1169
1185
  /**
1170
1186
  * CloneSecurityGroup请求参数结构体
1171
1187
  */
@@ -1616,7 +1632,7 @@ export interface RouteTableAssociation {
1616
1632
  */
1617
1633
  export interface ModifyCustomerGatewayAttributeRequest {
1618
1634
  /**
1619
- * 对端网关ID,例如:cgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
1635
+ * 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。
1620
1636
  */
1621
1637
  CustomerGatewayId: string;
1622
1638
  /**
@@ -3502,7 +3518,7 @@ export interface CreateVpnConnectionRequest {
3502
3518
  */
3503
3519
  VpnGatewayId: string;
3504
3520
  /**
3505
- * 对端网关ID,例如:cgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
3521
+ * 对端网关ID。例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/product/215/17516)接口查询对端网关。
3506
3522
  */
3507
3523
  CustomerGatewayId: string;
3508
3524
  /**
@@ -3535,15 +3551,15 @@ CCN VPN 形的通道 可以不传VPCID
3535
3551
  */
3536
3552
  Tags?: Array<Tag>;
3537
3553
  /**
3538
- * 是否支持隧道内健康检查
3554
+ * 是否支持隧道内健康检查,默认为False。
3539
3555
  */
3540
3556
  EnableHealthCheck?: boolean;
3541
3557
  /**
3542
- * 健康检查本端地址
3558
+ * 健康检查本端地址,默认值为随机在169.254.128.0/17分配一个IP。
3543
3559
  */
3544
3560
  HealthCheckLocalIp?: string;
3545
3561
  /**
3546
- * 健康检查对端地址
3562
+ * 健康检查对端地址,默认值为随机在169.254.128.0/17分配一个IP。
3547
3563
  */
3548
3564
  HealthCheckRemoteIp?: string;
3549
3565
  /**
@@ -5117,7 +5133,7 @@ export interface CreateVpnConnectionResponse {
5117
5133
  /**
5118
5134
  * 通道实例对象。
5119
5135
  */
5120
- VpnConnection: VpnConnection;
5136
+ VpnConnection?: VpnConnection;
5121
5137
  /**
5122
5138
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5123
5139
  */
@@ -11034,7 +11050,7 @@ export interface ModifyVpnConnectionAttributeRequest {
11034
11050
  */
11035
11051
  PreShareKey?: string;
11036
11052
  /**
11037
- * SPD策略组,例如:{"10.0.0.5/24":["172.123.10.5/16"]},10.0.0.5/24是vpc内网段172.123.10.5/16是IDC网段。用户指定VPC内哪些网段可以和您IDC中哪些网段通信。
11053
+ * SPD策略组,例如:{"10.0.0.5/24":["172.123.10.5/16"]},10.0.0.5/24是vpc内网段,172.123.10.5/16是IDC网段。用户指定VPC内哪些网段可以和您IDC中哪些网段通信。
11038
11054
  */
11039
11055
  SecurityPolicyDatabases?: Array<SecurityPolicyDatabase>;
11040
11056
  /**
@@ -11046,15 +11062,15 @@ export interface ModifyVpnConnectionAttributeRequest {
11046
11062
  */
11047
11063
  IPSECOptionsSpecification?: IPSECOptionsSpecification;
11048
11064
  /**
11049
- * 是否启用通道健康检查
11065
+ * 是否启用通道健康检查,默认为False。
11050
11066
  */
11051
11067
  EnableHealthCheck?: boolean;
11052
11068
  /**
11053
- * 本端通道探测ip
11069
+ * 本端通道探测IP。
11054
11070
  */
11055
11071
  HealthCheckLocalIp?: string;
11056
11072
  /**
11057
- * 对端通道探测ip
11073
+ * 对端通道探测IP。
11058
11074
  */
11059
11075
  HealthCheckRemoteIp?: string;
11060
11076
  /**
@@ -11073,6 +11089,10 @@ export interface ModifyVpnConnectionAttributeRequest {
11073
11089
  * DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
11074
11090
  */
11075
11091
  DpdAction?: string;
11092
+ /**
11093
+ * 对端网关ID,4.0及以上网关下的通道支持更新。
11094
+ */
11095
+ CustomerGatewayId?: string;
11076
11096
  }
11077
11097
  /**
11078
11098
  * DeleteNetworkInterface请求参数结构体
@@ -12952,7 +12972,7 @@ export interface DescribeVpnConnectionsResponse {
12952
12972
  */
12953
12973
  export interface DeleteCustomerGatewayRequest {
12954
12974
  /**
12955
- * 对端网关ID,例如:cgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
12975
+ * 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。
12956
12976
  */
12957
12977
  CustomerGatewayId: string;
12958
12978
  }
@@ -103,6 +103,11 @@ export interface DescribeCustomRulesRspRuleListItem {
103
103
  * 策略详情
104
104
  */
105
105
  Strategies: Array<Strategy>;
106
+ /**
107
+ * 事件id
108
+ 注意:此字段可能返回 null,表示取不到有效值。
109
+ */
110
+ EventId: string;
106
111
  }
107
112
  /**
108
113
  * waf模块的规格
@@ -376,11 +381,11 @@ export interface DescribeInstancesResponse {
376
381
  /**
377
382
  * 总数
378
383
  */
379
- Total: number;
384
+ Total?: number;
380
385
  /**
381
386
  * instance列表
382
387
  */
383
- Instances: Array<InstanceInfo>;
388
+ Instances?: Array<InstanceInfo>;
384
389
  /**
385
390
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
386
391
  */
@@ -902,7 +907,7 @@ export interface DescribeVipInfoRequest {
902
907
  InstanceIds: Array<string>;
903
908
  }
904
909
  /**
905
- * 实例入参过滤器
910
+ * 过滤数组
906
911
  */
907
912
  export interface FiltersItemNew {
908
913
  /**
@@ -1753,6 +1758,10 @@ export interface DescribeAttackOverviewResponse {
1753
1758
  * Bot攻击总数
1754
1759
  */
1755
1760
  BotCount?: number;
1761
+ /**
1762
+ * api资产总数
1763
+ */
1764
+ ApiAssetsCount?: number;
1756
1765
  /**
1757
1766
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1758
1767
  */
@@ -2348,7 +2357,7 @@ export interface InstanceInfo {
2348
2357
  */
2349
2358
  InstanceId: string;
2350
2359
  /**
2351
- * name
2360
+ * Name
2352
2361
  */
2353
2362
  InstanceName: string;
2354
2363
  /**
@@ -2449,6 +2458,30 @@ export interface InstanceInfo {
2449
2458
  注意:此字段可能返回 null,表示取不到有效值。
2450
2459
  */
2451
2460
  MaxBandwidth?: number;
2461
+ /**
2462
+ * api安全是否购买
2463
+ */
2464
+ APISecurity?: number;
2465
+ /**
2466
+ * 购买的qps规格
2467
+ 注意:此字段可能返回 null,表示取不到有效值。
2468
+ */
2469
+ QpsStandard?: number;
2470
+ /**
2471
+ * 购买的带宽规格
2472
+ 注意:此字段可能返回 null,表示取不到有效值。
2473
+ */
2474
+ BandwidthStandard?: number;
2475
+ /**
2476
+ * 实例状态
2477
+ 注意:此字段可能返回 null,表示取不到有效值。
2478
+ */
2479
+ Status?: number;
2480
+ /**
2481
+ * 实例沙箱值
2482
+ 注意:此字段可能返回 null,表示取不到有效值。
2483
+ */
2484
+ SandboxQps?: number;
2452
2485
  }
2453
2486
  /**
2454
2487
  * 服务端口配置
@@ -2516,7 +2549,7 @@ export interface AddCustomRuleRequest {
2516
2549
  */
2517
2550
  SortId: string;
2518
2551
  /**
2519
- * 过期时间
2552
+ * 过期时间,单位为秒级时间戳,例如1677254399表示过期时间为2023-02-24 23:59:59. 0表示永不过期
2520
2553
  */
2521
2554
  ExpireTime: string;
2522
2555
  /**
@@ -2799,18 +2832,22 @@ export interface ModifyWafThreatenIntelligenceRequest {
2799
2832
  export interface Strategy {
2800
2833
  /**
2801
2834
  * 匹配字段
2835
+ 注意:此字段可能返回 null,表示取不到有效值。
2802
2836
  */
2803
2837
  Field: string;
2804
2838
  /**
2805
2839
  * 逻辑符号
2840
+ 注意:此字段可能返回 null,表示取不到有效值。
2806
2841
  */
2807
2842
  CompareFunc: string;
2808
2843
  /**
2809
2844
  * 匹配内容
2845
+ 注意:此字段可能返回 null,表示取不到有效值。
2810
2846
  */
2811
2847
  Content: string;
2812
2848
  /**
2813
2849
  * 匹配参数
2850
+ 注意:此字段可能返回 null,表示取不到有效值。
2814
2851
  */
2815
2852
  Arg: string;
2816
2853
  }
@@ -158,6 +158,16 @@ it("cdb.v20170320.DescribeCdbZoneConfig", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
162
+ try {
163
+ const data = await client.ModifyDBInstanceSecurityGroups({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("cdb.v20170320.StopRollback", async function () {
162
172
  try {
163
173
  const data = await client.StopRollback({})
@@ -238,6 +248,16 @@ it("cdb.v20170320.ModifyBackupDownloadRestriction", async function () {
238
248
  }
239
249
  })
240
250
 
251
+ it("cdb.v20170320.DescribeParamTemplates", async function () {
252
+ try {
253
+ const data = await client.DescribeParamTemplates({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
241
261
  it("cdb.v20170320.DescribeTasks", async function () {
242
262
  try {
243
263
  const data = await client.DescribeTasks({})
@@ -348,6 +368,16 @@ it("cdb.v20170320.DisassociateSecurityGroups", async function () {
348
368
  }
349
369
  })
350
370
 
371
+ it("cdb.v20170320.RenewDBInstance", async function () {
372
+ try {
373
+ const data = await client.RenewDBInstance({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
351
381
  it("cdb.v20170320.DescribeTables", async function () {
352
382
  try {
353
383
  const data = await client.DescribeTables({})
@@ -488,6 +518,16 @@ it("cdb.v20170320.AddTimeWindow", async function () {
488
518
  }
489
519
  })
490
520
 
521
+ it("cdb.v20170320.DescribeProxySupportParam", async function () {
522
+ try {
523
+ const data = await client.DescribeProxySupportParam({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
491
531
  it("cdb.v20170320.DescribeDeviceMonitorInfo", async function () {
492
532
  try {
493
533
  const data = await client.DescribeDeviceMonitorInfo({})
@@ -538,6 +578,16 @@ it("cdb.v20170320.DescribeBackupTables", async function () {
538
578
  }
539
579
  })
540
580
 
581
+ it("cdb.v20170320.CreateCdbProxyAddress", async function () {
582
+ try {
583
+ const data = await client.CreateCdbProxyAddress({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
541
591
  it("cdb.v20170320.DeleteAuditPolicy", async function () {
542
592
  try {
543
593
  const data = await client.DeleteAuditPolicy({})
@@ -688,6 +738,16 @@ it("cdb.v20170320.CreateAccounts", async function () {
688
738
  }
689
739
  })
690
740
 
741
+ it("cdb.v20170320.AdjustCdbProxy", async function () {
742
+ try {
743
+ const data = await client.AdjustCdbProxy({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
691
751
  it("cdb.v20170320.UpgradeDBInstanceEngineVersion", async function () {
692
752
  try {
693
753
  const data = await client.UpgradeDBInstanceEngineVersion({})
@@ -788,9 +848,9 @@ it("cdb.v20170320.DescribeRollbackRangeTime", async function () {
788
848
  }
789
849
  })
790
850
 
791
- it("cdb.v20170320.DescribeParamTemplates", async function () {
851
+ it("cdb.v20170320.CloseCdbProxyAddress", async function () {
792
852
  try {
793
- const data = await client.DescribeParamTemplates({})
853
+ const data = await client.CloseCdbProxyAddress({})
794
854
  expect(data).to.be.ok
795
855
  } catch(error) {
796
856
  expect(error.requestId).to.be.ok
@@ -828,6 +888,16 @@ it("cdb.v20170320.DescribeRoMinScale", async function () {
828
888
  }
829
889
  })
830
890
 
891
+ it("cdb.v20170320.ModifyCdbProxyAddressDesc", async function () {
892
+ try {
893
+ const data = await client.ModifyCdbProxyAddressDesc({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
831
901
  it("cdb.v20170320.ModifyAccountHost", async function () {
832
902
  try {
833
903
  const data = await client.ModifyAccountHost({})
@@ -848,6 +918,26 @@ it("cdb.v20170320.StartReplication", async function () {
848
918
  }
849
919
  })
850
920
 
921
+ it("cdb.v20170320.AdjustCdbProxyAddress", async function () {
922
+ try {
923
+ const data = await client.AdjustCdbProxyAddress({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
931
+ it("cdb.v20170320.DescribeCdbProxyInfo", async function () {
932
+ try {
933
+ const data = await client.DescribeCdbProxyInfo({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
851
941
  it("cdb.v20170320.DescribeAuditConfig", async function () {
852
942
  try {
853
943
  const data = await client.DescribeAuditConfig({})
@@ -958,9 +1048,9 @@ it("cdb.v20170320.AssociateSecurityGroups", async function () {
958
1048
  }
959
1049
  })
960
1050
 
961
- it("cdb.v20170320.InitDBInstances", async function () {
1051
+ it("cdb.v20170320.DescribeDBPrice", async function () {
962
1052
  try {
963
- const data = await client.InitDBInstances({})
1053
+ const data = await client.DescribeDBPrice({})
964
1054
  expect(data).to.be.ok
965
1055
  } catch(error) {
966
1056
  expect(error.requestId).to.be.ok
@@ -1168,9 +1258,19 @@ it("cdb.v20170320.DescribeBackupDatabases", async function () {
1168
1258
  }
1169
1259
  })
1170
1260
 
1171
- it("cdb.v20170320.DescribeDBPrice", async function () {
1261
+ it("cdb.v20170320.InitDBInstances", async function () {
1172
1262
  try {
1173
- const data = await client.DescribeDBPrice({})
1263
+ const data = await client.InitDBInstances({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1271
+ it("cdb.v20170320.CreateCdbProxy", async function () {
1272
+ try {
1273
+ const data = await client.CreateCdbProxy({})
1174
1274
  expect(data).to.be.ok
1175
1275
  } catch(error) {
1176
1276
  expect(error.requestId).to.be.ok
@@ -1198,9 +1298,9 @@ it("cdb.v20170320.SwitchCDBProxy", async function () {
1198
1298
  }
1199
1299
  })
1200
1300
 
1201
- it("cdb.v20170320.RenewDBInstance", async function () {
1301
+ it("cdb.v20170320.ModifyCdbProxyParam", async function () {
1202
1302
  try {
1203
- const data = await client.RenewDBInstance({})
1303
+ const data = await client.ModifyCdbProxyParam({})
1204
1304
  expect(data).to.be.ok
1205
1305
  } catch(error) {
1206
1306
  expect(error.requestId).to.be.ok
@@ -1268,9 +1368,9 @@ it("cdb.v20170320.QueryCDBProxy", async function () {
1268
1368
  }
1269
1369
  })
1270
1370
 
1271
- it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
1371
+ it("cdb.v20170320.ModifyCdbProxyAddressVipAndVPort", async function () {
1272
1372
  try {
1273
- const data = await client.ModifyDBInstanceSecurityGroups({})
1373
+ const data = await client.ModifyCdbProxyAddressVipAndVPort({})
1274
1374
  expect(data).to.be.ok
1275
1375
  } catch(error) {
1276
1376
  expect(error.requestId).to.be.ok
@@ -178,6 +178,16 @@ it("cfs.v20190719.DeleteMigrationTask", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("cfs.v20190719.ScaleUpFileSystem", async function () {
182
+ try {
183
+ const data = await client.ScaleUpFileSystem({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
182
192
  try {
183
193
  const data = await client.UpdateCfsFileSystemSizeLimit({})
@@ -248,6 +258,16 @@ it("cfs.v20190719.DescribeUserQuota", async function () {
248
258
  }
249
259
  })
250
260
 
261
+ it("cfs.v20190719.ModifyFileSystemAutoScaleUpRule", async function () {
262
+ try {
263
+ const data = await client.ModifyFileSystemAutoScaleUpRule({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
251
271
  it("cfs.v20190719.UpdateAutoSnapshotPolicy", async function () {
252
272
  try {
253
273
  const data = await client.UpdateAutoSnapshotPolicy({})
@@ -118,6 +118,16 @@ it("keewidb.v20220308.DescribeInstances", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("keewidb.v20220308.DescribeConnectionConfig", async function () {
122
+ try {
123
+ const data = await client.DescribeConnectionConfig({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("keewidb.v20220308.DescribeInstanceBinlogs", async function () {
122
132
  try {
123
133
  const data = await client.DescribeInstanceBinlogs({})