tencentcloud-sdk-nodejs 4.0.234 → 4.0.238

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 +661 -97
  2. package/package.json +1 -1
  3. package/products.md +28 -28
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/as/v20180419/as_client.ts +0 -12
  6. package/src/services/as/v20180419/as_models.ts +0 -75
  7. package/src/services/ccc/v20200210/ccc_models.ts +6 -0
  8. package/src/services/cdn/v20180606/cdn_models.ts +15 -9
  9. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  10. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  11. package/src/services/cfw/v20190904/cfw_models.ts +6 -1
  12. package/src/services/clb/v20180317/clb_models.ts +15 -8
  13. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
  14. package/src/services/cme/v20191029/cme_client.ts +80 -26
  15. package/src/services/cme/v20191029/cme_models.ts +470 -52
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +592 -279
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +10255 -6695
  18. package/src/services/cvm/v20170312/cvm_models.ts +3 -3
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +8 -4
  21. package/src/services/live/v20180801/live_client.ts +2 -2
  22. package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
  23. package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
  24. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  25. package/src/services/mrs/v20200910/mrs_client.ts +11 -5
  26. package/src/services/mrs/v20200910/mrs_models.ts +249 -81
  27. package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
  28. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  29. package/src/services/scf/v20180416/scf_models.ts +10 -0
  30. package/src/services/sms/v20210111/sms_models.ts +18 -6
  31. package/src/services/tcb/v20180608/tcb_client.ts +18 -6
  32. package/src/services/tcb/v20180608/tcb_models.ts +87 -0
  33. package/src/services/tiw/v20190919/tiw_models.ts +5 -4
  34. package/src/services/tse/v20201207/tse_models.ts +24 -0
  35. package/src/services/tsf/v20180326/tsf_models.ts +146 -16
  36. package/src/services/vod/v20180717/vod_models.ts +1 -0
  37. package/src/services/vpc/v20170312/vpc_models.ts +26 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
  41. package/tencentcloud/services/as/v20180419/as_client.js +0 -6
  42. package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  44. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
  45. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  46. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  47. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +6 -1
  48. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
  49. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
  50. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
  51. package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
  52. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +410 -47
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +109 -13
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +162 -18
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8930 -5949
  56. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
  58. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -4
  59. package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
  60. package/tencentcloud/services/live/v20180801/live_client.js +2 -2
  61. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  62. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  63. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
  64. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  65. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
  66. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
  67. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  68. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  69. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
  70. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  71. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  72. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
  73. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +5 -4
  74. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
  75. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
  76. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
  77. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
  78. package/test/as.v20180419.test.js +0 -10
  79. package/test/cme.v20191029.test.js +46 -6
  80. package/test/cpdp.v20190820.test.js +252 -12
  81. package/test/mariadb.v20170312.test.js +20 -0
  82. package/test/tcb.v20180608.test.js +12 -2
@@ -4041,6 +4041,12 @@ export interface CloudBaseRunServerVersionItem {
4041
4041
  注意:此字段可能返回 null,表示取不到有效值。
4042
4042
  */
4043
4043
  CurrentReplicas: number
4044
+
4045
+ /**
4046
+ * Monolithic,Microservice
4047
+ 注意:此字段可能返回 null,表示取不到有效值。
4048
+ */
4049
+ Architecture: string
4044
4050
  }
4045
4051
 
4046
4052
  /**
@@ -5713,6 +5719,22 @@ export interface DescribeDatabaseACLResponse {
5713
5719
  RequestId?: string
5714
5720
  }
5715
5721
 
5722
+ /**
5723
+ * ModifyCloudBaseRunServerVersion返回参数结构体
5724
+ */
5725
+ export interface ModifyCloudBaseRunServerVersionResponse {
5726
+ /**
5727
+ * 返回结果(succ为成功)
5728
+ 注意:此字段可能返回 null,表示取不到有效值。
5729
+ */
5730
+ Result?: string
5731
+
5732
+ /**
5733
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5734
+ */
5735
+ RequestId?: string
5736
+ }
5737
+
5716
5738
  /**
5717
5739
  * DescribeExtensionUploadInfo返回参数结构体
5718
5740
  */
