tencentcloud-sdk-nodejs-tcr 4.1.224 → 4.1.243

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-tcr",
3
- "version": "4.1.224",
3
+ "version": "4.1.243",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -640,20 +640,21 @@ export interface ValidateNamespaceExistPersonalRequest {
640
640
  */
641
641
  export interface ModifyInstanceRequest {
642
642
  /**
643
- * 实例ID
643
+ * <p>实例ID</p>
644
644
  */
645
645
  RegistryId: string;
646
646
  /**
647
- * 实例的规格,
648
- 基础版:basic
649
- 标准版:standard
650
- 高级版:premium
647
+ * <p>实例的规格,<br>基础版:basic<br>标准版:standard<br>高级版:premium</p>
651
648
  */
652
649
  RegistryType?: string;
653
650
  /**
654
- * 实例删除保护,false为关闭
651
+ * <p>实例删除保护,false为关闭</p>
655
652
  */
656
653
  DeletionProtection?: boolean;
654
+ /**
655
+ * <p>实例是否开启多版本控制,false为关闭</p>
656
+ */
657
+ EnableCosVersioning?: boolean;
657
658
  }
658
659
  /**
659
660
  * RenewInstance返回参数结构体