tencentcloud-sdk-nodejs 4.0.550 → 4.0.552

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 (83) hide show
  1. package/CHANGELOG.md +308 -0
  2. package/SERVICE_CHANGELOG.md +380 -370
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +2 -2
  7. package/src/services/asr/v20190614/asr_models.ts +4 -0
  8. package/src/services/bma/v20221115/bma_models.ts +6 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
  10. package/src/services/clb/v20180317/clb_models.ts +7 -1
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +13 -1
  12. package/src/services/dcdb/v20180411/dcdb_models.ts +9 -17
  13. package/src/services/dts/v20211206/dts_client.ts +1 -1
  14. package/src/services/dts/v20211206/dts_models.ts +11 -11
  15. package/src/services/ess/v20201111/ess_client.ts +40 -2
  16. package/src/services/ess/v20201111/ess_models.ts +292 -92
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -11
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +66 -58
  19. package/src/services/gme/v20180711/gme_client.ts +130 -67
  20. package/src/services/gme/v20180711/gme_models.ts +1040 -813
  21. package/src/services/kms/v20190118/kms_models.ts +14 -8
  22. package/src/services/live/v20180801/live_models.ts +3 -2
  23. package/src/services/mariadb/v20170312/mariadb_models.ts +8 -9
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +73 -18
  26. package/src/services/redis/v20180412/redis_client.ts +58 -34
  27. package/src/services/redis/v20180412/redis_models.ts +143 -48
  28. package/src/services/tcr/v20190924/tcr_client.ts +0 -14
  29. package/src/services/tcr/v20190924/tcr_models.ts +0 -52
  30. package/src/services/teo/v20220901/teo_models.ts +2 -2
  31. package/src/services/tione/v20211111/tione_models.ts +1 -1
  32. package/src/services/trtc/v20190722/trtc_client.ts +3 -1
  33. package/src/services/trtc/v20190722/trtc_models.ts +24 -0
  34. package/src/services/vod/v20180717/vod_client.ts +1 -0
  35. package/src/services/vod/v20180717/vod_models.ts +42 -6
  36. package/src/services/waf/v20180125/waf_client.ts +12 -0
  37. package/src/services/waf/v20180125/waf_models.ts +40 -0
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  41. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  42. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
  43. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
  45. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6 -1
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +11 -1
  47. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -15
  48. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  49. package/tencentcloud/services/dts/v20211206/dts_client.js +1 -1
  50. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +11 -11
  51. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -1
  52. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -0
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +251 -80
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -11
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -11
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +65 -58
  57. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +26 -5
  58. package/tencentcloud/services/gme/v20180711/gme_client.js +37 -6
  59. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +978 -783
  60. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +13 -8
  61. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -0
  62. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -8
  63. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +64 -18
  64. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +19 -11
  65. package/tencentcloud/services/redis/v20180412/redis_client.js +27 -15
  66. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +125 -43
  67. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
  68. package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
  69. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +0 -44
  70. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  71. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
  72. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
  74. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +20 -0
  75. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +35 -4
  76. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  77. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  78. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +33 -0
  79. package/test/ess.v20201111.test.js +30 -0
  80. package/test/gme.v20180711.test.js +54 -4
  81. package/test/redis.v20180412.test.js +30 -10
  82. package/test/tcr.v20190924.test.js +0 -10
  83. package/test/waf.v20180125.test.js +10 -0