@@ -5844,6 +5866,71 @@ export interface CloudBaseCodeRepoName {
5844
5866
  FullName?: string
5845
5867
  }
5846
5868
 
5869
+ /**
5870
+ * ModifyCloudBaseRunServerVersion请求参数结构体
5871
+ */
5872
+ export interface ModifyCloudBaseRunServerVersionRequest {
5873
+ /**
5874
+ * 环境ID
5875
+ */
5876
+ EnvId: string
5877
+
5878
+ /**
5879
+ * 服务名称
5880
+ */
5881
+ ServerName: string
5882
+
5883
+ /**
5884
+ * 版本名称
5885
+ */
5886
+ VersionName: string
5887
+
5888
+ /**
5889
+ * 环境变量
5890
+ */
5891
+ EnvParams?: string
5892
+
5893
+ /**
5894
+ * 最小副本数
5895
+ */
5896
+ MinNum?: string
5897
+
5898
+ /**
5899
+ * 最大副本数
5900
+ */
5901
+ MaxNum?: string
5902
+
5903
+ /**
5904
+ * 端口
5905
+ */
5906
+ ContainerPort?: string
5907
+
5908
+ /**
5909
+ * 备注
5910
+ */
5911
+ Remark?: string
5912
+
5913
+ /**
5914
+ * 日志采集路径
5915
+ */
5916
+ CustomLogs?: string
5917
+
5918
+ /**
5919
+ * 是否重设备注
5920
+ */
5921
+ IsResetRemark?: boolean
5922
+
5923
+ /**
5924
+ * 修改基础信息
5925
+ */
5926
+ BasicModify?: boolean
5927
+
5928
+ /**
5929
+ * 操作备注
5930
+ */
5931
+ OperatorRemark?: string
5932
+ }
5933
+
5847
5934
  /**
5848
5935
  * RollUpdateCloudBaseRunServerVersion请求参数结构体
5849
5936
  */
@@ -1204,11 +1204,11 @@ export interface CreateTranscodeRequest {
1204
1204
  IsStaticPPT?: boolean
1205
1205
 
1206
1206
  /**
1207
- * 注意: 该参数已废弃, 请使用 MinScaleResolution
1207
+ * 注意: 该参数已废弃, 请使用最新的 [云API SDK](https://cloud.tencent.com/document/api/1137/40060#SDK) ,使用 MinScaleResolution字段传递分辨率
1208
1208
 
1209
1209
  转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率
1210
1210
 
1211
- 注意分辨率宽高中间为英文字母"xyz"的"x"
1211
+ 示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
1212
1212
  */
1213
1213
  MinResolution?: string
1214
1214
 
@@ -1240,9 +1240,10 @@ tar.gz: 生成`.tar.gz`压缩包
1240
1240
  Priority?: string
1241
1241
 
1242
1242
  /**
1243
- * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率
1243
+ * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。
1244
+ 分辨率越高,效果越清晰,转出来的图片资源体积会越大,课件加载耗时会变长,请根据实际使用场景配置此参数。
1244
1245
 
1245
- 注意分辨率宽高中间为英文字母"xyz"的"x"
1246
+ 示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
1246
1247
  */
1247
1248
  MinScaleResolution?: string
1248
1249
  }
@@ -161,6 +161,18 @@ export interface SREInstance {
161
161
  注意:此字段可能返回 null,表示取不到有效值。
162
162
  */
163
163
  Tags: Array<KVPair>
164
+
165
+ /**
166
+ * 引擎实例是否开启控制台公网访问地址
167
+ 注意:此字段可能返回 null,表示取不到有效值。
168
+ */
169
+ EnableConsoleInternet: boolean
170
+
171
+ /**
172
+ * 引擎实例是否开启控制台内网访问地址
173
+ 注意:此字段可能返回 null,表示取不到有效值。
174
+ */
175
+ EnableConsoleIntranet: boolean
164
176
  }
