tencentcloud-sdk-nodejs-tsf 4.1.108 → 4.1.109

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.108",
3
+ "version": "4.1.109",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4893,7 +4893,7 @@ export interface DescribeContainerEventsRequest {
4893
4893
  */
4894
4894
  ResourceType: string;
4895
4895
  /**
4896
- * 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
4896
+ * 部署组ID,按照【部署组ID】进行过滤,可通过调用[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的项目。
4897
4897
  */
4898
4898
  ResourceId: string;
4899
4899
  /**
@@ -7910,11 +7910,11 @@ export interface DescribeInvocationMetricDataDimensionRequest {
7910
7910
  */
7911
7911
  EndTime: string;
7912
7912
  /**
7913
- * 开始index
7913
+ * 开始index,取值范围大于等于0,默认值为0
7914
7914
  */
7915
7915
  Offset: number;
7916
7916
  /**
7917
- * 分页大小
7917
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
7918
7918
  */
7919
7919
  Limit: number;
7920
7920
  /**
@@ -8757,7 +8757,7 @@ export interface ContainerEvent {
8757
8757
  */
8758
8758
  Type?: string;
8759
8759
  /**
8760
- * Kubernetes 资源类型,典型取值有 Deployment、Pod、Service 等
8760
+ * Kubernetes 资源类型,典型取值有 Deployment(部署资源)、Pod(容器组)、Service(服务资源)
8761
8761
  */
8762
8762
  Kind?: string;
8763
8763
  /**
@@ -10118,7 +10118,7 @@ export interface DescribeBusinessLogConfigsRequest {
10118
10118
  */
10119
10119
  Limit?: number;
10120
10120
  /**
10121
- * 模糊匹配关键词
10121
+ * 模糊匹配关键词,可搜索配置项ID或配置项名称
10122
10122
  */
10123
10123
  SearchWord?: string;
10124
10124
  /**
@@ -10507,7 +10507,12 @@ export interface UpdateGatewayApiRequest {
10507
10507
  */
10508
10508
  export interface DescribeInstancesRequest {
10509
10509
  /**
10510
- * 过滤条件,name表示过滤字段,value表示过滤字段值。
10510
+ * 过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。
10511
+ 参考:[{"Name":"ip","Values":["172.16.16.139"]}]
10512
+ filter name 取值范围:
10513
+ - `id`:实例ID
10514
+ - ` name `:实例名
10515
+ - ` ip `:内网IP(可填wan_ip或lan_ip)
10511
10516
  */
10512
10517
  Filters?: Array<Filter>;
10513
10518
  /**
@@ -11645,15 +11650,15 @@ export interface DescribeContainerGroupDeployInfoRequest {
11645
11650
  */
11646
11651
  export interface DescribeDeliveryConfigsRequest {
11647
11652
  /**
11648
- * 关键字
11653
+ * 搜索关键字,可搜索日志投递配置项ID或日志投递配置项名称
11649
11654
  */
11650
11655
  SearchWord?: string;
11651
11656
  /**
11652
- * 偏移
11657
+ * 偏移量,取值范围大于等于0,默认值为0
11653
11658
  */
11654
11659
  Offset?: number;
11655
11660
  /**
11656
- * 搜索条数
11661
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
11657
11662
  */
11658
11663
  Limit?: number;
11659
11664
  /**
@@ -15719,7 +15724,7 @@ export interface CreateContainGroupRequest {
15719
15724
  */
15720
15725
  GroupResourceType?: string;
15721
15726
  /**
15722
- * 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
15727
+ * 分组所属【子网ID】,可前往私有网络[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1&unVpcId=vpc-6bs8ytjd)进行获取
15723
15728
  */
15724
15729
  SubnetId?: string;
15725
15730
  /**