tencentcloud-sdk-nodejs 4.0.308 → 4.0.311

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 (82) hide show
  1. package/CHANGELOG.md +455 -0
  2. package/SERVICE_CHANGELOG.md +455 -77
  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/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +23 -2
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  9. package/src/services/apigateway/v20180808/apigateway_models.ts +31 -3
  10. package/src/services/asr/v20190614/asr_models.ts +11 -6
  11. package/src/services/cdb/v20170320/cdb_models.ts +14 -14
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  13. package/src/services/cls/v20201016/cls_models.ts +4 -4
  14. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  15. package/src/services/dlc/v20210125/dlc_models.ts +97 -5
  16. package/src/services/ess/v20201111/ess_models.ts +12 -12
  17. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  18. package/src/services/iecp/v20210914/iecp_client.ts +560 -474
  19. package/src/services/iecp/v20210914/iecp_models.ts +491 -188
  20. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  21. package/src/services/monitor/v20180724/monitor_models.ts +46 -0
  22. package/src/services/mps/v20190612/mps_client.ts +3 -3
  23. package/src/services/mps/v20190612/mps_models.ts +159 -159
  24. package/src/services/nlp/v20190408/nlp_client.ts +14 -0
  25. package/src/services/nlp/v20190408/nlp_models.ts +31 -0
  26. package/src/services/ocr/v20181119/ocr_models.ts +10 -0
  27. package/src/services/redis/v20180412/redis_models.ts +1 -1
  28. package/src/services/rum/v20210622/rum_models.ts +31 -10
  29. package/src/services/scf/v20180416/scf_models.ts +25 -0
  30. package/src/services/smh/v20210712/smh_models.ts +35 -0
  31. package/src/services/tcb/v20180608/tcb_client.ts +30 -6
  32. package/src/services/tcb/v20180608/tcb_models.ts +84 -0
  33. package/src/services/tke/v20180525/tke_client.ts +5 -4
  34. package/src/services/tke/v20180525/tke_models.ts +126 -84
  35. package/src/services/vod/v20180717/vod_client.ts +26 -1
  36. package/src/services/vod/v20180717/vod_models.ts +221 -5
  37. package/src/services/vpc/v20170312/vpc_client.ts +108 -15
  38. package/src/services/vpc/v20170312/vpc_models.ts +114 -24
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -2
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  43. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +27 -3
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +14 -14
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  48. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
  50. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -10
  51. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  52. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
  53. package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
  54. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
  56. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
  57. package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
  58. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
  59. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
  60. package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
  61. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  63. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  64. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +25 -8
  65. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +21 -0
  66. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
  67. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -3
  68. package/tencentcloud/services/tcb/v20180608/tcb_client.js +15 -3
  69. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +74 -0
  70. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  71. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +112 -77
  72. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
  73. package/tencentcloud/services/vod/v20180717/vod_client.js +13 -0
  74. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +192 -4
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
  77. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +98 -20
  78. package/test/iecp.v20210914.test.js +226 -156
  79. package/test/nlp.v20190408.test.js +10 -0
  80. package/test/tcb.v20180608.test.js +22 -2
  81. package/test/vod.v20180717.test.js +10 -0
  82. package/test/vpc.v20170312.test.js +64 -4
@@ -120,6 +120,11 @@ export interface SecurityGroupLimitSet {
120
120
  InstanceSecurityGroupLimit: number
121
121
  }
122
122
 
123
+ /**
124
+ * LockCcns请求参数结构体
125
+ */
126
+ export type LockCcnsRequest = null
127
+
123
128
  /**
124
129
  * CreateRoutes请求参数结构体
125
130
  */
@@ -2128,6 +2133,11 @@ export interface DescribeIpGeolocationDatabaseUrlResponse {
2128
2133
  RequestId?: string
2129
2134
  }
2130
2135
 
2136
+ /**
2137
+ * UnlockCcnBandwidths请求参数结构体
2138
+ */
2139
+ export type UnlockCcnBandwidthsRequest = null
2140
+
2131
2141
  /**
2132
2142
  * DeleteIp6Translators返回参数结构体
2133
2143
  */
