tencentcloud-sdk-nodejs 4.1.161 → 4.1.162

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.
Files changed (30) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/dlc/v20210125/dlc_client.js +3 -0
  3. package/es/services/lke/v20231130/lke_client.js +3 -0
  4. package/package.json +1 -1
  5. package/tencentcloud/common/sdk_version.d.ts +1 -1
  6. package/tencentcloud/common/sdk_version.js +1 -1
  7. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +46 -62
  8. package/tencentcloud/services/cloudmate/v20251030/cloudmate_models.d.ts +1 -1
  9. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  10. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  11. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +30 -0
  12. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +190 -0
  13. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -0
  14. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +17 -23
  15. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -13
  16. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
  17. package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
  18. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +86 -44
  19. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -0
  20. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  21. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +2 -2
  22. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +47 -5
  23. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  24. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  25. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +258 -34
  26. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -1
  27. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -6
  28. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +18 -1
  29. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -2
  30. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -1
@@ -3285,12 +3285,18 @@ export interface AigcUsageDataItem {
3285
3285
  <li>Hailuo2.3fast_1080P</li>
3286
3286
  <li>Jimeng4.0</li>
3287
3287
  <li>Jimeng3.0pro</li>
3288
- <li>Vidu2.0_720P</li>
3289
- <li>Vidu2.0_1080P</li>
3288
+ <li>ViduQ2_720P</li>
3289
+ <li>ViduQ2_1080P</li>
3290
3290
  <li>ViduQ2pro_720P</li>
3291
3291
  <li>ViduQ2pro_1080P</li>
3292
3292
  <li>ViduQ2turbo_720P</li>
3293
3293
  <li>ViduQ2turbo_1080P</li>
3294
+ <li>ViduQ2_720P_OffPeak</li>
3295
+ <li>ViduQ2_1080P_OffPeak</li>
3296
+ <li>ViduQ2turbo_720P_OffPeak</li>
3297
+ <li>ViduQ2turbo_1080P_OffPeak</li>
3298
+ <li>ViduQ2pro_720P_OffPeak</li>
3299
+ <li>ViduQ2pro_1080P_OffPeak</li>
3294
3300
  <li>Hunyuan1.5_720P</li>
3295
3301
  <li>Hunyuan1.5_1080P</li>
3296
3302
  <li>Hunyuan3.0_1K</li>
@@ -7567,7 +7567,11 @@ export interface VpnGatewayRouteModify {
7567
7567
  /**
7568
7568
  * VPN网关状态, ENABLE 启用, DISABLE禁用。
7569
7569
  */
7570
- Status: string;
7570
+ Status?: string;
7571
+ /**
7572
+ * VPN路由备注
7573
+ */
7574
+ Description?: string;
7571
7575
  }
7572
7576
  /**
7573
7577
  * DisableSnapshotPolicies请求参数结构体
@@ -14616,6 +14620,10 @@ export interface VpnGatewayRoute {
14616
14620
  * 更新时间。
14617
14621
  */
14618
14622
  UpdateTime?: string;
14623
+ /**
14624
+ * 路由备注
14625
+ */
14626
+ Description?: string;
14619
14627
  }
14620
14628
  /**
14621
14629
  * EnableVpcEndPointConnect请求参数结构体