tencentcloud-sdk-nodejs 4.1.292 → 4.1.293

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.
@@ -1 +1 @@
1
- export const sdkVersion = "4.1.292";
1
+ export const sdkVersion = "4.1.293";
@@ -3,6 +3,9 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("mna.tencentcloudapi.com", "2021-01-19", clientConfig);
5
5
  }
6
+ async UpdateL3Cidr(req, cb) {
7
+ return this.request("UpdateL3Cidr", req, cb);
8
+ }
6
9
  async SetNotifyUrl(req, cb) {
7
10
  return this.request("SetNotifyUrl", req, cb);
8
11
  }
@@ -45,6 +48,9 @@ export class Client extends AbstractClient {
45
48
  async ModifyDeviceAccessRegions(req, cb) {
46
49
  return this.request("ModifyDeviceAccessRegions", req, cb);
47
50
  }
51
+ async ModifyDeviceAccessScope(req, cb) {
52
+ return this.request("ModifyDeviceAccessScope", req, cb);
53
+ }
48
54
  async ActivateHardware(req, cb) {
49
55
  return this.request("ActivateHardware", req, cb);
50
56
  }
@@ -72,20 +78,26 @@ export class Client extends AbstractClient {
72
78
  async AddApplication(req, cb) {
73
79
  return this.request("AddApplication", req, cb);
74
80
  }
81
+ async ReportOrder(req, cb) {
82
+ return this.request("ReportOrder", req, cb);
83
+ }
75
84
  async GetActiveDeviceCount(req, cb) {
76
85
  return this.request("GetActiveDeviceCount", req, cb);
77
86
  }
78
87
  async UpdateApplicationKey(req, cb) {
79
88
  return this.request("UpdateApplicationKey", req, cb);
80
89
  }
90
+ async GetFlowAlarmInfo(req, cb) {
91
+ return this.request("GetFlowAlarmInfo", req, cb);
92
+ }
81
93
  async DeleteDevice(req, cb) {
82
94
  return this.request("DeleteDevice", req, cb);
83
95
  }
84
96
  async UpdateDevice(req, cb) {
85
97
  return this.request("UpdateDevice", req, cb);
86
98
  }
87
- async OrderPerLicense(req, cb) {
88
- return this.request("OrderPerLicense", req, cb);
99
+ async GetFlowStatisticByName(req, cb) {
100
+ return this.request("GetFlowStatisticByName", req, cb);
89
101
  }
90
102
  async GetNetMonitor(req, cb) {
91
103
  return this.request("GetNetMonitor", req, cb);
@@ -96,11 +108,14 @@ export class Client extends AbstractClient {
96
108
  async GetGroupDetail(req, cb) {
97
109
  return this.request("GetGroupDetail", req, cb);
98
110
  }
99
- async UpdateL3Cidr(req, cb) {
100
- return this.request("UpdateL3Cidr", req, cb);
111
+ async GetL3ConnList(req, cb) {
112
+ return this.request("GetL3ConnList", req, cb);
101
113
  }
102
- async GetFlowStatisticByName(req, cb) {
103
- return this.request("GetFlowStatisticByName", req, cb);
114
+ async UpdateCustomerGatewayCluster(req, cb) {
115
+ return this.request("UpdateCustomerGatewayCluster", req, cb);
116
+ }
117
+ async DescribeAccessPointList(req, cb) {
118
+ return this.request("DescribeAccessPointList", req, cb);
104
119
  }
105
120
  async GetVendorHardware(req, cb) {
106
121
  return this.request("GetVendorHardware", req, cb);
@@ -108,8 +123,8 @@ export class Client extends AbstractClient {
108
123
  async GetNetMonitorByName(req, cb) {
109
124
  return this.request("GetNetMonitorByName", req, cb);
110
125
  }
111
- async AddL3Conn(req, cb) {
112
- return this.request("AddL3Conn", req, cb);
126
+ async DeleteCustomerGatewayCluster(req, cb) {
127
+ return this.request("DeleteCustomerGatewayCluster", req, cb);
113
128
  }
114
129
  async GetStatisticDataByName(req, cb) {
115
130
  return this.request("GetStatisticDataByName", req, cb);
@@ -117,11 +132,11 @@ export class Client extends AbstractClient {
117
132
  async CreateEncryptedKey(req, cb) {
118
133
  return this.request("CreateEncryptedKey", req, cb);
119
134
  }
120
- async GetFlowAlarmInfo(req, cb) {
121
- return this.request("GetFlowAlarmInfo", req, cb);
135
+ async AddGateway(req, cb) {
136
+ return this.request("AddGateway", req, cb);
122
137
  }
123
- async ReportOrder(req, cb) {
124
- return this.request("ReportOrder", req, cb);
138
+ async OrderPerLicense(req, cb) {
139
+ return this.request("OrderPerLicense", req, cb);
125
140
  }
126
141
  async GroupDeleteDevice(req, cb) {
127
142
  return this.request("GroupDeleteDevice", req, cb);
@@ -141,6 +156,12 @@ export class Client extends AbstractClient {
141
156
  async UpdateL3Switch(req, cb) {
142
157
  return this.request("UpdateL3Switch", req, cb);
143
158
  }
159
+ async AddL3Conn(req, cb) {
160
+ return this.request("AddL3Conn", req, cb);
161
+ }
162
+ async GetCustomerGatewayClusterList(req, cb) {
163
+ return this.request("GetCustomerGatewayClusterList", req, cb);
164
+ }
144
165
  async AddDevice(req, cb) {
145
166
  return this.request("AddDevice", req, cb);
146
167
  }
@@ -159,11 +180,14 @@ export class Client extends AbstractClient {
159
180
  async UpdateGroup(req, cb) {
160
181
  return this.request("UpdateGroup", req, cb);
161
182
  }
183
+ async DeleteGateway(req, cb) {
184
+ return this.request("DeleteGateway", req, cb);
185
+ }
162
186
  async AddGroup(req, cb) {
163
187
  return this.request("AddGroup", req, cb);
164
188
  }
165
- async GetL3ConnList(req, cb) {
166
- return this.request("GetL3ConnList", req, cb);
189
+ async AddCustomerGatewayCluster(req, cb) {
190
+ return this.request("AddCustomerGatewayCluster", req, cb);
167
191
  }
168
192
  async UpdateL3Conn(req, cb) {
169
193
  return this.request("UpdateL3Conn", req, cb);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.292",
3
+ "version": "4.1.293",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.292";
1
+ export declare const sdkVersion = "4.1.293";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.292";
4
+ exports.sdkVersion = "4.1.293";
@@ -1217,6 +1217,14 @@ export interface ApmAppConfig {
1217
1217
  * <p>采样阈值,100等于关闭采样,0表示全采样</p>
1218
1218
  */
1219
1219
  HeadSamplerArg?: number;
1220
+ /**
1221
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
1222
+ */
1223
+ CrossAccountStatus?: number;
1224
+ /**
1225
+ * <p>跨账号关联ID</p>
1226
+ */
1227
+ CrossAccountPeerId?: string;
1220
1228
  }
1221
1229
  /**
1222
1230
  * CreateApmSampleConfig返回参数结构体
@@ -1755,6 +1763,14 @@ export interface ModifyApmInstanceRequest {
1755
1763
  * <p>是否禁用 AI 能力</p><p>单位:无</p>
1756
1764
  */
1757
1765
  DisableAiAbility?: number;
1766
+ /**
1767
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
1768
+ */
1769
+ CrossAccountStatus?: number;
1770
+ /**
1771
+ * <p>跨账号关联ID</p>
1772
+ */
1773
+ CrossAccountPeerId?: string;
1758
1774
  }
1759
1775
  /**
1760
1776
  * Span日志部分
@@ -2614,6 +2630,14 @@ export interface ApmInstanceDetail {
2614
2630
  * <p>是否禁用 AI 能力</p><p>单位:无</p>
2615
2631
  */
2616
2632
  DisableAiAbility?: number;
2633
+ /**
2634
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
2635
+ */
2636
+ CrossAccountStatus?: number;
2637
+ /**
2638
+ * <p>跨账号关联ID</p>
2639
+ */
2640
+ CrossAccountPeerId?: string;
2617
2641
  }
2618
2642
  /**
2619
2643
  * Span 对象
@@ -3482,17 +3506,25 @@ export interface ModifyApmApplicationConfigRequest {
3482
3506
  */
3483
3507
  UseDefaultFuseConfig?: boolean;
3484
3508
  /**
3485
- * <p>是否开启探针头采样</p>
3509
+ * <p>是否开启探针头采样</p><p>(受限)</p>
3486
3510
  */
3487
3511
  EnableHeadSampler?: boolean;
3488
3512
  /**
3489
- * <p>头采样类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 跟随parent</li></ul>
3513
+ * <p>头采样类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 跟随parent</li></ul><p>(受限)</p>
3490
3514
  */
3491
3515
  HeadSamplerType?: string;
3492
3516
  /**
3493
- * <p>采样率</p><p>取值范围:[0, 100]</p><p>默认值:100</p>
3517
+ * <p>采样率</p><p>取值范围:[0, 100]</p><p>默认值:100</p><p>(受限)</p>
3494
3518
  */
3495
3519
  HeadSamplerArg?: number;
3520
+ /**
3521
+ * <p>是否为跨账号</p><p>枚举值:</p><ul><li>0: 否</li><li>1: 是</li></ul>
3522
+ */
3523
+ CrossAccountStatus?: number;
3524
+ /**
3525
+ * <p>跨账号关联ID</p>
3526
+ */
3527
+ CrossAccountPeerId?: string;
3496
3528
  }
3497
3529
  /**
3498
3530
  * ModifyGeneralApmApplicationConfig返回参数结构体
@@ -1789,6 +1789,10 @@ export interface ModelRouterDetail {
1789
1789
  * <p>弹性公网IP的ID</p>
1790
1790
  */
1791
1791
  EipAddressId?: string;
1792
+ /**
1793
+ * <p>计费信息</p>
1794
+ */
1795
+ BillingConfig?: ModelRouterBillingConfigOutput;
1792
1796
  }
1793
1797
  /**
1794
1798
  * DescribeLoadBalancerListByCertId请求参数结构体
@@ -2685,6 +2689,10 @@ export interface RouterSettingWithFallBack {
2685
2689
  注意:此字段可能返回 null,表示取不到有效值。
2686
2690
  */
2687
2691
  RoutingStrategyArgs?: RoutingStrategyArgs;
2692
+ /**
2693
+ * <p>粘连配置参数</p>
2694
+ */
2695
+ StickyConfig?: StickyConfig;
2688
2696
  }
2689
2697
  /**
2690
2698
  * 跨域2.0云联网下子机和网卡信息
@@ -2936,6 +2944,15 @@ export interface ZoneResource {
2936
2944
  */
2937
2945
  Egress?: string;
2938
2946
  }
2947
+ /**
2948
+ * 粘连路由配置
2949
+ */
2950
+ export interface StickyConfig {
2951
+ /**
2952
+ * <p>是否开启粘连路由</p>
2953
+ */
2954
+ Enabled?: boolean;
2955
+ }
2939
2956
  /**
2940
2957
  * DescribeExclusiveClusters返回参数结构体
2941
2958
  */
@@ -5307,6 +5324,10 @@ export interface RouterSettingWithoutFallBack {
5307
5324
  * <p>CMR实例级别请求组内重试次数</p><p>取值范围:[0, 5]</p><p>默认值:2</p>
5308
5325
  */
5309
5326
  NumRetries?: number;
5327
+ /**
5328
+ * <p>粘连路由配置参数</p>
5329
+ */
5330
+ StickyConfig?: StickyConfig;
5310
5331
  }
5311
5332
  /**
5312
5333
  * 目标组实例
@@ -5540,12 +5561,17 @@ export interface ModelRouterSet {
5540
5561
  VpcId?: string;
5541
5562
  /**
5542
5563
  * <p>带宽</p><p>单位:Mbps</p>
5564
+ 注意:此字段可能返回 null,表示取不到有效值。
5543
5565
  */
5544
5566
  Bandwidth?: number;
5545
5567
  /**
5546
5568
  * <p>弹性公网IP的ID</p>
5547
5569
  */
5548
5570
  EipAddressId?: string;
5571
+ /**
5572
+ * <p>计费信息</p>
5573
+ */
5574
+ BillingConfig?: ModelRouterBillingConfigOutput;
5549
5575
  }
5550
5576
  /**
5551
5577
  * InquiryPriceRenewLoadBalancer返回参数结构体
@@ -7197,6 +7223,26 @@ export interface BatchRegisterTargetsRequest {
7197
7223
  */
7198
7224
  Targets: Array<BatchTarget>;
7199
7225
  }
7226
+ /**
7227
+ * 模型路由计费信息
7228
+ */
7229
+ export interface ModelRouterBillingConfigOutput {
7230
+ /**
7231
+ * <p>模型路由计费模式</p><p>枚举值:</p><ul><li>POSTPAID_BY_HOUR: 按量计费</li><li>RESOURCE_PACKAGE: 按资源包抵扣</li></ul>
7232
+ 注意:此字段可能返回 null,表示取不到有效值。
7233
+ */
7234
+ ChargeType?: string;
7235
+ /**
7236
+ * <p>实例规格</p><p>枚举值:</p><ul><li>t1.nano-01: 入门版</li><li>t1.nano-02: 轻量版</li><li>t1.nano-03: 轻量增强版</li><li>t1.micro-01: 微型版</li><li>t1.micro-02: 基础版</li><li>t1.small-01: 标准版</li><li>t1.small-02: 标准增强版</li><li>t1.medium-01: 进阶版</li><li>t1.medium-02: 进阶增强版</li><li>t1.large-01: 专业版</li><li>t1.large-02: 专业增强版</li><li>t1.xlarge-01: 旗舰版</li><li>t1.xlarge-02: 至尊版</li></ul>
7237
+ 注意:此字段可能返回 null,表示取不到有效值。
7238
+ */
7239
+ SlaType?: string;
7240
+ /**
7241
+ * <p>是否关联资源包抵扣</p><p>枚举值:</p><ul><li>true: 关联</li><li>false: 不关联</li></ul>
7242
+ 注意:此字段可能返回 null,表示取不到有效值。
7243
+ */
7244
+ AssociateResourcePackage?: boolean;
7245
+ }
7200
7246
  /**
7201
7247
  * DescribeResources请求参数结构体
7202
7248
  */
@@ -10191,7 +10237,7 @@ export interface CreateModelRouterRequest {
10191
10237
  */
10192
10238
  RateLimitConfig?: RateLimitConfigForModelRouter;
10193
10239
  /**
10194
- * <p>路由配置</p>
10240
+ * <p>路由配置</p><p>新创建实例时,默认会开启粘连路由</p>
10195
10241
  */
10196
10242
  RouterSetting?: RouterSettingWithoutFallBack;
10197
10243
  /**
@@ -10218,6 +10264,14 @@ export interface CreateModelRouterRequest {
10218
10264
  * <p>客户端Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符。</p>
10219
10265
  */
10220
10266
  ClientToken?: string;
10267
+ /**
10268
+ * <p>弹性公网IP的ID</p>
10269
+ */
10270
+ EipAddressId?: string;
10271
+ /**
10272
+ * <p>单位</p><p>取值范围:[1, 2048]</p><p>单位:Mbps</p>
10273
+ */
10274
+ Bandwidth?: number;
10221
10275
  }
10222
10276
  /**
10223
10277
  * DescribeClassicalLBListeners请求参数结构体
@@ -353,21 +353,15 @@ export interface NetInfo {
353
353
  */
354
354
  export interface CreateLogsetRequest {
355
355
  /**
356
- * 日志集名字。
357
-
358
- - 最大支持255个字符。不支持`|`字符。
356
+ * <p>日志集名字。</p><ul><li>最大支持255个字符。不支持<code>|</code>字符。</li></ul>
359
357
  */
360
358
  LogsetName: string;
361
359
  /**
362
- * 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
360
+ * <p>标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对</p>
363
361
  */
364
362
  Tags?: Array<Tag>;
365
363
  /**
366
- * 日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID
367
-
368
- - 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。
369
- - 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。
370
- - 如果指定该字段,需保证全地域唯一
364
+ * <p>日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。</p><ul><li>用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。</li><li>尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。</li><li>如果指定该字段,需保证全地域唯一</li></ul>
371
365
  */
372
366
  LogsetId?: string;
373
367
  }
@@ -8745,7 +8739,7 @@ export interface DescribeConsoleSharingListResponse {
8745
8739
  */
8746
8740
  export interface CreateLogsetResponse {
8747
8741
  /**
8748
- * 日志集ID
8742
+ * <p>日志集ID</p>
8749
8743
  */
8750
8744
  LogsetId?: string;
8751
8745
  /**
@@ -12014,7 +12008,7 @@ export interface DescribeShipperTasksRequest {
12014
12008
  */
12015
12009
  export interface ModifyLogRequest {
12016
12010
  /**
12017
- * <p>日志主题id</p>
12011
+ * <p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
12018
12012
  */
12019
12013
  TopicId: string;
12020
12014
  /**
@@ -12755,7 +12749,7 @@ export interface ViewSearchTopic {
12755
12749
  */
12756
12750
  export interface DeleteLogRequest {
12757
12751
  /**
12758
- * <p>日志主题id</p>
12752
+ * <p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
12759
12753
  */
12760
12754
  TopicId: string;
12761
12755
  /**
@@ -2422,6 +2422,10 @@ export interface DescribeDBDiagEventsRequest {
2422
2422
  * <p>风险等级列表,取值按影响程度从高至低分别为:1 - 致命、2 -严重、3 - 告警、4 - 提示、5 -健康。</p>
2423
2423
  */
2424
2424
  Severities?: Array<number | bigint>;
2425
+ /**
2426
+ * <p>诊断项列表,对于MySQL支持Connectivity,IUDSlow,SlowSql,SlowQueries,WaitRowLock,TrxNotCommit,DDLWaitMDL,IUDWaitMDL,QueryWaitMDL,DeadLock,ReadLock,SqlWaitMDL,FlushWaitLock,HighActiveSession,HighRequest,ManyPrepareStatement,SpaceUsage,MemoryUsage,CpuUsage,DbHealthCheck,LowTableOpenCacheHit,RiskAccount,BigTable,ReplIOError,ReplROResources,ReplSqlError,ReplDelayByDDL,ReplDelayByTrx,ReplDelayByRLock,AutoIncrement,AutoIncrementOverflowV2,BinlogDumpNonGtid,ReplDelay,Switch,BackendInstanceMigration,RoRemove,OutOfStorage,OutOfMemory,CpuUsagePeak,MemoryUsagePeak,SpaceUsagePeak,SqlJoinColumnTypeInconsistent,HighLatencyInTimeWindow</p>
2427
+ */
2428
+ DiagItems?: Array<string>;
2425
2429
  /**
2426
2430
  * <p>实例ID列表。可通过 <a href="https://cloud.tencent.com/document/api/1130/57798">DescribeDiagDBInstances</a> 接口获取。<br>查询TDSQL MySQL分布式实例:Instanceld:填写集群ID&amp;Shard实例ID,如:dcdbt-157xxxk&amp;shard-qxxxx</p>
2427
2431
  */
@@ -1328,6 +1328,22 @@ export interface CreateInferenceServiceRequest {
1328
1328
  * <p>ApiKeyIds</p>
1329
1329
  */
1330
1330
  ApiKeyIds?: Array<string>;
1331
+ /**
1332
+ * <p>AdvancedOptions 高级参数 JSON 字符串(可选),扁平 KV 结构,作用于 K8s RayService CR YAML 字段级</p>
1333
+ */
1334
+ AdvancedOptions?: string;
1335
+ /**
1336
+ * <p>系统标签列表(TagKey-TagValue)</p>
1337
+ */
1338
+ ResourceTags?: Array<Tag>;
1339
+ /**
1340
+ * <p>自定义RayServe提交</p>
1341
+ */
1342
+ IsCustom?: boolean;
1343
+ /**
1344
+ * <p>python runtime env</p>
1345
+ */
1346
+ RuntimeEnv?: string;
1331
1347
  }
1332
1348
  /**
1333
1349
  * 数据脱敏策略信息
@@ -1534,6 +1550,14 @@ export interface CreateModelVersionRequest {
1534
1550
  * <p>是否使用用户自带存储桶(默认 false 表示平台托管)</p>
1535
1551
  */
1536
1552
  UseCustomStorage?: boolean;
1553
+ /**
1554
+ * <p>创建模型时,模型从goosfe里面选取,则需要传递该参数</p>
1555
+ */
1556
+ GooseFSConfig?: GooseFSConfig;
1557
+ /**
1558
+ * <p>模型上传路径类型</p><p>枚举值:</p><ul><li>LOCAL: 本地上传</li><li>CFS: CFS上传</li><li>COS: COS上传</li><li>CFSTurbo: CFSTurbo上传</li><li>GooseFS: GooseFS上传</li></ul><p>选择cos、cfs、cfstrubo则必须要传storageuri,选择local时不能传递goosefsconfig</p>
1559
+ */
1560
+ StorageType?: string;
1537
1561
  }
1538
1562
  /**
1539
1563
  * SparkSQL批任务信息
@@ -3065,6 +3089,11 @@ export interface InferenceModelInfo {
3065
3089
  * <p>云账户的 Sub UIN</p>
3066
3090
  */
3067
3091
  SubAccountUin?: string;
3092
+ /**
3093
+ * <p>系统标签列表(TagKey-TagValue)</p>
3094
+ 注意:此字段可能返回 null,表示取不到有效值。
3095
+ */
3096
+ ResourceTags?: Array<Tag>;
3068
3097
  }
3069
3098
  /**
3070
3099
  * CreateRayCluster请求参数结构体
@@ -4651,6 +4680,18 @@ export interface CreateInferenceModelRequest {
4651
4680
  * <p>模型 UID(可选,前端预先生成的 UID,不传则后端自动生成)</p>
4652
4681
  */
4653
4682
  ModelUid?: string;
4683
+ /**
4684
+ * <p>系统标签列表(TagKey-TagValue)</p>
4685
+ */
4686
+ ResourceTags?: Array<Tag>;
4687
+ /**
4688
+ * <p>模型文件来源于goosefs</p>
4689
+ */
4690
+ GooseFSConfig?: GooseFSConfig;
4691
+ /**
4692
+ * <p>模型上传来源类型</p><p>枚举值:</p><ul><li>Local: 本地上传</li><li>COS: COS上传</li><li>CFS: CFS上传</li><li>CFSTurbo: CFSTurbo上传</li><li>GooseFS: GooseFS上传</li></ul>
4693
+ */
4694
+ StorageType?: string;
4654
4695
  }
4655
4696
  /**
4656
4697
  * DescribeEngineNetworks请求参数结构体
@@ -5189,6 +5230,10 @@ export interface UpdateInferenceModelRequest {
5189
5230
  * <p>模型标签列表(可选)</p>
5190
5231
  */
5191
5232
  Tags?: Array<string>;
5233
+ /**
5234
+ * <p>系统标签列表(TagKey-TagValue)</p>
5235
+ */
5236
+ ResourceTags?: Array<Tag>;
5192
5237
  }
5193
5238
  /**
5194
5239
  * GetRayJob请求参数结构体
@@ -8596,7 +8641,23 @@ export interface AlterDMSTableRequest {
8596
8641
  /**
8597
8642
  * 运行中部署的 GPU 资源汇总
8598
8643
  */
8599
- export type GpuSummaryItem = null;
8644
+ export interface GpuSummaryItem {
8645
+ /**
8646
+ * <p>GPU 型号</p>
8647
+ 注意:此字段可能返回 null,表示取不到有效值。
8648
+ */
8649
+ GpuType?: string;
8650
+ /**
8651
+ * <p>GPU 总数(gpuNum × replicas)</p>
8652
+ 注意:此字段可能返回 null,表示取不到有效值。
8653
+ */
8654
+ GpuCount?: number;
8655
+ /**
8656
+ * <p>运行中的副本数</p>
8657
+ 注意:此字段可能返回 null,表示取不到有效值。
8658
+ */
8659
+ Replicas?: number;
8660
+ }
8600
8661
  /**
8601
8662
  * worker组规格
8602
8663
  */
@@ -8977,6 +9038,23 @@ export interface CancelTaskResponse {
8977
9038
  */
8978
9039
  RequestId?: string;
8979
9040
  }
9041
+ /**
9042
+ * 推理模型接入goosefs参数
9043
+ */
9044
+ export interface GooseFSConfig {
9045
+ /**
9046
+ * <p>goosefs集群id</p>
9047
+ */
9048
+ ClusterId: string;
9049
+ /**
9050
+ * <p>goosefs命名空间名称</p>
9051
+ */
9052
+ GooseFSPath: string;
9053
+ /**
9054
+ * <p>主从节点信息</p>
9055
+ */
9056
+ MasterAddresses: Array<string>;
9057
+ }
8980
9058
  /**
8981
9059
  * 返回数据表的相关信息。
8982
9060
  */
@@ -9524,6 +9602,19 @@ export interface StopInferenceServiceResponse {
9524
9602
  * <p>资源配置(JSON 字符串,取自第一个部署)</p>
9525
9603
  */
9526
9604
  ResourceConfig?: string;
9605
+ /**
9606
+ * <p>系统标签列表(TagKey-TagValue)</p>
9607
+ 注意:此字段可能返回 null,表示取不到有效值。
9608
+ */
9609
+ ResourceTags?: Array<Tag>;
9610
+ /**
9611
+ * <p>部署模式</p>
9612
+ */
9613
+ DeploymentMode?: string;
9614
+ /**
9615
+ * <p>是否为自定义代码部署</p>
9616
+ */
9617
+ IsCustom?: boolean;
9527
9618
  /**
9528
9619
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9529
9620
  */
@@ -14249,6 +14340,11 @@ export interface RestartInferenceServiceResponse {
14249
14340
  * <p>资源配置(JSON 字符串,取自第一个部署)</p>
14250
14341
  */
14251
14342
  ResourceConfig?: string;
14343
+ /**
14344
+ * <p>系统标签列表(TagKey-TagValue)</p>
14345
+ 注意:此字段可能返回 null,表示取不到有效值。
14346
+ */
14347
+ ResourceTags?: Array<Tag>;
14252
14348
  /**
14253
14349
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14254
14350
  */
@@ -15806,7 +15902,7 @@ export interface ResourceSaleInfo {
15806
15902
  */
15807
15903
  MaxSpec?: number;
15808
15904
  /**
15809
- * <p>库存情况,对当前地域该计费项实时可新增数量的分级预估。取值复用 BcpConstants 库存状态常量:</p><ul><li>EnoughStock:余量充足(&gt;100)</li><li>NormalStock:余量正常(50~100)</li><li>UnderStock:余量紧张(1~49)</li><li>WithoutStock:无库存(0)</li></ul><p>该值为底层提供的预估值,不代表保证可发货量,仅用于展示库存概况。当请求 Region 与资源池地域不一致、cold-start 缓存未 ready、或该计费项在快照中缺失时返回 null。</p>
15905
+ * <p>库存情况,对当前地域该计费项实时可新增数量的分级预估。取值复用 BcpConstants 库存状态常量:</p><ul><li>EnoughStock:余量充足</li><li>NormalStock:余量正常</li><li>UnderStock:余量紧张</li><li>WithoutStock:无库存</li></ul><p>该值为底层提供的预估值,不代表保证可发货量,仅用于展示库存概况。当请求 Region 与资源池地域不一致、cold-start 缓存未 ready、或该计费项在快照中缺失时返回 null。</p>
15810
15906
  注意:此字段可能返回 null,表示取不到有效值。
15811
15907
  */
15812
15908
  StatusCategory?: string;
@@ -16156,6 +16252,11 @@ export interface GetInferenceModelResponse {
16156
16252
  * <p>Sub UIN</p>
16157
16253
  */
16158
16254
  SubAccountUin?: string;
16255
+ /**
16256
+ * <p>系统标签列表(TagKey-TagValue)</p>
16257
+ 注意:此字段可能返回 null,表示取不到有效值。
16258
+ */
16259
+ ResourceTags?: Array<Tag>;
16159
16260
  /**
16160
16261
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16161
16262
  */
@@ -17404,6 +17505,18 @@ export interface GetInferenceServiceResponse {
17404
17505
  * <p>资源配置(JSON 字符串,取自第一个部署)</p>
17405
17506
  */
17406
17507
  ResourceConfig?: string;
17508
+ /**
17509
+ * <p>部署模式</p>
17510
+ */
17511
+ DeploymentMode?: string;
17512
+ /**
17513
+ * <p>是否为自定义代码部署</p>
17514
+ */
17515
+ IsCustom?: boolean;
17516
+ /**
17517
+ * <p>系统标签列表(TagKey-TagValue)</p>
17518
+ */
17519
+ ResourceTags?: Array<Tag>;
17407
17520
  /**
17408
17521
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17409
17522
  */
@@ -18972,6 +19085,10 @@ export interface CreateInferenceModelResponse {
18972
19085
  * <p>Sub UIN</p>
18973
19086
  */
18974
19087
  SubAccountUin?: string;
19088
+ /**
19089
+ * <p>系统标签列表(TagKey-TagValue)</p>
19090
+ */
19091
+ ResourceTags?: Array<Tag>;
18975
19092
  /**
18976
19093
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18977
19094
  */
@@ -21165,6 +21282,22 @@ export interface CreateInferenceServiceResponse {
21165
21282
  * <p>资源配置(JSON 字符串,取自第一个部署)</p>
21166
21283
  */
21167
21284
  ResourceConfig?: string;
21285
+ /**
21286
+ * <p>AdvancedOptions 高级参数 JSON 字符串(扁平 KV 结构,取自第一个部署)</p>
21287
+ */
21288
+ AdvancedOptions?: string;
21289
+ /**
21290
+ * <p>系统标签列表(TagKey-TagValue)</p>
21291
+ */
21292
+ ResourceTags?: Array<Tag>;
21293
+ /**
21294
+ * <p>部署模式</p>
21295
+ */
21296
+ DeploymentMode?: string;
21297
+ /**
21298
+ * <p>是否是自定义 RayServe 创建</p>
21299
+ */
21300
+ IsCustom?: boolean;
21168
21301
  /**
21169
21302
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21170
21303
  */
@@ -21271,6 +21404,11 @@ export interface UpdateInferenceModelResponse {
21271
21404
  * <p>SUB UIN</p>
21272
21405
  */
21273
21406
  SubAccountUin?: string;
21407
+ /**
21408
+ * <p>系统标签列表(TagKey-TagValue)</p>
21409
+ 注意:此字段可能返回 null,表示取不到有效值。
21410
+ */
21411
+ ResourceTags?: Array<Tag>;
21274
21412
  /**
21275
21413
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21276
21414
  */
@@ -22657,6 +22795,10 @@ export interface DescribeMCPTaskResultRequest {
22657
22795
  * <p>任务ID</p>
22658
22796
  */
22659
22797
  TaskId: string;
22798
+ /**
22799
+ * <p>下一次请求数据</p>
22800
+ */
22801
+ NextToken?: string;
22660
22802
  }
22661
22803
  /**
22662
22804
  * CheckResourceName返回参数结构体