@@ -2709,6 +2719,11 @@ export interface DescribeFlowLogRequest {
2709
2719
  FlowLogId: string
2710
2720
  }
2711
2721
 
2722
+ /**
2723
+ * DescribeTenantCcns请求参数结构体
2724
+ */
2725
+ export type DescribeTenantCcnsRequest = null
2726
+
2712
2727
  /**
2713
2728
  * DescribeIp6Addresses请求参数结构体
2714
2729
  */
@@ -7213,6 +7228,16 @@ export interface ModifyVpcEndPointServiceWhiteListRequest {
7213
7228
  Description?: string
7214
7229
  }
7215
7230
 
7231
+ /**
7232
+ * DescribeTenantCcns返回参数结构体
7233
+ */
7234
+ export interface DescribeTenantCcnsResponse {
7235
+ /**
7236
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7237
+ */
7238
+ RequestId?: string
7239
+ }
7240
+
7216
7241
  /**
7217
7242
  * 过滤器
7218
7243
  */
@@ -8551,6 +8576,11 @@ export interface CreateVpnGatewaySslClientRequest {
8551
8576
  SslVpnClientName: string
8552
8577
  }
8553
8578
 
8579
+ /**
8580
+ * UnlockCcns请求参数结构体
8581
+ */
8582
+ export type UnlockCcnsRequest = null
8583
+
8554
8584
  /**
8555
8585
  * DescribeVpnGatewaySslServers返回参数结构体
8556
8586
  */
@@ -8948,6 +8978,11 @@ export interface ResetVpnGatewayInternetMaxBandwidthResponse {
8948
8978
  RequestId?: string
8949
8979
  }
8950
8980
 
8981
+ /**
8982
+ * LockCcnBandwidths请求参数结构体
8983
+ */
8984
+ export type LockCcnBandwidthsRequest = null
8985
+
8951
8986
  /**
8952
8987
  * 用于描述弹性公网IP的费用对象
8953
8988
  */
@@ -10880,6 +10915,36 @@ export interface CCN {
10880
10915
  RouteTableFlag: boolean
10881
10916
  }
10882
10917
 
10918
+ /**
10919
+ * 终端节点服务的服务白名单对象详情。
10920
+ */
10921
+ export interface VpcEndPointServiceUser {
10922
+ /**
10923
+ * AppId。
10924
+ */
10925
+ Owner: number
10926
+
10927
+ /**
10928
+ * Uin。
10929
+ */
10930
+ UserUin: string
10931
+
10932
+ /**
10933
+ * 描述信息。
10934
+ */
10935
+ Description: string
10936
+
10937
+ /**
10938
+ * 创建时间。
10939
+ */
10940
+ CreateTime: string
10941
+
10942
+ /**
10943
+ * 终端节点服务ID。
10944
+ */
10945
+ EndPointServiceId: string
10946
+ }
10947
+
10883
10948
  /**
10884
10949
  * InquirePriceCreateDirectConnectGateway返回参数结构体
10885
10950
  */
@@ -11871,6 +11936,16 @@ export interface CcnBandwidthInfo {
11871
11936
  MarketId: string
11872
11937
  }
11873
11938
 
11939
+ /**
11940
+ * DescribeCrossBorderCcnRegionBandwidthLimits返回参数结构体
11941
+ */
11942
+ export interface DescribeCrossBorderCcnRegionBandwidthLimitsResponse {
11943
+ /**
11944
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11945
+ */
11946
+ RequestId?: string
11947
+ }
11948
+
11874
11949
  /**
11875
11950
  * DeleteSecurityGroup返回参数结构体
11876
11951
  */