165
177
 
166
178
  /**
@@ -182,6 +194,18 @@ export interface DescribeSREInstanceAccessAddressResponse {
182
194
  */
183
195
  EnvAddressInfos: Array<EnvAddressInfo>
184
196
 
197
+ /**
198
+ * 控制台公网访问地址
199
+ 注意:此字段可能返回 null,表示取不到有效值。
200
+ */
201
+ ConsoleInternetAddress: string
202
+
203
+ /**
204
+ * 控制台内网访问地址
205
+ 注意:此字段可能返回 null,表示取不到有效值。
206
+ */
207
+ ConsoleIntranetAddress: string
208
+
185
209
  /**
186
210
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
187
211
  */
@@ -43,6 +43,21 @@ export interface DescribePublicConfigSummaryRequest {
43
43
  * 升序传 0,降序传 1
44
44
  */
45
45
  OrderType?: number
46
+
47
+ /**
48
+ * 无
49
+ */
50
+ ConfigTagList?: Array<string>
51
+
52
+ /**
53
+ * 无
54
+ */
55
+ DisableProgramAuthCheck?: boolean
56
+
57
+ /**
58
+ * 无
59
+ */
60
+ ConfigIdList?: Array<string>
46
61
  }
47
62
 
48
63
  /**
@@ -449,7 +464,7 @@ export interface DescribeSimpleClustersResponse {
449
464
  * TSF集群分页对象
450
465
  注意:此字段可能返回 null,表示取不到有效值。
451
466
  */
452
- Result?: TsfPageCluster
467
+ Result: TsfPageCluster
453
468
 
454
469
  /**
455
470
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -624,7 +639,7 @@ export interface CreateGatewayApiResponse {
624
639
  /**
625
640
  * 是否成功
626
641
  */
627
- Result?: boolean
642
+ Result: boolean
628
643
 
629
644
  /**
630
645
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -834,7 +849,7 @@ export interface CreateNamespaceResponse {
834
849
  * 成功时为命名空间ID,失败为null
835
850
  注意:此字段可能返回 null,表示取不到有效值。
836
851
  */
837
- Result?: string
852
+ Result: string
838
853
 
839
854
  /**
840
855
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1123,6 +1138,11 @@ export interface CreateGatewayApiRequest {
1123
1138
  * Api信息
1124
1139
  */
1125
1140
  ApiList: Array<ApiInfo>
1141
+
1142
+ /**
1143
+ * 无
1144
+ */
1145
+ ProgramIdList?: Array<string>
1126
1146
  }
1127
1147
 
1128
1148
  /**
@@ -1458,7 +1478,7 @@ export interface DescribeServerlessGroupsResponse {
1458
1478
  * 数据列表对象
1459
1479
  注意:此字段可能返回 null,表示取不到有效值。
1460
1480
  */
1461
- Result?: ServerlessGroupPage
1481
+ Result: ServerlessGroupPage
1462
1482
 
1463
1483
  /**
1464
1484
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1908,7 +1928,7 @@ export interface CreateClusterResponse {
1908
1928
  /**
1909
1929
  * 集群ID
1910
1930
  */
1911
- Result?: string
1931
+ Result: string
1912
1932
 
1913
1933
  /**
1914
1934
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2001,7 +2021,7 @@ export interface DescribeLanesResponse {
2001
2021
  * 泳道列表
2002
2022
  注意:此字段可能返回 null,表示取不到有效值。
2003
2023
  */
2004
- Result?: LaneInfos
2024
+ Result: LaneInfos
2005
2025
 
2006
2026
  /**
2007
2027
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2052,6 +2072,11 @@ export interface CreateNamespaceRequest {
2052
2072
  * 需要绑定的数据集ID
2053
2073
  */
2054
2074
  ProgramId?: string
2075
+
2076
+ /**
2077
+ * 无
2078
+ */
2079
+ ProgramIdList?: Array<string>
2055
2080
  }
2056
2081
 
