tencentcloud-sdk-nodejs-tsf 4.1.124 → 4.1.135

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-tsf",
3
- "version": "4.1.124",
3
+ "version": "4.1.135",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9951,6 +9951,21 @@ export interface ExclusiveInstance {
9951
9951
  * 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9952
9952
  */
9953
9953
  InstanceNamespaceId?: string;
9954
+ /**
9955
+ * 部署组Id
9956
+ 注意:此字段可能返回 null,表示取不到有效值。
9957
+ */
9958
+ GroupId?: string;
9959
+ /**
9960
+ * 创建时间
9961
+ 注意:此字段可能返回 null,表示取不到有效值。
9962
+ */
9963
+ CreateTime?: number;
9964
+ /**
9965
+ * 更新时间
9966
+ 注意:此字段可能返回 null,表示取不到有效值。
9967
+ */
9968
+ UpdateTime?: number;
9954
9969
  }
9955
9970
  /**
9956
9971
  * DeleteApplication请求参数结构体
@@ -12493,6 +12508,10 @@ export interface DescribeStatisticsRequest {
12493
12508
  可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk。
12494
12509
  */
12495
12510
  ConfigCenterInstanceId?: string;
12511
+ /**
12512
+ * 服务过滤
12513
+ */
12514
+ ServiceFilter?: string;
12496
12515
  }
12497
12516
  /**
12498
12517
  * DescribeConfig请求参数结构体
@@ -14361,6 +14380,10 @@ export interface DeployContainerApplicationRequest {
14361
14380
  * 滚动更新分区序号
14362
14381
  */
14363
14382
  Partition?: number;
14383
+ /**
14384
+ * 是否是增量部署,增量部署只运行增量覆盖一级参数,不支持对一级参数中的子参数进行增量更新,例如更新VolumeMountInfoList时必须传入VolumeMountInfoList更新后的全量参数
14385
+ */
14386
+ IncrementalDeployment?: boolean;
14364
14387
  }
14365
14388
  /**
14366
14389
  * 用于请求参数中的条件过滤字段
@@ -14622,6 +14645,10 @@ export interface DescribeSimpleGroupsRequest {
14622
14645
  * 部署组类型,精确过滤字段,M:service mesh, P:原生应用, G:网关应用
14623
14646
  */
14624
14647
  AppMicroServiceType?: string;
14648
+ /**
14649
+ * 按照【部署组名称】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
14650
+ */
14651
+ GroupName?: string;
14625
14652
  }
14626
14653
  /**
14627
14654
  * DescribeConfigReleases返回参数结构体