@@ -11901,6 +11976,16 @@ export interface CreateNetworkInterfaceResponse {
11901
11976
  */
11902
11977
  export type DescribeAddressQuotaRequest = null
11903
11978
 
11979
+ /**
11980
+ * LockCcns返回参数结构体
11981
+ */
11982
+ export interface LockCcnsResponse {
11983
+ /**
11984
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11985
+ */
11986
+ RequestId?: string
11987
+ }
11988
+
11904
11989
  /**
11905
11990
  * RemoveBandwidthPackageResources返回参数结构体
11906
11991
  */
@@ -12454,6 +12539,16 @@ export interface SecurityGroup {
12454
12539
  UpdateTime?: string
12455
12540
  }
12456
12541
 
12542
+ /**
12543
+ * UnlockCcns返回参数结构体
12544
+ */
12545
+ export interface UnlockCcnsResponse {
12546
+ /**
12547
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12548
+ */
12549
+ RequestId?: string
12550
+ }
12551
+
12457
12552
  /**
12458
12553
  * DisableGatewayFlowMonitor返回参数结构体
12459
12554
  */
@@ -12618,33 +12713,13 @@ export interface CcnRegionBandwidthLimit {
12618
12713
  }
12619
12714
 
12620
12715
  /**
12621
- * 终端节点服务的服务白名单对象详情。
12716
+ * UnlockCcnBandwidths返回参数结构体
12622
12717
  */
12623
- export interface VpcEndPointServiceUser {
12718
+ export interface UnlockCcnBandwidthsResponse {
12624
12719
  /**
12625
- * AppId
12626
- */
12627
- Owner: number
12628
-
12629
- /**
12630
- * Uin。
12631
- */
12632
- UserUin: string
12633
-
12634
- /**
12635
- * 描述信息。
12636
- */
12637
- Description: string
12638
-
12639
- /**
12640
- * 创建时间。
12641
- */
12642
- CreateTime: string
12643
-
12644
- /**
12645
- * 终端节点服务ID。
12720
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
12646
12721
  */
12647
- EndPointServiceId: string
12722
+ RequestId?: string
12648
12723
  }
12649
12724
 
12650
12725
  /**
@@ -12892,6 +12967,16 @@ export interface Ipv6SubnetCidrBlock {
12892
12967
  Ipv6CidrBlock?: string
12893
12968
  }
12894
12969
 
12970
+ /**
12971
+ * LockCcnBandwidths返回参数结构体
12972
+ */
12973
+ export interface LockCcnBandwidthsResponse {
12974
+ /**
12975
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12976
+ */
12977
+ RequestId?: string
12978
+ }
12979
+
12895
12980
  /**
12896
12981
  * DescribeAddressQuota返回参数结构体
12897
12982
  */
@@ -12972,6 +13057,11 @@ export interface CreateRouteTableResponse {
12972
13057
  RequestId?: string
12973
13058
  }
12974
13059
 
13060
+ /**
13061
+ * DescribeCrossBorderCcnRegionBandwidthLimits请求参数结构体
13062
+ */
13063
+ export type DescribeCrossBorderCcnRegionBandwidthLimitsRequest = null
13064
+
12975
13065
  /**
12976
13066
  * GetCcnRegionBandwidthLimits请求参数结构体
12977
13067
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.308";
1
+ export declare const sdkVersion = "4.0.311";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.308";
4
+ exports.sdkVersion = "4.0.311";
@@ -752,6 +752,15 @@ export interface KTVSingerInfo {
752
752
  */
753
753
  PlayCount: number;
754
754
  }
755
+ /**
756
+ * 设置音量。
757
+ */
758
+ export interface SetVolumeCommandInput {
759
+ /**
760
+ * 音量大小,取值范围为 0~100,默认值为 50。
761
+ */
762
+ Volume: number;
763
+ }
755
764
  /**
756
765
  * PutMusicOnTheShelves请求参数结构体
757
766
  */
@@ -1551,6 +1560,7 @@ export interface SyncKTVRobotCommandRequest {
1551
1560
  <li>SetAudioParam:音频参数变更</li>
1552
1561
  <li>SendMessage:发送自定义消息</li>
1553
1562
  <li>SetDestroyMode:设置销毁模式</li>
1563
+ <li>SetVolume:设置音量</li>
1554
1564
  */
1555
1565
  Command: string;
1556
1566
  /**
@@ -1581,6 +1591,10 @@ export interface SyncKTVRobotCommandRequest {
1581
1591
  * 销毁模式,当Command取SetDestroyMode时,必填。
1582
1592
  */
1583
1593
  SetDestroyModeCommandInput?: SetDestroyModeCommandInput;
1594
+ /**
1595
+ * 音量,当Command取SetVolume时,必填。
1596
+ */
1597
+ SetVolumeCommandInput?: SetVolumeCommandInput;
1584
1598
  }
1585
1599
  /**
1586
1600
  * DescribeKTVSuggestions请求参数结构体
@@ -1785,11 +1799,11 @@ export interface KTVRobotInfo {
1785
1799
  */
1786
1800
  Position: number;
1787
1801
  /**
1788
- * 音频参数
1802
+ * 音频参数。
1789
1803
  */
1790
1804
  SetAudioParamInput: SetAudioParamCommandInput;
1791
1805
  /**
1792
- * 进房信息
1806
+ * 进房信息。
1793
1807
  */
1794
1808
  JoinRoomInput: JoinRoomInput;
1795
1809
  /**
@@ -1805,6 +1819,10 @@ export interface KTVRobotInfo {
1805
1819
  <li>Shuffle:随机播放</li>
1806
1820
  */
1807
1821
  SetPlayModeInput: SetPlayModeCommandInput;
1822
+ /**
1823
+ * 音量,范围 0~100,默认为 50。
1824
+ */
1825
+ SetVolumeInput: SetVolumeCommandInput;
1808
1826
  }
