tencentcloud-sdk-nodejs-tsf 4.1.101 → 4.1.102
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
|
@@ -13815,8 +13815,7 @@ export interface ConfigRelease {
|
|
|
13815
13815
|
*/
|
|
13816
13816
|
export interface DeleteContainerGroupRequest {
|
|
13817
13817
|
/**
|
|
13818
|
-
* 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
|
13819
|
-
进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
13818
|
+
* 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
13820
13819
|
*/
|
|
13821
13820
|
GroupId: string;
|
|
13822
13821
|
}
|