tencentcloud-sdk-nodejs-tse 4.1.204 → 4.1.229

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tse",
3
- "version": "4.1.204",
3
+ "version": "4.1.229",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2948,53 +2948,57 @@ export interface ListCloudNativeAPIGatewayStrategyResult {
2948
2948
  */
2949
2949
  export interface GovernanceServiceInput {
2950
2950
  /**
2951
- * 服务名。
2951
+ * <p>服务名。</p>
2952
2952
  */
2953
2953
  Name: string;
2954
2954
  /**
2955
- * 服务所属命名空间。
2955
+ * <p>服务所属命名空间。</p>
2956
2956
  */
2957
2957
  Namespace: string;
2958
2958
  /**
2959
- * 服务描述信息。
2959
+ * <p>服务描述信息。</p>
2960
2960
  */
2961
2961
  Comment?: string;
2962
2962
  /**
2963
- * 服务元数据。
2963
+ * <p>服务元数据。</p>
2964
2964
  */
2965
2965
  Metadatas?: Array<Metadata>;
2966
2966
  /**
2967
- * 服务所属部门。
2967
+ * <p>服务所属部门。</p>
2968
2968
  */
2969
2969
  Department?: string;
2970
2970
  /**
2971
- * 服务所属业务。
2971
+ * <p>服务所属业务。</p>
2972
2972
  */
2973
2973
  Business?: string;
2974
2974
  /**
2975
- * 被添加进来可以操作此命名空间的用户ID列表
2975
+ * <p>被添加进来可以操作此命名空间的用户ID列表</p>
2976
2976
  */
2977
2977
  UserIds?: Array<string>;
2978
2978
  /**
2979
- * 被添加进来可以操作此命名空间的用户组ID列表
2979
+ * <p>被添加进来可以操作此命名空间的用户组ID列表</p>
2980
2980
  */
2981
2981
  GroupIds?: Array<string>;
2982
2982
  /**
2983
- * 从操作此命名空间的用户组ID列表被移除的ID列表
2983
+ * <p>从操作此命名空间的用户组ID列表被移除的ID列表</p>
2984
2984
  */
2985
2985
  RemoveUserIds?: Array<string>;
2986
2986
  /**
2987
- * 从可以操作此命名空间的用户组ID列表中被移除的ID列表
2987
+ * <p>从可以操作此命名空间的用户组ID列表中被移除的ID列表</p>
2988
2988
  */
2989
2989
  RemoveGroupIds?: Array<string>;
2990
2990
  /**
2991
- * 该服务对哪些命名空间可见
2991
+ * <p>该服务对哪些命名空间可见</p>
2992
2992
  */
2993
2993
  ExportTo?: Array<string>;
2994
2994
  /**
2995
- * 是否开启同步到全局注册中心
2995
+ * <p>是否开启同步到全局注册中心</p>
2996
2996
  */
2997
2997
  SyncToGlobalRegistry?: boolean;
2998
+ /**
2999
+ * <p>服务类型</p><p>枚举值:</p><ul><li>0: 微服务(默认)</li><li>1: MCP Server</li><li>2: AI Agent</li></ul><p>默认值:0</p>
3000
+ */
3001
+ Type?: number;
2998
3002
  }
2999
3003
  /**
3000
3004
  * 私有网络信息
@@ -5320,89 +5324,93 @@ export interface DeleteGovernanceAliasesResponse {
5320
5324
  */
5321
5325
  export interface GovernanceService {
5322
5326
  /**
5323
- * 服务名称。
5327
+ * <p>服务名称。</p>
5324
5328
  */
5325
5329
  Name?: string;
5326
5330
  /**
5327
- * 命名空间名称。
5331
+ * <p>命名空间名称。</p>
5328
5332
  */
5329
5333
  Namespace?: string;
5330
5334
  /**
5331
- * 元数据信息数组。
5335
+ * <p>元数据信息数组。</p>
5332
5336
  */
5333
5337
  Metadatas?: Array<Metadata>;
5334
5338
  /**
5335
- * 描述信息。
5339
+ * <p>描述信息。</p>
5336
5340
  */
5337
5341
  Comment?: string;
5338
5342
  /**
5339
- * 创建时间。
5343
+ * <p>创建时间。</p>
5340
5344
  */
5341
5345
  CreateTime?: string;
5342
5346
  /**
5343
- * 修改时间。
5347
+ * <p>修改时间。</p>
5344
5348
  */
5345
5349
  ModifyTime?: string;
5346
5350
  /**
5347
- * 服务所属部门。
5351
+ * <p>服务所属部门。</p>
5348
5352
  */
5349
5353
  Department?: string;
5350
5354
  /**
5351
- * 服务所属业务。
5355
+ * <p>服务所属业务。</p>
5352
5356
  */
5353
5357
  Business?: string;
5354
5358
  /**
5355
- * 健康服务实例数
5359
+ * <p>健康服务实例数</p>
5356
5360
  */
5357
5361
  HealthyInstanceCount?: number;
5358
5362
  /**
5359
- * 服务实例总数
5363
+ * <p>服务实例总数</p>
5360
5364
  */
5361
5365
  TotalInstanceCount?: number;
5362
5366
  /**
5363
- * 服务ID
5367
+ * <p>服务ID</p>
5364
5368
  */
5365
5369
  Id?: string;
5366
5370
  /**
5367
- * 是否可以编辑
5371
+ * <p>是否可以编辑</p>
5368
5372
  */
5369
5373
  Editable?: boolean;
5370
5374
  /**
5371
- * 可以编辑该资源的用户ID
5375
+ * <p>可以编辑该资源的用户ID</p>
5372
5376
  */
5373
5377
  UserIds?: Array<string>;
5374
5378
  /**
5375
- * 可以编辑该资源的用户组ID
5379
+ * <p>可以编辑该资源的用户组ID</p>
5376
5380
  */
5377
5381
  GroupIds?: Array<string>;
5378
5382
  /**
5379
- * 移除可以编辑该资源的用户ID
5383
+ * <p>移除可以编辑该资源的用户ID</p>
5380
5384
  */
5381
5385
  RemoveUserIds?: Array<string>;
5382
5386
  /**
5383
- * 移除可以编辑该资源的用户组ID
5387
+ * <p>移除可以编辑该资源的用户组ID</p>
5384
5388
  */
5385
5389
  RemoveGroupIds?: Array<string>;
5386
5390
  /**
5387
- * 该服务对哪些命名空间可见
5391
+ * <p>该服务对哪些命名空间可见</p>
5388
5392
  */
5389
5393
  ExportTo?: Array<string>;
5390
5394
  /**
5391
- * 该服务信息摘要签名
5395
+ * <p>该服务信息摘要签名</p>
5392
5396
  */
5393
5397
  Revision?: string;
5394
5398
  /**
5395
- * 是否开启同步到全局注册中心
5399
+ * <p>是否开启同步到全局注册中心</p>
5396
5400
  */
5397
5401
  SyncToGlobalRegistry?: boolean;
5398
5402
  /**
5399
- * 隔离实例数
5403
+ * <p>隔离实例数</p>
5400
5404
  */
5401
5405
  IsolateInstanceCount?: number;
5402
5406
  /**
5403
- * 服务健康状态
5407
+ * <p>服务健康状态</p>
5404
5408
  */
5405
5409
  ServiceStatus?: number;
5410
+ /**
5411
+ * <p>服务类型</p><p>枚举值:</p><ul><li>0: 微服务(默认)</li><li>1: MCP Server</li><li>2: AI Agent</li></ul>
5412
+ */
5413
+ Type?: number;
5406
5414
  }
5407
5415
  /**
5408
5416
  * DeleteAutoScalerResourceStrategy请求参数结构体
@@ -8113,11 +8121,11 @@ export interface DeleteConfigFilesRequest {
8113
8121
  */
8114
8122
  export interface DescribeGovernanceServicesResponse {
8115
8123
  /**
8116
- * 服务数总量。
8124
+ * <p>服务数总量。</p>
8117
8125
  */
8118
8126
  TotalCount?: number;
8119
8127
  /**
8120
- * 服务信息详情。
8128
+ * <p>服务信息详情。</p>
8121
8129
  */
8122
8130
  Content?: Array<GovernanceService>;
8123
8131
  /**
@@ -9097,53 +9105,57 @@ export interface DescribeCloudNativeAPIGatewayPortsRequest {
9097
9105
  */
9098
9106
  export interface DescribeGovernanceServicesRequest {
9099
9107
  /**
9100
- * 按照服务名过滤,精确匹配。
9108
+ * <p>按照服务名过滤,精确匹配。</p>
9101
9109
  */
9102
9110
  Name?: string;
9103
9111
  /**
9104
- * 按照命名空间过滤,精确匹配。
9112
+ * <p>按照命名空间过滤,精确匹配。</p>
9105
9113
  */
9106
9114
  Namespace?: string;
9107
9115
  /**
9108
- * 使用元数据过滤,目前只支持一组元组数,若传了多条,只会使用第一条元数据过滤。
9116
+ * <p>使用元数据过滤,目前只支持一组元组数,若传了多条,只会使用第一条元数据过滤。</p>
9109
9117
  */
9110
9118
  Metadatas?: Array<Metadata>;
9111
9119
  /**
9112
- * 偏移量,默认为0
9120
+ * <p>偏移量,默认为0。</p>
9113
9121
  */
9114
9122
  Offset?: number;
9115
9123
  /**
9116
- * 返回数量,默认为20,最大值为100
9124
+ * <p>返回数量,默认为20,最大值为100。</p>
9117
9125
  */
9118
9126
  Limit?: number;
9119
9127
  /**
9120
- * tse 实例 id
9128
+ * <p>tse 实例 id。</p>
9121
9129
  */
9122
9130
  InstanceId?: string;
9123
9131
  /**
9124
- * 服务所属部门。
9132
+ * <p>服务所属部门。</p>
9125
9133
  */
9126
9134
  Department?: string;
9127
9135
  /**
9128
- * 服务所属业务。
9136
+ * <p>服务所属业务。</p>
9129
9137
  */
9130
9138
  Business?: string;
9131
9139
  /**
9132
- * 服务中实例的ip,用来过滤服务。
9140
+ * <p>服务中实例的ip,用来过滤服务。</p>
9133
9141
  */
9134
9142
  Host?: string;
9135
9143
  /**
9136
- * 是否只查询存在健康实例的服务
9144
+ * <p>是否只查询存在健康实例的服务</p>
9137
9145
  */
9138
9146
  OnlyExistHealthyInstance?: boolean;
9139
9147
  /**
9140
- * 是否开启同步到全局注册中心
9148
+ * <p>是否开启同步到全局注册中心</p>
9141
9149
  */
9142
9150
  SyncToGlobalRegistry?: string;
9143
9151
  /**
9144
- * 过滤筛选条件
9152
+ * <p>过滤筛选条件</p>
9145
9153
  */
9146
9154
  StatusFilter?: Array<Filter>;
9155
+ /**
9156
+ * <p>服务类型</p><p>枚举值:</p><ul><li>0: 微服务(默认)</li><li>1: MCP Server</li><li>2: AI Agent</li></ul>
9157
+ */
9158
+ Type?: number;
9147
9159
  }
9148
9160
  /**
9149
9161
  * DescribeConfigFileRelease返回参数结构体