1809
1827
  /**
1810
1828
  * DescribeItems请求参数结构体
@@ -333,7 +333,7 @@ export interface CreateWaterPrintConfigRequest {
333
333
  export interface DDoSGeoIPBlockConfig {
334
334
  /**
335
335
  * 区域类型,取值[
336
- oversea(海外)
336
+ oversea(境外)
337
337
  china(国内)
338
338
  customized(自定义地区)
339
339
  ]
@@ -1241,7 +1241,7 @@ export interface DescribeServiceForApiAppResponse {
1241
1241
  */
1242
1242
  export interface ServiceConfig {
1243
1243
  /**
1244
- * 后端类型。启用vpc时生效,目前支持的类型为clb和vpc通道
1244
+ * 后端类型。启用vpc时生效,目前支持的类型为clb, cvmupstream
1245
1245
  */
1246
1246
  Product?: string;
1247
1247
  /**
@@ -3880,6 +3880,15 @@ DELETE: DeleteObject。
3880
3880
  注意:此字段可能返回 null,表示取不到有效值。
3881
3881
  */
3882
3882
  Authorization?: boolean;
3883
+ /**
3884
+ * API后端COS的路径匹配模式,可选值:
3885
+ BackEndPath : 后端路径匹配
3886
+ FullPath : 全路径匹配
3887
+
3888
+ 默认值为:BackEndPath
3889
+ 注意:此字段可能返回 null,表示取不到有效值。
3890
+ */
3891
+ PathMatchMode?: string;
3883
3892
  }
3884
3893
  /**
3885
3894
  * ModifyApiIncrement请求参数结构体
@@ -4103,12 +4112,12 @@ export interface CreateApiRsp {
4103
4112
  */
4104
4113
  ApiId: string;
4105
4114
  /**
4106
- * path
4115
+ * 路径
4107
4116
  注意:此字段可能返回 null,表示取不到有效值。
4108
4117
  */
4109
4118
  Path: string;
4110
4119
  /**
4111
- * method
4120
+ * 请求方法
4112
4121
  注意:此字段可能返回 null,表示取不到有效值。
4113
4122
  */
4114
4123
  Method: string;
@@ -4117,6 +4126,21 @@ export interface CreateApiRsp {
4117
4126
  注意:此字段可能返回 null,表示取不到有效值。
4118
4127
  */
4119
4128
  CreatedTime: string;
4129
+ /**
4130
+ * 导入状态
4131
+ 注意:此字段可能返回 null,表示取不到有效值。
4132
+ */
4133
+ Status: string;
4134
+ /**
4135
+ * 异常信息
4136
+ 注意:此字段可能返回 null,表示取不到有效值。
4137
+ */
4138
+ ErrMsg: string;
4139
+ /**
4140
+ * api name
4141
+ 注意:此字段可能返回 null,表示取不到有效值。
4142
+ */
4143
+ ApiName: string;
4120
4144
  }
