tencentcloud-sdk-nodejs-tse 4.1.301 → 4.1.314

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.301",
3
+ "version": "4.1.314",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -738,165 +738,173 @@ export interface PublicAddressConfig {
738
738
  */
739
739
  export interface SREInstance {
740
740
  /**
741
- * 实例ID
741
+ * <p>实例ID</p>
742
742
  */
743
743
  InstanceId?: string;
744
744
  /**
745
- * 名称
745
+ * <p>名称</p>
746
746
  */
747
747
  Name?: string;
748
748
  /**
749
- * 版本号
749
+ * <p>版本号</p>
750
750
  */
751
751
  Edition?: string;
752
752
  /**
753
- * 状态, 枚举值:creating/create_fail/running/updating/update_fail/restarting/restart_fail/destroying/destroy_fail
753
+ * <p>状态, 枚举值:creating/create_fail/running/updating/update_fail/restarting/restart_fail/destroying/destroy_fail</p>
754
754
  */
755
755
  Status?: string;
756
756
  /**
757
- * 规格ID
757
+ * <p>规格ID</p>
758
758
  */
759
759
  SpecId?: string;
760
760
  /**
761
- * 副本数
761
+ * <p>副本数</p>
762
762
  */
763
763
  Replica?: number;
764
764
  /**
765
- * 类型
765
+ * <p>类型</p>
766
766
  */
767
767
  Type?: string;
768
768
  /**
769
- * Vpc iD
769
+ * <p>Vpc iD</p>
770
770
  */
771
771
  VpcId?: string;
772
772
  /**
773
- * 子网ID
773
+ * <p>子网ID</p>
774
774
  */
775
775
  SubnetIds?: Array<string>;
776
776
  /**
777
- * 是否开启持久化存储
777
+ * <p>是否开启持久化存储</p>
778
778
  */
779
779
  EnableStorage?: boolean;
780
780
  /**
781
- * 数据存储方式
781
+ * <p>数据存储方式</p>
782
782
  */
783
783
  StorageType?: string;
784
784
  /**
785
- * 云硬盘容量
785
+ * <p>云硬盘容量</p>
786
786
  */
787
787
  StorageCapacity?: number;
788
788
  /**
789
- * 计费方式
789
+ * <p>计费方式</p>
790
790
  */
791
791
  Paymode?: string;
792
792
  /**
793
- * EKS集群的ID
793
+ * <p>EKS集群的ID</p>
794
794
  */
795
795
  EKSClusterID?: string;
796
796
  /**
797
- * 集群创建时间
797
+ * <p>集群创建时间</p>
798
798
  */
799
799
  CreateTime?: string;
800
800
  /**
801
- * 环境配置信息列表
801
+ * <p>环境配置信息列表</p>
802
802
  */
803
803
  EnvInfos?: Array<EnvInfo>;
804
804
  /**
805
- * 引擎所在的区域
805
+ * <p>引擎所在的区域</p>
806
806
  */
807
807
  EngineRegion?: string;
808
808
  /**
809
- * 注册引擎是否开启公网
809
+ * <p>注册引擎是否开启公网</p>
810
810
  */
811
811
  EnableInternet?: boolean;
812
812
  /**
813
- * 私有网络列表信息
813
+ * <p>私有网络列表信息</p>
814
814
  */
815
815
  VpcInfos?: Array<VpcInfo>;
816
816
  /**
817
- * 服务治理相关信息列表
817
+ * <p>服务治理相关信息列表</p>
818
818
  */
819
819
  ServiceGovernanceInfos?: Array<ServiceGovernanceInfo>;
820
820
  /**
821
- * 实例的标签信息
821
+ * <p>实例的标签信息</p>
822
822
  */
823
823
  Tags?: Array<KVPair>;
824
824
  /**
825
- * 引擎实例是否开启控制台公网访问地址
825
+ * <p>引擎实例是否开启控制台公网访问地址</p>
826
826
  */
827
827
  EnableConsoleInternet?: boolean;
828
828
  /**
829
- * 引擎实例是否开启控制台内网访问地址
829
+ * <p>引擎实例是否开启控制台内网访问地址</p>
830
830
  */
831
831
  EnableConsoleIntranet?: boolean;
832
832
  /**
833
- * 引擎实例是否展示参数配置页面
833
+ * <p>引擎实例是否展示参数配置页面</p>
834
834
  */
835
835
  ConfigInfoVisible?: boolean;
836
836
  /**
837
- * 引擎实例控制台默认密码
837
+ * <p>引擎实例控制台默认密码</p>
838
838
  */
839
839
  ConsoleDefaultPwd?: string;
840
840
  /**
841
- * 交易付费类型,0后付费/1预付费
841
+ * <p>交易付费类型,0后付费/1预付费</p>
842
842
  */
843
843
  TradeType?: number;
844
844
  /**
845
- * 自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费
845
+ * <p>自动续费标记:0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费</p>
846
846
  */
847
847
  AutoRenewFlag?: number;
848
848
  /**
849
- * 预付费到期时间
849
+ * <p>预付费到期时间</p>
850
850
  */
851
851
  CurDeadline?: string;
852
852
  /**
853
- * 隔离开始时间
853
+ * <p>隔离开始时间</p>
854
854
  */
855
855
  IsolateTime?: string;
856
856
  /**
857
- * 实例地域相关的描述信息
857
+ * <p>实例地域相关的描述信息</p>
858
858
  */
859
859
  RegionInfos?: Array<DescribeInstanceRegionInfo>;
860
860
  /**
861
- * 所在EKS环境,分为common和yunti
861
+ * <p>所在EKS环境,分为common和yunti</p>
862
862
  */
863
863
  EKSType?: string;
864
864
  /**
865
- * 引擎的产品版本
865
+ * <p>引擎的产品版本</p>
866
866
  */
867
867
  FeatureVersion?: string;
868
868
  /**
869
- * 引擎实例是否开启客户端内网访问地址
869
+ * <p>引擎实例是否开启客户端内网访问地址</p>
870
870
  */
871
871
  EnableClientIntranet?: boolean;
872
872
  /**
873
- * 存储额外配置选项
873
+ * <p>存储额外配置选项</p>
874
874
  */
875
875
  StorageOption?: Array<StorageOption>;
876
876
  /**
877
- * Zookeeper的额外环境数据信息
877
+ * <p>Zookeeper的额外环境数据信息</p>
878
878
  */
879
879
  ZookeeperRegionInfo?: ZookeeperRegionInfo;
880
880
  /**
881
- * 部署架构
881
+ * <p>部署架构</p>
882
882
  */
883
883
  DeployMode?: string;
884
884
  /**
885
- * 全局属性
885
+ * <p>全局属性</p>
886
886
  */
887
887
  GlobalType?: string;
888
888
  /**
889
- * 所属组类型
889
+ * <p>所属组类型</p>
890
890
  */
891
891
  GroupType?: string;
892
892
  /**
893
- * id
893
+ * <p>组id</p>
894
894
  */
895
895
  GroupId?: Array<string>;
896
896
  /**
897
- * 是否为主地域
897
+ * <p>是否为主地域</p>
898
898
  */
899
899
  IsMainRegion?: boolean;
900
+ /**
901
+ * <p>是否禁止变更</p>
902
+ */
903
+ MutationEnabled?: boolean;
904
+ /**
905
+ * <p>禁止限流</p>
906
+ */
907
+ MaxCapacityLimitEnabled?: boolean;
900
908
  }
901
909
  /**
902
910
  * DescribeCloudNativeAPIGatewayServices请求参数结构体
@@ -3801,6 +3809,10 @@ export interface GovernanceServiceInput {
3801
3809
  * <p>服务类型</p><p>枚举值:</p><ul><li>0: 微服务(默认)</li><li>1: MCP Server</li><li>2: AI Agent</li></ul><p>默认值:0</p>
3802
3810
  */
3803
3811
  Type?: number;
3812
+ /**
3813
+ * <p>拓展服务元数据</p>
3814
+ */
3815
+ ExtendedMetadata?: Array<ExtendedMetadata>;
3804
3816
  }
