tencentcloud-sdk-nodejs-tcb 4.1.309 → 4.1.310

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-tcb",
3
- "version": "4.1.309",
3
+ "version": "4.1.310",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -7053,7 +7053,7 @@ export interface ModifyEnvRequest {
7053
7053
  */
7054
7054
  EnvId: string;
7055
7055
  /**
7056
- * <p>环境备注名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符</p>
7056
+ * <p>环境备注名</p><p>入参限制:最大长度为32</p>
7057
7057
  */
7058
7058
  Alias?: string;
7059
7059
  /**