4121
4145
  /**
4122
4146
  * 使用计划绑定环境信息
@@ -424,21 +424,21 @@ export interface CreateRecTaskRequest {
424
424
  */
425
425
  DataLen?: number;
426
426
  /**
427
- * 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id
427
+ * 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1
428
428
  */
429
- HotwordId?: string;
429
+ ConvertNumMode?: number;
430
430
  /**
431
431
  * 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
432
432
  */
433
433
  FilterDirty?: number;
434
434
  /**
435
- * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
435
+ * 热词表id。如不设置该参数,自动生效默认热词表;如果设置了该参数,那么将生效对应的热词表。
436
436
  */
437
- FilterModal?: number;
437
+ HotwordId?: string;
438
438
  /**
439
- * 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
439
+ * 自学习模型 id。如不设置该参数,自动生效最后一次上线的自学习模型;如果设置了该参数,那么将生效对应的自学习模型。
440
440
  */
441
- ConvertNumMode?: number;
441
+ CustomizationId?: string;
442
442
  /**
443
443
  * 附加参数(该参数无意义,忽略即可)
444
444
  */
@@ -447,6 +447,10 @@ export interface CreateRecTaskRequest {
447
447
  * 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认值为 0。
448
448
  */
449
449
  FilterPunc?: number;
450
+ /**
451
+ * 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
452
+ */
453
+ FilterModal?: number;
450
454
  }
451
455
  /**
452
456
  * GetAsrVocabList请求参数结构体
@@ -458,7 +458,7 @@ export interface CreateParamTemplateRequest {
458
458
  */
459
459
  ParamList?: Array<Parameter>;
460
460
  /**
461
- * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
461
+ * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
462
462
  */
463
463
  TemplateType?: string;
464
464
  }
@@ -839,7 +839,7 @@ export interface DescribeAuditRulesRequest {
839
839
  */
840
840
  Limit?: number;
841
841
  /**
842
- * 分页偏移量。
842
+ * 分页偏移量。默认值为0。
843
843
  */
844
844
  Offset?: number;
845
845
  }
@@ -1509,7 +1509,7 @@ export interface DescribeParamTemplateInfoResponse {
1509
1509
  */
1510
1510
  Description: string;
1511
1511
  /**
1512
- * 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
1512
+ * 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
1513
1513
  */
1514
1514
  TemplateType: string;
1515
1515
  /**
@@ -1871,7 +1871,7 @@ export interface ApplyCDBProxyRequest {
1871
1871
  */
1872
1872
  SecurityGroup?: Array<string>;
1873
1873
  /**
1874
- * 描述说明
1874
+ * 描述说明,最大支持256位。
1875
1875
  */
1876
1876
  Desc?: string;
1877
1877
  }
@@ -3607,11 +3607,11 @@ export interface DescribeProxyConnectionPoolConfRequest {
3607
3607
  */
3608
3608
  InstanceId: string;
3609
3609
  /**
3610
- * 分页查询偏移量
3610
+ * 分页
3611
3611
  */
3612
3612
  Offset?: number;
3613
3613
  /**
3614
- * 分页查询限制
3614
+ * 限制
3615
3615
  */
3616
3616
  Limit?: number;
3617
3617
  }
@@ -5423,7 +5423,7 @@ export interface ModifyAccountPrivilegesRequest {
5423
5423
  */
5424
5424
  ColumnPrivileges?: Array<ColumnPrivilege>;
5425
5425
  /**
5426
- * 该参数不为空时,为批量修改权限。可选值为:grantrevoke
5426
+ * 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
5427
5427
  */
5428
5428
  ModifyAction?: string;
5429
5429
  }
