tencentcloud-sdk-nodejs 4.1.300 → 4.1.301
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/ags/v20250920/ags_client.js +37 -19
- package/es/services/bdrc/index.js +4 -0
- package/es/services/bdrc/v20260330/bdrc_client.js +234 -0
- package/es/services/bdrc/v20260330/bdrc_models.js +1 -0
- package/es/services/bdrc/v20260330/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +186 -24
- package/es/services/index.js +1 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +37 -10
- package/es/services/monitor/v20180724/monitor_client.js +20 -8
- package/es/services/monitor/v20230616/monitor_client.js +77 -8
- package/es/services/redis/v20180412/redis_client.js +7 -4
- package/es/services/waf/v20180125/waf_client.js +6 -0
- package/package.json +2 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +1 -1
- package/tencentcloud/services/ags/v20250920/ags_client.d.ts +47 -23
- package/tencentcloud/services/ags/v20250920/ags_client.js +69 -33
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +412 -110
- package/tencentcloud/services/bdrc/index.d.ts +6 -0
- package/tencentcloud/services/bdrc/index.js +7 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_client.d.ts +314 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_client.js +487 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_models.d.ts +4803 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_models.js +18 -0
- package/tencentcloud/services/bdrc/v20260330/index.d.ts +6 -0
- package/tencentcloud/services/bdrc/v20260330/index.js +10 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +5 -5
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -19
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -12
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +1 -1
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +996 -570
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +241 -25
- package/tencentcloud/services/csip/v20221121/csip_client.js +360 -36
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3862 -753
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +32 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +42 -37
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +126 -33
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/es/v20250101/es_models.d.ts +14 -14
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +8 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +47 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +69 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +648 -181
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +27 -27
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +25 -9
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +36 -12
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +860 -513
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +101 -9
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +150 -12
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +1921 -463
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +39 -25
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -1
- package/tencentcloud/services/rce/v20260130/rce_client.d.ts +2 -2
- package/tencentcloud/services/rce/v20260130/rce_client.js +2 -2
- package/tencentcloud/services/rce/v20260130/rce_models.d.ts +6 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -5
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +108 -86
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +39 -10
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -34
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +20 -8
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +11 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -54
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +616 -205
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +11 -2
- package/tencentcloud/services/waf/v20180125/waf_client.js +14 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +155 -58
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +42 -14
|
@@ -552,6 +552,11 @@ export interface SMSProviderTemplateConfig {
|
|
|
552
552
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
553
553
|
*/
|
|
554
554
|
SignName?: string;
|
|
555
|
+
/**
|
|
556
|
+
* <p>凭证获取方式,不传默认为 SMS_AUTH_SECRET_KEY。</p><p>枚举值:</p><ul><li>SMS_AUTH_SECRET_KEY: 密钥授权,适用于跨账号腾讯云短信 / 其它厂商短信,AK/SK 加密托管至云开发平台控制台—扩展功能—授权管理</li><li>SMS_AUTH_ASSUME_ROLE: 策略授权(角色扮演),适用于同账号腾讯云短信,需预先将短信预设策略 QcloudSMSFullAccess 授权给云开发服务角色,平台以临时凭证代发,不保存任何长期密钥。选择该方式时 SecretId / SecretKey / CredentialAuthKeyId 必须为空</li></ul><p>枚举值:</p><ul><li>SMS_AUTH_SECRET_KEY: 密钥授权,适用于跨账号腾讯云短信 / 其它厂商短信,AK/SK 加密托管至云开发平台控制台—扩展功能—授权管理</li><li>SMS_AUTH_ASSUME_ROLE: 策略授权(角色扮演),适用于同账号腾讯云短信,需预先将短信预设策略 QcloudSMSFullAccess 授权给云开发服务角色,平台以临时凭证代发,不保存任何长期密钥。选择该方式时 SecretId / SecretKey / CredentialAuthKeyId 必须为空</li></ul><p>默认值:SMS_AUTH_SECRET_KEY</p>
|
|
557
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
558
|
+
*/
|
|
559
|
+
AuthType?: string;
|
|
555
560
|
/**
|
|
556
561
|
* <p>调用短信服务商发送短信接口的调用秘钥对应的ID。</p><ul><li>调用api秘钥会保存在云开发平台控制台—扩展功能—授权管理中,如果对于短信调用的api秘钥有删除需求,可在此处进行删除,删除后,短信将无法正常发送。</li><li>腾讯云的调用api秘钥在腾讯云控制台获取,建议使用子账号的秘钥ID,并且按照最小权限配置。</li></ul>
|
|
557
562
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -572,6 +577,11 @@ export interface SMSProviderTemplateConfig {
|
|
|
572
577
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
573
578
|
*/
|
|
574
579
|
TemplateExtendParam?: Array<SMSTemplateParams>;
|
|
580
|
+
/**
|
|
581
|
+
* <p>授权管理中密钥的自定义标识(创建 / 引用二合一),与 SecretId / SecretKey 组合决定行为:</p><ul><li>非空 + 带 SecretId/SecretKey → 以该标识创建新密钥;标识已存在时报错(keyID already exists)</li><li>非空 + 不带 SecretId/SecretKey → 引用授权管理中已存在的密钥(需归属当前环境)</li><li>空 + 带 SecretId/SecretKey → 使用平台按服务商生成的固定标识,覆盖更新(存量兼容)</li><li>空 + 不带 SecretId/SecretKey → 不修改密钥,沿用既有配置</li></ul><p>AuthType 为 SMS_AUTH_ASSUME_ROLE 时此参数必须为空。</p>
|
|
582
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
583
|
+
*/
|
|
584
|
+
CredentialAuthKeyId?: string;
|
|
575
585
|
}
|
|
576
586
|
/**
|
|
577
587
|
* 服务版本信息
|
|
@@ -2890,17 +2900,21 @@ export interface DescribeResourcePermissionResult {
|
|
|
2890
2900
|
*/
|
|
2891
2901
|
export interface MgoKeySchema {
|
|
2892
2902
|
/**
|
|
2893
|
-
*
|
|
2903
|
+
* <p>索引字段</p>
|
|
2894
2904
|
*/
|
|
2895
2905
|
MgoIndexKeys?: Array<MgoIndexKeys>;
|
|
2896
2906
|
/**
|
|
2897
|
-
*
|
|
2907
|
+
* <p>是否唯一索引</p>
|
|
2898
2908
|
*/
|
|
2899
2909
|
MgoIsUnique?: boolean;
|
|
2900
2910
|
/**
|
|
2901
|
-
*
|
|
2911
|
+
* <p>是否稀疏索引</p>
|
|
2902
2912
|
*/
|
|
2903
2913
|
MgoIsSparse?: boolean;
|
|
2914
|
+
/**
|
|
2915
|
+
* <p>稀疏索引表达式</p>
|
|
2916
|
+
*/
|
|
2917
|
+
PartialFilterExpression?: string;
|
|
2904
2918
|
}
|
|
2905
2919
|
/**
|
|
2906
2920
|
* UpdateAIModel返回参数结构体
|
|
@@ -4278,7 +4292,7 @@ ErrorMessage:字符串(ErrorCode 非 0 时,返回错误信息)
|
|
|
4278
4292
|
*/
|
|
4279
4293
|
export interface VerificationConfig {
|
|
4280
4294
|
/**
|
|
4281
|
-
* <p>短信验证码发送通道类型。</p><p>枚举值:</p><ul><li>default: 使用默认云开发短信包发送短信</li><li>apis: 使用云开发自定义 APIs 作为短信发送通道,需配合 Name 和 Method 参数使用。不传则不修改当前配置。</li><li>template: 自定义短信模板配置,需要配置TemplateProvider</li></ul>
|
|
4295
|
+
* <p>短信验证码发送通道类型。</p><p>枚举值:</p><ul><li>default: 使用默认云开发短信包发送短信</li><li>apis: 使用云开发自定义 APIs 作为短信发送通道,需配合 Name 和 Method 参数使用。不传则不修改当前配置。</li><li>template: 自定义短信模板配置,需要配置TemplateProvider</li><li>function: 云函数通道(第三方短信服务商),需要配置CloudFunction</li></ul>
|
|
4282
4296
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4283
4297
|
*/
|
|
4284
4298
|
Type?: string;
|
|
@@ -4302,6 +4316,11 @@ export interface VerificationConfig {
|
|
|
4302
4316
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4303
4317
|
*/
|
|
4304
4318
|
TemplateProvider?: SMSProviderTemplateConfig;
|
|
4319
|
+
/**
|
|
4320
|
+
* <p>云函数短信通道配置,当 Type 为 function 时必填</p>
|
|
4321
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4322
|
+
*/
|
|
4323
|
+
CloudFunction?: SMSCloudFunctionConfig;
|
|
4305
4324
|
}
|
|
4306
4325
|
/**
|
|
4307
4326
|
* DescribeTables返回参数结构体
|
|
@@ -5647,27 +5666,27 @@ export interface DescribeTableRequest {
|
|
|
5647
5666
|
*/
|
|
5648
5667
|
export interface UpdateTableRequest {
|
|
5649
5668
|
/**
|
|
5650
|
-
*
|
|
5669
|
+
* <p>表名</p>
|
|
5651
5670
|
*/
|
|
5652
5671
|
TableName: string;
|
|
5653
5672
|
/**
|
|
5654
|
-
* FlexDB实例ID
|
|
5673
|
+
* <p>FlexDB实例ID</p>
|
|
5655
5674
|
*/
|
|
5656
5675
|
Tag?: string;
|
|
5657
5676
|
/**
|
|
5658
|
-
*
|
|
5677
|
+
* <p>待删除索引信息</p>
|
|
5659
5678
|
*/
|
|
5660
5679
|
DropIndexes?: Array<DropIndex>;
|
|
5661
5680
|
/**
|
|
5662
|
-
*
|
|
5681
|
+
* <p>待创建索引信息</p>
|
|
5663
5682
|
*/
|
|
5664
5683
|
CreateIndexes?: Array<CreateIndex>;
|
|
5665
5684
|
/**
|
|
5666
|
-
*
|
|
5685
|
+
* <p>云开发环境ID</p>
|
|
5667
5686
|
*/
|
|
5668
5687
|
EnvId?: string;
|
|
5669
5688
|
/**
|
|
5670
|
-
* MongoDB
|
|
5689
|
+
* <p>MongoDB连接器配置</p>
|
|
5671
5690
|
*/
|
|
5672
5691
|
MongoConnector?: MongoConnector;
|
|
5673
5692
|
}
|
|
@@ -6663,6 +6682,16 @@ export interface OwnershipVerificationDnsInfo {
|
|
|
6663
6682
|
*/
|
|
6664
6683
|
RecordValue?: string;
|
|
6665
6684
|
}
|
|
6685
|
+
/**
|
|
6686
|
+
* 云函数短信通道配置。适用于第三方短信服务商场景:用户在环境下部署名为 SendVerificationCode 的云函数,平台在发送验证码时调用该函数,函数体内由用户自行调用任意短信服务商 SDK 完成下发。
|
|
6687
|
+
*/
|
|
6688
|
+
export interface SMSCloudFunctionConfig {
|
|
6689
|
+
/**
|
|
6690
|
+
* <p>发送验证码的云函数名,当前仅支持 SendVerificationCode。</p><p>函数入参:</p><ul><li>Mobile:字符串(手机号,连续 E.164 格式,如 +8613800000000)</li><li>VerificationCode:字符串(验证码,如 123456)</li></ul><p>函数返回值:</p><ul><li>ErrorCode:int(0 表示成功,非 0 表示失败)</li><li>ErrorMessage:字符串(ErrorCode 非 0 时返回错误信息)</li></ul>
|
|
6691
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6692
|
+
*/
|
|
6693
|
+
FunctionName: string;
|
|
6694
|
+
}
|
|
6666
6695
|
/**
|
|
6667
6696
|
* DescribeTable返回参数结构体
|
|
6668
6697
|
*/
|
|
@@ -6428,55 +6428,57 @@ export interface ModifyL4ProxyRulesResponse {
|
|
|
6428
6428
|
*/
|
|
6429
6429
|
export interface DDoSAttackEvent {
|
|
6430
6430
|
/**
|
|
6431
|
-
*
|
|
6431
|
+
* <p>事件 ID。</p>
|
|
6432
6432
|
*/
|
|
6433
6433
|
EventId?: string;
|
|
6434
6434
|
/**
|
|
6435
|
-
*
|
|
6435
|
+
* <p>攻击类型。</p>
|
|
6436
6436
|
*/
|
|
6437
6437
|
AttackType?: string;
|
|
6438
6438
|
/**
|
|
6439
|
-
*
|
|
6439
|
+
* <p>攻击状态。</p><p>枚举值:</p><ul><li>0: 观察中</li><li>1: 攻击中</li><li>2: 攻击结束</li></ul>
|
|
6440
6440
|
*/
|
|
6441
6441
|
AttackStatus?: number;
|
|
6442
6442
|
/**
|
|
6443
|
-
*
|
|
6443
|
+
* <p>攻击最大带宽,单位为 bps。</p>
|
|
6444
6444
|
*/
|
|
6445
6445
|
AttackMaxBandWidth?: number;
|
|
6446
6446
|
/**
|
|
6447
|
-
*
|
|
6447
|
+
* <p>攻击包速率峰值,单位为 pps。</p>
|
|
6448
6448
|
*/
|
|
6449
6449
|
AttackPacketMaxRate?: number;
|
|
6450
6450
|
/**
|
|
6451
|
-
*
|
|
6451
|
+
* <p>攻击开始时间戳。</p><p>单位:秒</p>
|
|
6452
6452
|
*/
|
|
6453
6453
|
AttackStartTime?: number;
|
|
6454
6454
|
/**
|
|
6455
|
-
*
|
|
6455
|
+
* <p>攻击结束时间戳。</p><p>单位:秒</p>
|
|
6456
6456
|
*/
|
|
6457
6457
|
AttackEndTime?: number;
|
|
6458
6458
|
/**
|
|
6459
|
-
* DDoS策略组ID
|
|
6459
|
+
* <p>DDoS 策略组 ID。</p>
|
|
6460
6460
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6461
6461
|
*/
|
|
6462
6462
|
PolicyId?: number;
|
|
6463
6463
|
/**
|
|
6464
|
-
*
|
|
6464
|
+
* <p>站点 ID。</p>
|
|
6465
6465
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6466
6466
|
*/
|
|
6467
6467
|
ZoneId?: string;
|
|
6468
6468
|
/**
|
|
6469
|
-
*
|
|
6470
|
-
<li>overseas:全球(除中国大陆地区)数据;</li>
|
|
6471
|
-
<li>mainland:中国大陆地区数据。</li>
|
|
6469
|
+
* <p>攻击事件所属地区。</p><p>枚举值:</p><ul><li>overseas: 全球(除中国大陆地区)数据;</li><li>mainland: 中国大陆地区数据。</li></ul>
|
|
6472
6470
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6473
6471
|
*/
|
|
6474
6472
|
Area?: string;
|
|
6475
6473
|
/**
|
|
6476
|
-
*
|
|
6474
|
+
* <p>封禁解封信息。</p>
|
|
6477
6475
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6478
6476
|
*/
|
|
6479
6477
|
DDoSBlockData?: Array<DDoSBlockData>;
|
|
6478
|
+
/**
|
|
6479
|
+
* <p>被 DDoS 攻击的目的 IP 列表。</p>
|
|
6480
|
+
*/
|
|
6481
|
+
DDoSAttackDips?: Array<string>;
|
|
6480
6482
|
}
|
|
6481
6483
|
/**
|
|
6482
6484
|
* 存储客户端请求IP的头部信息配置
|
|
@@ -14596,11 +14598,11 @@ export interface AdvancedFilter {
|
|
|
14596
14598
|
*/
|
|
14597
14599
|
export interface DescribeDDoSAttackDataResponse {
|
|
14598
14600
|
/**
|
|
14599
|
-
*
|
|
14601
|
+
* <p>查询结果的总条数。</p>
|
|
14600
14602
|
*/
|
|
14601
14603
|
TotalCount?: number;
|
|
14602
14604
|
/**
|
|
14603
|
-
* DDoS
|
|
14605
|
+
* <p>DDoS 攻击数据内容列表。</p>
|
|
14604
14606
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14605
14607
|
*/
|
|
14606
14608
|
Data?: Array<SecEntry>;
|
|
@@ -15429,44 +15431,37 @@ export interface Quic {
|
|
|
15429
15431
|
*/
|
|
15430
15432
|
export interface DescribeDDoSAttackDataRequest {
|
|
15431
15433
|
/**
|
|
15432
|
-
*
|
|
15434
|
+
* <p>开始时间。时间为世界标准时间(UTC),遵循 ISO 8601 标准的日期和时间格式。</p>
|
|
15433
15435
|
*/
|
|
15434
15436
|
StartTime: string;
|
|
15435
15437
|
/**
|
|
15436
|
-
*
|
|
15438
|
+
* <p>结束时间。时间为世界标准时间(UTC),遵循 ISO 8601 标准的日期和时间格式。查询时间范围(<code>EndTime</code> - <code>StartTime</code>)需小于等于 31 天。</p>
|
|
15437
15439
|
*/
|
|
15438
15440
|
EndTime: string;
|
|
15439
15441
|
/**
|
|
15440
|
-
*
|
|
15441
|
-
<li>ddos_attackMaxBandwidth:攻击带宽峰值;</li>
|
|
15442
|
-
<li>ddos_attackMaxPackageRate:攻击包速率峰值 ;</li>
|
|
15443
|
-
<li>ddos_attackBandwidth:攻击带宽曲线;</li>
|
|
15444
|
-
<li>ddos_attackPackageRate:攻击包速率曲线。</li>
|
|
15442
|
+
* <p>统计指标列表,至少填写 1 个,且不允许重复。</p><p>枚举值:</p><ul><li>ddos_attackMaxBandwidth: 攻击带宽峰值,单位 bps;</li><li>ddos_attackMaxPackageRate: 攻击包速率峰值,单位 pps;</li><li>ddos_attackBandwidth: 攻击带宽曲线,单位 bps;</li><li>ddos_attackPackageRate: 攻击包速率曲线,单位 pps。</li></ul>
|
|
15445
15443
|
*/
|
|
15446
15444
|
MetricNames: Array<string>;
|
|
15447
15445
|
/**
|
|
15448
|
-
*
|
|
15446
|
+
* <p>站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:<a href="https://cloud.tencent.com/document/product/1552/104902">【腾讯云 EdgeOne】云 API 变更通知</a>。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 <code>*</code> 代替,查询账号级别数据需具备本接口全部站点资源权限。</p>
|
|
15449
15447
|
*/
|
|
15450
|
-
ZoneIds
|
|
15448
|
+
ZoneIds: Array<string>;
|
|
15451
15449
|
/**
|
|
15452
|
-
* DDoS策略组ID列表,不填默认选择全部策略ID
|
|
15450
|
+
* <p>DDoS 策略组 ID 列表,不填默认选择全部策略 ID。</p>
|
|
15453
15451
|
*/
|
|
15454
15452
|
PolicyIds?: Array<number | bigint>;
|
|
15455
15453
|
/**
|
|
15456
|
-
*
|
|
15457
|
-
<li>min:1分钟;</li>
|
|
15458
|
-
<li>5min:5分钟;</li>
|
|
15459
|
-
<li>hour:1小时;</li>
|
|
15460
|
-
<li>day:1天。</li>不填将根据开始时间与结束时间的间隔自动推算粒度,具体为:1小时范围内以min粒度查询,2天范围内以5min粒度查询,7天范围内以hour粒度查询,超过7天以day粒度查询。
|
|
15454
|
+
* <p>查询时间粒度,不填将根据开始时间与结束时间的间隔自动推算粒度,具体为:1 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。</p><p>枚举值:</p><ul><li>min: 1 分钟;</li><li>5min: 5分钟;</li><li>hour: 1小时;</li><li>day: 1天。</li></ul>
|
|
15461
15455
|
*/
|
|
15462
15456
|
Interval?: string;
|
|
15463
15457
|
/**
|
|
15464
|
-
*
|
|
15465
|
-
<li>overseas:全球(除中国大陆地区)数据;</li>
|
|
15466
|
-
<li>mainland:中国大陆地区数据;</li>
|
|
15467
|
-
<li>global:全球数据。</li>不填默认取值为global。
|
|
15458
|
+
* <p>数据归属地区。</p><p>枚举值:</p><ul><li>overseas: 全球(除中国大陆地区)数据;</li><li>mainland: 中国大陆地区数据;</li><li>global: 全球数据。</li></ul><p>默认值:global</p>
|
|
15468
15459
|
*/
|
|
15469
15460
|
Area?: string;
|
|
15461
|
+
/**
|
|
15462
|
+
* <p>过滤条件,QueryCondition.Value 的集合数量上限为 20,详细的过滤条件 QueryCondition.Key 值如下:</p><li>ddos-attack-dip:按照 DDoS 攻击目的 IP 进行过滤,QueryCondition.Operator 仅支持 equals。</li>
|
|
15463
|
+
*/
|
|
15464
|
+
Filters?: Array<QueryCondition>;
|
|
15470
15465
|
}
|
|
15471
15466
|
/**
|
|
15472
15467
|
* 慢速攻击防护的具体配置。
|
|
@@ -190,6 +190,10 @@ export interface CreateModelServiceRequest {
|
|
|
190
190
|
* <p>资源供应属性(潮汐/竞价等供应模式);空表示常规按量后付费</p>
|
|
191
191
|
*/
|
|
192
192
|
ResourceSupplyAttribute?: ResourceSupplyAttribute;
|
|
193
|
+
/**
|
|
194
|
+
* <p>推理模板 ID</p>
|
|
195
|
+
*/
|
|
196
|
+
InferTemplateId?: string;
|
|
193
197
|
}
|
|
194
198
|
/**
|
|
195
199
|
* DescribePresetImageList请求参数结构体
|
|
@@ -1940,6 +1944,10 @@ export interface ModifyModelServiceRequest {
|
|
|
1940
1944
|
* <p>目标工作空间,不为0则进行迁移,源服务只允许在默认空间</p>
|
|
1941
1945
|
*/
|
|
1942
1946
|
TargetProjectId?: number;
|
|
1947
|
+
/**
|
|
1948
|
+
* <p>推理模板 ID,在内置大模型场景下使用</p>
|
|
1949
|
+
*/
|
|
1950
|
+
InferTemplateId?: string;
|
|
1943
1951
|
}
|
|
1944
1952
|
/**
|
|
1945
1953
|
* ChatCompletion请求参数结构体
|
|
@@ -4466,6 +4474,10 @@ export interface ServiceInfo {
|
|
|
4466
4474
|
* <p>服务实际运行的节点数</p>
|
|
4467
4475
|
*/
|
|
4468
4476
|
NodeCount?: number;
|
|
4477
|
+
/**
|
|
4478
|
+
* <p>推理模板Id</p><p>参数格式:推理模板 ID</p>
|
|
4479
|
+
*/
|
|
4480
|
+
InferTemplateId?: string;
|
|
4469
4481
|
}
|
|
4470
4482
|
/**
|
|
4471
4483
|
* StopNotebook返回参数结构体
|
|
@@ -6488,38 +6500,38 @@ export interface Attribute {
|
|
|
6488
6500
|
*/
|
|
6489
6501
|
export interface ResourceGroup {
|
|
6490
6502
|
/**
|
|
6491
|
-
*
|
|
6503
|
+
* <p>资源组id</p>
|
|
6492
6504
|
*/
|
|
6493
6505
|
ResourceGroupId?: string;
|
|
6494
6506
|
/**
|
|
6495
|
-
*
|
|
6507
|
+
* <p>资源组名称</p>
|
|
6496
6508
|
*/
|
|
6497
6509
|
ResourceGroupName?: string;
|
|
6498
6510
|
/**
|
|
6499
|
-
*
|
|
6511
|
+
* <p>可用节点个数(运行中的节点)</p>
|
|
6500
6512
|
*/
|
|
6501
6513
|
FreeInstance?: number;
|
|
6502
6514
|
/**
|
|
6503
|
-
*
|
|
6515
|
+
* <p>总节点个数(所有节点)</p>
|
|
6504
6516
|
*/
|
|
6505
6517
|
TotalInstance?: number;
|
|
6506
6518
|
/**
|
|
6507
|
-
*
|
|
6519
|
+
* <p>资源组已用的资源</p>
|
|
6508
6520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6509
6521
|
*/
|
|
6510
6522
|
UsedResource?: GroupResource;
|
|
6511
6523
|
/**
|
|
6512
|
-
*
|
|
6524
|
+
* <p>资源组总资源</p>
|
|
6513
6525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6514
6526
|
*/
|
|
6515
6527
|
TotalResource?: GroupResource;
|
|
6516
6528
|
/**
|
|
6517
|
-
*
|
|
6529
|
+
* <p>节点信息</p>
|
|
6518
6530
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6519
6531
|
*/
|
|
6520
6532
|
InstanceSet?: Array<Instance>;
|
|
6521
6533
|
/**
|
|
6522
|
-
*
|
|
6534
|
+
* <p>标签列表</p>
|
|
6523
6535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6524
6536
|
*/
|
|
6525
6537
|
TagSet?: Array<Tag>;
|
|
@@ -1299,52 +1299,52 @@ export interface SortBy {
|
|
|
1299
1299
|
*/
|
|
1300
1300
|
export interface DataDisk {
|
|
1301
1301
|
/**
|
|
1302
|
-
*
|
|
1302
|
+
* <p>云盘类型</p>
|
|
1303
1303
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1304
1304
|
*/
|
|
1305
1305
|
DiskType: string;
|
|
1306
1306
|
/**
|
|
1307
|
-
*
|
|
1307
|
+
* <p>文件系统(ext3/ext4/xfs)</p>
|
|
1308
1308
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1309
1309
|
*/
|
|
1310
1310
|
FileSystem: string;
|
|
1311
1311
|
/**
|
|
1312
|
-
*
|
|
1312
|
+
* <p>云盘大小(G)</p>
|
|
1313
1313
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1314
1314
|
*/
|
|
1315
1315
|
DiskSize: number;
|
|
1316
1316
|
/**
|
|
1317
|
-
*
|
|
1317
|
+
* <p>是否自动化格式盘并挂载</p>
|
|
1318
1318
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1319
1319
|
*/
|
|
1320
1320
|
AutoFormatAndMount: boolean;
|
|
1321
1321
|
/**
|
|
1322
|
-
*
|
|
1322
|
+
* <p>挂载设备名或分区名</p>
|
|
1323
1323
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1324
1324
|
*/
|
|
1325
1325
|
DiskPartition: string;
|
|
1326
1326
|
/**
|
|
1327
|
-
*
|
|
1327
|
+
* <p>挂载目录</p>
|
|
1328
1328
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1329
1329
|
*/
|
|
1330
1330
|
MountTarget?: string;
|
|
1331
1331
|
/**
|
|
1332
|
-
*
|
|
1332
|
+
* <p>传入该参数用于创建加密云盘,取值固定为ENCRYPT</p>
|
|
1333
1333
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1334
1334
|
*/
|
|
1335
1335
|
Encrypt?: string;
|
|
1336
1336
|
/**
|
|
1337
|
-
*
|
|
1337
|
+
* <p>购买加密盘时自定义密钥,当传入该参数时, Encrypt入参不为空</p>
|
|
1338
1338
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1339
1339
|
*/
|
|
1340
1340
|
KmsKeyId?: string;
|
|
1341
1341
|
/**
|
|
1342
|
-
*
|
|
1342
|
+
* <p>快照ID,如果传入则根据此快照创建云硬盘,快照类型必须为数据盘快照</p>
|
|
1343
1343
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1344
1344
|
*/
|
|
1345
1345
|
SnapshotId?: string;
|
|
1346
1346
|
/**
|
|
1347
|
-
*
|
|
1347
|
+
* <p>云硬盘性能,单位:MB/s。使用此参数可给云硬盘购买额外的性能</p>
|
|
1348
1348
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1349
1349
|
*/
|
|
1350
1350
|
ThroughputPerformance?: number;
|
|
@@ -2265,7 +2265,7 @@ export interface UpdateNativeNodePoolParam {
|
|
|
2265
2265
|
*/
|
|
2266
2266
|
AutoRepair?: boolean;
|
|
2267
2267
|
/**
|
|
2268
|
-
* <p>计费类型</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 目标计费类型为按量计费</li><li>PREPAID: 目标计费类型为包年包月计费</li></ul>
|
|
2268
|
+
* <p>计费类型</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 目标计费类型为按量计费</li><li>PREPAID: 目标计费类型为包年包月计费</li><li>UNDERWRITE: 目标计费类型为包销计费</li></ul>
|
|
2269
2269
|
*/
|
|
2270
2270
|
InstanceChargeType?: string;
|
|
2271
2271
|
/**
|
|
@@ -483,75 +483,27 @@ export interface StartAIConversationResponse {
|
|
|
483
483
|
*/
|
|
484
484
|
export interface STTConfig {
|
|
485
485
|
/**
|
|
486
|
-
*
|
|
487
|
-
语音转文字支持识别的语言,默认是"zh" 中文
|
|
488
|
-
|
|
489
|
-
可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:[AI智能识别计费说明](https://cloud.tencent.com/document/product/647/111976)
|
|
490
|
-
|
|
491
|
-
语音转文本不同套餐版本支持的语言如下:
|
|
492
|
-
|
|
493
|
-
**基础语言引擎**:
|
|
494
|
-
- "zh": 中文(简体)
|
|
495
|
-
- "zh-TW": 中文(繁体)
|
|
496
|
-
- "en": 英语
|
|
497
|
-
- "16k_zh_edu":中文教育
|
|
498
|
-
- "16k_zh_medical":中文医疗
|
|
499
|
-
- "16k_zh_court":中文法庭
|
|
500
|
-
|
|
501
|
-
**标准语言引擎:**
|
|
502
|
-
- "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.
|
|
503
|
-
- "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
|
504
|
-
- "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).
|
|
505
|
-
- "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.
|
|
506
|
-
|
|
507
|
-
**高级语言引擎:**
|
|
508
|
-
- "zh-dialect": 中国方言
|
|
509
|
-
- "zh-yue": 中国粤语
|
|
510
|
-
- "vi": 越南语
|
|
511
|
-
- "ja": 日语
|
|
512
|
-
- "ko": 韩语
|
|
513
|
-
- "id": 印度尼西亚语
|
|
514
|
-
- "th": 泰语
|
|
515
|
-
- "pt": 葡萄牙语
|
|
516
|
-
- "tr": 土耳其语
|
|
517
|
-
- "ar": 阿拉伯语
|
|
518
|
-
- "es": 西班牙语
|
|
519
|
-
- "hi": 印地语
|
|
520
|
-
- "fr": 法语
|
|
521
|
-
- "ms": 马来语
|
|
522
|
-
- "fil": 菲律宾语
|
|
523
|
-
- "de": 德语
|
|
524
|
-
- "it": 意大利语
|
|
525
|
-
- "ru": 俄语
|
|
526
|
-
- "sv": 瑞典语
|
|
527
|
-
- "da": 丹麦语
|
|
528
|
-
- "no": 挪威语
|
|
529
|
-
|
|
530
|
-
**注意:**
|
|
531
|
-
如果缺少满足您需求的语言,请联系我们技术人员。
|
|
486
|
+
* <p>语音转文字支持识别的语言,默认是"zh" 中文</p><p>可通过购买「AI智能识别时长包」解锁或领取包月套餐体验版解锁不同语言. 详细说明参考:<a href="https://cloud.tencent.com/document/product/647/111976">AI智能识别计费说明</a></p><p>语音转文本不同套餐版本支持的语言如下:</p><p><strong>基础语言引擎</strong>:</p><ul><li> "zh": 中文(简体)</li><li>"zh-TW": 中文(繁体)</li><li>"en": 英语</li><li>"16k_zh_edu":中文教育</li><li>"16k_zh_medical":中文医疗</li><li>"16k_zh_court":中文法庭</li></ul><p><strong>标准语言引擎:</strong></p><ul><li> "8k_zh_large": 普方大模型引擎. 当前模型同时支持中文等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升.</li><li> "16k_zh_large": 普方英大模型引擎. 当前模型同时支持中文、英文、多种中文方言等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.</li><li> "16k_multi_lang": 多语种大模型引擎. 当前模型同时支持英语、日语、韩语、阿拉伯语、菲律宾语、法语、印地语、印尼语、马来语、葡萄牙语、西班牙语、泰语、土耳其语、越南语、德语的识别,可实现15个语种的自动识别(句子/段落级别).</li><li> "16k_zh_en": 中英大模型引擎. 当前模型同时支持中文、英语识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升.</li></ul><p><strong>高级语言引擎:</strong></p><ul><li>"zh-dialect": 中国方言</li><li>"zh-yue": 中国粤语</li><li>"vi": 越南语</li><li>"ja": 日语</li><li>"ko": 韩语</li><li>"id": 印度尼西亚语</li><li>"th": 泰语</li><li>"pt": 葡萄牙语</li><li>"tr": 土耳其语</li><li>"ar": 阿拉伯语</li><li>"es": 西班牙语</li><li>"hi": 印地语</li><li>"fr": 法语</li><li>"ms": 马来语</li><li>"fil": 菲律宾语</li><li>"de": 德语</li><li>"it": 意大利语</li><li>"ru": 俄语</li><li>"sv": 瑞典语</li><li>"da": 丹麦语</li><li>"no": 挪威语</li><li>"pl": 波兰语</li><li>"uz": 乌兹别克语</li><li>"hu": 匈牙利语</li><li>"he": 希伯来语</li><li>"ur": 乌尔都语</li><li>"af-ZA": 南非荷兰语</li><li>"nl-BE": 比利时荷兰语</li><li>"nl-NL": 荷兰语(本土)</li></ul><p><strong>bigmodel全新大模型语音识别引擎</strong></p><ul><li>"bigmodel_auto": 多语言自动识别</li><li>"bigmodel_zh": 中文</li><li>"bigmodel_en": 英语</li><li>"bigmodel_yue": 粤语</li><li>"bigmodel_ar": 阿拉伯语</li><li>"bigmodel_de": 德语</li><li>"bigmodel_fr": 法语</li><li>"bigmodel_es": 西班牙</li><li>"bigmodel_pt": 葡萄牙语</li><li>"bigmodel_id": 印尼语</li><li>"bigmodel_it": 意大利语</li><li>"bigmodel_ko": 韩语</li><li>"bigmodel_ru": 俄语</li><li>"bigmodel_th": 泰语</li><li>"bigmodel_vi": 越南语</li><li>"bigmodel_tr": 土耳其语</li><li>"bigmodel_hi": 印地语</li><li>"bigmodel_ms": 马来语</li><li>"bigmodel_pl": 波兰语</li><li>"bigmodel_cs": 捷克语</li><li>"bigmodel_fil": 菲律宾语</li><li>"bigmodel_fa": 波斯语</li><li>"bigmodel_el": 希腊语</li><li>"bigmodel_ro": 罗马尼亚语</li><li>"bigmodel_hu": 匈牙利语</li><li>"bigmodel_mk": 马其顿语</li></ul><p><strong>注意:</strong><br>如果缺少满足您需求的语言,请联系我们技术人员。</p>
|
|
532
487
|
*/
|
|
533
488
|
Language?: string;
|
|
534
489
|
/**
|
|
535
|
-
*
|
|
536
|
-
注意:不支持填写"zh-dialect", "16k_zh_edu", "16k_zh_medical", "16k_zh_court", "8k_zh_large", "16k_zh_large","16k_multi_lang", "16k_zh_en"
|
|
537
|
-
|
|
490
|
+
* <p><strong>发起模糊识别为高级版能力,默认按照高级版收费</strong><br>注意:不支持填写"zh-dialect", "16k_zh_edu", "16k_zh_medical", "16k_zh_court", "8k_zh_large", "16k_zh_large","16k_multi_lang", "16k_zh_en"</p>
|
|
538
491
|
*/
|
|
539
492
|
AlternativeLanguage?: Array<string>;
|
|
540
493
|
/**
|
|
541
|
-
*
|
|
542
|
-
|
|
494
|
+
* <p>自定义参数,联系后台使用</p>
|
|
543
495
|
*/
|
|
544
496
|
CustomParam?: string;
|
|
545
497
|
/**
|
|
546
|
-
*
|
|
498
|
+
* <p>语音识别vad的时间,范围为240-2000,默认为1000,单位为ms。更小的值会让语音识别分句更快。</p>
|
|
547
499
|
*/
|
|
548
500
|
VadSilenceTime?: number;
|
|
549
501
|
/**
|
|
550
|
-
*
|
|
502
|
+
* <p>热词表:该参数用于提升识别准确率。 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或 “ASR|11”; 热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;</p>
|
|
551
503
|
*/
|
|
552
504
|
HotWordList?: string;
|
|
553
505
|
/**
|
|
554
|
-
* vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 5],默认为0,表示不开启远场人声抑制能力。推荐设置为2,有较好的远场人声抑制能力。嘈杂的办公室环境下可以设置为3,更为嘈杂的环境下可以使用4和5。注意较高的VadLevel
|
|
506
|
+
* <p>vad的远场人声抑制能力(不会对asr识别效果造成影响),范围为[0, 5],默认为0,表示不开启远场人声抑制能力。推荐设置为2,有较好的远场人声抑制能力。嘈杂的办公室环境下可以设置为3,更为嘈杂的环境下可以使用4和5。注意较高的VadLevel可能会将单字当作噪声给过滤。</p>
|
|
555
507
|
*/
|
|
556
508
|
VadLevel?: number;
|
|
557
509
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeNacosReplicasRequest, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayNodesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, DeleteGovernanceLaneGroupsResponse, CloseWafProtectionRequest, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeGovernanceLaneGroupsResponse, CreateNativeGatewayServiceSourceResponse, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerListRequest, CreateCloudNativeAPIGatewayConsumerRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DeleteGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeAutoScalerResourceStrategiesResponse, DeleteCloudNativeAPIGatewayRouteResponse, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeConfigFileReleaseRequest, DescribeCloudNativeAPIGatewayConfigRequest, DescribeNacosServerInterfacesResponse, ModifyCloudNativeAPIGatewayConsumerResponse, DeleteGovernanceInstancesRequest, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, ModifyGovernanceServicesRequest, DescribeConfigFileReleasesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CreateGovernanceServicesRequest, ModifyNetworkAccessStrategyResponse, ModifyAutoScalerResourceStrategyRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteEngineResponse, CreateConfigFileGroupResponse, CreateGovernanceAliasRequest, ModifyCloudNativeAPIGatewayServiceRequest, DescribeCNGWServicesWithRoutesRequest, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeWafProtectionRequest, DescribeAutoScalerResourceStrategiesRequest, DeleteCloudNativeAPIGatewayCORSRequest, DeleteCloudNativeAPIGatewayConsumerRequest, DescribeGovernanceInstancesRequest, DescribeGovernanceServiceContractsRequest, DescribeConfigFilesRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeConfigFileReleasesRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayConsumerGroupResponse, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNativeGatewayServerGroupRequest, ModifyConsoleNetworkResponse, DescribeWafDomainsResponse, DescribeSREInstanceAccessAddressRequest, ModifyGovernanceLaneGroupsRequest, DescribeUpstreamHealthCheckConfigResponse, ModifyGovernanceInstancesResponse, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteNativeGatewayServiceSourceResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileGroupsResponse, UpdateEngineInternetAccessRequest, DescribeCloudNativeAPIGatewayConsumerGroupListResponse, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayIPRestrictionRequest, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, DescribeCloudNativeAPIGatewayCORSRequest, DescribeConfigFilesResponse, DescribeCloudNativeAPIGatewayServicesResponse, CreateNativeGatewayServiceSourceRequest, CreateGovernanceLaneGroupsRequest, AddCloudNativeAPIGatewayConsumerInGroupResponse, ModifyNativeGatewayServiceSourceRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, UpdateUpstreamTargetsResponse, DescribeGovernanceServiceContractVersionsRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, ModifyCloudNativeAPIGatewaySecretKeyStatusResponse, ModifyCloudNativeAPIGatewaySecretKeyStatusRequest, DeleteGovernanceInstancesResponse, BindAutoScalerResourceStrategyToGroupsResponse, ModifyConfigFilesRequest, ModifyGovernanceAliasRequest, ModifyNetworkAccessStrategyRequest, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConsumerResponse, CreateGovernanceInstancesRequest, BindAutoScalerResourceStrategyToGroupsRequest, DescribeConfigFilesByGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, UpdateUpstreamHealthCheckConfigRequest, DescribeConfigFileResponse, CreateCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayCORSResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeNativeGatewayServerGroupsRequest, DescribePublicNetworkRequest, DescribeGovernanceNamespacesResponse, DescribeConfigFilesByGroupRequest, DeleteGovernanceInstancesByHostResponse, DescribeGovernanceAliasesResponse, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, ModifyGovernanceNamespacesRequest, ModifyConfigFileGroupResponse, RollbackConfigFileReleasesRequest, DescribeCloudNativeAPIGatewayInfoByIpResponse, DescribeCloudNativeAPIGatewayServicesLightRequest, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateNativeGatewayServerGroupResponse, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DeleteConfigFileReleasesResponse, ModifyGovernanceInstancesRequest, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DeleteCloudNativeAPIGatewayIPRestrictionResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse, CreateOrModifyCloudNativeAPIGatewayCORSRequest, DescribeCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, CreateCloudNativeAPIGatewayRequest, DescribeGovernanceServiceContractVersionsResponse, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, ModifyConfigFilesResponse, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeAllConfigFileTemplatesResponse, DescribeConfigFileReleaseVersionsRequest, DescribeCloudNativeAPIGatewaySecretKeyListResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteGovernanceAliasesResponse, DeleteAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, CreateGovernanceInstancesResponse, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCNGWServicesWithRoutesResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, CreateGovernanceLaneGroupsResponse, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayPortsResponse, DeleteGovernanceNamespacesRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, CreateCloudNativeAPIGatewayRouteResponse, DeleteConfigFilesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, ModifyGovernanceAliasResponse, DeleteGovernanceInstancesByHostRequest, DescribeCloudNativeAPIGatewayIPRestrictionResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceNamespacesResponse, DeleteCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, DeleteAutoScalerResourceStrategyResponse, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, DeleteGovernanceAliasesRequest, DescribeCloudNativeAPIGatewayConsumerListResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionRequest, DescribeWafDomainsRequest, ModifyUpstreamNodeStatusResponse, OpenWafProtectionResponse, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeCloudNativeAPIGatewayRequest, DeleteConfigFileGroupRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, DescribeNacosServerInterfacesRequest, ModifyCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayCORSResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeSREInstancesRequest, DescribeCloudNativeAPIGatewayInfoByIpRequest, DescribeZookeeperReplicasResponse, ModifyConfigFileGroupRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, DescribeConfigFileReleaseHistoriesRequest, ModifyCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, ModifyNativeGatewayServerGroupResponse, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, DescribeNativeGatewayServiceSourcesResponse, CreateCloudNativeAPIGatewayServiceResponse, ModifyGovernanceLaneGroupsResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, CreateOrModifyCloudNativeAPIGatewayCORSResponse, DescribeConfigFileGroupsRequest, CreateGovernanceNamespacesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteCloudNativeAPIGatewayIPRestrictionRequest, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, DescribeGovernanceAliasesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeInstanceTagInfosRequest, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, DescribeNativeGatewayServiceSourcesRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, CreateConfigFileGroupRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DescribeConfigFileRequest, ModifyCloudNativeAPIGatewayConsumerRequest, DeleteNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayConsumerGroupListRequest, RollbackConfigFileReleasesResponse, DescribeNacosReplicasResponse, DescribeGovernanceInstancesResponse, ModifyGovernanceNamespacesResponse, CreateConfigFileResponse, DescribeCloudNativeAPIGatewaysRequest, DescribeCloudNativeAPIGatewaySecretKeyListRequest, DeleteCloudNativeAPIGatewayServiceRequest, DescribePublicNetworkResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DescribeInstanceTagInfosResponse, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CloseWafProtectionResponse, CreateAutoScalerResourceStrategyResponse, UpdateCloudNativeAPIGatewaySpecRequest, DeleteEngineRequest, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DescribeZookeeperServerInterfacesResponse, AddCloudNativeAPIGatewayConsumerInGroupRequest, DescribeConfigFileReleaseVersionsResponse, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, CreateGovernanceServicesResponse, RestartSREInstanceRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, DeleteNativeGatewayServiceSourceRequest, DescribeCloudNativeAPIGatewayServicesLightResponse, RestartSREInstanceResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, DeleteGovernanceLaneGroupsRequest, DeleteGovernanceServicesRequest, ModifyGovernanceServicesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, ModifyNativeGatewayServiceSourceResponse, DescribeGovernanceServiceContractsResponse, UpdateUpstreamHealthCheckConfigResponse, DescribeCloudNativeAPIGatewayConsumerRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateEngineRequest, DescribeGovernanceLaneGroupsRequest, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, CreateCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayPortsRequest, DescribeGovernanceServicesRequest, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, DescribeConfigFileReleaseResponse, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeAllConfigFileTemplatesRequest } from "./tse_models";
|
|
3
|
+
import { DescribeNacosReplicasRequest, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayNodesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, DeleteGovernanceLaneGroupsResponse, CloseWafProtectionRequest, DescribeWafProtectionRequest, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeGovernanceLaneGroupsResponse, CreateNativeGatewayServiceSourceResponse, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerListRequest, CreateCloudNativeAPIGatewayConsumerRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DeleteGovernanceNamespacesResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeAutoScalerResourceStrategiesResponse, DeleteCloudNativeAPIGatewayRouteResponse, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeConfigFileReleaseRequest, DescribeCloudNativeAPIGatewayConfigRequest, DescribeNacosServerInterfacesResponse, ModifyCloudNativeAPIGatewayConsumerResponse, DeleteGovernanceInstancesRequest, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeUpstreamHealthCheckConfigRequest, ModifyGovernanceServicesRequest, DescribeConfigFileReleasesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CreateGovernanceServicesRequest, ModifyNetworkAccessStrategyResponse, ModifyAutoScalerResourceStrategyRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteEngineResponse, CreateConfigFileGroupResponse, CreateGovernanceAliasRequest, ModifyCloudNativeAPIGatewayServiceRequest, DescribeCNGWServicesWithRoutesRequest, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeAutoScalerResourceStrategiesRequest, DeleteCloudNativeAPIGatewayCORSRequest, DeleteCloudNativeAPIGatewayConsumerRequest, DescribeGovernanceInstancesRequest, DescribeGovernanceServiceContractsRequest, DescribeConfigFilesRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeConfigFileReleasesRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayConsumerGroupResponse, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNativeGatewayServerGroupRequest, ModifyConsoleNetworkResponse, DescribeWafDomainsResponse, DescribeSREInstanceAccessAddressRequest, ModifyGovernanceLaneGroupsRequest, DescribeUpstreamHealthCheckConfigResponse, ModifyGovernanceInstancesResponse, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteNativeGatewayServiceSourceResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileGroupsResponse, UpdateEngineInternetAccessRequest, DescribeCloudNativeAPIGatewayConsumerGroupListResponse, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayIPRestrictionRequest, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, DescribeCloudNativeAPIGatewayCORSRequest, DescribeConfigFilesResponse, DescribeCloudNativeAPIGatewayServicesResponse, CreateNativeGatewayServiceSourceRequest, CreateGovernanceLaneGroupsRequest, AddCloudNativeAPIGatewayConsumerInGroupResponse, ModifyNativeGatewayServiceSourceRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, UpdateUpstreamTargetsResponse, DescribeGovernanceServiceContractVersionsRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, ModifyCloudNativeAPIGatewaySecretKeyStatusResponse, ModifyCloudNativeAPIGatewaySecretKeyStatusRequest, DeleteGovernanceInstancesResponse, BindAutoScalerResourceStrategyToGroupsResponse, ModifyConfigFilesRequest, ModifyGovernanceAliasRequest, ModifyNetworkAccessStrategyRequest, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConsumerResponse, CreateGovernanceInstancesRequest, BindAutoScalerResourceStrategyToGroupsRequest, DescribeConfigFilesByGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, UpdateUpstreamHealthCheckConfigRequest, DescribeConfigFileResponse, CreateCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayCORSResponse, UpdateCloudNativeAPIGatewaySpecResponse, DescribeNativeGatewayServerGroupsRequest, DescribePublicNetworkRequest, DescribeGovernanceNamespacesResponse, DescribeConfigFilesByGroupRequest, DeleteGovernanceInstancesByHostResponse, DescribeGovernanceAliasesResponse, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, ModifyCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, ModifyConfigFileGroupResponse, RollbackConfigFileReleasesRequest, DescribeCloudNativeAPIGatewayInfoByIpResponse, DescribeCloudNativeAPIGatewayServicesLightRequest, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateNativeGatewayServerGroupResponse, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DeleteConfigFileReleasesResponse, ModifyGovernanceInstancesRequest, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DeleteCloudNativeAPIGatewayIPRestrictionResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse, CreateOrModifyCloudNativeAPIGatewayCORSRequest, DescribeCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, CreateCloudNativeAPIGatewayRequest, DescribeGovernanceServiceContractVersionsResponse, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, ModifyConfigFilesResponse, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeAllConfigFileTemplatesResponse, DescribeConfigFileReleaseVersionsRequest, DescribeCloudNativeAPIGatewaySecretKeyListResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteGovernanceAliasesResponse, DeleteAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, CreateGovernanceInstancesResponse, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCNGWServicesWithRoutesResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, CreateGovernanceLaneGroupsResponse, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayPortsResponse, DeleteGovernanceNamespacesRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, CreateCloudNativeAPIGatewayRouteResponse, DeleteConfigFilesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, ModifyGovernanceNamespacesRequest, ModifyGovernanceAliasResponse, DeleteGovernanceInstancesByHostRequest, DescribeCloudNativeAPIGatewayIPRestrictionResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceNamespacesResponse, DeleteCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, DeleteAutoScalerResourceStrategyResponse, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, DeleteGovernanceAliasesRequest, DescribeCloudNativeAPIGatewayConsumerListResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionRequest, DescribeWafDomainsRequest, ModifyUpstreamNodeStatusResponse, OpenWafProtectionResponse, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeCloudNativeAPIGatewayRequest, DeleteConfigFileGroupRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, DescribeNacosServerInterfacesRequest, ModifyCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayCORSResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeSREInstancesRequest, DescribeCloudNativeAPIGatewayInfoByIpRequest, DescribeZookeeperReplicasResponse, ModifyConfigFileGroupRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, DescribeConfigFileReleaseHistoriesRequest, ModifyCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, ModifyNativeGatewayServerGroupResponse, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, DescribeNativeGatewayServiceSourcesResponse, CreateCloudNativeAPIGatewayServiceResponse, ModifyGovernanceLaneGroupsResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, CreateOrModifyCloudNativeAPIGatewayCORSResponse, DescribeConfigFileGroupsRequest, CreateGovernanceNamespacesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteCloudNativeAPIGatewayIPRestrictionRequest, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, DescribeGovernanceAliasesRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeInstanceTagInfosRequest, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, DescribeNativeGatewayServiceSourcesRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, CreateConfigFileGroupRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, CreateOrModifyCloudNativeAPIGatewayIPRestrictionResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, DescribeConfigFileRequest, ModifyCloudNativeAPIGatewayConsumerRequest, DeleteNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayConsumerGroupListRequest, RollbackConfigFileReleasesResponse, DescribeNacosReplicasResponse, DescribeGovernanceInstancesResponse, ModifyGovernanceNamespacesResponse, CreateConfigFileResponse, DescribeCloudNativeAPIGatewaysRequest, DescribeCloudNativeAPIGatewaySecretKeyListRequest, DeleteCloudNativeAPIGatewayServiceRequest, DescribePublicNetworkResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DescribeInstanceTagInfosResponse, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CloseWafProtectionResponse, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, UpdateCloudNativeAPIGatewaySpecRequest, DeleteEngineRequest, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DescribeZookeeperServerInterfacesResponse, AddCloudNativeAPIGatewayConsumerInGroupRequest, DescribeConfigFileReleaseVersionsResponse, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, CreateGovernanceServicesResponse, RestartSREInstanceRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, DeleteNativeGatewayServiceSourceRequest, DescribeCloudNativeAPIGatewayServicesLightResponse, RestartSREInstanceResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, DeleteGovernanceLaneGroupsRequest, DeleteGovernanceServicesRequest, ModifyGovernanceServicesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, ModifyNativeGatewayServiceSourceResponse, DescribeGovernanceServiceContractsResponse, UpdateUpstreamHealthCheckConfigResponse, DescribeCloudNativeAPIGatewayConsumerRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateEngineRequest, DescribeGovernanceLaneGroupsRequest, CreateAutoScalerResourceStrategyResponse, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, CreateCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayPortsRequest, DescribeGovernanceServicesRequest, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, DescribeConfigFileReleaseResponse, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeAllConfigFileTemplatesRequest } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|