2057
2082
  /**
@@ -2250,7 +2275,7 @@ export interface CreateLaneResponse {
2250
2275
  * 泳道ID
2251
2276
  注意:此字段可能返回 null,表示取不到有效值。
2252
2277
  */
2253
- Result?: string
2278
+ Result: string
2254
2279
 
2255
2280
  /**
2256
2281
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2371,7 +2396,7 @@ export interface DescribeSimpleNamespacesResponse {
2371
2396
  * 命名空间分页列表
2372
2397
  注意:此字段可能返回 null,表示取不到有效值。
2373
2398
  */
2374
- Result?: TsfPageNamespace
2399
+ Result: TsfPageNamespace
2375
2400
 
2376
2401
  /**
2377
2402
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2546,7 +2571,7 @@ export interface CreatePublicConfigResponse {
2546
2571
  * true:创建成功;false:创建失败
2547
2572
  注意:此字段可能返回 null,表示取不到有效值。
2548
2573
  */
2549
- Result?: boolean
2574
+ Result: boolean
2550
2575
 
2551
2576
  /**
2552
2577
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2594,7 +2619,7 @@ export interface CreateConfigResponse {
2594
2619
  * true:创建成功;false:创建失败
2595
2620
  注意:此字段可能返回 null,表示取不到有效值。
2596
2621
  */
2597
- Result?: boolean
2622
+ Result: boolean
2598
2623
 
2599
2624
  /**
2600
2625
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2966,7 +2991,7 @@ export interface DescribeSimpleApplicationsResponse {
2966
2991
  * 简单应用分页对象
2967
2992
  注意:此字段可能返回 null,表示取不到有效值。
2968
2993
  */
2969
- Result?: TsfPageSimpleApplication
2994
+ Result: TsfPageSimpleApplication
2970
2995
 
2971
2996
  /**
2972
2997
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3172,6 +3197,11 @@ export interface DescribeSimpleApplicationsRequest {
3172
3197
  * 通过id和name进行关键词过滤
3173
3198
  */
3174
3199
  SearchWord?: string
3200
+
3201
+ /**
3202
+ * 无
3203
+ */
3204
+ DisableProgramAuthCheck?: boolean
3175
3205
  }
3176
3206
 
3177
3207
  /**
@@ -3414,6 +3444,11 @@ export interface CreateFileConfigRequest {
3414
3444
  * Base64编码的配置项
3415
3445
  */
3416
3446
  EncodeWithBase64?: boolean
3447
+
3448
+ /**
3449
+ * 无
3450
+ */
3451
+ ProgramIdList?: Array<string>
3417
3452
  }
3418
3453
 
3419
3454
  /**
@@ -4239,6 +4274,11 @@ export interface CreateLaneRuleRequest {
4239
4274
  * 泳道Id
4240
4275
  */
4241
4276
  LaneId: string
4277
+
4278
+ /**
4279
+ * 无
4280
+ */
4281
+ ProgramIdList?: Array<string>
4242
4282
  }
4243
4283
 
4244
4284
  /**
@@ -4674,6 +4714,11 @@ export interface DescribeSimpleNamespacesRequest {
4674
4714
  * 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认,命名空间。1:非默认命名空间
4675
4715
  */
4676
4716
  IsDefault?: string
4717
+
4718
+ /**
4719
+ * 无
4720
+ */
4721
+ DisableProgramAuthCheck?: boolean
4677
4722
  }
4678
4723
 
4679
4724
  /**
@@ -4852,6 +4897,11 @@ export interface DescribeSimpleClustersRequest {
4852
4897
  * 对id和name进行关键词过滤
4853
4898
  */
4854
4899
  SearchWord?: string
4900
+
4901
+ /**
4902
+ * 无
4903
+ */
4904
+ DisableProgramAuthCheck?: boolean
4855
4905
  }
4856
4906
 
4857
4907
  /**
@@ -4907,7 +4957,7 @@ export interface DescribeLaneRulesResponse {
4907
4957
  * 泳道规则列表
4908
4958
  注意:此字段可能返回 null,表示取不到有效值。
4909
4959
  */