3805
3817
  /**
3806
3818
  * LLM-模型参数检查信息
@@ -6989,6 +7001,10 @@ export interface GovernanceService {
6989
7001
  * <p>服务类型</p><p>枚举值:</p><ul><li>0: 微服务(默认)</li><li>1: MCP Server</li><li>2: AI Agent</li></ul>
6990
7002
  */
6991
7003
  Type?: number;
7004
+ /**
7005
+ * <p>服务元数据</p>
7006
+ */
7007
+ ExtendedMetadata?: Array<ExtendedMetadata>;
6992
7008
  }
6993
7009
  /**
6994
7010
  * DeleteAutoScalerResourceStrategy请求参数结构体
@@ -8315,6 +8331,43 @@ export interface DescribeNacosServerInterfacesRequest {
8315
8331
  */
8316
8332
  Offset?: number;
8317
8333
  }
8334
+ /**
8335
+ * AgentSkill AI Agent 技能定义
8336
+ */
8337
+ export interface AgentSkill {
8338
+ /**
8339
+ * <p>agentID</p>
8340
+ */
8341
+ Id?: string;
8342
+ /**
8343
+ * <p>skill名称</p>
8344
+ */
8345
+ Name?: string;
8346
+ /**
8347
+ * <p>描述</p>
8348
+ */
8349
+ Description?: string;
8350
+ /**
8351
+ * <p>标签</p>
8352
+ */
8353
+ Tags?: Array<string>;
8354
+ /**
8355
+ * <p>样例</p>
8356
+ */
8357
+ Examples?: Array<string>;
8358
+ /**
8359
+ * <p>输入模式</p>
8360
+ */
8361
+ InputModes?: Array<string>;
8362
+ /**
8363
+ * <p>输出模式</p>
8364
+ */
8365
+ OutputModes?: Array<string>;
8366
+ /**
8367
+ * <p>版本</p>
8368
+ */
8369
+ Version?: string;
8370
+ }
8318
8371
  /**
8319
8372
  * ModifyCloudNativeAPIGatewayConsumerGroup请求参数结构体
8320
8373
  */
