tencentcloud-sdk-nodejs 4.1.298 → 4.1.300
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/es/common/sdk_version.js +1 -1
- package/es/services/adp/v20260520/adp_client.js +27 -12
- package/es/services/cloudrc/index.js +4 -0
- package/es/services/cloudrc/v20240606/cloudrc_client.js +12 -0
- package/es/services/cloudrc/v20240606/cloudrc_models.js +1 -0
- package/es/services/cloudrc/v20240606/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +447 -66
- package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
- package/es/services/index.js +2 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
- package/es/services/monitor/v20180724/monitor_client.js +5 -2
- package/es/services/portal/index.js +4 -0
- package/es/services/portal/v20230413/index.js +6 -0
- package/es/services/portal/v20230413/portal_client.js +9 -0
- package/es/services/portal/v20230413/portal_models.js +1 -0
- package/es/services/redis/v20180412/redis_client.js +3 -0
- package/es/services/tcb/v20180608/tcb_client.js +5 -2
- package/es/services/tke/v20220501/tke_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +34 -14
- package/tencentcloud/services/adp/v20260520/adp_client.js +49 -19
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +4288 -3948
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -95
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +51 -53
- package/tencentcloud/services/cloudrc/index.d.ts +6 -0
- package/tencentcloud/services/cloudrc/index.js +7 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_client.d.ts +18 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_client.js +43 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_models.d.ts +213 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_models.js +18 -0
- package/tencentcloud/services/cloudrc/v20240606/index.d.ts +6 -0
- package/tencentcloud/services/cloudrc/v20240606/index.js +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +584 -67
- package/tencentcloud/services/csip/v20221121/csip_client.js +870 -99
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9413 -1641
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +52 -14
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +37 -42
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +13 -9
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +9 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +106 -59
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +55 -22
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +30 -22
- package/tencentcloud/services/portal/index.d.ts +6 -0
- package/tencentcloud/services/portal/index.js +7 -0
- package/tencentcloud/services/portal/v20230413/index.d.ts +6 -0
- package/tencentcloud/services/portal/v20230413/index.js +10 -0
- package/tencentcloud/services/portal/v20230413/portal_client.d.ts +14 -0
- package/tencentcloud/services/portal/v20230413/portal_client.js +37 -0
- package/tencentcloud/services/portal/v20230413/portal_models.d.ts +59 -0
- package/tencentcloud/services/portal/v20230413/portal_models.js +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +65 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -5
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +13 -5
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +73 -43
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +37 -7
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -9
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20220501/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +22 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -9
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +117 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +3 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -6
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +13 -22
|
@@ -884,6 +884,15 @@ export interface DescribeMySQLTaskStatusRequest {
|
|
|
884
884
|
*/
|
|
885
885
|
TaskName?: string;
|
|
886
886
|
}
|
|
887
|
+
/**
|
|
888
|
+
* UnbindStorageSource请求参数结构体
|
|
889
|
+
*/
|
|
890
|
+
export interface UnbindStorageSourceRequest {
|
|
891
|
+
/**
|
|
892
|
+
* 环境ID
|
|
893
|
+
*/
|
|
894
|
+
EnvId: string;
|
|
895
|
+
}
|
|
887
896
|
/**
|
|
888
897
|
* 构建命令
|
|
889
898
|
*/
|
|
@@ -1684,9 +1693,14 @@ export interface DescribeCloudBaseRunServerVersionResponse {
|
|
|
1684
1693
|
RequestId?: string;
|
|
1685
1694
|
}
|
|
1686
1695
|
/**
|
|
1687
|
-
*
|
|
1696
|
+
* DescribeAIModels返回参数结构体
|
|
1688
1697
|
*/
|
|
1689
|
-
export interface
|
|
1698
|
+
export interface DescribeAIModelsResponse {
|
|
1699
|
+
/**
|
|
1700
|
+
* 模型列表
|
|
1701
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1702
|
+
*/
|
|
1703
|
+
AIModels?: Array<AIModelGroup>;
|
|
1690
1704
|
/**
|
|
1691
1705
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1692
1706
|
*/
|
|
@@ -3053,13 +3067,13 @@ export interface DescribeVmInstancesRequest {
|
|
|
3053
3067
|
Type: string;
|
|
3054
3068
|
}
|
|
3055
3069
|
/**
|
|
3056
|
-
*
|
|
3070
|
+
* BindCls返回参数结构体
|
|
3057
3071
|
*/
|
|
3058
|
-
export interface
|
|
3072
|
+
export interface BindClsResponse {
|
|
3059
3073
|
/**
|
|
3060
|
-
*
|
|
3074
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3061
3075
|
*/
|
|
3062
|
-
|
|
3076
|
+
RequestId?: string;
|
|
3063
3077
|
}
|
|
3064
3078
|
/**
|
|
3065
3079
|
* CLS日志单条信息
|
|
@@ -4956,6 +4970,47 @@ export interface AssumeRoleForAllocatedEnvRequest {
|
|
|
4956
4970
|
*/
|
|
4957
4971
|
EnvId: string;
|
|
4958
4972
|
}
|
|
4973
|
+
/**
|
|
4974
|
+
* 用户信息
|
|
4975
|
+
*/
|
|
4976
|
+
export interface User {
|
|
4977
|
+
/**
|
|
4978
|
+
* 用户ID
|
|
4979
|
+
*/
|
|
4980
|
+
Uid?: string;
|
|
4981
|
+
/**
|
|
4982
|
+
* 用户名
|
|
4983
|
+
*/
|
|
4984
|
+
Name?: string;
|
|
4985
|
+
/**
|
|
4986
|
+
* 用户类型:internalUser-内部用户、externalUser-外部用户
|
|
4987
|
+
*/
|
|
4988
|
+
Type?: string;
|
|
4989
|
+
/**
|
|
4990
|
+
* 用户状态:ACTIVE(激活)、BLOCKED(冻结)
|
|
4991
|
+
*/
|
|
4992
|
+
UserStatus?: string;
|
|
4993
|
+
/**
|
|
4994
|
+
* 用户昵称
|
|
4995
|
+
*/
|
|
4996
|
+
NickName?: string;
|
|
4997
|
+
/**
|
|
4998
|
+
* 手机号
|
|
4999
|
+
*/
|
|
5000
|
+
Phone?: string;
|
|
5001
|
+
/**
|
|
5002
|
+
* 邮箱
|
|
5003
|
+
*/
|
|
5004
|
+
Email?: string;
|
|
5005
|
+
/**
|
|
5006
|
+
* 头像链接
|
|
5007
|
+
*/
|
|
5008
|
+
AvatarUrl?: string;
|
|
5009
|
+
/**
|
|
5010
|
+
* 用户描述
|
|
5011
|
+
*/
|
|
5012
|
+
Description?: string;
|
|
5013
|
+
}
|
|
4959
5014
|
/**
|
|
4960
5015
|
* CreateAIModel请求参数结构体
|
|
4961
5016
|
*/
|
|
@@ -5184,45 +5239,25 @@ export interface DescribeCurveDataRequest {
|
|
|
5184
5239
|
Period?: number;
|
|
5185
5240
|
}
|
|
5186
5241
|
/**
|
|
5187
|
-
*
|
|
5242
|
+
* BindCls请求参数结构体
|
|
5188
5243
|
*/
|
|
5189
|
-
export interface
|
|
5190
|
-
/**
|
|
5191
|
-
* 用户ID
|
|
5192
|
-
*/
|
|
5193
|
-
Uid?: string;
|
|
5194
|
-
/**
|
|
5195
|
-
* 用户名
|
|
5196
|
-
*/
|
|
5197
|
-
Name?: string;
|
|
5198
|
-
/**
|
|
5199
|
-
* 用户类型:internalUser-内部用户、externalUser-外部用户
|
|
5200
|
-
*/
|
|
5201
|
-
Type?: string;
|
|
5202
|
-
/**
|
|
5203
|
-
* 用户状态:ACTIVE(激活)、BLOCKED(冻结)
|
|
5204
|
-
*/
|
|
5205
|
-
UserStatus?: string;
|
|
5244
|
+
export interface BindClsRequest {
|
|
5206
5245
|
/**
|
|
5207
|
-
*
|
|
5208
|
-
*/
|
|
5209
|
-
NickName?: string;
|
|
5210
|
-
/**
|
|
5211
|
-
* 手机号
|
|
5246
|
+
* 环境ID
|
|
5212
5247
|
*/
|
|
5213
|
-
|
|
5248
|
+
EnvId: string;
|
|
5214
5249
|
/**
|
|
5215
|
-
*
|
|
5250
|
+
* CLS地域
|
|
5216
5251
|
*/
|
|
5217
|
-
|
|
5252
|
+
ClsRegion: string;
|
|
5218
5253
|
/**
|
|
5219
|
-
*
|
|
5254
|
+
* CLS 日志集id
|
|
5220
5255
|
*/
|
|
5221
|
-
|
|
5256
|
+
ClsLogsetId: string;
|
|
5222
5257
|
/**
|
|
5223
|
-
*
|
|
5258
|
+
* CLS 日志主题ID
|
|
5224
5259
|
*/
|
|
5225
|
-
|
|
5260
|
+
ClsTopicId: string;
|
|
5226
5261
|
}
|
|
5227
5262
|
/**
|
|
5228
5263
|
* DescribeStaticStore返回参数结构体
|
|
@@ -6217,14 +6252,9 @@ export interface DescribeManagedAIModelListResponse {
|
|
|
6217
6252
|
RequestId?: string;
|
|
6218
6253
|
}
|
|
6219
6254
|
/**
|
|
6220
|
-
*
|
|
6255
|
+
* DeleteVmInstance返回参数结构体
|
|
6221
6256
|
*/
|
|
6222
|
-
export interface
|
|
6223
|
-
/**
|
|
6224
|
-
* 模型列表
|
|
6225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6226
|
-
*/
|
|
6227
|
-
AIModels?: Array<AIModelGroup>;
|
|
6257
|
+
export interface DeleteVmInstanceResponse {
|
|
6228
6258
|
/**
|
|
6229
6259
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6230
6260
|
*/
|
|
@@ -3068,6 +3068,31 @@ export interface DescribeMountLimitsRequest {
|
|
|
3068
3068
|
*/
|
|
3069
3069
|
OrderField?: string;
|
|
3070
3070
|
}
|
|
3071
|
+
/**
|
|
3072
|
+
* 自定义镜像仓库凭据
|
|
3073
|
+
*/
|
|
3074
|
+
export interface ImageSecret {
|
|
3075
|
+
/**
|
|
3076
|
+
* 用于加密密码的KMS公钥ID
|
|
3077
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3078
|
+
*/
|
|
3079
|
+
KeyId?: string;
|
|
3080
|
+
/**
|
|
3081
|
+
* 用户名
|
|
3082
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3083
|
+
*/
|
|
3084
|
+
Username?: string;
|
|
3085
|
+
/**
|
|
3086
|
+
* 密码,base64编码; 当keyId不为空时,密码是加密后的
|
|
3087
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3088
|
+
*/
|
|
3089
|
+
Password?: string;
|
|
3090
|
+
/**
|
|
3091
|
+
* 用户凭据ID
|
|
3092
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3093
|
+
*/
|
|
3094
|
+
SecretId?: string;
|
|
3095
|
+
}
|
|
3071
3096
|
/**
|
|
3072
3097
|
* DeleteExport返回参数结构体
|
|
3073
3098
|
*/
|
|
@@ -4193,38 +4218,43 @@ export interface UpdateSubAccountLinuxUserInfoResponse {
|
|
|
4193
4218
|
*/
|
|
4194
4219
|
export interface ImageInfo {
|
|
4195
4220
|
/**
|
|
4196
|
-
*
|
|
4221
|
+
* <p>镜像类型:TCR为腾讯云TCR镜像; CCR为腾讯云TCR个人版镜像,PreSet为平台预置镜像,CUSTOM为第三方自定义镜像</p>
|
|
4197
4222
|
*/
|
|
4198
4223
|
ImageType: string;
|
|
4199
4224
|
/**
|
|
4200
|
-
*
|
|
4225
|
+
* <p>镜像地址</p>
|
|
4201
4226
|
*/
|
|
4202
4227
|
ImageUrl: string;
|
|
4203
4228
|
/**
|
|
4204
|
-
* TCR
|
|
4229
|
+
* <p>TCR镜像对应的地域</p>
|
|
4205
4230
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4206
4231
|
*/
|
|
4207
4232
|
RegistryRegion?: string;
|
|
4208
4233
|
/**
|
|
4209
|
-
* TCR镜像对应的实例id
|
|
4234
|
+
* <p>TCR镜像对应的实例id</p>
|
|
4210
4235
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
4236
|
*/
|
|
4212
4237
|
RegistryId?: string;
|
|
4213
4238
|
/**
|
|
4214
|
-
*
|
|
4239
|
+
* <p>是否允许导出全部内容</p>
|
|
4215
4240
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4216
4241
|
*/
|
|
4217
4242
|
AllowSaveAllContent?: boolean;
|
|
4218
4243
|
/**
|
|
4219
|
-
*
|
|
4244
|
+
* <p>镜像名称</p>
|
|
4220
4245
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4221
4246
|
*/
|
|
4222
4247
|
ImageName?: string;
|
|
4223
4248
|
/**
|
|
4224
|
-
*
|
|
4249
|
+
* <p>是否支持数据构建</p>
|
|
4225
4250
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4226
4251
|
*/
|
|
4227
4252
|
SupportDataPipeline?: boolean;
|
|
4253
|
+
/**
|
|
4254
|
+
* <p>镜像仓库用户名密码信息(仅当ImageType为CUSTOM第三方镜像的时候需要)</p>
|
|
4255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4256
|
+
*/
|
|
4257
|
+
ImageSecret?: ImageSecret;
|
|
4228
4258
|
}
|
|
4229
4259
|
/**
|
|
4230
4260
|
* 描述腾讯云标签
|
|
@@ -228,7 +228,7 @@ export declare class Client extends AbstractClient {
|
|
|
228
228
|
/**
|
|
229
229
|
* 获取OS聚合信息
|
|
230
230
|
*/
|
|
231
|
-
DescribeOSImages(req
|
|
231
|
+
DescribeOSImages(req: DescribeOSImagesRequest, cb?: (error: string, rep: DescribeOSImagesResponse) => void): Promise<DescribeOSImagesResponse>;
|
|
232
232
|
/**
|
|
233
233
|
* 修改集群标签
|
|
234
234
|
*/
|
|
@@ -2407,7 +2407,12 @@ export interface DisableControlPlaneLogsRequest {
|
|
|
2407
2407
|
/**
|
|
2408
2408
|
* DescribeOSImages请求参数结构体
|
|
2409
2409
|
*/
|
|
2410
|
-
export
|
|
2410
|
+
export interface DescribeOSImagesRequest {
|
|
2411
|
+
/**
|
|
2412
|
+
* <p>镜像拉取接口增加过滤字段</p>
|
|
2413
|
+
*/
|
|
2414
|
+
Filters?: Array<Filter>;
|
|
2415
|
+
}
|
|
2411
2416
|
/**
|
|
2412
2417
|
* CreateEksLogConfig请求参数结构体
|
|
2413
2418
|
*/
|
|
@@ -5318,11 +5323,11 @@ export interface OIDCConfigAuthenticationOptions {
|
|
|
5318
5323
|
*/
|
|
5319
5324
|
export interface DescribeOSImagesResponse {
|
|
5320
5325
|
/**
|
|
5321
|
-
*
|
|
5326
|
+
* <p>镜像信息列表</p>
|
|
5322
5327
|
*/
|
|
5323
5328
|
OSImageSeriesSet?: Array<OSImage>;
|
|
5324
5329
|
/**
|
|
5325
|
-
*
|
|
5330
|
+
* <p>镜像数量</p>
|
|
5326
5331
|
*/
|
|
5327
5332
|
TotalCount?: number;
|
|
5328
5333
|
/**
|
|
@@ -9490,29 +9495,33 @@ export interface EdgeClusterPublicLB {
|
|
|
9490
9495
|
*/
|
|
9491
9496
|
export interface OSImage {
|
|
9492
9497
|
/**
|
|
9493
|
-
* os
|
|
9498
|
+
* <p>os聚合名称</p>
|
|
9494
9499
|
*/
|
|
9495
9500
|
SeriesName?: string;
|
|
9496
9501
|
/**
|
|
9497
|
-
* os
|
|
9502
|
+
* <p>os别名</p>
|
|
9498
9503
|
*/
|
|
9499
9504
|
Alias?: string;
|
|
9500
9505
|
/**
|
|
9501
|
-
* os
|
|
9506
|
+
* <p>os名称</p>
|
|
9502
9507
|
*/
|
|
9503
9508
|
OsName?: string;
|
|
9504
9509
|
/**
|
|
9505
|
-
*
|
|
9510
|
+
* <p>操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)</p>
|
|
9506
9511
|
*/
|
|
9507
9512
|
OsCustomizeType?: string;
|
|
9508
9513
|
/**
|
|
9509
|
-
* os是否下线(online表示在线,offline表示下线)
|
|
9514
|
+
* <p>os是否下线(online表示在线,offline表示下线)</p>
|
|
9510
9515
|
*/
|
|
9511
9516
|
Status?: string;
|
|
9512
9517
|
/**
|
|
9513
|
-
*
|
|
9518
|
+
* <p>镜像id</p>
|
|
9514
9519
|
*/
|
|
9515
9520
|
ImageId?: string;
|
|
9521
|
+
/**
|
|
9522
|
+
* <p>架构</p>
|
|
9523
|
+
*/
|
|
9524
|
+
Arch?: string;
|
|
9516
9525
|
}
|
|
9517
9526
|
/**
|
|
9518
9527
|
* EnableEncryptionProtection请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeClusterInstancesResponse, DescribeHealthCheckPolicyBindingsRequest, DescribeGPUInfoResponse, DescribeClusterMachinesResponse, DeleteClusterMachinesRequest, RebootMachinesRequest, CreateNodePoolRequest, DescribeHealthCheckPolicyBindingsResponse, DescribeNodePoolsRequest, ModifyHealthCheckPolicyResponse, StopMachinesResponse, DescribeClustersRequest, CreateHealthCheckPolicyRequest, DescribeZoneInstanceConfigInfosResponse, StartMachinesRequest, ModifyNodePoolRequest, ModifyClusterMachineResponse, SetMachineLoginRequest, ModifyNodePoolResponse, DescribeHealthCheckTemplateRequest, DescribeClustersResponse, CreateNodePoolResponse, ModifyHealthCheckPolicyRequest, StartMachinesResponse, DescribeNodePoolsElasticityStrengthResponse, DeleteClusterMachinesResponse, DeleteNodePoolResponse, DescribeClusterInstancesRequest, DeleteHealthCheckPolicyResponse, DescribeGPUInfoRequest, DeleteNodePoolRequest, SetMachineLoginResponse, DescribeZoneInstanceConfigInfosRequest, DescribeNodePoolsElasticityStrengthRequest, DescribeClusterMachinesRequest, DeleteHealthCheckPolicyRequest, DescribeNodePoolsResponse, ScaleNodePoolResponse, ModifyClusterMachineRequest, DescribeHealthCheckPoliciesResponse, RebootMachinesResponse, StopMachinesRequest, DescribeHealthCheckPoliciesRequest, DescribeHealthCheckTemplateResponse, ScaleNodePoolRequest, CreateHealthCheckPolicyResponse } from "./tke_models";
|
|
3
|
+
import { DescribeClusterInstancesResponse, DescribeHealthCheckPolicyBindingsRequest, DescribeGPUInfoResponse, DescribeClusterMachinesResponse, DeleteClusterMachinesRequest, RebootMachinesRequest, CreateNodePoolRequest, DescribeHealthCheckPolicyBindingsResponse, DescribeNodePoolsRequest, ModifyHealthCheckPolicyResponse, StopMachinesResponse, DescribeClustersRequest, CreateHealthCheckPolicyRequest, DescribeZoneInstanceConfigInfosResponse, StartMachinesRequest, ModifyNodePoolRequest, ModifyClusterMachineResponse, SetMachineLoginRequest, ModifyNodePoolResponse, DescribeHealthCheckTemplateRequest, DescribeClustersResponse, CreateNodePoolResponse, ModifyHealthCheckPolicyRequest, StartMachinesResponse, DescribeNodePoolsElasticityStrengthResponse, DeleteClusterMachinesResponse, DeleteNodePoolResponse, DescribeClusterInstancesRequest, DeleteHealthCheckPolicyResponse, DescribeGPUInfoRequest, DetachApplicationRoleResponse, DeleteNodePoolRequest, SetMachineLoginResponse, DescribeZoneInstanceConfigInfosRequest, DescribeNodePoolsElasticityStrengthRequest, DescribeClusterMachinesRequest, DeleteHealthCheckPolicyRequest, DescribeNodePoolsResponse, ScaleNodePoolResponse, ModifyClusterMachineRequest, DescribeHealthCheckPoliciesResponse, RebootMachinesResponse, StopMachinesRequest, DescribeHealthCheckPoliciesRequest, DescribeHealthCheckTemplateResponse, ScaleNodePoolRequest, DetachApplicationRoleRequest, CreateHealthCheckPolicyResponse } from "./tke_models";
|
|
4
4
|
/**
|
|
5
5
|
* tke client
|
|
6
6
|
* @class
|
|
@@ -161,6 +161,10 @@ export declare class Client extends AbstractClient {
|
|
|
161
161
|
* 删除健康检测策略
|
|
162
162
|
*/
|
|
163
163
|
DeleteHealthCheckPolicy(req: DeleteHealthCheckPolicyRequest, cb?: (error: string, rep: DeleteHealthCheckPolicyResponse) => void): Promise<DeleteHealthCheckPolicyResponse>;
|
|
164
|
+
/**
|
|
165
|
+
* 解绑原生节点 Application Role
|
|
166
|
+
*/
|
|
167
|
+
DetachApplicationRole(req: DetachApplicationRoleRequest, cb?: (error: string, rep: DetachApplicationRoleResponse) => void): Promise<DetachApplicationRoleResponse>;
|
|
164
168
|
/**
|
|
165
169
|
* 请求该接口,会返回所有适配该机型和操作系统组合的gpu驱动版本
|
|
166
170
|
*/
|
|
@@ -211,6 +211,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
211
211
|
async DeleteHealthCheckPolicy(req, cb) {
|
|
212
212
|
return this.request("DeleteHealthCheckPolicy", req, cb);
|
|
213
213
|
}
|
|
214
|
+
/**
|
|
215
|
+
* 解绑原生节点 Application Role
|
|
216
|
+
*/
|
|
217
|
+
async DetachApplicationRole(req, cb) {
|
|
218
|
+
return this.request("DetachApplicationRole", req, cb);
|
|
219
|
+
}
|
|
214
220
|
/**
|
|
215
221
|
* 请求该接口,会返回所有适配该机型和操作系统组合的gpu驱动版本
|
|
216
222
|
*/
|
|
@@ -1632,6 +1632,15 @@ export interface ManagementConfig {
|
|
|
1632
1632
|
*/
|
|
1633
1633
|
KernelArgs?: Array<string>;
|
|
1634
1634
|
}
|
|
1635
|
+
/**
|
|
1636
|
+
* DetachApplicationRole返回参数结构体
|
|
1637
|
+
*/
|
|
1638
|
+
export interface DetachApplicationRoleResponse {
|
|
1639
|
+
/**
|
|
1640
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1641
|
+
*/
|
|
1642
|
+
RequestId?: string;
|
|
1643
|
+
}
|
|
1635
1644
|
/**
|
|
1636
1645
|
* DeleteNodePool请求参数结构体
|
|
1637
1646
|
*/
|
|
@@ -2218,6 +2227,19 @@ export interface NodeCountSummary {
|
|
|
2218
2227
|
*/
|
|
2219
2228
|
AutoscalingAdded?: AutoscalingAdded;
|
|
2220
2229
|
}
|
|
2230
|
+
/**
|
|
2231
|
+
* DetachApplicationRole请求参数结构体
|
|
2232
|
+
*/
|
|
2233
|
+
export interface DetachApplicationRoleRequest {
|
|
2234
|
+
/**
|
|
2235
|
+
* <p>集群 ID</p>
|
|
2236
|
+
*/
|
|
2237
|
+
ClusterId?: string;
|
|
2238
|
+
/**
|
|
2239
|
+
* <p>解绑的 CVM 实例列表</p>
|
|
2240
|
+
*/
|
|
2241
|
+
Instances?: Array<string>;
|
|
2242
|
+
}
|
|
2221
2243
|
/**
|
|
2222
2244
|
* 修改原生节点池参数
|
|
2223
2245
|
*/
|
|
@@ -658,6 +658,10 @@ export interface VoiceCloneRequest {
|
|
|
658
658
|
* <p>需要合成的语言,默认为空,表示自动识别</p><p>flow_02_turbo支持以下语言:</p><ul><li>zh:中文</li><li>en:英文</li><li>ja:日语</li><li>ko:韩语</li><li>yue:粤语</li><li>ms:马来语</li><li>ar:阿拉伯语</li><li>id:印尼语</li><li>th:泰语</li><li>vi:越南语</li></ul><p>flow_01_ex支持以下语言:</p><ul><li>zh:中文(简体) (Chinese Simplified)</li><li>zh-tw:中文(繁体) (Chinese Traditional)</li><li>en:英语 (English)</li><li>ja:日语 (Japanese)</li><li>ko:韩语 (Korean)</li><li>ms:马来语 (Malay)</li><li>yue:粤语 (Cantonese)</li><li>ar:阿拉伯语 (Arabic)</li><li>ru:俄语 (Russian)</li><li>es:西班牙语 (Spanish)</li><li>fr:法语 (French)</li><li>pt:葡萄牙语 (Portuguese)</li><li>de:德语 (German)</li><li>tr:土耳其语 (Turkish)</li><li>nl:荷兰语 (Dutch)</li><li>uk:乌克兰语 (Ukrainian)</li><li>vi:越南语 (Vietnamese)</li><li>id:印尼语 (Indonesian)</li><li>it:意大利语 (Italian)</li><li>th:泰语 (Thai)</li><li>pl:波兰语 (Polish)</li><li>ro:罗马尼亚语 (Romanian)</li><li>el:希腊语 (Greek)</li><li>cs:捷克语 (Czech)</li><li>fi:芬兰语 (Finnish)</li><li>hi:印地语 (Hindi)</li><li>bg:保加利亚语 (Bulgarian)</li><li>da:丹麦语 (Danish)</li><li>he:希伯来语 (Hebrew)</li><li>fa:波斯语(法尔西语) (Persian)</li><li>sk:斯洛伐克语 (Slovak)</li><li>sv:瑞典语 (Swedish)</li><li>hr:克罗地亚语 (Croatian)</li><li>tl:菲律宾语(他加禄语) (Filipino)</li><li>hu:匈牙利语 (Hungarian)</li><li>no:挪威语 (Norwegian)</li><li>sl:斯洛文尼亚语 (Slovenian)</li><li>ca:加泰罗尼亚语 (Catalan)</li><li>nn:新挪威语 (Nynorsk)</li><li>ta:泰米尔语 (Tamil)</li><li>af:南非荷兰语 (Afrikaans)</li></ul>
|
|
659
659
|
*/
|
|
660
660
|
Language?: string;
|
|
661
|
+
/**
|
|
662
|
+
* <p>拓展参数</p>
|
|
663
|
+
*/
|
|
664
|
+
ExtraParams?: string;
|
|
661
665
|
}
|
|
662
666
|
/**
|
|
663
667
|
* 云端切片的控制参数。
|
|
@@ -4215,30 +4219,27 @@ export interface RowValues {
|
|
|
4215
4219
|
*/
|
|
4216
4220
|
export interface TranscriptionParam {
|
|
4217
4221
|
/**
|
|
4218
|
-
*
|
|
4222
|
+
* <p>转录服务在TRTC房间使用的<a href="https://cloud.tencent.com/document/product/647/46351#userid">UserId</a>,注意这个userId不能与其他TRTC或者转录服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
|
|
4219
4223
|
*/
|
|
4220
4224
|
UserId: string;
|
|
4221
4225
|
/**
|
|
4222
|
-
*
|
|
4226
|
+
* <p>转录服务加入TRTC房间的用户签名,当前 UserId 对应的验证签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
|
|
4223
4227
|
*/
|
|
4224
4228
|
UserSig: string;
|
|
4225
4229
|
/**
|
|
4226
|
-
*
|
|
4227
|
-
使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。
|
|
4230
|
+
* <p>转录用户白名单,开始服务时,为空或不填表示转录所有主播音频,填具体值表示转录指定主播音频。<br>使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
4228
4231
|
*/
|
|
4229
4232
|
SubscribeList?: Array<TranscriptionUserInfoParams>;
|
|
4230
4233
|
/**
|
|
4231
|
-
*
|
|
4232
|
-
同一个用户同时在黑白名单时,以黑名单为主。
|
|
4234
|
+
* <p>转录用户黑名单,为空或不填表示无黑名单,填具体值表示不转录指定主播音频。<br>同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
4233
4235
|
*/
|
|
4234
4236
|
UnSubscribeList?: Array<TranscriptionUserInfoParams>;
|
|
4235
4237
|
/**
|
|
4236
|
-
*
|
|
4238
|
+
* <p>所有参与转录的主播持续离开TRTC房间或切换成观众超过MaxIdleTime的时长,自动停止转录任务,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。</p>
|
|
4237
4239
|
*/
|
|
4238
4240
|
MaxIdleTime?: number;
|
|
4239
4241
|
/**
|
|
4240
|
-
*
|
|
4241
|
-
不填默认为0,表示不开启自定义数据。
|
|
4242
|
+
* <p>自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。<br>不填默认为0,表示不开启自定义数据。</p>
|
|
4242
4243
|
*/
|
|
4243
4244
|
SendCustomMode?: number;
|
|
4244
4245
|
}
|
|
@@ -1903,7 +1903,7 @@ export interface VmGroup {
|
|
|
1903
1903
|
*/
|
|
1904
1904
|
ApplicationType?: string;
|
|
1905
1905
|
/**
|
|
1906
|
-
* <p>部署组资源类型</p>
|
|
1906
|
+
* <p>部署组资源类型</p><p>枚举值:</p><ul><li>GW: 网关</li><li>DEF: 普通业务部署组</li><li>SVL: Serverless</li></ul>
|
|
1907
1907
|
*/
|
|
1908
1908
|
GroupResourceType?: string;
|
|
1909
1909
|
/**
|
|
@@ -2009,6 +2009,122 @@ export interface VmGroup {
|
|
|
2009
2009
|
* <p>是否自动重启</p>
|
|
2010
2010
|
*/
|
|
2011
2011
|
LivenessAutoRestart?: boolean;
|
|
2012
|
+
/**
|
|
2013
|
+
* <p>Mesh Sidecar 数据面版本通道</p><p>枚举值:</p><ul><li>stable: 稳定版</li><li>release: 最新版</li></ul>
|
|
2014
|
+
*/
|
|
2015
|
+
MeshSidecarVersion?: string;
|
|
2016
|
+
/**
|
|
2017
|
+
* <p>业务日志配置 ID 列表</p>
|
|
2018
|
+
*/
|
|
2019
|
+
BusinessLogConfigIdList?: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* <p>业务系统 ID</p>
|
|
2022
|
+
*/
|
|
2023
|
+
BusinessLogDeliveryConfigIdList?: string;
|
|
2024
|
+
/**
|
|
2025
|
+
* <p>String型普通说明场景</p>
|
|
2026
|
+
*/
|
|
2027
|
+
BusinessSystemId?: string;
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>业务系统名称</p>
|
|
2030
|
+
*/
|
|
2031
|
+
BusinessSystemName?: string;
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>CLS 机器组 ID</p>
|
|
2034
|
+
*/
|
|
2035
|
+
ClsMachineGroupId?: string;
|
|
2036
|
+
/**
|
|
2037
|
+
* <p>是否开启服务治理</p>
|
|
2038
|
+
*/
|
|
2039
|
+
EnableGovernance?: boolean;
|
|
2040
|
+
/**
|
|
2041
|
+
* <p>是否开启可观测</p>
|
|
2042
|
+
*/
|
|
2043
|
+
EnableTelemetry?: boolean;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p>是否开启 OT Agent</p>
|
|
2046
|
+
*/
|
|
2047
|
+
EnableTelemetryAgent?: boolean;
|
|
2048
|
+
/**
|
|
2049
|
+
* <p>是否开启单元化</p>
|
|
2050
|
+
*/
|
|
2051
|
+
EnabledUnit?: boolean;
|
|
2052
|
+
/**
|
|
2053
|
+
* <p>独享注册中心/配置中心实例列表</p>
|
|
2054
|
+
*/
|
|
2055
|
+
ExclusiveInstances?: Array<ExclusiveInstance>;
|
|
2056
|
+
/**
|
|
2057
|
+
* <p>框架接入类型</p>
|
|
2058
|
+
*/
|
|
2059
|
+
FrameworkType?: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* <p>服务治理实例模式</p>
|
|
2062
|
+
*/
|
|
2063
|
+
GovernanceType?: string;
|
|
2064
|
+
/**
|
|
2065
|
+
* <p>部署组关联实例 ID 列表</p>
|
|
2066
|
+
*/
|
|
2067
|
+
InstanceIdList?: Array<string>;
|
|
2068
|
+
/**
|
|
2069
|
+
* <p>部署组是否处于停止状态</p>
|
|
2070
|
+
*/
|
|
2071
|
+
IsStop?: string;
|
|
2072
|
+
/**
|
|
2073
|
+
* <p>K8s 命名空间名称</p>
|
|
2074
|
+
*/
|
|
2075
|
+
K8sNamespaceName?: string;
|
|
2076
|
+
/**
|
|
2077
|
+
* <p>请求语言</p>
|
|
2078
|
+
*/
|
|
2079
|
+
Language?: string;
|
|
2080
|
+
/**
|
|
2081
|
+
* <p>微服务子类型</p>
|
|
2082
|
+
*/
|
|
2083
|
+
MicroserviceSubType?: string;
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>非侵入接入子类型</p>
|
|
2086
|
+
*/
|
|
2087
|
+
NonInvasiveType?: string;
|
|
2088
|
+
/**
|
|
2089
|
+
* <p>预停止脚本内容</p>
|
|
2090
|
+
*/
|
|
2091
|
+
PreStopScript?: string;
|
|
2092
|
+
/**
|
|
2093
|
+
* <p>实际使用的 K8s 命名空间名称</p>
|
|
2094
|
+
*/
|
|
2095
|
+
RealNamespaceName?: string;
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>Mesh 服务端口与健康检查配置列表</p>
|
|
2098
|
+
*/
|
|
2099
|
+
ServiceConfigList?: Array<ServiceConfig>;
|
|
2100
|
+
/**
|
|
2101
|
+
* <p>服务治理配置聚合对象</p>
|
|
2102
|
+
*/
|
|
2103
|
+
ServiceGovernanceConfig?: ServiceGovernanceConfig;
|
|
2104
|
+
/**
|
|
2105
|
+
* <p>部署组标签列表</p>
|
|
2106
|
+
*/
|
|
2107
|
+
Tags?: Array<Tag>;
|
|
2108
|
+
/**
|
|
2109
|
+
* <p>Tapm OT Agent 版本</p>
|
|
2110
|
+
*/
|
|
2111
|
+
TapmOtAgentVersion?: string;
|
|
2112
|
+
/**
|
|
2113
|
+
* <p>单元环境类型</p>
|
|
2114
|
+
*/
|
|
2115
|
+
UnitEnvType?: string;
|
|
2116
|
+
/**
|
|
2117
|
+
* <p>单元 ID</p>
|
|
2118
|
+
*/
|
|
2119
|
+
UnitId?: string;
|
|
2120
|
+
/**
|
|
2121
|
+
* <p>单元类型</p>
|
|
2122
|
+
*/
|
|
2123
|
+
UnitName?: string;
|
|
2124
|
+
/**
|
|
2125
|
+
* <p>部署组资源类型</p>
|
|
2126
|
+
*/
|
|
2127
|
+
UnitType?: string;
|
|
2012
2128
|
}
|
|
2013
2129
|
/**
|
|
2014
2130
|
* DescribeResourceConfig返回参数结构体
|
|
@@ -559,7 +559,7 @@ export declare class Client extends AbstractClient {
|
|
|
559
559
|
*/
|
|
560
560
|
EnhanceMediaByTemplate(req: EnhanceMediaByTemplateRequest, cb?: (error: string, rep: EnhanceMediaByTemplateResponse) => void): Promise<EnhanceMediaByTemplateResponse>;
|
|
561
561
|
/**
|
|
562
|
-
* 创建AIGC调用API的Token。创建后数据同步有延时,约30秒后可查询或删除。
|
|
562
|
+
* 创建 AIGC 调用 API 的 Token。创建后数据同步有延时,约30秒后可查询或删除。
|
|
563
563
|
*/
|
|
564
564
|
CreateAigcApiToken(req: CreateAigcApiTokenRequest, cb?: (error: string, rep: CreateAigcApiTokenResponse) => void): Promise<CreateAigcApiTokenResponse>;
|
|
565
565
|
/**
|
|
@@ -959,11 +959,11 @@ export declare class Client extends AbstractClient {
|
|
|
959
959
|
*/
|
|
960
960
|
DescribeJustInTimeTranscodeTemplates(req: DescribeJustInTimeTranscodeTemplatesRequest, cb?: (error: string, rep: DescribeJustInTimeTranscodeTemplatesResponse) => void): Promise<DescribeJustInTimeTranscodeTemplatesResponse>;
|
|
961
961
|
/**
|
|
962
|
-
* 调用该接口,用于创建AI生音频任务。
|
|
962
|
+
* 调用该接口,用于创建 AI 生音频任务。
|
|
963
963
|
*/
|
|
964
964
|
CreateAigcAudioTask(req: CreateAigcAudioTaskRequest, cb?: (error: string, rep: CreateAigcAudioTaskResponse) => void): Promise<CreateAigcAudioTaskResponse>;
|
|
965
965
|
/**
|
|
966
|
-
* 删除 AIGC API Token
|
|
966
|
+
* 删除 AIGC API Token。与该 Token 关联的 AIGC 配额也会被删除。
|
|
967
967
|
*/
|
|
968
968
|
DeleteAigcApiToken(req: DeleteAigcApiTokenRequest, cb?: (error: string, rep: DeleteAigcApiTokenResponse) => void): Promise<DeleteAigcApiTokenResponse>;
|
|
969
969
|
/**
|
|
@@ -779,7 +779,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
779
779
|
return this.request("EnhanceMediaByTemplate", req, cb);
|
|
780
780
|
}
|
|
781
781
|
/**
|
|
782
|
-
* 创建AIGC调用API的Token。创建后数据同步有延时,约30秒后可查询或删除。
|
|
782
|
+
* 创建 AIGC 调用 API 的 Token。创建后数据同步有延时,约30秒后可查询或删除。
|
|
783
783
|
*/
|
|
784
784
|
async CreateAigcApiToken(req, cb) {
|
|
785
785
|
return this.request("CreateAigcApiToken", req, cb);
|
|
@@ -1331,13 +1331,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
1331
1331
|
return this.request("DescribeJustInTimeTranscodeTemplates", req, cb);
|
|
1332
1332
|
}
|
|
1333
1333
|
/**
|
|
1334
|
-
* 调用该接口,用于创建AI生音频任务。
|
|
1334
|
+
* 调用该接口,用于创建 AI 生音频任务。
|
|
1335
1335
|
*/
|
|
1336
1336
|
async CreateAigcAudioTask(req, cb) {
|
|
1337
1337
|
return this.request("CreateAigcAudioTask", req, cb);
|
|
1338
1338
|
}
|
|
1339
1339
|
/**
|
|
1340
|
-
* 删除 AIGC API Token
|
|
1340
|
+
* 删除 AIGC API Token。与该 Token 关联的 AIGC 配额也会被删除。
|
|
1341
1341
|
*/
|
|
1342
1342
|
async DeleteAigcApiToken(req, cb) {
|
|
1343
1343
|
return this.request("DeleteAigcApiToken", req, cb);
|