4910
- Result?: LaneRules
4960
+ Result: LaneRules
4911
4961
 
4912
4962
  /**
4913
4963
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5803,7 +5853,7 @@ export interface CreateLaneRuleResponse {
5803
5853
  * 泳道规则Id
5804
5854
  注意:此字段可能返回 null,表示取不到有效值。
5805
5855
  */
5806
- Result?: string
5856
+ Result: string
5807
5857
 
5808
5858
  /**
5809
5859
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6057,6 +6107,11 @@ export interface CreateApplicationRequest {
6057
6107
  * 忽略创建镜像仓库
6058
6108
  */
6059
6109
  IgnoreCreateImageRepository?: boolean
6110
+
6111
+ /**
6112
+ * 无
6113
+ */
6114
+ ProgramIdList?: Array<string>
6060
6115
  }
6061
6116
 
6062
6117
  /**
@@ -7228,17 +7283,27 @@ export interface DescribeLanesRequest {
7228
7283
  /**
7229
7284
  * 每页展示的条数
7230
7285
  */
7231
- Limit: number
7286
+ Limit?: number
7232
7287
 
7233
7288
  /**
7234
7289
  * 翻页偏移量
7235
7290
  */
7236
- Offset: number
7291
+ Offset?: number
7237
7292
 
7238
7293
  /**
7239
7294
  * 搜索关键字
7240
7295
  */
7241
7296
  SearchWord?: string
7297
+
7298
+ /**
7299
+ * 无
7300
+ */
7301
+ LaneIdList?: Array<string>
7302
+
7303
+ /**
7304
+ * 无
7305
+ */
7306
+ DisableProgramAuthCheck?: boolean
7242
7307
  }
7243
7308
 
7244
7309
  /**
@@ -7289,6 +7354,11 @@ export interface CreatePublicConfigRequest {
7289
7354
  * Base64编码的配置项
7290
7355
  */
7291
7356
  EncodeWithBase64?: boolean
7357
+
7358
+ /**
7359
+ * 无
7360
+ */
7361
+ ProgramIdList?: Array<string>
7292
7362
  }
7293
7363
 
7294
7364
  /**
@@ -8372,6 +8442,11 @@ export interface CreateConfigRequest {
8372
8442
  * Base64编码的配置项
8373
8443
  */
8374
8444
  EncodeWithBase64?: boolean
8445
+
8446
+ /**
8447
+ * 无
8448
+ */
8449
+ ProgramIdList?: Array<string>
8375
8450
  }
8376
8451
 
8377
8452
  /**
@@ -8664,7 +8739,7 @@ export interface DescribeGroupsResponse {
8664
8739
  * 虚拟机部署组分页信息
8665
8740
  注意:此字段可能返回 null,表示取不到有效值。
8666
8741
  */
8667
- Result?: TsfPageVmGroup
8742
+ Result: TsfPageVmGroup
8668
8743
 
8669
8744
  /**
8670
8745
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -8988,6 +9063,11 @@ export interface DescribeLaneRulesRequest {
8988
9063
  * 泳道规则ID(用于精确搜索)
8989
9064
  */
8990
9065
  RuleId?: string
9066
+
9067
+ /**
9068
+ * 无
9069
+ */
9070
+ RuleIdList?: Array<string>
8991
9071
  }
8992
9072
 
8993
9073
  /**
@@ -9176,6 +9256,11 @@ export interface DescribeServerlessGroupsRequest {
9176
9256
  * 分组所属集群ID
9177
9257
  */
9178
9258
  ClusterId?: string
9259
+
9260
+ /**
9261
+ * 无
9262
+ */
9263
+ GroupIdList?: Array<string>
9179
9264
  }
9180
9265
 
9181
9266
  /**
@@ -9964,6 +10049,11 @@ export interface CreateLaneRequest {
9964
10049
  * 泳道部署组信息
9965
10050
  */
9966
10051
  LaneGroupList: Array<LaneGroup>
