tencentcloud-sdk-nodejs 4.1.138 → 4.1.139
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/ccc/v20200210/ccc_client.js +3 -0
- package/es/services/es/v20180416/es_client.js +13 -4
- package/es/services/teo/v20220901/teo_client.js +11 -5
- 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/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +76 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +34 -6
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +29 -1
- package/tencentcloud/services/es/v20180416/es_client.d.ts +17 -5
- package/tencentcloud/services/es/v20180416/es_client.js +24 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +224 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +26 -7
- package/tencentcloud/services/teo/v20220901/teo_client.js +32 -9
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +157 -85
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +61 -18
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +46 -1
|
@@ -443,6 +443,23 @@ export interface OriginDetail {
|
|
|
443
443
|
*/
|
|
444
444
|
VodBucketId?: string;
|
|
445
445
|
}
|
|
446
|
+
/**
|
|
447
|
+
* DescribeSecurityClientAttester返回参数结构体
|
|
448
|
+
*/
|
|
449
|
+
export interface DescribeSecurityClientAttesterResponse {
|
|
450
|
+
/**
|
|
451
|
+
* 认证选项总数量。
|
|
452
|
+
*/
|
|
453
|
+
TotalCount?: number;
|
|
454
|
+
/**
|
|
455
|
+
* 认证选项列表。
|
|
456
|
+
*/
|
|
457
|
+
ClientAttesters?: Array<ClientAttester>;
|
|
458
|
+
/**
|
|
459
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
460
|
+
*/
|
|
461
|
+
RequestId?: string;
|
|
462
|
+
}
|
|
446
463
|
/**
|
|
447
464
|
* 多通道网关示例实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。
|
|
448
465
|
*/
|
|
@@ -1468,25 +1485,21 @@ export interface CreateMultiPathGatewaySecretKeyResponse {
|
|
|
1468
1485
|
RequestId?: string;
|
|
1469
1486
|
}
|
|
1470
1487
|
/**
|
|
1471
|
-
*
|
|
1488
|
+
* DescribeAccelerationDomains返回参数结构体
|
|
1472
1489
|
*/
|
|
1473
|
-
export interface
|
|
1474
|
-
/**
|
|
1475
|
-
* 站点 ID。
|
|
1476
|
-
*/
|
|
1477
|
-
ZoneId: string;
|
|
1490
|
+
export interface DescribeAccelerationDomainsResponse {
|
|
1478
1491
|
/**
|
|
1479
|
-
*
|
|
1492
|
+
* 符合查询条件的加速域名个数。
|
|
1480
1493
|
*/
|
|
1481
|
-
|
|
1494
|
+
TotalCount?: number;
|
|
1482
1495
|
/**
|
|
1483
|
-
*
|
|
1496
|
+
* 符合查询条件的所有加速域名的信息。
|
|
1484
1497
|
*/
|
|
1485
|
-
|
|
1498
|
+
AccelerationDomains?: Array<AccelerationDomain>;
|
|
1486
1499
|
/**
|
|
1487
|
-
*
|
|
1500
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1488
1501
|
*/
|
|
1489
|
-
|
|
1502
|
+
RequestId?: string;
|
|
1490
1503
|
}
|
|
1491
1504
|
/**
|
|
1492
1505
|
* 功能总开关
|
|
@@ -1516,6 +1529,23 @@ export interface IdentifyZoneResponse {
|
|
|
1516
1529
|
*/
|
|
1517
1530
|
RequestId?: string;
|
|
1518
1531
|
}
|
|
1532
|
+
/**
|
|
1533
|
+
* DescribeSecurityAPIService请求参数结构体
|
|
1534
|
+
*/
|
|
1535
|
+
export interface DescribeSecurityAPIServiceRequest {
|
|
1536
|
+
/**
|
|
1537
|
+
* 站点 ID。
|
|
1538
|
+
*/
|
|
1539
|
+
ZoneId: string;
|
|
1540
|
+
/**
|
|
1541
|
+
* 分页查询限制数目。默认值:20,最大值:100。
|
|
1542
|
+
*/
|
|
1543
|
+
Limit?: number;
|
|
1544
|
+
/**
|
|
1545
|
+
* 分页查询偏移量。默认值:0。
|
|
1546
|
+
*/
|
|
1547
|
+
Offset?: number;
|
|
1548
|
+
}
|
|
1519
1549
|
/**
|
|
1520
1550
|
* 回源请求参数查询字符串配置。
|
|
1521
1551
|
*/
|
|
@@ -3033,21 +3063,41 @@ export interface CustomField {
|
|
|
3033
3063
|
Enabled?: boolean;
|
|
3034
3064
|
}
|
|
3035
3065
|
/**
|
|
3036
|
-
*
|
|
3066
|
+
* Bot 规则,下列规则ID可参考接口 DescribeBotManagedRules返回的ID信息
|
|
3037
3067
|
*/
|
|
3038
|
-
export interface
|
|
3068
|
+
export interface BotManagedRule {
|
|
3039
3069
|
/**
|
|
3040
|
-
*
|
|
3070
|
+
* 触发规则后的处置方式,取值有:
|
|
3071
|
+
<li>drop:拦截;</li>
|
|
3072
|
+
<li>trans:放行;</li>
|
|
3073
|
+
<li>alg:Javascript挑战;</li>
|
|
3074
|
+
<li>monitor:观察。</li>
|
|
3041
3075
|
*/
|
|
3042
|
-
|
|
3076
|
+
Action: string;
|
|
3043
3077
|
/**
|
|
3044
|
-
*
|
|
3078
|
+
* 本规则的ID。仅出参使用。
|
|
3045
3079
|
*/
|
|
3046
|
-
|
|
3080
|
+
RuleID?: number;
|
|
3047
3081
|
/**
|
|
3048
|
-
*
|
|
3082
|
+
* 放行的规则ID。默认所有规则不配置放行。
|
|
3049
3083
|
*/
|
|
3050
|
-
|
|
3084
|
+
TransManagedIds?: Array<number | bigint>;
|
|
3085
|
+
/**
|
|
3086
|
+
* JS挑战的规则ID。默认所有规则不配置JS挑战。
|
|
3087
|
+
*/
|
|
3088
|
+
AlgManagedIds?: Array<number | bigint>;
|
|
3089
|
+
/**
|
|
3090
|
+
* 数字验证码的规则ID。默认所有规则不配置数字验证码。
|
|
3091
|
+
*/
|
|
3092
|
+
CapManagedIds?: Array<number | bigint>;
|
|
3093
|
+
/**
|
|
3094
|
+
* 观察的规则ID。默认所有规则不配置观察。
|
|
3095
|
+
*/
|
|
3096
|
+
MonManagedIds?: Array<number | bigint>;
|
|
3097
|
+
/**
|
|
3098
|
+
* 拦截的规则ID。默认所有规则不配置拦截。
|
|
3099
|
+
*/
|
|
3100
|
+
DropManagedIds?: Array<number | bigint>;
|
|
3051
3101
|
}
|
|
3052
3102
|
/**
|
|
3053
3103
|
* Bot 浏览器校验规则(原主动特征识别规则)的 Action。
|
|
@@ -3098,41 +3148,21 @@ export interface RangeOriginPullParameters {
|
|
|
3098
3148
|
Switch?: string;
|
|
3099
3149
|
}
|
|
3100
3150
|
/**
|
|
3101
|
-
*
|
|
3151
|
+
* ApplyFreeCertificate返回参数结构体
|
|
3102
3152
|
*/
|
|
3103
|
-
export interface
|
|
3104
|
-
/**
|
|
3105
|
-
* 触发规则后的处置方式,取值有:
|
|
3106
|
-
<li>drop:拦截;</li>
|
|
3107
|
-
<li>trans:放行;</li>
|
|
3108
|
-
<li>alg:Javascript挑战;</li>
|
|
3109
|
-
<li>monitor:观察。</li>
|
|
3110
|
-
*/
|
|
3111
|
-
Action: string;
|
|
3112
|
-
/**
|
|
3113
|
-
* 本规则的ID。仅出参使用。
|
|
3114
|
-
*/
|
|
3115
|
-
RuleID?: number;
|
|
3116
|
-
/**
|
|
3117
|
-
* 放行的规则ID。默认所有规则不配置放行。
|
|
3118
|
-
*/
|
|
3119
|
-
TransManagedIds?: Array<number | bigint>;
|
|
3120
|
-
/**
|
|
3121
|
-
* JS挑战的规则ID。默认所有规则不配置JS挑战。
|
|
3122
|
-
*/
|
|
3123
|
-
AlgManagedIds?: Array<number | bigint>;
|
|
3153
|
+
export interface ApplyFreeCertificateResponse {
|
|
3124
3154
|
/**
|
|
3125
|
-
*
|
|
3155
|
+
* 当 VerificationMethod 为 dns_challenge 时,域名申请免费证书的相关验证信息。
|
|
3126
3156
|
*/
|
|
3127
|
-
|
|
3157
|
+
DnsVerification?: DnsVerification;
|
|
3128
3158
|
/**
|
|
3129
|
-
*
|
|
3159
|
+
* 当 VerificationMethod 为 http_challenge 时,域名申请免费证书的相关验证信息。
|
|
3130
3160
|
*/
|
|
3131
|
-
|
|
3161
|
+
FileVerification?: FileVerification;
|
|
3132
3162
|
/**
|
|
3133
|
-
*
|
|
3163
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3134
3164
|
*/
|
|
3135
|
-
|
|
3165
|
+
RequestId?: string;
|
|
3136
3166
|
}
|
|
3137
3167
|
/**
|
|
3138
3168
|
* 当前生效的回源 IP 网段。
|
|
@@ -8432,6 +8462,19 @@ export interface ModifyHostsCertificateRequest {
|
|
|
8432
8462
|
*/
|
|
8433
8463
|
UpstreamCertInfo?: UpstreamCertInfo;
|
|
8434
8464
|
}
|
|
8465
|
+
/**
|
|
8466
|
+
* ModifyOriginACL请求参数结构体
|
|
8467
|
+
*/
|
|
8468
|
+
export interface ModifyOriginACLRequest {
|
|
8469
|
+
/**
|
|
8470
|
+
* 站点 ID。
|
|
8471
|
+
*/
|
|
8472
|
+
ZoneId: string;
|
|
8473
|
+
/**
|
|
8474
|
+
* 需要启用/关闭特定回源 IP 网段回源的实例。
|
|
8475
|
+
*/
|
|
8476
|
+
OriginACLEntities?: Array<OriginACLEntity>;
|
|
8477
|
+
}
|
|
8435
8478
|
/**
|
|
8436
8479
|
* ModifyOriginGroup返回参数结构体
|
|
8437
8480
|
*/
|
|
@@ -8721,21 +8764,25 @@ export interface ReturnCustomPageActionParameters {
|
|
|
8721
8764
|
ErrorPageId: string;
|
|
8722
8765
|
}
|
|
8723
8766
|
/**
|
|
8724
|
-
*
|
|
8767
|
+
* DescribeSecurityIPGroupContent请求参数结构体
|
|
8725
8768
|
*/
|
|
8726
|
-
export interface
|
|
8769
|
+
export interface DescribeSecurityIPGroupContentRequest {
|
|
8727
8770
|
/**
|
|
8728
|
-
*
|
|
8771
|
+
* 站点 ID。
|
|
8729
8772
|
*/
|
|
8730
|
-
|
|
8773
|
+
ZoneId: string;
|
|
8731
8774
|
/**
|
|
8732
|
-
*
|
|
8775
|
+
* IP 组 ID。
|
|
8733
8776
|
*/
|
|
8734
|
-
|
|
8777
|
+
GroupId: number;
|
|
8735
8778
|
/**
|
|
8736
|
-
*
|
|
8779
|
+
* 分页查询限制数目。默认值:2000,最大值:100000。
|
|
8737
8780
|
*/
|
|
8738
|
-
|
|
8781
|
+
Limit?: number;
|
|
8782
|
+
/**
|
|
8783
|
+
* 分页查询偏移量。默认值:0。
|
|
8784
|
+
*/
|
|
8785
|
+
Offset?: number;
|
|
8739
8786
|
}
|
|
8740
8787
|
/**
|
|
8741
8788
|
* BindZoneToPlan返回参数结构体
|
|
@@ -9809,17 +9856,26 @@ export interface ModifySecurityClientAttesterResponse {
|
|
|
9809
9856
|
RequestId?: string;
|
|
9810
9857
|
}
|
|
9811
9858
|
/**
|
|
9812
|
-
*
|
|
9859
|
+
* CheckFreeCertificateVerification返回参数结构体
|
|
9813
9860
|
*/
|
|
9814
|
-
export interface
|
|
9861
|
+
export interface CheckFreeCertificateVerificationResponse {
|
|
9815
9862
|
/**
|
|
9816
|
-
*
|
|
9863
|
+
* 免费证书申请成功时,该证书颁发给的域名。
|
|
9864
|
+
注意:一个域名只允许申请一本免费证书, 如果已经有泛域名申请了免费证书的情况下,其子域名会匹配使用该泛域名证书。
|
|
9817
9865
|
*/
|
|
9818
|
-
|
|
9866
|
+
CommonName?: string;
|
|
9819
9867
|
/**
|
|
9820
|
-
*
|
|
9868
|
+
* 免费证书申请成功时,该证书使用的签名算法,当前仅支持 RSA 2048。
|
|
9821
9869
|
*/
|
|
9822
|
-
|
|
9870
|
+
SignatureAlgorithm?: string;
|
|
9871
|
+
/**
|
|
9872
|
+
* 免费证书申请成功时,该证书的过期时间。时间为世界标准时间(UTC), 遵循 ISO 8601 标准的日期和时间格式。
|
|
9873
|
+
*/
|
|
9874
|
+
ExpireTime?: string;
|
|
9875
|
+
/**
|
|
9876
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9877
|
+
*/
|
|
9878
|
+
RequestId?: string;
|
|
9823
9879
|
}
|
|
9824
9880
|
/**
|
|
9825
9881
|
* 慢速攻击的首段包配置。
|
|
@@ -9963,19 +10019,6 @@ export interface JustInTimeTranscodeTemplate {
|
|
|
9963
10019
|
*/
|
|
9964
10020
|
UpdateTime?: string;
|
|
9965
10021
|
}
|
|
9966
|
-
/**
|
|
9967
|
-
* DeleteSecurityAPIService请求参数结构体
|
|
9968
|
-
*/
|
|
9969
|
-
export interface DeleteSecurityAPIServiceRequest {
|
|
9970
|
-
/**
|
|
9971
|
-
* 站点 ID。
|
|
9972
|
-
*/
|
|
9973
|
-
ZoneId: string;
|
|
9974
|
-
/**
|
|
9975
|
-
* API 服务 ID 列表。
|
|
9976
|
-
*/
|
|
9977
|
-
APIServiceIds?: Array<string>;
|
|
9978
|
-
}
|
|
9979
10022
|
/**
|
|
9980
10023
|
* 验证码认证实例信息。
|
|
9981
10024
|
*/
|
|
@@ -10768,21 +10811,17 @@ export interface UpstreamFollowRedirectParameters {
|
|
|
10768
10811
|
MaxTimes?: number;
|
|
10769
10812
|
}
|
|
10770
10813
|
/**
|
|
10771
|
-
*
|
|
10814
|
+
* DeleteSecurityAPIService请求参数结构体
|
|
10772
10815
|
*/
|
|
10773
|
-
export interface
|
|
10774
|
-
/**
|
|
10775
|
-
* 认证选项总数量。
|
|
10776
|
-
*/
|
|
10777
|
-
TotalCount?: number;
|
|
10816
|
+
export interface DeleteSecurityAPIServiceRequest {
|
|
10778
10817
|
/**
|
|
10779
|
-
*
|
|
10818
|
+
* 站点 ID。
|
|
10780
10819
|
*/
|
|
10781
|
-
|
|
10820
|
+
ZoneId: string;
|
|
10782
10821
|
/**
|
|
10783
|
-
*
|
|
10822
|
+
* API 服务 ID 列表。
|
|
10784
10823
|
*/
|
|
10785
|
-
|
|
10824
|
+
APIServiceIds?: Array<string>;
|
|
10786
10825
|
}
|
|
10787
10826
|
/**
|
|
10788
10827
|
* 应用代理实例
|
|
@@ -13501,6 +13540,26 @@ export interface DescribeMultiPathGatewayOriginACLRequest {
|
|
|
13501
13540
|
*/
|
|
13502
13541
|
GatewayId: string;
|
|
13503
13542
|
}
|
|
13543
|
+
/**
|
|
13544
|
+
* ApplyFreeCertificate请求参数结构体
|
|
13545
|
+
*/
|
|
13546
|
+
export interface ApplyFreeCertificateRequest {
|
|
13547
|
+
/**
|
|
13548
|
+
* 站点ID。
|
|
13549
|
+
*/
|
|
13550
|
+
ZoneId: string;
|
|
13551
|
+
/**
|
|
13552
|
+
* 申请免费证书的目标域名。
|
|
13553
|
+
*/
|
|
13554
|
+
Domain: string;
|
|
13555
|
+
/**
|
|
13556
|
+
* 申请免费证书时验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:
|
|
13557
|
+
<li>http_challenge:HTTP 访问文件验证方式,通过 HTTP 访问域名指定 URL 获取文件信息以完成免费证书申请验证;</li>
|
|
13558
|
+
<li>dns_challenge:DNS 委派验证方式,通过添加指定的主机记录解析指向 EdgeOne 以完成免费证书申请验证。</li>
|
|
13559
|
+
注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。
|
|
13560
|
+
*/
|
|
13561
|
+
VerificationMethod: string;
|
|
13562
|
+
}
|
|
13504
13563
|
/**
|
|
13505
13564
|
* 状态码缓存 TTL 配置参数。
|
|
13506
13565
|
*/
|
|
@@ -14941,6 +15000,19 @@ export interface CheckCnameStatusRequest {
|
|
|
14941
15000
|
*/
|
|
14942
15001
|
RecordNames: Array<string>;
|
|
14943
15002
|
}
|
|
15003
|
+
/**
|
|
15004
|
+
* CheckFreeCertificateVerification请求参数结构体
|
|
15005
|
+
*/
|
|
15006
|
+
export interface CheckFreeCertificateVerificationRequest {
|
|
15007
|
+
/**
|
|
15008
|
+
* 站点 ID。
|
|
15009
|
+
*/
|
|
15010
|
+
ZoneId: string;
|
|
15011
|
+
/**
|
|
15012
|
+
* 加速域名,该域名为[申请免费证书](https://tcloud4api.woa.com/document/product/1657/927654?!preview&!document=1)时使用的域名。
|
|
15013
|
+
*/
|
|
15014
|
+
Domain: string;
|
|
15015
|
+
}
|
|
14944
15016
|
/**
|
|
14945
15017
|
* 检测长度限制配置条件。
|
|
14946
15018
|
*/
|
|
@@ -4169,6 +4169,11 @@ export interface ResourceInfo {
|
|
|
4169
4169
|
* 创建或更新时无需填写,仅展示需要关注。详细的GPU使用信息。
|
|
4170
4170
|
*/
|
|
4171
4171
|
RealGpuDetailSet?: Array<GpuDetail>;
|
|
4172
|
+
/**
|
|
4173
|
+
* 是否开启rdma
|
|
4174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4175
|
+
*/
|
|
4176
|
+
EnableRDMA?: boolean;
|
|
4172
4177
|
}
|
|
4173
4178
|
/**
|
|
4174
4179
|
* 资源信息
|
|
@@ -1437,7 +1437,7 @@ export interface CancelClusterReleaseRequest {
|
|
|
1437
1437
|
*/
|
|
1438
1438
|
ClusterId?: string;
|
|
1439
1439
|
/**
|
|
1440
|
-
*
|
|
1440
|
+
* 集群类型,支持传入 tke(标准集群), eks(Serverless集群), external(注册集群)
|
|
1441
1441
|
*/
|
|
1442
1442
|
ClusterType?: string;
|
|
1443
1443
|
}
|
|
@@ -2331,7 +2331,7 @@ export interface DescribeClusterPendingReleasesRequest {
|
|
|
2331
2331
|
*/
|
|
2332
2332
|
Offset?: number;
|
|
2333
2333
|
/**
|
|
2334
|
-
*
|
|
2334
|
+
* 集群类型,支持传入tke(标准集群),eks(Serverless集群),external(注册集群)
|
|
2335
2335
|
*/
|
|
2336
2336
|
ClusterType?: string;
|
|
2337
2337
|
}
|
|
@@ -4398,7 +4398,7 @@ export interface RollbackClusterReleaseRequest {
|
|
|
4398
4398
|
*/
|
|
4399
4399
|
Revision: number;
|
|
4400
4400
|
/**
|
|
4401
|
-
*
|
|
4401
|
+
* 集群类型,传入 tke(标准集群),eks(Serverless集群),external(注册集群)
|
|
4402
4402
|
*/
|
|
4403
4403
|
ClusterType?: string;
|
|
4404
4404
|
}
|
|
@@ -4646,7 +4646,7 @@ export interface AddClusterCIDRRequest {
|
|
|
4646
4646
|
*/
|
|
4647
4647
|
ClusterCIDRs: Array<string>;
|
|
4648
4648
|
/**
|
|
4649
|
-
* 是否忽略ClusterCIDR与VPC
|
|
4649
|
+
* 是否忽略ClusterCIDR与VPC路由表的冲突,默认false,为true时忽略冲突
|
|
4650
4650
|
*/
|
|
4651
4651
|
IgnoreClusterCIDRConflict?: boolean;
|
|
4652
4652
|
}
|
|
@@ -4786,7 +4786,7 @@ export interface DescribeClusterReleaseHistoryRequest {
|
|
|
4786
4786
|
*/
|
|
4787
4787
|
Namespace: string;
|
|
4788
4788
|
/**
|
|
4789
|
-
*
|
|
4789
|
+
* 集群类型,传入 tke(标准集群), eks(Serverless集群), external(注册集群)
|
|
4790
4790
|
*/
|
|
4791
4791
|
ClusterType?: string;
|
|
4792
4792
|
}
|
|
@@ -7117,7 +7117,7 @@ export interface UninstallClusterReleaseRequest {
|
|
|
7117
7117
|
*/
|
|
7118
7118
|
Namespace: string;
|
|
7119
7119
|
/**
|
|
7120
|
-
*
|
|
7120
|
+
* 集群类型,传入 tke(标准集群), eks(Serverless集群),external(注册集群)
|
|
7121
7121
|
*/
|
|
7122
7122
|
ClusterType?: string;
|
|
7123
7123
|
}
|
|
@@ -7910,7 +7910,7 @@ export interface DescribeClusterReleaseDetailsRequest {
|
|
|
7910
7910
|
*/
|
|
7911
7911
|
Namespace: string;
|
|
7912
7912
|
/**
|
|
7913
|
-
*
|
|
7913
|
+
* 集群类型,传入 tke(标准集群), eks(Serverless集群), external(注册集群)
|
|
7914
7914
|
*/
|
|
7915
7915
|
ClusterType?: string;
|
|
7916
7916
|
}
|
|
@@ -8015,15 +8015,15 @@ export interface DescribeClusterReleasesRequest {
|
|
|
8015
8015
|
*/
|
|
8016
8016
|
ClusterId: string;
|
|
8017
8017
|
/**
|
|
8018
|
-
*
|
|
8018
|
+
* 每页数量限制,默认值为20
|
|
8019
8019
|
*/
|
|
8020
8020
|
Limit?: number;
|
|
8021
8021
|
/**
|
|
8022
|
-
*
|
|
8022
|
+
* 页偏移量,默认值为0
|
|
8023
8023
|
*/
|
|
8024
8024
|
Offset?: number;
|
|
8025
8025
|
/**
|
|
8026
|
-
*
|
|
8026
|
+
* 集群类型,传入 tke(标准集群),eks(Serverless集群),external(注册集群)
|
|
8027
8027
|
*/
|
|
8028
8028
|
ClusterType?: string;
|
|
8029
8029
|
/**
|
|
@@ -8496,15 +8496,15 @@ export interface CreateClusterReleaseRequest {
|
|
|
8496
8496
|
*/
|
|
8497
8497
|
ClusterId: string;
|
|
8498
8498
|
/**
|
|
8499
|
-
*
|
|
8499
|
+
* 应用名称,最长63个字符,只能包含小写字母、数字及分隔符“-”,且必须以小写字母开头,数字或小写字母结尾
|
|
8500
8500
|
*/
|
|
8501
8501
|
Name: string;
|
|
8502
8502
|
/**
|
|
8503
|
-
*
|
|
8503
|
+
* 应用命名空间,从集群详情命名空间获取
|
|
8504
8504
|
*/
|
|
8505
8505
|
Namespace: string;
|
|
8506
8506
|
/**
|
|
8507
|
-
*
|
|
8507
|
+
* 制品名称(从应用市场获取)或从第三方repo 安装chart时,制品压缩包下载地址, 不支持重定向类型chart 地址,结尾为*.tgz
|
|
8508
8508
|
*/
|
|
8509
8509
|
Chart: string;
|
|
8510
8510
|
/**
|
|
@@ -8583,7 +8583,17 @@ export interface ReleaseDetails {
|
|
|
8583
8583
|
*/
|
|
8584
8584
|
Version?: number;
|
|
8585
8585
|
/**
|
|
8586
|
-
*
|
|
8586
|
+
* 应用状态,参考 Helm 发布状态。
|
|
8587
|
+
可选值及其释义如下:
|
|
8588
|
+
• unknown: 状态未知
|
|
8589
|
+
• deployed: 已成功部署
|
|
8590
|
+
• uninstalled: 已卸载
|
|
8591
|
+
• superseded: 已被新版本替代
|
|
8592
|
+
• failed: 部署失败
|
|
8593
|
+
• uninstalling: 正在卸载中
|
|
8594
|
+
• pending-install: 等待安装/安装进行中
|
|
8595
|
+
• pending-upgrade: 等待升级/升级进行中
|
|
8596
|
+
• pending-rollback: 等待回滚/回滚进行中
|
|
8587
8597
|
*/
|
|
8588
8598
|
Status?: string;
|
|
8589
8599
|
/**
|
|
@@ -9733,12 +9743,15 @@ export interface GetUpgradeInstanceProgressResponse {
|
|
|
9733
9743
|
Done?: number;
|
|
9734
9744
|
/**
|
|
9735
9745
|
* 升级任务生命周期
|
|
9746
|
+
|
|
9747
|
+
pending 还未开始
|
|
9736
9748
|
process 运行中
|
|
9737
9749
|
paused 已停止
|
|
9738
9750
|
pauing 正在停止
|
|
9739
9751
|
done 已完成
|
|
9740
9752
|
timeout 已超时
|
|
9741
9753
|
aborted 已取消
|
|
9754
|
+
|
|
9742
9755
|
*/
|
|
9743
9756
|
LifeState?: string;
|
|
9744
9757
|
/**
|
|
@@ -10306,7 +10319,17 @@ export interface Release {
|
|
|
10306
10319
|
*/
|
|
10307
10320
|
Revision?: string;
|
|
10308
10321
|
/**
|
|
10309
|
-
*
|
|
10322
|
+
* 应用状态,参考 Helm 发布状态。
|
|
10323
|
+
可选值及其释义如下:
|
|
10324
|
+
• unknown: 状态未知
|
|
10325
|
+
• deployed: 已成功部署
|
|
10326
|
+
• uninstalled: 已卸载
|
|
10327
|
+
• superseded: 已被新版本替代
|
|
10328
|
+
• failed: 部署失败
|
|
10329
|
+
• uninstalling: 正在卸载中
|
|
10330
|
+
• pending-install: 等待安装/安装进行中
|
|
10331
|
+
• pending-upgrade: 等待升级/升级进行中
|
|
10332
|
+
• pending-rollback: 等待回滚/回滚进行中
|
|
10310
10333
|
*/
|
|
10311
10334
|
Status?: string;
|
|
10312
10335
|
/**
|
|
@@ -11209,7 +11232,7 @@ export interface UnavailableReason {
|
|
|
11209
11232
|
*/
|
|
11210
11233
|
export interface GetUpgradeInstanceProgressRequest {
|
|
11211
11234
|
/**
|
|
11212
|
-
* 集群ID
|
|
11235
|
+
* 集群ID(请登录 [TKE 控制台](https://console.cloud.tencent.com/tke2) 获取集群 ID )
|
|
11213
11236
|
*/
|
|
11214
11237
|
ClusterId: string;
|
|
11215
11238
|
/**
|
|
@@ -11947,7 +11970,17 @@ export interface ReleaseHistory {
|
|
|
11947
11970
|
*/
|
|
11948
11971
|
Revision?: number;
|
|
11949
11972
|
/**
|
|
11950
|
-
*
|
|
11973
|
+
* 应用状态,参考 Helm 发布状态。
|
|
11974
|
+
可选值及其释义如下:
|
|
11975
|
+
• unknown: 状态未知
|
|
11976
|
+
• deployed: 已成功部署
|
|
11977
|
+
• uninstalled: 已卸载
|
|
11978
|
+
• superseded: 已被新版本替代
|
|
11979
|
+
• failed: 部署失败
|
|
11980
|
+
• uninstalling: 正在卸载中
|
|
11981
|
+
• pending-install: 等待安装/安装进行中
|
|
11982
|
+
• pending-upgrade: 等待升级/升级进行中
|
|
11983
|
+
• pending-rollback: 等待回滚/回滚进行中
|
|
11951
11984
|
*/
|
|
11952
11985
|
Status?: string;
|
|
11953
11986
|
/**
|
|
@@ -13109,7 +13142,17 @@ export interface PendingRelease {
|
|
|
13109
13142
|
*/
|
|
13110
13143
|
Namespace?: string;
|
|
13111
13144
|
/**
|
|
13112
|
-
*
|
|
13145
|
+
* 应用状态,参考 Helm 发布状态。
|
|
13146
|
+
可选值及其释义如下:
|
|
13147
|
+
• unknown: 状态未知
|
|
13148
|
+
• deployed: 已成功部署
|
|
13149
|
+
• uninstalled: 已卸载
|
|
13150
|
+
• superseded: 已被新版本替代
|
|
13151
|
+
• failed: 部署失败
|
|
13152
|
+
• uninstalling: 正在卸载中
|
|
13153
|
+
• pending-install: 等待安装/安装进行中
|
|
13154
|
+
• pending-upgrade: 等待升级/升级进行中
|
|
13155
|
+
• pending-rollback: 等待回滚/回滚进行中
|
|
13113
13156
|
*/
|
|
13114
13157
|
Status?: string;
|
|
13115
13158
|
/**
|
|
@@ -534,6 +534,14 @@ export interface VoiceCloneRequest {
|
|
|
534
534
|
* 声音克隆的参考文本,为参考音频对应的文字。
|
|
535
535
|
*/
|
|
536
536
|
PromptText?: string;
|
|
537
|
+
/**
|
|
538
|
+
* TTS的模型:flow_01_turbo,flow_01_ex
|
|
539
|
+
*/
|
|
540
|
+
Model?: string;
|
|
541
|
+
/**
|
|
542
|
+
* 语言参数,默认为空, 参考: (ISO 639-1)
|
|
543
|
+
*/
|
|
544
|
+
Language?: string;
|
|
537
545
|
}
|
|
538
546
|
/**
|
|
539
547
|
* 云端切片的控制参数。
|
|
@@ -2221,9 +2229,13 @@ export interface DescribeAIConversationResponse {
|
|
|
2221
2229
|
*/
|
|
2222
2230
|
export interface AudioFormat {
|
|
2223
2231
|
/**
|
|
2224
|
-
* 生成的音频格式,默认pcm
|
|
2232
|
+
* 生成的音频格式,默认pcm,目前支持的格式列表:流式:[pcm],非流式 [pcm,wav]
|
|
2225
2233
|
*/
|
|
2226
2234
|
Format?: string;
|
|
2235
|
+
/**
|
|
2236
|
+
* 采样率,默认24000, 可选16000, 24000
|
|
2237
|
+
*/
|
|
2238
|
+
SampleRate?: number;
|
|
2227
2239
|
}
|
|
2228
2240
|
/**
|
|
2229
2241
|
* 混流布局参数。
|
|
@@ -3870,6 +3882,18 @@ export interface Voice {
|
|
|
3870
3882
|
* TTS的声音的ID
|
|
3871
3883
|
*/
|
|
3872
3884
|
VoiceId: string;
|
|
3885
|
+
/**
|
|
3886
|
+
* 语速,范围 0.5-2.0,默认 1.0
|
|
3887
|
+
*/
|
|
3888
|
+
Speed?: number;
|
|
3889
|
+
/**
|
|
3890
|
+
* (0, 10] 默认值1.0
|
|
3891
|
+
*/
|
|
3892
|
+
Volume?: number;
|
|
3893
|
+
/**
|
|
3894
|
+
* 取值[-12,12],默认0
|
|
3895
|
+
*/
|
|
3896
|
+
Pitch?: number;
|
|
3873
3897
|
}
|
|
3874
3898
|
/**
|
|
3875
3899
|
* ModifyCloudModeration返回参数结构体
|
|
@@ -4596,6 +4620,14 @@ export interface TextToSpeechSSERequest {
|
|
|
4596
4620
|
* TTS的API密钥
|
|
4597
4621
|
*/
|
|
4598
4622
|
APIKey?: string;
|
|
4623
|
+
/**
|
|
4624
|
+
* TTS的模型:flow_01_turbo,flow_01_ex
|
|
4625
|
+
*/
|
|
4626
|
+
Model?: string;
|
|
4627
|
+
/**
|
|
4628
|
+
* 语言参数,默认为空, 参考: (ISO 639-1)
|
|
4629
|
+
*/
|
|
4630
|
+
Language?: string;
|
|
4599
4631
|
}
|
|
4600
4632
|
/**
|
|
4601
4633
|
* StopWebRecord返回参数结构体
|
|
@@ -4911,8 +4943,17 @@ export interface TextToSpeechRequest {
|
|
|
4911
4943
|
AudioFormat?: AudioFormat;
|
|
4912
4944
|
/**
|
|
4913
4945
|
* TTS的API密钥
|
|
4946
|
+
* @deprecated
|
|
4914
4947
|
*/
|
|
4915
4948
|
APIKey?: string;
|
|
4949
|
+
/**
|
|
4950
|
+
* TTS的模型:flow_01_turbo,flow_01_ex
|
|
4951
|
+
*/
|
|
4952
|
+
Model?: string;
|
|
4953
|
+
/**
|
|
4954
|
+
* 语言参数,默认为空, 参考: (ISO 639-1)
|
|
4955
|
+
*/
|
|
4956
|
+
Language?: string;
|
|
4916
4957
|
}
|
|
4917
4958
|
/**
|
|
4918
4959
|
* DescribeStreamIngest请求参数结构体
|
|
@@ -4952,6 +4993,10 @@ export interface TTSConfig {
|
|
|
4952
4993
|
* 音色ID
|
|
4953
4994
|
*/
|
|
4954
4995
|
VoiceId: string;
|
|
4996
|
+
/**
|
|
4997
|
+
* TTS 的模型,默认是:flow_01_turbo, 可选: [ flow_01_turbo, flow_01_ex]
|
|
4998
|
+
*/
|
|
4999
|
+
Model?: string;
|
|
4955
5000
|
}
|
|
4956
5001
|
/**
|
|
4957
5002
|
* MCU混流输出流编码参数
|