@@ -1176,48 +1176,54 @@ export interface GetServiceStatusResponse {
1176
1176
  /**
1177
1177
  * KMS服务是否开通, true 表示已开通
1178
1178
  */
1179
- ServiceEnabled: boolean
1179
+ ServiceEnabled?: boolean
1180
1180
 
1181
1181
  /**
1182
1182
  * 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
1183
1183
  注意:此字段可能返回 null,表示取不到有效值。
1184
1184
  */
1185
- InvalidType: number
1185
+ InvalidType?: number
1186
1186
 
1187
1187
  /**
1188
1188
  * 0-普通版,1-旗舰版
1189
1189
  */
1190
- UserLevel: number
1190
+ UserLevel?: number
1191
1191
 
1192
1192
  /**
1193
1193
  * 旗舰版到期时间(Epoch Unix Timestamp)。
1194
1194
  注意:此字段可能返回 null,表示取不到有效值。
1195
1195
  */
1196
- ProExpireTime: number
1196
+ ProExpireTime?: number
1197
1197
 
1198
1198
  /**
1199
1199
  * 旗舰版是否自动续费:0-不自动续费,1-自动续费
1200
1200
  注意:此字段可能返回 null,表示取不到有效值。
1201
1201
  */
1202
- ProRenewFlag: number
1202
+ ProRenewFlag?: number
1203
1203
 
1204
1204
  /**
1205
1205
  * 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
1206
1206
  注意:此字段可能返回 null,表示取不到有效值。
1207
1207
  */
1208
- ProResourceId: string
1208
+ ProResourceId?: string
1209
1209
 
1210
1210
  /**
1211
1211
  * 是否开通 KMS 托管版
1212
1212
  注意:此字段可能返回 null,表示取不到有效值。
1213
1213
  */
1214
- ExclusiveVSMEnabled: boolean
1214
+ ExclusiveVSMEnabled?: boolean
1215
1215
 
1216
1216
  /**
1217
1217
  * 是否开通 KMS 独享版
1218
1218
  注意:此字段可能返回 null,表示取不到有效值。
1219
1219
  */
1220
- ExclusiveHSMEnabled: boolean
1220
+ ExclusiveHSMEnabled?: boolean
1221
+
1222
+ /**
1223
+ * KMS 订阅信息。
1224
+ 注意:此字段可能返回 null,表示取不到有效值。
1225
+ */
1226
+ SubscriptionInfo?: string
1221
1227
 
1222
1228
  /**
1223
1229
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3712,8 +3712,9 @@ UTC 格式时间,例如:2019-01-07T15:00:00Z。
3712
3712
  Duration: number
3713
3713
 
3714
3714
  /**
3715
- * 主播 IP。
3716
- */
3715
+ * 主播 IP。
3716
+ 当客户端为内网推流时,展示为: - 。
3717
+ */
3717
3718
  ClientIp: string
3718
3719
 
3719
3720
  /**
@@ -98,7 +98,7 @@ export interface CreateDBInstanceRequest {
98
98
  ProjectId?: number
99
99
 
100
100
  /**
101
- * 数据库引擎版本,当前可选:8.0.18,10.1.95.7.17。如果不传的话,默认为 Percona 5.7.17
101
+ * 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
102
102
  */
103
103
  DbVersionId?: string
104
104
 
@@ -1588,13 +1588,13 @@ export interface CreateDBInstanceResponse {
1588
1588
  * 长订单号。可以据此调用 DescribeOrders
1589
1589
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
1590
1590
  */
1591
- DealName: string
1591
+ DealName?: string
1592
1592
 
1593
1593
  /**
1594
1594
  * 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
1595
1595
  注意:此字段可能返回 null,表示取不到有效值。
1596
1596
  */
1597
- InstanceIds: Array<string>
1597
+ InstanceIds?: Array<string>
1598
1598
 
1599
1599
  /**
1600
1600
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3379,19 +3379,19 @@ export interface CreateHourDBInstanceResponse {
3379
3379
  * 订单号。可以据此调用 DescribeOrders
3380
3380
  查询订单详细信息,或在支付失败时调用用户账号相关接口进行支付。
3381
3381
  */
3382
- DealName: string
3382
+ DealName?: string
3383
3383
 
3384
3384
  /**
3385
3385
  * 订单对应的实例 ID 列表,如果此处没有返回实例 ID,可以通过订单查询接口获取。还可通过实例查询接口查询实例是否创建完成。
3386
3386
  注意:此字段可能返回 null,表示取不到有效值。
3387
3387
  */
3388
- InstanceIds: Array<string>
3388
+ InstanceIds?: Array<string>
3389
3389
 
3390
3390
  /**
3391
3391
  * 异步任务的请求 ID,可使用此 ID [查询异步任务的执行结果](https://cloud.tencent.com/document/product/237/16177)。
3392
3392
  注意:此字段可能返回 null,表示取不到有效值。
3393
3393
  */
3394
- FlowId: number
3394
+ FlowId?: number
3395
3395
 
3396
3396
  /**
3397
3397
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3777,9 +3777,8 @@ export interface CreateHourDBInstanceRequest {
3777
3777
  SubnetId?: string
3778
3778
 
3779
3779
  /**
3780
- * 数据库引擎版本,当前可选:10.0.10,10.1.95.7.17
3781
- 如果不填的话,默认为10.1.9,表示Mariadb 10.1.9。
3782
- */
3780
+ * 数据库引擎版本,当前可选:8.0,5.7,10.1,10.0
3781
+ */
3783
3782
  DbVersionId?: string
3784
3783
 
3785
3784
  /**
@@ -34,6 +34,7 @@ import {
34
34
  CreatePolicyGroupResponse,
35
35
  DescribeBaseMetricsResponse,
36
36
  CreatePrometheusMultiTenantInstancePostPayModeRequest,
37
+ DescribePolicyConditionListResponseDeprecatingInfo,
37
38
  PrometheusTempModify,
38
39
  SendCustomAlarmMsgRequest,
39
40
  UnBindingPolicyObjectRequest,
@@ -364,7 +364,7 @@ export interface CreatePolicyGroupResponse {
364
364
  /**
365
365
  * 创建成功的策略组Id
366
366
  */
367
- GroupId?: number
367
+ GroupId: number
368
368
 
369
369
  /**
370
370
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -427,6 +427,29 @@ export interface CreatePrometheusMultiTenantInstancePostPayModeRequest {
427
427
  GrafanaInstanceId?: string
428
428
  }
429
429
 
430
+ /**
431
+ * DescribePolicyConditionListResponseDeprecatingInfo
432
+ */
433
+ export interface DescribePolicyConditionListResponseDeprecatingInfo {
434
+ /**
435
+ * 是否隐藏
436
+ 注意:此字段可能返回 null,表示取不到有效值。
437
+ */
438
+ Hidden?: boolean
439
+
440
+ /**
441
+ * 新视图名称
442
+ 注意:此字段可能返回 null,表示取不到有效值。
443
+ */
444
+ NewViewNames?: Array<string>
445
+
446
+ /**
447
+ * 描述
448
+ 注意:此字段可能返回 null,表示取不到有效值。
449
+ */
450
+ Description?: string
451
+ }
452
+
430
453
  /**
431
454
  * 云原生Prometheus模板可修改项
432
455
  */
@@ -2439,7 +2462,7 @@ export interface CreatePolicyGroupCondition {
2439
2462
  ContinuePeriod?: number
2440
2463
 
2441
2464
  /**
2442
- * 如果通过模版创建,需要传入模版中该指标的对应RuleId
2465
+ * 如果通过模板创建,需要传入模板中该指标的对应RuleId
2443
2466
  */
2444
2467
  RuleId?: number
2445
2468
  }
@@ -2862,7 +2885,7 @@ export interface CreateAlarmNoticeRequest {
2862
2885
  CLSNotices?: Array<CLSNotice>
2863
2886
 
2864
2887
  /**
2865
- * 模版绑定的标签
2888
+ * 模板绑定的标签
2866
2889
  */
2867
2890
  Tags?: Array<Tag>
2868
2891
  }
@@ -2952,7 +2975,7 @@ export interface SendCustomAlarmMsgResponse {
2952
2975
  */
2953
2976
  export interface AlarmPolicyCondition {
2954
2977
  /**
2955
- * 指标触发与或条件,0=或,1=与
2978
+ * 告警触发条件的判断方式. 0: 任意; 1: 全部; 2: 复合. 当取值为2的时候为复合告警,与参数 ComplexExpression 配合使用.
2956
2979
  注意:此字段可能返回 null,表示取不到有效值。
2957
2980
  */
2958
2981
  IsUnionRule: number
@@ -2962,6 +2985,12 @@ export interface AlarmPolicyCondition {
2962
2985
  注意:此字段可能返回 null,表示取不到有效值。
2963
2986
  */
2964
2987
  Rules: Array<AlarmPolicyRule>
2988
+
2989
+ /**
2990
+ * 复合告警触发条件的判断表达式,当 IsUnionRule 取值为2的时候有效. 其作用是描述多个触发条件需要满足表达式求值为True时才算是满足告警条件.
2991
+ 注意:此字段可能返回 null,表示取不到有效值。
2992
+ */
2993
+ ComplexExpression?: string
2965
2994
  }
2966
2995
 
2967
2996
  /**
@@ -3635,7 +3664,7 @@ export interface CreateAlarmPolicyRequest {
3635
3664
  GroupBy?: Array<string>
3636
3665
 
3637
3666
  /**
3638
- * 模版绑定的标签
3667
+ * 模板绑定的标签
3639
3668
  */
3640
3669
  Tags?: Array<Tag>
3641
3670
 
@@ -5521,7 +5550,7 @@ export interface CreatePolicyGroupEventCondition {
5521
5550
  AlarmNotifyPeriod: number
5522
5551
 
5523
5552
  /**
5524
- * 如果通过模版创建,需要传入模版中该指标的对应RuleId
5553
+ * 如果通过模板创建,需要传入模板中该指标的对应RuleId
5525
5554
  */
5526
5555
  RuleId?: number
5527
5556
  }
@@ -6628,7 +6657,7 @@ export interface AlarmNotice {
6628
6657
  CLSNotices: Array<CLSNotice>
6629
6658
 
6630
6659
  /**
6631
- * 通知模版绑定的标签
6660
+ * 通知模板绑定的标签
6632
6661
  注意:此字段可能返回 null,表示取不到有效值。
6633
6662
  */
6634
6663
  Tags: Array<Tag>
@@ -8333,7 +8362,7 @@ export interface CreatePolicyGroupRequest {
8333
8362
  Module: string
8334
8363
 
8335
8364
  /**
8336
- * 策略组所属视图的名称,若通过模版创建,可不传入
8365
+ * 策略组所属视图的名称,若通过模板创建,可不传入
8337
8366
  */
8338
8367
  ViewName?: string
8339
8368
 
@@ -8343,7 +8372,7 @@ export interface CreatePolicyGroupRequest {
8343
8372
  ProjectId?: number
8344
8373
 
8345
8374
  /**
8346
- * 模版策略组Id, 通过模版创建时才需要传
8375
+ * 模板策略组Id, 通过模板创建时才需要传
8347
8376
  */
8348
8377
  ConditionTempGroupId?: number
8349
8378
 
@@ -8373,7 +8402,7 @@ export interface CreatePolicyGroupRequest {
8373
8402
  EventConditions?: Array<CreatePolicyGroupEventCondition>
8374
8403
 
8375
8404
  /**
8376
- * 是否为后端调用。当且仅当值为1时,后台拉取策略模版中的规则填充入Conditions以及EventConditions字段
8405
+ * 是否为后端调用。当且仅当值为1时,后台拉取策略模板中的规则填充入Conditions以及EventConditions字段
8377
8406
  */
8378
8407
  BackEndCall?: number
8379
8408
 
@@ -8444,7 +8473,7 @@ export interface DescribePolicyConditionListEventMetric {
8444
8473
  }
8445
8474
 
8446
8475
  /**
8447
- * 通知模版与策略绑定关系
8476
+ * 通知模板与策略绑定关系
8448
8477
  */
8449
8478
  export interface NoticeBindPolicys {
8450
8479
  /**
@@ -8523,7 +8552,7 @@ export interface DescribeAlarmNoticesRequest {
8523
8552
  NoticeIds?: Array<string>
8524
8553
 
8525
8554
  /**
8526
- * 模版根据标签过滤
8555
+ * 模板根据标签过滤
8527
8556
  */
8528
8557
  Tags?: Array<Tag>
8529
8558
  }
@@ -8894,6 +8923,26 @@ export interface ModifyPrometheusInstanceAttributesRequest {
8894
8923
  * DescribePrometheusConfig返回参数结构体
8895
8924
  */
8896
8925
  export interface DescribePrometheusConfigResponse {
8926
+ /**
8927
+ * 全局配置
8928
+ */
8929
+ Config?: string
8930
+
8931
+ /**
8932
+ * ServiceMonitor配置
8933
+ */
8934
+ ServiceMonitors?: Array<PrometheusConfigItem>
8935
+
8936
+ /**
8937
+ * PodMonitor配置
8938
+ */
8939
+ PodMonitors?: Array<PrometheusConfigItem>
8940
+
8941
+ /**
8942
+ * 原生Job
8943
+ */
8944
+ RawJobs?: Array<PrometheusConfigItem>
8945
+
8897
8946
  /**
8898
8947
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8899
8948
  */
@@ -8920,27 +8969,27 @@ export interface DescribeProductEventListRequest {
8920
8969
  Module: string
8921
8970
 
8922
8971
  /**
8923
- * 产品类型过滤,比如"cvm"表示云服务器
8972
+ * 产品类型过滤,例如"cvm"表示云服务器
8924
8973
  */
8925
8974
  ProductName?: Array<string>
8926
8975
 
8927
8976
  /**
8928
- * 事件名称过滤,比如"guest_reboot"表示机器重启
8977
+ * 事件名称过滤,例如"guest_reboot"表示机器重启
8929
8978
  */
8930
8979
  EventName?: Array<string>
8931
8980
 
8932
8981
  /**
8933
- * 影响对象,比如"ins-19708ino"
8982
+ * 影响对象,例如"ins-19708ino"
8934
8983
  */
8935
8984
  InstanceId?: Array<string>
8936
8985
 
8937
8986
  /**
8938
- * 维度过滤,比如外网IP:10.0.0.1
8987
+ * 维度过滤,例如外网IP:10.0.0.1
8939
8988
  */
8940
8989
  Dimensions?: Array<DescribeProductEventListDimensions>
8941
8990
 
8942
8991
  /**
8943
- * 产品事件地域过滤参数,比如gz,各地域缩写可参见[地域列表](https://cloud.tencent.com/document/product/248/50863)
8992
+ * 产品事件地域过滤参数,例如gz,各地域缩写可参见[地域列表](https://cloud.tencent.com/document/product/248/50863)
8944
8993
  */
8945
8994
  RegionList?: Array<string>
8946
8995
 
@@ -9699,6 +9748,12 @@ export interface DescribePolicyConditionListCondition {
9699
9748
  注意:此字段可能返回 null,表示取不到有效值。
9700
9749
  */
9701
9750
  SupportRegions: Array<string>
9751
+
9752
+ /**
9753
+ * 弃用信息
9754
+ 注意:此字段可能返回 null,表示取不到有效值。
9755
+ */
9756
+ DeprecatingInfo?: DescribePolicyConditionListResponseDeprecatingInfo
9702
9757
  }
9703
9758
 
9704
9759
  /**
@@ -10139,7 +10194,7 @@ export interface PrometheusScrapeJob {
10139
10194
  }
10140
10195
 
10141
10196
  /**
10142
- * 通知模版ID及通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警
10197
+ * 通知模板ID及通知等级列表,["Remind","Serious"]表示该通知模板仅接收提醒和严重类别的告警
10143
10198
  */
10144
10199
  export interface AlarmHierarchicalNotice {
10145
10200
  /**
@@ -47,6 +47,7 @@ import {
47
47
  DescribeDBSecurityGroupsResponse,
48
48
  RestoreInstanceResponse,
49
49
  RedisNodeInfo,
50
+ ModifyBackupDownloadRestrictionResponse,
50
51
  DescribeBackupUrlRequest,
51
52
  DeleteParamTemplateResponse,
52
53
  DescribeInstancesResponse,
@@ -71,8 +72,9 @@ import {
71
72
  ParameterDetail,
72
73
  DescribeInstanceShardsResponse,
73
74
  DestroyPrepaidInstanceRequest,
74
- ManualBackupInstanceResponse,
75
+ DisableReplicaReadonlyRequest,
75
76
  TaskInfoDetail,
77
+ ModifyBackupDownloadRestrictionRequest,
76
78
  DisableReplicaReadonlyResponse,
77
79
  CreateParamTemplateResponse,
78
80
  InstanceTagInfo,
@@ -100,7 +102,7 @@ import {
100
102
  DescribeDBSecurityGroupsRequest,
101
103
  InquiryPriceCreateInstanceResponse,
102
104
  InstanceSecurityGroupDetail,
103
- BackupLimitVpcItem,
105
+ DescribeInstanceParamsResponse,
104
106
  UpgradeProxyVersionResponse,
105
107
  ResetPasswordRequest,
106
108
  ModifyInstanceAccountResponse,
@@ -152,6 +154,7 @@ import {
152
154
  ReleaseWanAddressResponse,
153
155
  ProductConf,
154
156
  ModifyConnectionConfigRequest,
157
+ ManualBackupInstanceResponse,
155
158
  InstanceNode,
156
159
  TendisNodes,
157
160
  SwitchProxyResponse,
@@ -178,6 +181,7 @@ import {
178
181
  ChangeInstanceRoleRequest,
179
182
  DeleteInstanceAccountRequest,
180
183
  DescribeInstanceMonitorHotKeyRequest,
184
+ DescribeBackupDownloadRestrictionResponse,
181
185
  UpgradeInstanceResponse,
182
186
  ManualBackupInstanceRequest,
183
187
  DescribeReplicationGroupResponse,
@@ -209,11 +213,11 @@ import {
209
213
  ModifyInstanceReadOnlyRequest,
210
214
  DescribeInstanceAccountResponse,
211
215
  DescribeInstanceMonitorBigKeyRequest,
212
- DisableReplicaReadonlyRequest,
216
+ DescribeBackupDownloadRestrictionRequest,
213
217
  DescribeParamTemplateInfoResponse,
214
218
  DescribeProductInfoRequest,
215
219
  SwitchInstanceVipResponse,
216
- DescribeInstanceParamsResponse,
220
+ BackupLimitVpcItem,
217
221
  DisassociateSecurityGroupsRequest,
218
222
  StartupInstanceRequest,
219
223
  HotKeyInfo,
@@ -361,13 +365,13 @@ export class Client extends AbstractClient {
361
365
  }
362
366
 
363
367
  /**
364
- * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
368
+ * 本接口(ModifyBackupDownloadRestriction)用于修改备份文件下载的网络信息与地址。
365
369
  */
366
- async ModifyDBInstanceSecurityGroups(
367
- req: ModifyDBInstanceSecurityGroupsRequest,
368
- cb?: (error: string, rep: ModifyDBInstanceSecurityGroupsResponse) => void
369
- ): Promise<ModifyDBInstanceSecurityGroupsResponse> {
370
- return this.request("ModifyDBInstanceSecurityGroups", req, cb)
370
+ async ModifyBackupDownloadRestriction(
371
+ req: ModifyBackupDownloadRestrictionRequest,
372
+ cb?: (error: string, rep: ModifyBackupDownloadRestrictionResponse) => void
373
+ ): Promise<ModifyBackupDownloadRestrictionResponse> {
374
+ return this.request("ModifyBackupDownloadRestriction", req, cb)
371
375
  }
372
376
 
373
377
  /**
@@ -421,13 +425,13 @@ export class Client extends AbstractClient {
421
425
  }
422
426
 
423
427
  /**
424
- * 开通外网
428
+ * 本接口(DescribeBackupUrl)用于查询备份 Rdb 文件的下载地址。
425
429
  */
426
- async AllocateWanAddress(
427
- req: AllocateWanAddressRequest,
428
- cb?: (error: string, rep: AllocateWanAddressResponse) => void
429
- ): Promise<AllocateWanAddressResponse> {
430
- return this.request("AllocateWanAddress", req, cb)
430
+ async DescribeBackupUrl(
431
+ req: DescribeBackupUrlRequest,
432
+ cb?: (error: string, rep: DescribeBackupUrlResponse) => void
433
+ ): Promise<DescribeBackupUrlResponse> {
434
+ return this.request("DescribeBackupUrl", req, cb)
431
435
  }
432
436
 
433
437
  /**
@@ -591,13 +595,13 @@ export class Client extends AbstractClient {
591
595
  }
592
596
 
593
597
  /**
594
- * 本接口(DescribeBackupUrl)用于查询备份 Rdb 文件的下载地址。
598
+ * 开通外网
595
599
  */
596
- async DescribeBackupUrl(
597
- req: DescribeBackupUrlRequest,
598
- cb?: (error: string, rep: DescribeBackupUrlResponse) => void
599
- ): Promise<DescribeBackupUrlResponse> {
600
- return this.request("DescribeBackupUrl", req, cb)
600
+ async AllocateWanAddress(
601
+ req: AllocateWanAddressRequest,
602
+ cb?: (error: string, rep: AllocateWanAddressResponse) => void
603
+ ): Promise<AllocateWanAddressResponse> {
604
+ return this.request("AllocateWanAddress", req, cb)
601
605
  }
602
606
 
603
607
  /**
@@ -701,13 +705,13 @@ export class Client extends AbstractClient {
701
705
  }
702
706
 
703
707
  /**
704
- * 恢复 CRS 实例
708
+ * 包年包月实例退还
705
709
  */
706
- async RestoreInstance(
707
- req: RestoreInstanceRequest,
708
- cb?: (error: string, rep: RestoreInstanceResponse) => void
709
- ): Promise<RestoreInstanceResponse> {
710
- return this.request("RestoreInstance", req, cb)
710
+ async DestroyPrepaidInstance(
711
+ req: DestroyPrepaidInstanceRequest,
712
+ cb?: (error: string, rep: DestroyPrepaidInstanceResponse) => void
713
+ ): Promise<DestroyPrepaidInstanceResponse> {
714
+ return this.request("DestroyPrepaidInstance", req, cb)
711
715
  }
712
716
 
713
717
  /**
@@ -900,6 +904,16 @@ export class Client extends AbstractClient {
900
904
  return this.request("DescribeSlowLog", req, cb)
901
905
  }
902
906
 
907
+ /**
908
+ * 本接口(DescribeBackupDownloadRestriction)用于查询当前地域数据库备份文件的下载地址。
909
+ */
910
+ async DescribeBackupDownloadRestriction(
911
+ req?: DescribeBackupDownloadRestrictionRequest,
912
+ cb?: (error: string, rep: DescribeBackupDownloadRestrictionResponse) => void
913
+ ): Promise<DescribeBackupDownloadRestrictionResponse> {
914
+ return this.request("DescribeBackupDownloadRestriction", req, cb)
915
+ }
916
+
903
917
  /**
904
918
  * 查询Redis节点详细信息
905
919
  */
@@ -971,13 +985,13 @@ export class Client extends AbstractClient {
971
985
  }
972
986
 
973
987
  /**
974
- * 包年包月实例退还
988
+ * 恢复 CRS 实例
975
989
  */
976
- async DestroyPrepaidInstance(
977
- req: DestroyPrepaidInstanceRequest,
978
- cb?: (error: string, rep: DestroyPrepaidInstanceResponse) => void
979
- ): Promise<DestroyPrepaidInstanceResponse> {
980
- return this.request("DestroyPrepaidInstance", req, cb)
990
+ async RestoreInstance(
991
+ req: RestoreInstanceRequest,
992
+ cb?: (error: string, rep: RestoreInstanceResponse) => void
993
+ ): Promise<RestoreInstanceResponse> {
994
+ return this.request("RestoreInstance", req, cb)
981
995
  }
982
996
 
983
997
  /**
@@ -1030,6 +1044,16 @@ export class Client extends AbstractClient {
1030
1044
  return this.request("DescribeProxySlowLog", req, cb)
1031
1045
  }
1032
1046
 
1047
+ /**
1048
+ * 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
1049
+ */
1050
+ async ModifyDBInstanceSecurityGroups(
1051
+ req: ModifyDBInstanceSecurityGroupsRequest,
1052
+ cb?: (error: string, rep: ModifyDBInstanceSecurityGroupsResponse) => void
1053
+ ): Promise<ModifyDBInstanceSecurityGroupsResponse> {
1054
+ return this.request("ModifyDBInstanceSecurityGroups", req, cb)
1055
+ }
1056
+
1033
1057
  /**
1034
1058
  * 复制组实例切主
1035
1059
  */