@@ -9271,6 +9324,19 @@ export interface ModifyCloudNativeAPIGatewayServiceResponse {
9271
9324
  */
9272
9325
  RequestId?: string;
9273
9326
  }
9327
+ /**
9328
+ * 服务扩展元数据
9329
+ */
9330
+ export interface ExtendedMetadata {
9331
+ /**
9332
+ * <p>枚举类型</p>
9333
+ */
9334
+ Type?: string;
9335
+ /**
9336
+ * <p>agent参数</p>
9337
+ */
9338
+ AgentSkill?: AgentSkill;
9339
+ }
9274
9340
  /**
9275
9341
  * nacos服务端接口列表,用于云监控
9276
9342
  */
@@ -9956,45 +10022,53 @@ export interface DeleteNativeGatewayServerGroupResult {
9956
10022
  */
9957
10023
  export interface ServiceGovernanceInfo {
9958
10024
  /**
9959
- * 引擎所在的地域
10025
+ * <p>引擎所在的地域</p>
9960
10026
  */
9961
10027
  EngineRegion: string;
9962
10028
  /**
9963
- * 服务治理引擎绑定的kubernetes集群信息
10029
+ * <p>服务治理引擎绑定的kubernetes集群信息</p>
9964
10030
  */
9965
10031
  BoundK8SInfos?: Array<BoundK8SInfo>;
9966
10032
  /**
9967
- * 服务治理引擎绑定的网络信息
10033
+ * <p>服务治理引擎绑定的网络信息</p>
9968
10034
  */
9969
10035
  VpcInfos?: Array<VpcInfo>;
9970
10036
  /**
9971
- * 当前实例鉴权是否开启
10037
+ * <p>当前实例鉴权是否开启</p>
9972
10038
  */
9973
10039
  AuthOpen?: boolean;
9974
10040
  /**
9975
- * 该实例支持的功能,鉴权就是 Auth
10041
+ * <p>该实例支持的功能,鉴权就是 Auth</p>
9976
10042
  */
9977
10043
  Features?: Array<string>;
9978
10044
  /**
9979
- * 主账户名默认为 polaris,该值为主账户的默认密码
10045
+ * <p>主账户名默认为 polaris,该值为主账户的默认密码</p>
9980
10046
  */
9981
10047
  MainPassword?: string;
9982
10048
  /**
9983
- * 服务治理pushgateway引擎绑定的网络信息
10049
+ * <p>服务治理pushgateway引擎绑定的网络信息</p>
9984
10050
  */
9985
10051
  PgwVpcInfos?: Array<VpcInfo>;
9986
10052
  /**
9987
- * 服务治理限流server引擎绑定的网络信息
10053
+ * <p>服务治理限流server引擎绑定的网络信息</p>
9988
10054
  */
9989
10055
  LimiterVpcInfos?: Array<VpcInfo>;
9990
10056
  /**
9991
- * 引擎关联CLS日志主题信息
10057
+ * <p>引擎关联CLS日志主题信息</p>
9992
10058
  */
9993
10059
  CLSTopics?: Array<PolarisCLSTopicInfo>;
9994
10060
  /**
9995
- * 子用户密码
10061
+ * <p>子用户密码</p>
9996
10062
  */
9997
10063
  SubPassword?: string;
10064
+ /**
10065
+ * <p>是否允许变更</p>
10066
+ */
10067
+ DisableMutation?: boolean;
10068
+ /**
10069
+ * <p>是否开启限流</p>
10070
+ */
10071
+ MaxCapacityLimitEnabled?: boolean;
9998
10072
  }
9999
10073
  /**
10000
10074
  * DescribeNacosReplicas返回参数结构体