@@ -5812,11 +5812,11 @@ export interface ModifyCDBProxyRequest {
5812
5812
  */
5813
5813
  ProxyGroupId: string;
5814
5814
  /**
5815
- * 是否开始延迟剔除,取值:"true" | "false"
5815
+ * 是否开始延迟剔除,默认false,取值:"true" | "false"
5816
5816
  */
5817
5817
  IsKickout?: boolean;
5818
5818
  /**
5819
- * 最少保留数
5819
+ * 最少保留数,最小为0,最大为实例数量
5820
5820
  */
5821
5821
  MinCount?: number;
5822
5822
  /**
@@ -5832,11 +5832,11 @@ export interface ModifyCDBProxyRequest {
5832
5832
  */
5833
5833
  RoWeightValues?: RoWeight;
5834
5834
  /**
5835
- * 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,取值:"true" | "false"
5835
+ * 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
5836
5836
  */
5837
5837
  FailOver?: boolean;
5838
5838
  /**
5839
- * 是否自动添加只读实例,取值:"true" | "false"
5839
+ * 是否自动添加只读实例,默认false,取值:"true" | "false"
5840
5840
  */
5841
5841
  AutoAddRo?: boolean;
5842
5842
  }
@@ -6542,7 +6542,7 @@ export interface CloseCDBProxyRequest {
6542
6542
  */
6543
6543
  ProxyGroupId: string;
6544
6544
  /**
6545
- * 是否只关闭读写分离,取值:"true" | "false"
6545
+ * 是否只关闭读写分离,取值:"true" | "false",默认为"false"
6546
6546
  */
6547
6547
  OnlyCloseRW?: boolean;
6548
6548
  }
@@ -6649,11 +6649,11 @@ export interface UpgradeCDBProxyRequest {
6649
6649
  */
6650
6650
  ProxyGroupId: string;
6651
6651
  /**
6652
- * 代理节点个数
6652
+ * 代理节点个数,实际规格支持数
6653
6653
  */
6654
6654
  ProxyCount: number;
6655
6655
  /**
6656
- * 代理节点核数
6656
+ * 代理节点核数,实际规格支持数
6657
6657
  */
6658
6658
  Cpu: number;
6659
6659
  /**
@@ -3171,6 +3171,14 @@ export interface CreateInstancePreRequest {
3171
3171
  * 磁盘类型(ssd填写CLOUD_SSD,sata填写CLOUD_BASIC)
3172
3172
  */
3173
3173
  DiskType?: string;
3174
+ /**
3175
+ * 跨可用区,zoneIds必填
3176
+ */
3177
+ MultiZoneFlag?: boolean;
3178
+ /**
3179
+ * 可用区列表
3180
+ */
3181
+ ZoneIds?: Array<number>;
3174
3182
  }
3175
3183
  /**
3176
3184
  * DeleteTopicIpWhiteList请求参数结构体
@@ -849,7 +849,7 @@ export interface TopicInfo {
849
849
  */
850
850
  StorageType: string;
851
851
  /**
852
- * 生命周期,单位为天
852
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
853
853
  注意:此字段可能返回 null,表示取不到有效值。
854
854
  */
855
855
  Period: number;
@@ -1632,11 +1632,11 @@ export interface CreateTopicRequest {
1632
1632
  */
1633
1633
  MaxSplitPartitions?: number;
1634
1634
  /**
1635
- * 日志主题的存储类型,可选值 hot(实时存储),cold(离线存储);默认为hot。若传入cold,请先联系客服进行开白。
1635
+ * 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot
1636
1636
  */
1637
1637
  StorageType?: string;
1638
1638
  /**
1639
- * 生命周期,单位天;可取值范围1~366。默认30天
1639
+ * 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
1640
1640
  */
1641
1641
  Period?: number;
1642
1642
  }
@@ -2063,7 +2063,7 @@ export interface JsonInfo {
2063
2063
  */
2064
2064
  EnableTag: boolean;
2065
2065
  /**
2066
- * 元数据信息列表
2066
+ * 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__。
2067
2067
  注意:此字段可能返回 null,表示取不到有效值。
2068
2068
  */
2069
2069
  MetaFields: Array<string>;
@@ -644,7 +644,7 @@ export interface ImportKeyPairResponse {
644
644
  /**
645
645
  * 密钥对ID。
646
646
  */
647
- KeyId?: string;
647
+ KeyId: string;
648
648
  /**
649
649
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
650
650
  */