10052
+
10053
+ /**
10054
+ * 无
10055
+ */
10056
+ ProgramIdList?: Array<string>
9967
10057
  }
9968
10058
 
9969
10059
  /**
@@ -11124,6 +11214,26 @@ export interface CreateClusterRequest {
11124
11214
  * 需要绑定的数据集ID
11125
11215
  */
11126
11216
  ProgramId?: string
11217
+
11218
+ /**
11219
+ * api地址
11220
+ */
11221
+ KuberneteApiServer?: string
11222
+
11223
+ /**
11224
+ * K : kubeconfig, S : service account
11225
+ */
11226
+ KuberneteNativeType?: string
11227
+
11228
+ /**
11229
+ * native secret
11230
+ */
11231
+ KuberneteNativeSecret?: string
11232
+
11233
+ /**
11234
+ * 无
11235
+ */
11236
+ ProgramIdList?: Array<string>
11127
11237
  }
11128
11238
 
11129
11239
  /**
@@ -12077,6 +12187,11 @@ export interface DescribeGroupsRequest {
12077
12187
  * 部署组状态过滤字段
12078
12188
  */
12079
12189
  Status?: string
12190
+
12191
+ /**
12192
+ * 无
12193
+ */
12194
+ GroupIdList?: Array<string>
12080
12195
  }
12081
12196
 
12082
12197
  /**
@@ -12569,6 +12684,21 @@ export interface DescribeConfigSummaryRequest {
12569
12684
  * 升序传 0,降序传 1
12570
12685
  */
12571
12686
  OrderType?: number
12687
+
12688
+ /**
12689
+ * 无
12690
+ */
12691
+ ConfigTagList?: Array<string>
12692
+
12693
+ /**
12694
+ * 无
12695
+ */
12696
+ DisableProgramAuthCheck?: boolean
12697
+
12698
+ /**
12699
+ * 无
12700
+ */
12701
+ ConfigIdList?: Array<string>
12572
12702
  }
12573
12703
 
12574
12704
  /**
@@ -10095,6 +10095,7 @@ export interface MediaSourceData {
10095
10095
  <li>Record:来自录制。如直播录制、直播时移录制等。</li>
10096
10096
  <li>Upload:来自上传。如拉取上传、服务端上传、客户端 UGC 上传等。</li>
10097
10097
  <li>VideoProcessing:来自视频处理。如视频拼接、视频剪辑等。</li>
10098
+ <li>WebPageRecord:来自全景录制。</li>
10098
10099
  <li>Unknown:未知来源。</li>
10099
10100
  */
10100
10101
  SourceType: string
