tencentcloud-sdk-nodejs 4.0.233 → 4.0.237
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.
- package/CHANGELOG.md +443 -85
- package/package.json +1 -1
- package/products.md +28 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +0 -12
- package/src/services/as/v20180419/as_models.ts +0 -75
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdb/v20170320/cdb_client.ts +37 -12
- package/src/services/cdb/v20170320/cdb_models.ts +163 -68
- package/src/services/cdn/v20180606/cdn_models.ts +15 -9
- package/src/services/clb/v20180317/clb_client.ts +14 -1
- package/src/services/clb/v20180317/clb_models.ts +54 -19
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
- package/src/services/cme/v20191029/cme_models.ts +4 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +39 -14
- package/src/services/cpdp/v20190820/cpdp_models.ts +774 -637
- package/src/services/cvm/v20170312/cvm_models.ts +3 -3
- package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
- package/src/services/ecm/v20190719/ecm_models.ts +6 -1
- package/src/services/ie/v20200304/ie_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/live/v20180801/live_client.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_client.ts +11 -5
- package/src/services/mrs/v20200910/mrs_models.ts +249 -81
- package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
- package/src/services/ocr/v20181119/ocr_models.ts +3 -3
- package/src/services/postgres/v20170312/postgres_models.ts +12 -9
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +18 -6
- package/src/services/tcb/v20180608/tcb_client.ts +18 -6
- package/src/services/tcb/v20180608/tcb_models.ts +87 -0
- package/src/services/tcm/index.ts +5 -0
- package/src/services/tcm/v20210413/index.ts +6 -0
- package/src/services/tcm/v20210413/tcm_client.ts +88 -0
- package/src/services/tcm/v20210413/tcm_models.ts +891 -0
- package/src/services/tiw/v20190919/tiw_models.ts +5 -4
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- package/src/services/tsf/v20180326/tsf_models.ts +146 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
- package/tencentcloud/services/as/v20180419/as_client.js +0 -6
- package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +569 -451
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -1
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
- package/tencentcloud/services/live/v20180801/live_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +220 -75
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -9
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +72 -0
- package/tencentcloud/services/tcm/index.d.ts +6 -0
- package/tencentcloud/services/tcm/index.js +7 -0
- package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/index.js +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +5 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
- package/test/as.v20180419.test.js +0 -10
- package/test/cdb.v20170320.test.js +22 -2
- package/test/clb.v20180317.test.js +10 -0
- package/test/cpdp.v20190820.test.js +20 -0
- package/test/tcb.v20180608.test.js +12 -2
- package/test/tcm.v20210413.test.js +41 -0
|
@@ -1204,11 +1204,11 @@ export interface CreateTranscodeRequest {
|
|
|
1204
1204
|
IsStaticPPT?: boolean
|
|
1205
1205
|
|
|
1206
1206
|
/**
|
|
1207
|
-
* 注意: 该参数已废弃,
|
|
1207
|
+
* 注意: 该参数已废弃, 请使用最新的 [云API SDK](https://cloud.tencent.com/document/api/1137/40060#SDK) ,使用 MinScaleResolution字段传递分辨率
|
|
1208
1208
|
|
|
1209
1209
|
转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率
|
|
1210
1210
|
|
|
1211
|
-
|
|
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
|
-
|
|
1246
|
+
示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
|
|
1246
1247
|
*/
|
|
1247
1248
|
MinScaleResolution?: string
|
|
1248
1249
|
}
|
|
@@ -198,7 +198,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
/**
|
|
201
|
-
* 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null
|
|
201
|
+
* 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType,UserIds为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。
|
|
202
202
|
**注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
|
|
203
203
|
*/
|
|
204
204
|
async DescribeCallDetail(
|
|
@@ -440,15 +440,15 @@ export interface DescribeCallDetailRequest {
|
|
|
440
440
|
* 需查询的指标,不填则只返回用户列表,填all则返回所有指标。
|
|
441
441
|
appCpu:APP CPU使用率;
|
|
442
442
|
sysCpu:系统 CPU使用率;
|
|
443
|
-
aBit
|
|
444
|
-
aBlock
|
|
445
|
-
bigvBit
|
|
443
|
+
aBit:上/下行音频码率;单位:bps
|
|
444
|
+
aBlock:音频卡顿时长;单位:ms
|
|
445
|
+
bigvBit:上/下行视频码率;单位:bps
|
|
446
446
|
bigvCapFps:视频采集帧率;
|
|
447
447
|
bigvEncFps:视频发送帧率;
|
|
448
448
|
bigvDecFps:渲染帧率;
|
|
449
|
-
bigvBlock
|
|
450
|
-
aLoss
|
|
451
|
-
bigvLoss
|
|
449
|
+
bigvBlock:视频卡顿时长;单位:ms
|
|
450
|
+
aLoss:上/下行音频丢包率;
|
|
451
|
+
bigvLoss:上/下行视频丢包率;
|
|
452
452
|
bigvWidth:上/下行分辨率宽;
|
|
453
453
|
bigvHeight:上/下行分辨率高
|
|
454
454
|
*/
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
7286
|
+
Limit?: number
|
|
7232
7287
|
|
|
7233
7288
|
/**
|
|
7234
7289
|
* 翻页偏移量
|
|
7235
7290
|
*/
|
|
7236
|
-
Offset
|
|
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
|
|
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
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.237";
|
|
@@ -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,
|
|
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
|
|
|
@@ -380,19 +380,6 @@ export interface DescribeAccountLimitsResponse {
|
|
|
380
380
|
*/
|
|
381
381
|
RequestId?: string;
|
|
382
382
|
}
|
|
383
|
-
/**
|
|
384
|
-
* CreatePaiInstance返回参数结构体
|
|
385
|
-
*/
|
|
386
|
-
export interface CreatePaiInstanceResponse {
|
|
387
|
-
/**
|
|
388
|
-
* 当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“准备中”变为“正在运行”,则为创建成功。
|
|
389
|
-
*/
|
|
390
|
-
InstanceIdSet: Array<string>;
|
|
391
|
-
/**
|
|
392
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
393
|
-
*/
|
|
394
|
-
RequestId?: string;
|
|
395
|
-
}
|
|
396
383
|
/**
|
|
397
384
|
* CreateLaunchConfiguration返回参数结构体
|
|
398
385
|
*/
|
|
@@ -445,55 +432,6 @@ export interface DescribeAutoScalingGroupsResponse {
|
|
|
445
432
|
*/
|
|
446
433
|
RequestId?: string;
|
|
447
434
|
}
|
|
448
|
-
/**
|
|
449
|
-
* CreatePaiInstance请求参数结构体
|
|
450
|
-
*/
|
|
451
|
-
export interface CreatePaiInstanceRequest {
|
|
452
|
-
/**
|
|
453
|
-
* PAI实例的域名。
|
|
454
|
-
*/
|
|
455
|
-
DomainName: string;
|
|
456
|
-
/**
|
|
457
|
-
* 公网带宽相关信息设置。
|
|
458
|
-
*/
|
|
459
|
-
InternetAccessible: InternetAccessible;
|
|
460
|
-
/**
|
|
461
|
-
* 启动脚本的base64编码字符串。
|
|
462
|
-
*/
|
|
463
|
-
InitScript?: string;
|
|
464
|
-
/**
|
|
465
|
-
* 可用区列表。
|
|
466
|
-
*/
|
|
467
|
-
Zones?: Array<string>;
|
|
468
|
-
/**
|
|
469
|
-
* VPC ID。
|
|
470
|
-
*/
|
|
471
|
-
VpcId?: string;
|
|
472
|
-
/**
|
|
473
|
-
* 子网列表。
|
|
474
|
-
*/
|
|
475
|
-
SubnetIds?: Array<string>;
|
|
476
|
-
/**
|
|
477
|
-
* 实例显示名称。
|
|
478
|
-
*/
|
|
479
|
-
InstanceName?: string;
|
|
480
|
-
/**
|
|
481
|
-
* 实例机型列表。
|
|
482
|
-
*/
|
|
483
|
-
InstanceTypes?: Array<string>;
|
|
484
|
-
/**
|
|
485
|
-
* 实例登录设置。
|
|
486
|
-
*/
|
|
487
|
-
LoginSettings?: LoginSettings;
|
|
488
|
-
/**
|
|
489
|
-
* 实例计费类型。
|
|
490
|
-
*/
|
|
491
|
-
InstanceChargeType?: string;
|
|
492
|
-
/**
|
|
493
|
-
* 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
494
|
-
*/
|
|
495
|
-
InstanceChargePrepaid?: InstanceChargePrepaid;
|
|
496
|
-
}
|
|
497
435
|
/**
|
|
498
436
|
* 启动配置的系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。
|
|
499
437
|
*/
|