tencentcloud-sdk-nodejs-tsf 4.1.94 → 4.1.96

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.94",
3
+ "version": "4.1.96",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3768,9 +3768,9 @@ export interface DescribeDeliveryConfigByGroupIdResponse {
3768
3768
  */
3769
3769
  export interface ModifyContainerGroupRequest {
3770
3770
  /**
3771
- * 部署组ID 必填项
3771
+ * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的项目。
3772
3772
  */
3773
- GroupId?: string;
3773
+ GroupId: string;
3774
3774
  /**
3775
3775
  * 0:公网 1:集群内访问 2:NodePort
3776
3776
  */
@@ -3788,7 +3788,7 @@ export interface ModifyContainerGroupRequest {
3788
3788
  */
3789
3789
  UpdateIvl?: number;
3790
3790
  /**
3791
- * 子网ID
3791
+ * 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的项目列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的项目。
3792
3792
  */
3793
3793
  SubnetId?: string;
3794
3794
  /**