@@ -5787,6 +5787,11 @@ export interface NetDetectIpState {
5787
5787
  * ModifyIp6AddressesBandwidth返回参数结构体
5788
5788
  */
5789
5789
  export interface ModifyIp6AddressesBandwidthResponse {
5790
+ /**
5791
+ * 任务ID
5792
+ */
5793
+ TaskId: string
5794
+
5790
5795
  /**
5791
5796
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5792
5797
  */
@@ -9774,6 +9779,16 @@ export interface VpnGateway {
9774
9779
  * Type值为CCN时,该值表示云联网实例ID
9775
9780
  */
9776
9781
  NetworkInstanceId: string
9782
+
9783
+ /**
9784
+ * CDC 实例ID
9785
+ */
9786
+ CdcId: string
9787
+
9788
+ /**
9789
+ * SSL-VPN 客户端连接数。
9790
+ */
9791
+ MaxConnection: number
9777
9792
  }
9778
9793
 
9779
9794
  /**
@@ -11004,7 +11019,7 @@ export interface CreateVpnGatewayRequest {
11004
11019
  Zone?: string
11005
11020
 
11006
11021
  /**
11007
- * VPN网关类型。值“CCN”云联网类型VPN网关
11022
+ * VPN网关类型。值“CCN”云联网类型VPN网关,值SSL为SSL-VPN
11008
11023
  */
11009
11024
  Type?: string
11010
11025
 
@@ -11012,6 +11027,16 @@ export interface CreateVpnGatewayRequest {
11012
11027
  * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
11013
11028
  */
11014
11029
  Tags?: Array<Tag>
11030
+
11031
+ /**
11032
+ * CDC实例ID
11033
+ */
11034
+ CdcId?: string
11035
+
11036
+ /**
11037
+ * SSL-VPN 最大CLIENT 连接数。可选 [5, 10, 20, 50, 100]。仅SSL-VPN 需要选这个参数。
11038
+ */
11039
+ MaxConnection?: number
11015
11040
  }
11016
11041
 
11017
11042
  /**
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.234";
1
+ export declare const sdkVersion = "4.0.238";
@@ -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.234";
4
+ exports.sdkVersion = "4.0.238";
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, CreateAutoScalingGroupResponse, DescribeAccountLimitsResponse, CreatePaiInstanceResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, CreatePaiInstanceRequest, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, CreateAutoScalingGroupFromInstanceRequest, ExecuteScalingPolicyResponse, ModifyLaunchConfigurationAttributesResponse, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, DeleteScalingPolicyResponse, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, DescribePaiInstancesRequest, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, ModifyNotificationConfigurationRequest, DeleteLifecycleHookRequest, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, PreviewPaiDomainNameRequest, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, CreateScheduledActionRequest, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, ModifyNotificationConfigurationResponse, DescribeAutoScalingInstancesResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, PreviewPaiDomainNameResponse, DeleteAutoScalingGroupRequest, RemoveInstancesRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, DeleteLifecycleHookResponse, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DescribePaiInstancesResponse, ExecuteScalingPolicyRequest } from "./as_models";
3
+ import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, CreateAutoScalingGroupResponse, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, CreateAutoScalingGroupFromInstanceRequest, ExecuteScalingPolicyResponse, ModifyLaunchConfigurationAttributesResponse, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, DeleteScalingPolicyResponse, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, DescribePaiInstancesRequest, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, ModifyNotificationConfigurationRequest, DeleteLifecycleHookRequest, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, PreviewPaiDomainNameRequest, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, CreateScheduledActionRequest, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, ModifyNotificationConfigurationResponse, DescribeAutoScalingInstancesResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, PreviewPaiDomainNameResponse, DeleteAutoScalingGroupRequest, RemoveInstancesRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, DeleteLifecycleHookResponse, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DescribePaiInstancesResponse, ExecuteScalingPolicyRequest } from "./as_models";
4
4
  /**
5
5
  * as client
6
6
  * @class
@@ -55,10 +55,6 @@ export declare class Client extends AbstractClient {
55
55
  * 本接口支持批量操作,每次请求开机实例的上限为100
56
56
  */
57
57
  StartAutoScalingInstances(req: StartAutoScalingInstancesRequest, cb?: (error: string, rep: StartAutoScalingInstancesResponse) => void): Promise<StartAutoScalingInstancesResponse>;
58
- /**
59
- * 本接口 (CreatePaiInstance) 用于创建一个指定配置的PAI实例。
60
- */
61
- CreatePaiInstance(req: CreatePaiInstanceRequest, cb?: (error: string, rep: CreatePaiInstanceResponse) => void): Promise<CreatePaiInstanceResponse>;
62
58
  /**
63
59
  * 本接口(UpgradeLaunchConfiguration)用于升级启动配置。
64
60
 
@@ -93,12 +93,6 @@ class Client extends abstract_client_1.AbstractClient {
93
93
  async StartAutoScalingInstances(req, cb) {
94
94
  return this.request("StartAutoScalingInstances", req, cb);
95
95
  }
96
- /**
97
- * 本接口 (CreatePaiInstance) 用于创建一个指定配置的PAI实例。
98
- */
99
- async CreatePaiInstance(req, cb) {
100
- return this.request("CreatePaiInstance", req, cb);
101
- }
102
96
  /**
103
97
  * 本接口(UpgradeLaunchConfiguration)用于升级启动配置。
104
98