tencentcloud-sdk-nodejs-intl-en 3.0.1362 → 3.0.1364

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 (36) hide show
  1. package/package.json +1 -1
  2. package/tencentcloud/asr/v20190614/asr_client.js +8 -8
  3. package/tencentcloud/asr/v20190614/models.js +32 -35
  4. package/tencentcloud/batch/v20170312/batch_client.js +16 -1
  5. package/tencentcloud/batch/v20170312/models.js +439 -211
  6. package/tencentcloud/billing/v20180709/models.js +3 -3
  7. package/tencentcloud/cbs/v20170312/cbs_client.js +67 -49
  8. package/tencentcloud/cbs/v20170312/models.js +272 -14
  9. package/tencentcloud/common/sdk_version.js +1 -1
  10. package/tencentcloud/cvm/v20170312/cvm_client.js +11 -11
  11. package/tencentcloud/cvm/v20170312/models.js +26 -8
  12. package/tencentcloud/cynosdb/v20190107/cynosdb_client.js +223 -74
  13. package/tencentcloud/cynosdb/v20190107/models.js +1969 -367
  14. package/tencentcloud/dbbrain/v20210527/models.js +52 -38
  15. package/tencentcloud/eb/v20210416/eb_client.js +1 -1
  16. package/tencentcloud/eb/v20210416/models.js +71 -33
  17. package/tencentcloud/ecm/v20190719/models.js +6 -6
  18. package/tencentcloud/facefusion/v20220927/models.js +12 -24
  19. package/tencentcloud/faceid/v20180301/models.js +31 -47
  20. package/tencentcloud/hunyuan/v20230901/models.js +23 -0
  21. package/tencentcloud/mariadb/v20170312/models.js +13 -6
  22. package/tencentcloud/mna/v20210119/mna_client.js +27 -0
  23. package/tencentcloud/mna/v20210119/models.js +201 -24
  24. package/tencentcloud/mongodb/v20190725/models.js +1129 -230
  25. package/tencentcloud/mongodb/v20190725/mongodb_client.js +120 -10
  26. package/tencentcloud/postgres/v20170312/models.js +2154 -1789
  27. package/tencentcloud/postgres/v20170312/postgres_client.js +181 -153
  28. package/tencentcloud/scf/v20180416/models.js +246 -4
  29. package/tencentcloud/scf/v20180416/scf_client.js +4 -0
  30. package/tencentcloud/ssl/v20191205/models.js +1257 -432
  31. package/tencentcloud/ssl/v20191205/ssl_client.js +48 -11
  32. package/tencentcloud/trtc/v20190722/models.js +1115 -185
  33. package/tencentcloud/trtc/v20190722/trtc_client.js +66 -14
  34. package/tencentcloud/vod/v20180717/models.js +8903 -4324
  35. package/tencentcloud/vod/v20180717/vod_client.js +702 -295
  36. package/tencentcloud/vpc/v20170312/models.js +5 -5
@@ -127,7 +127,7 @@ class DeleteComputeEnvResponse extends AbstractModel {
127
127
  super();
128
128
 
129
129
  /**
130
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
130
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
131
131
  * @type {string || null}
132
132
  */
133
133
  this.RequestId = null;
@@ -225,7 +225,7 @@ class RetryJobsResponse extends AbstractModel {
225
225
  super();
226
226
 
227
227
  /**
228
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
228
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
229
229
  * @type {string || null}
230
230
  */
231
231
  this.RequestId = null;
@@ -675,30 +675,46 @@ class SystemDisk extends AbstractModel {
675
675
  super();
676
676
 
677
677
  /**
678
- * System disk type. For more information about the limits of system disk types, please see [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). Valid values:<br><li>LOCAL_BASIC: local disk<br><li>LOCAL_SSD: local SSD disk<br><li>CLOUD_BASIC: HDD cloud disk<br><li>CLOUD_SSD: SSD cloud disk<br><li>CLOUD_PREMIUM: Premium cloud storage<br><li>CLOUD_BSSD: Balanced SSD<br><br>The disk currently in stock will be used by default.
678
+ * Specifies the system disk type. for the restrictions on the system disk type, refer to [storage overview](https://www.tencentcloud.com/document/product/362/31636). value range:<br>
679
+ <li>LOCAL_BASIC: Local SATA disk</li>
680
+ <li>LOCAL_SSD: Local NVMe SSD</li>
681
+ <li>CLOUD_BASIC: Cloud SATA disk</li>
682
+ <li>CLOUD_SSD: Cloud SSD</li>
683
+ <li>CLOUD_PREMIUM: Premium SSD</li>
684
+ <li>CLOUD_BSSD: Balanced SSD</li>
685
+ <li>CLOUD_HSSD: Enhanced SSD</li>
686
+ <li>CLOUD_TSSD: Tremendous SSD</li>
687
+ Default value: Current disk types with inventory available.
679
688
  * @type {string || null}
680
689
  */
681
690
  this.DiskType = null;
682
691
 
683
692
  /**
684
- * System disk ID. System disks whose type is `LOCAL_BASIC` or `LOCAL_SSD` do not have an ID and do not support this parameter.
685
- It is only used as a response parameter for APIs such as `DescribeInstances`, and cannot be used as a request parameter for APIs such as `RunInstances`.
693
+ * System disk ID.
694
+ Currently, this parameter is only used for response parameters in query apis such as [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258) and is not applicable to request parameters in write apis such as [RunInstances](https://www.tencentcloud.com/document/api/213/33237).
686
695
  * @type {string || null}
687
696
  */
688
697
  this.DiskId = null;
689
698
 
690
699
  /**
691
- * System disk size; unit: GB; default value: 50 GB.
700
+ * System disk size; unit: GiB; default value: 50 GiB.
692
701
  * @type {number || null}
693
702
  */
694
703
  this.DiskSize = null;
695
704
 
696
705
  /**
697
- * ID of the dedicated cluster to which the instance belongs.
706
+ * Specifies the dedicated cluster ID belonging to.
707
+ Note: This field may return null, indicating that no valid value is found.
698
708
  * @type {string || null}
699
709
  */
700
710
  this.CdcId = null;
701
711
 
712
+ /**
713
+ * Disk name, which specifies a length not exceeding 128 characters.
714
+ * @type {string || null}
715
+ */
716
+ this.DiskName = null;
717
+
702
718
  }
703
719
 
704
720
  /**
@@ -712,6 +728,7 @@ It is only used as a response parameter for APIs such as `DescribeInstances`, an
712
728
  this.DiskId = 'DiskId' in params ? params.DiskId : null;
713
729
  this.DiskSize = 'DiskSize' in params ? params.DiskSize : null;
714
730
  this.CdcId = 'CdcId' in params ? params.CdcId : null;
731
+ this.DiskName = 'DiskName' in params ? params.DiskName : null;
715
732
 
716
733
  }
717
734
  }
@@ -979,6 +996,53 @@ class InstanceTypeConfig extends AbstractModel {
979
996
  }
980
997
  }
981
998
 
999
+ /**
1000
+ * DescribeJobMonitorData response structure.
1001
+ * @class
1002
+ */
1003
+ class DescribeJobMonitorDataResponse extends AbstractModel {
1004
+ constructor(){
1005
+ super();
1006
+
1007
+ /**
1008
+ * Monitoring data granularity, measurement unit: second. Time granularity changes with the query time range. The smaller the query time range, the smaller the time granularity.
1009
+ * @type {number || null}
1010
+ */
1011
+ this.Period = null;
1012
+
1013
+ /**
1014
+ * The collected data is monitored. Timestamps and corresponding values have a one-to-one relationship. If the querying task retries and the collection time period involves multiple instances, values during specific periods are null, indicating no instance existence at the corresponding time and no corresponding monitoring data. The maximum number of null values between adjacent monitoring time periods is 10.
1015
+ * @type {DataPointView || null}
1016
+ */
1017
+ this.DataPoints = null;
1018
+
1019
+ /**
1020
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1021
+ * @type {string || null}
1022
+ */
1023
+ this.RequestId = null;
1024
+
1025
+ }
1026
+
1027
+ /**
1028
+ * @private
1029
+ */
1030
+ deserialize(params) {
1031
+ if (!params) {
1032
+ return;
1033
+ }
1034
+ this.Period = 'Period' in params ? params.Period : null;
1035
+
1036
+ if (params.DataPoints) {
1037
+ let obj = new DataPointView();
1038
+ obj.deserialize(params.DataPoints)
1039
+ this.DataPoints = obj;
1040
+ }
1041
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1042
+
1043
+ }
1044
+ }
1045
+
982
1046
  /**
983
1047
  * Additional data
984
1048
  * @class
@@ -988,22 +1052,19 @@ class Externals extends AbstractModel {
988
1052
  super();
989
1053
 
990
1054
  /**
991
- * Release address
992
- Note: This field may return null, indicating that no valid value is found.
1055
+ * Release Address
993
1056
  * @type {boolean || null}
994
1057
  */
995
1058
  this.ReleaseAddress = null;
996
1059
 
997
1060
  /**
998
- * Not supported network. Value: <br><li>BASIC: classic network<br><li>VPC1.0: VPC1.0
999
- Note: This field may return null, indicating that no valid value was found.
1061
+ * Unsupported network type. valid values: <br><li>BASIC: BASIC network</li><li>VPC1.0: private network VPC1.0</li>.
1000
1062
  * @type {Array.<string> || null}
1001
1063
  */
1002
1064
  this.UnsupportNetworks = null;
1003
1065
 
1004
1066
  /**
1005
- * Attributes of local HDD storage
1006
- Note: This field may return null, indicating that no valid value is found.
1067
+ * Specifies the HDD local storage attributes.
1007
1068
  * @type {StorageBlock || null}
1008
1069
  */
1009
1070
  this.StorageBlockAttr = null;
@@ -1038,7 +1099,7 @@ class TerminateComputeNodesResponse extends AbstractModel {
1038
1099
  super();
1039
1100
 
1040
1101
  /**
1041
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1102
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1042
1103
  * @type {string || null}
1043
1104
  */
1044
1105
  this.RequestId = null;
@@ -1078,7 +1139,7 @@ class DescribeComputeEnvActivitiesResponse extends AbstractModel {
1078
1139
  this.TotalCount = null;
1079
1140
 
1080
1141
  /**
1081
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1142
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1082
1143
  * @type {string || null}
1083
1144
  */
1084
1145
  this.RequestId = null;
@@ -1382,6 +1443,63 @@ Note: This field may return `null`, indicating that no valid value was found.
1382
1443
  }
1383
1444
  }
1384
1445
 
1446
+ /**
1447
+ * Describes the configuration of enhanced services, such as Cloud Security and Cloud Monitor.
1448
+ * @class
1449
+ */
1450
+ class EnhancedService extends AbstractModel {
1451
+ constructor(){
1452
+ super();
1453
+
1454
+ /**
1455
+ * Enables cloud security service. If this parameter is not specified, the cloud security service will be enabled by default.
1456
+ * @type {RunSecurityServiceEnabled || null}
1457
+ */
1458
+ this.SecurityService = null;
1459
+
1460
+ /**
1461
+ * Enables cloud monitor service. If this parameter is not specified, the cloud monitor service will be enabled by default.
1462
+ * @type {RunMonitorServiceEnabled || null}
1463
+ */
1464
+ this.MonitorService = null;
1465
+
1466
+ /**
1467
+ * Whether to enable the TAT service. If this parameter is not specified, the TAT service is enabled for public images and disabled for other images by default.
1468
+ * @type {RunAutomationServiceEnabled || null}
1469
+ */
1470
+ this.AutomationService = null;
1471
+
1472
+ }
1473
+
1474
+ /**
1475
+ * @private
1476
+ */
1477
+ deserialize(params) {
1478
+ if (!params) {
1479
+ return;
1480
+ }
1481
+
1482
+ if (params.SecurityService) {
1483
+ let obj = new RunSecurityServiceEnabled();
1484
+ obj.deserialize(params.SecurityService)
1485
+ this.SecurityService = obj;
1486
+ }
1487
+
1488
+ if (params.MonitorService) {
1489
+ let obj = new RunMonitorServiceEnabled();
1490
+ obj.deserialize(params.MonitorService)
1491
+ this.MonitorService = obj;
1492
+ }
1493
+
1494
+ if (params.AutomationService) {
1495
+ let obj = new RunAutomationServiceEnabled();
1496
+ obj.deserialize(params.AutomationService)
1497
+ this.AutomationService = obj;
1498
+ }
1499
+
1500
+ }
1501
+ }
1502
+
1385
1503
  /**
1386
1504
  * DescribeComputeEnv response structure.
1387
1505
  * @class
@@ -1464,7 +1582,7 @@ Note: This field may return `null`, indicating that no valid value was found.
1464
1582
  this.Tags = null;
1465
1583
 
1466
1584
  /**
1467
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1585
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1468
1586
  * @type {string || null}
1469
1587
  */
1470
1588
  this.RequestId = null;
@@ -1558,7 +1676,7 @@ class DetachInstancesResponse extends AbstractModel {
1558
1676
  super();
1559
1677
 
1560
1678
  /**
1561
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1679
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1562
1680
  * @type {string || null}
1563
1681
  */
1564
1682
  this.RequestId = null;
@@ -1586,16 +1704,16 @@ class Application extends AbstractModel {
1586
1704
  super();
1587
1705
 
1588
1706
  /**
1589
- * Task execution command
1707
+ * Delivery form of the application. Values: `PACKAGE` (package stored in a remote location), `LOCAL` (local computer).
1590
1708
  * @type {string || null}
1591
1709
  */
1592
- this.Command = null;
1710
+ this.DeliveryForm = null;
1593
1711
 
1594
1712
  /**
1595
- * Delivery form of the application. Values: `PACKAGE` (package stored in a remote location), `LOCAL` (local computer).
1713
+ * Task execution command
1596
1714
  * @type {string || null}
1597
1715
  */
1598
- this.DeliveryForm = null;
1716
+ this.Command = null;
1599
1717
 
1600
1718
  /**
1601
1719
  * Remote storage path of the application package
@@ -1618,8 +1736,8 @@ class Application extends AbstractModel {
1618
1736
  if (!params) {
1619
1737
  return;
1620
1738
  }
1621
- this.Command = 'Command' in params ? params.Command : null;
1622
1739
  this.DeliveryForm = 'DeliveryForm' in params ? params.DeliveryForm : null;
1740
+ this.Command = 'Command' in params ? params.Command : null;
1623
1741
  this.PackagePath = 'PackagePath' in params ? params.PackagePath : null;
1624
1742
 
1625
1743
  if (params.Docker) {
@@ -1682,7 +1800,7 @@ class AttachInstancesResponse extends AbstractModel {
1682
1800
  super();
1683
1801
 
1684
1802
  /**
1685
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1803
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1686
1804
  * @type {string || null}
1687
1805
  */
1688
1806
  this.RequestId = null;
@@ -2213,7 +2331,7 @@ Note: This field may return `null`, indicating that no valid value was found.
2213
2331
  this.Tags = null;
2214
2332
 
2215
2333
  /**
2216
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2334
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2217
2335
  * @type {string || null}
2218
2336
  */
2219
2337
  this.RequestId = null;
@@ -2297,7 +2415,7 @@ class TerminateJobResponse extends AbstractModel {
2297
2415
  super();
2298
2416
 
2299
2417
  /**
2300
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2418
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2301
2419
  * @type {string || null}
2302
2420
  */
2303
2421
  this.RequestId = null;
@@ -2527,6 +2645,43 @@ It cannot be specified together with `EnvIds`.
2527
2645
  }
2528
2646
  }
2529
2647
 
2648
+ /**
2649
+ * Monitor the collected data.
2650
+ * @class
2651
+ */
2652
+ class DataPointView extends AbstractModel {
2653
+ constructor(){
2654
+ super();
2655
+
2656
+ /**
2657
+ * The time when monitoring data is collected
2658
+
2659
+ * @type {Array.<number> || null}
2660
+ */
2661
+ this.Timestamps = null;
2662
+
2663
+ /**
2664
+ * Monitoring metric data; if involved in the gap time of monitoring data of multiple instances, the value will be null
2665
+
2666
+ * @type {Array.<number> || null}
2667
+ */
2668
+ this.Values = null;
2669
+
2670
+ }
2671
+
2672
+ /**
2673
+ * @private
2674
+ */
2675
+ deserialize(params) {
2676
+ if (!params) {
2677
+ return;
2678
+ }
2679
+ this.Timestamps = 'Timestamps' in params ? params.Timestamps : null;
2680
+ this.Values = 'Values' in params ? params.Values : null;
2681
+
2682
+ }
2683
+ }
2684
+
2530
2685
  /**
2531
2686
  * DescribeComputeEnv request structure.
2532
2687
  * @class
@@ -2564,15 +2719,13 @@ class InstanceMarketOptionsRequest extends AbstractModel {
2564
2719
  super();
2565
2720
 
2566
2721
  /**
2567
- * Spot-related options
2568
- Note: This field may return `null`, indicating that no valid values can be obtained.
2722
+ * Relevant options for spot instances.
2569
2723
  * @type {SpotMarketOptions || null}
2570
2724
  */
2571
2725
  this.SpotOptions = null;
2572
2726
 
2573
2727
  /**
2574
- * Market type. Valid value: `spot`.
2575
- Note: This field may return `null`, indicating that no valid values can be obtained.
2728
+ * Market option type. The value can only be spot currently.
2576
2729
  * @type {string || null}
2577
2730
  */
2578
2731
  this.MarketType = null;
@@ -2618,7 +2771,7 @@ class DescribeTaskTemplatesResponse extends AbstractModel {
2618
2771
  this.TotalCount = null;
2619
2772
 
2620
2773
  /**
2621
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2774
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2622
2775
  * @type {string || null}
2623
2776
  */
2624
2777
  this.RequestId = null;
@@ -2696,7 +2849,7 @@ class DescribeTaskLogsResponse extends AbstractModel {
2696
2849
  this.TaskInstanceLogSet = null;
2697
2850
 
2698
2851
  /**
2699
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2852
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2700
2853
  * @type {string || null}
2701
2854
  */
2702
2855
  this.RequestId = null;
@@ -2848,7 +3001,7 @@ Note: This field may return `null`, indicating that no valid value was found.
2848
3001
  this.NextAction = null;
2849
3002
 
2850
3003
  /**
2851
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3004
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2852
3005
  * @type {string || null}
2853
3006
  */
2854
3007
  this.RequestId = null;
@@ -3006,119 +3159,80 @@ class DataDisk extends AbstractModel {
3006
3159
  super();
3007
3160
 
3008
3161
  /**
3009
- * Data disk size (in GB). The minimum adjustment increment is 10 GB. The value range varies by data disk type. For more information on limits, see [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). The default value is 0, indicating that no data disk is purchased. For more information, see the product documentation.
3162
+ * Data disk size, unit: GiB. the minimum adjustment step size is 10 GiB. the value ranges of different data disk types vary. for specific limitations, see the storage overview (https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). the default value is 0, which means no data disk purchase. for more restrictions, see the product document.
3010
3163
  * @type {number || null}
3011
3164
  */
3012
3165
  this.DiskSize = null;
3013
3166
 
3014
3167
  /**
3015
- * Data disk type. For restrictions on data disk types, refer to [Storage Overview](https://intl.cloud.tencent.com/document/product/213/4952?from_cn_redirect=1). Valid values:<br/>
3016
- <li>
3017
- LOCAL_BASIC: local disk.<br/>
3018
- <li>
3019
- LOCAL_SSD: local SSD.<br/>
3020
- <li>
3021
- LOCAL_NVME: local NVMe disk, which is closely related to InstanceType, and cannot be specified.<br/>
3022
- <li>
3023
- LOCAL_PRO: local HDD, which is closely related to InstanceType, and cannot be specified.<br/>
3024
- <li>
3025
- CLOUD_BASIC: basic cloud disk.<br/>
3026
- <li>
3027
- CLOUD_PREMIUM: premium cloud disk.<br/>
3028
- <li>
3029
- CLOUD_SSD: cloud SSD.<br />
3030
- <li>
3031
- CLOUD_HSSD: enhanced SSD.<br/>
3032
- <li>
3033
- CLOUD_TSSD: tremendous SSD.<br/>
3034
- <li>
3035
- CLOUD_BSSD: balanced SSD.<br/><br/>Default value: LOCAL_BASIC.<br/><br/>This parameter is invalid for the `ResizeInstanceDisk` API.
3036
- </li>
3037
- </li>
3038
- </li>
3039
- </li>
3040
- </li>
3041
- </li>
3042
- </li>
3043
- </li>
3044
- </li>
3045
- </li>
3168
+ * Specifies the data disk type. for restrictions on data disk types, refer to [storage overview](https://www.tencentcloud.com/document/product/213/4952?from_cn_redirect=1). valid values: <br /><li>LOCAL_BASIC: LOCAL disk</li> <li>LOCAL_SSD: LOCAL SSD</li><li>LOCAL_NVME: LOCAL NVME disk, which is closely related to InstanceType and cannot be specified</li><li>LOCAL_PRO: LOCAL HDD, which is closely related to InstanceType and cannot be specified</li><li>cloud_BASIC: BASIC cloud disk</li><li>cloud_PREMIUM: high-performance cloud block storage</li><li>cloud_SSD: SSD cloud disk</li><li>cloud_HSSD: enhanced SSD cloud disk</li> <li>cloud_TSSD: ultra-fast SSD cbs</li><li>cloud_BSSD: universal SSD cloud disk</li><br />default: LOCAL_BASIC.<br/><br />this parameter is invalid for the `ResizeInstanceDisk` api.
3046
3169
  * @type {string || null}
3047
3170
  */
3048
3171
  this.DiskType = null;
3049
3172
 
3050
3173
  /**
3051
- * Data disk ID. Note that it’s not available for `LOCAL_BASIC` and `LOCAL_SSD` disks.
3052
- It is only used as a response parameter for APIs such as `DescribeInstances`, and cannot be used as a request parameter for APIs such as `RunInstances`.
3174
+ * Specifies the data disk ID.
3175
+ This parameter currently only serves as a response parameter for query apis such as `DescribeInstances`, and cannot be used as an input parameter for write apis such as `RunInstances`.
3053
3176
  * @type {string || null}
3054
3177
  */
3055
3178
  this.DiskId = null;
3056
3179
 
3057
3180
  /**
3058
- * Whether a data disk is terminated when the associated CVM instance is terminated. Valid values:
3059
- <li>TRUE: The data disk is terminated when the associated CVM instance is terminated. This only supports pay-as-you-go cloud disks that are billed by hour.</li>
3060
- <li>
3061
- FALSE: The data disk is retained when the associated CVM instance is terminated.<br/>
3062
- Default value: TRUE.<br/>
3063
- This parameter is currently used only in the `RunInstances` API.
3064
- </li>
3065
- Note: This field may return null, indicating that no valid value is found.
3181
+ * Whether the data disk is terminated with the instance. value range: <li>true: when the instance is terminated, the data disk is also terminated. only hourly postpaid cloud disks are supported. <li>false: when the instance is terminated, the data disk is retained. <br>default value: true <br>currently, this parameter is only used for the API `RunInstances`.
3066
3182
  * @type {boolean || null}
3067
3183
  */
3068
3184
  this.DeleteWithInstance = null;
3069
3185
 
3070
3186
  /**
3071
- * Data disk snapshot ID. The size of the selected data disk snapshot must be smaller than that of the data disk.
3072
- Note: This field may return null, indicating that no valid value is found.
3187
+ * Data disk snapshot ID. the size of the selected data disk snapshot must be less than the data disk size.
3073
3188
  * @type {string || null}
3074
3189
  */
3075
3190
  this.SnapshotId = null;
3076
3191
 
3077
3192
  /**
3078
- * Whether a data disk is encrypted. Valid values:
3079
- <li>true: encrypted.</li>
3080
- <li>
3081
- false: not encrypted.<br/>
3082
- Default value: false.<br/>
3083
- This parameter is currently used only in the `RunInstances` API.
3084
- </li>
3085
- Note: This field may return null, indicating that no valid value is found.
3193
+ * Specifies whether the data disk is encrypted. value range: <li>true: encrypted</li> <li>false: unencrypted</li><br/> default value: false<br/> this parameter is currently only used for the `RunInstances` api.
3086
3194
  * @type {boolean || null}
3087
3195
  */
3088
3196
  this.Encrypt = null;
3089
3197
 
3090
3198
  /**
3091
- * ID of the custom CMK in the format of UUID or kms-abcd1234”. This parameter is used to encrypt cloud disks.
3199
+ * Custom CMK ID, value is UUID or similar to kms-abcd1234. used for encrypted cloud disk.
3092
3200
 
3093
- Currently, this parameter is only used in the `RunInstances` API.
3094
- Note: this field may return null, indicating that no valid values can be obtained.
3201
+ This parameter is currently only used for the `RunInstances` api.
3202
+ Note: This field may return null, indicating that no valid value is found.
3095
3203
  * @type {string || null}
3096
3204
  */
3097
3205
  this.KmsKeyId = null;
3098
3206
 
3099
3207
  /**
3100
- * Cloud disk performance, in MB/s
3101
- Note: this field may return `null`, indicating that no valid values can be obtained.
3208
+ * Cloud disk performance (unit: MiB/s). specifies additional performance for cloud disks.
3209
+ Currently only supports extreme cbs (CLOUD_TSSD) and enhanced SSD CLOUD disk (CLOUD_HSSD).
3210
+ Note: This field may return null, indicating that no valid value is found.
3102
3211
  * @type {number || null}
3103
3212
  */
3104
3213
  this.ThroughputPerformance = null;
3105
3214
 
3106
3215
  /**
3107
- * ID of the dedicated cluster to which the instance belongs.
3108
- Note: this field may return `null`, indicating that no valid values can be obtained.
3216
+ * Specifies the dedicated cluster ID belonging to.
3217
+ Note: This field may return null, indicating that no valid value is found.
3109
3218
  * @type {string || null}
3110
3219
  */
3111
3220
  this.CdcId = null;
3112
3221
 
3113
3222
  /**
3114
- * Burst performance.
3223
+ * Burstable performance.
3115
3224
 
3116
- <b>Note: This field is in beta test.</b>
3117
- Note: This field may return null, indicating that no valid value is found.
3225
+ <B>Note: this field is in beta test.</b>.
3118
3226
  * @type {boolean || null}
3119
3227
  */
3120
3228
  this.BurstPerformance = null;
3121
3229
 
3230
+ /**
3231
+ * Disk name, with a length not exceeding 128 characters.
3232
+ * @type {string || null}
3233
+ */
3234
+ this.DiskName = null;
3235
+
3122
3236
  }
3123
3237
 
3124
3238
  /**
@@ -3138,6 +3252,7 @@ Note: This field may return null, indicating that no valid value is found.
3138
3252
  this.ThroughputPerformance = 'ThroughputPerformance' in params ? params.ThroughputPerformance : null;
3139
3253
  this.CdcId = 'CdcId' in params ? params.CdcId : null;
3140
3254
  this.BurstPerformance = 'BurstPerformance' in params ? params.BurstPerformance : null;
3255
+ this.DiskName = 'DiskName' in params ? params.DiskName : null;
3141
3256
 
3142
3257
  }
3143
3258
  }
@@ -3230,9 +3345,8 @@ class NamedComputeEnv extends AbstractModel {
3230
3345
 
3231
3346
  /**
3232
3347
  * Target of the notification
3233
- Values: `CMQ`, `TDMQ_CMQ`
3234
- `CMQ`: Tencent Cloud CMQ (default)
3235
- `TDMQ_CMQ`: Tencent Cloud TDMQ_CMQ.<br/>Note: CMQ has been discontinued. Please use `TDMQ_CMQ`. See [CMQ Queue Migration to TDMQ for CMQ](https://intl.cloud.tencent.com/document/product/406/60860?from_cn_redirect=1)
3348
+ Values: `TDMQ_CMQ`
3349
+ `TDMQ_CMQ`: Tencent Cloud TDMQ_CMQ.
3236
3350
  * @type {string || null}
3237
3351
  */
3238
3352
  this.NotificationTarget = null;
@@ -3323,7 +3437,7 @@ class DeleteJobResponse extends AbstractModel {
3323
3437
  super();
3324
3438
 
3325
3439
  /**
3326
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3440
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3327
3441
  * @type {string || null}
3328
3442
  */
3329
3443
  this.RequestId = null;
@@ -3394,13 +3508,13 @@ class SpotMarketOptions extends AbstractModel {
3394
3508
  super();
3395
3509
 
3396
3510
  /**
3397
- * Bidding price
3511
+ * Bid price.
3398
3512
  * @type {string || null}
3399
3513
  */
3400
3514
  this.MaxPrice = null;
3401
3515
 
3402
3516
  /**
3403
- * Bidding request type. Currently only "one-time" is supported.
3517
+ * Bid request type. valid values: one-time. currently, only the one-time type is supported.
3404
3518
  * @type {string || null}
3405
3519
  */
3406
3520
  this.SpotInstanceType = null;
@@ -3593,30 +3707,65 @@ Note: This field may return `null`, indicating that no valid value was found.
3593
3707
  }
3594
3708
 
3595
3709
  /**
3596
- * Describes the configuration of enhanced services, such as Cloud Security and Cloud Monitor.
3710
+ * DescribeJobMonitorData request structure.
3597
3711
  * @class
3598
3712
  */
3599
- class EnhancedService extends AbstractModel {
3713
+ class DescribeJobMonitorDataRequest extends AbstractModel {
3600
3714
  constructor(){
3601
3715
  super();
3602
3716
 
3603
3717
  /**
3604
- * Enables cloud security service. If this parameter is not specified, the cloud security service will be enabled by default.
3605
- * @type {RunSecurityServiceEnabled || null}
3718
+ * Job ID; see JobId in the job list (https://www.tencentcloud.com/document/product/599/15909?from_cn_redirect=1).
3719
+ * @type {string || null}
3606
3720
  */
3607
- this.SecurityService = null;
3721
+ this.JobId = null;
3608
3722
 
3609
3723
  /**
3610
- * Enables cloud monitor service. If this parameter is not specified, the cloud monitor service will be enabled by default.
3611
- * @type {RunMonitorServiceEnabled || null}
3724
+ * Name of the job Task. See [job details](https://www.tencentcloud.com/document/product/599/15904?from_cn_redirect=1).
3725
+ * @type {string || null}
3612
3726
  */
3613
- this.MonitorService = null;
3727
+ this.TaskName = null;
3614
3728
 
3615
3729
  /**
3616
- * Whether to enable the TAT service. If this parameter is not specified, the TAT service is enabled for public images and disabled for other images by default.
3617
- * @type {RunAutomationServiceEnabled || null}
3730
+ * Serial number of the task instance. For details, see [Task Detail](https://www.tencentcloud.com/document/product/599/15905?from_cn_redirect=1).
3731
+ * @type {number || null}
3618
3732
  */
3619
- this.AutomationService = null;
3733
+ this.TaskInstanceIndex = null;
3734
+
3735
+ /**
3736
+ * Supported metrics; Metrics to be queried for the task currently supported.
3737
+
3738
+ -CpuUsage: cpu usage, unit: %
3739
+ -MemUsage: Memory usage, measurement unit: %
3740
+ -LanOuttraffic: Private network outbound bandwidth, measurement unit: Bytes/s
3741
+ -LanIntraffic: Private network inbound bandwidth, unit: Bytes/s
3742
+ -MaxDiskUsage: Highest disk utilization among all disks. Measurement unit: %
3743
+ -TargetDiskUsage: Specify disk utilization, unit: %; use in conjunction with the Dimensions parameter.
3744
+ * @type {string || null}
3745
+ */
3746
+ this.MetricName = null;
3747
+
3748
+ /**
3749
+ * Query start time of the task instance. If the query start time is not passed in or the incoming time is less than the instance creation time (see task detail (https://www.tencentcloud.com/document/product/599/15905?from_cn_redirect=1) for instance creation time), the query time will automatically be adjusted to the instance creation time. The passed-in time format supports only the zero time zone format.
3750
+ * @type {string || null}
3751
+ */
3752
+ this.StartTime = null;
3753
+
3754
+ /**
3755
+ * Query the termination time of the task instance. If the query end time is not passed in or the passed-in time is larger than the termination time of the task instance (see [task detail](https://www.tencentcloud.com/document/product/599/15905?from_cn_redirect=1) for the termination time of the task instance), and the task instance has already ended, the query end time will be automatically adjusted to the termination time of the task instance. If the task instance has not ended, the query end time will be automatically adjusted to the current time. The input time format supports only the zero time zone format.
3756
+ * @type {string || null}
3757
+ */
3758
+ this.EndTime = null;
3759
+
3760
+ /**
3761
+ * Query metrics extension parameter; currently only support TargetDiskUsage.
3762
+
3763
+ - TargetDiskUsage
3764
+ -Supported query dimensions include diskname. The dimension value is the disk mount name, such as vdb. If this parameter is not provided, the default query is disk utilization of vdb.
3765
+ Sample: [{"Name":"diskname", "Value":"vdb"}]
3766
+ * @type {Array.<Dimension> || null}
3767
+ */
3768
+ this.Dimensions = null;
3620
3769
 
3621
3770
  }
3622
3771
 
@@ -3627,23 +3776,20 @@ class EnhancedService extends AbstractModel {
3627
3776
  if (!params) {
3628
3777
  return;
3629
3778
  }
3779
+ this.JobId = 'JobId' in params ? params.JobId : null;
3780
+ this.TaskName = 'TaskName' in params ? params.TaskName : null;
3781
+ this.TaskInstanceIndex = 'TaskInstanceIndex' in params ? params.TaskInstanceIndex : null;
3782
+ this.MetricName = 'MetricName' in params ? params.MetricName : null;
3783
+ this.StartTime = 'StartTime' in params ? params.StartTime : null;
3784
+ this.EndTime = 'EndTime' in params ? params.EndTime : null;
3630
3785
 
3631
- if (params.SecurityService) {
3632
- let obj = new RunSecurityServiceEnabled();
3633
- obj.deserialize(params.SecurityService)
3634
- this.SecurityService = obj;
3635
- }
3636
-
3637
- if (params.MonitorService) {
3638
- let obj = new RunMonitorServiceEnabled();
3639
- obj.deserialize(params.MonitorService)
3640
- this.MonitorService = obj;
3641
- }
3642
-
3643
- if (params.AutomationService) {
3644
- let obj = new RunAutomationServiceEnabled();
3645
- obj.deserialize(params.AutomationService)
3646
- this.AutomationService = obj;
3786
+ if (params.Dimensions) {
3787
+ this.Dimensions = new Array();
3788
+ for (let z in params.Dimensions) {
3789
+ let obj = new Dimension();
3790
+ obj.deserialize(params.Dimensions[z]);
3791
+ this.Dimensions.push(obj);
3792
+ }
3647
3793
  }
3648
3794
 
3649
3795
  }
@@ -3729,7 +3875,7 @@ Note: This field may return `null`, indicating that no valid value was found.
3729
3875
  this.Tags = null;
3730
3876
 
3731
3877
  /**
3732
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3878
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3733
3879
  * @type {string || null}
3734
3880
  */
3735
3881
  this.RequestId = null;
@@ -3800,7 +3946,7 @@ class DescribeComputeEnvCreateInfosResponse extends AbstractModel {
3800
3946
  this.ComputeEnvCreateInfoSet = null;
3801
3947
 
3802
3948
  /**
3803
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3949
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3804
3950
  * @type {string || null}
3805
3951
  */
3806
3952
  this.RequestId = null;
@@ -3885,6 +4031,41 @@ class DescribeJobRequest extends AbstractModel {
3885
4031
  }
3886
4032
  }
3887
4033
 
4034
+ /**
4035
+ * Job resource monitoring query dimension
4036
+ * @class
4037
+ */
4038
+ class Dimension extends AbstractModel {
4039
+ constructor(){
4040
+ super();
4041
+
4042
+ /**
4043
+ * Query the dimension name of a metric
4044
+ * @type {string || null}
4045
+ */
4046
+ this.Name = null;
4047
+
4048
+ /**
4049
+ * Query the dimension value of a metric
4050
+ * @type {string || null}
4051
+ */
4052
+ this.Value = null;
4053
+
4054
+ }
4055
+
4056
+ /**
4057
+ * @private
4058
+ */
4059
+ deserialize(params) {
4060
+ if (!params) {
4061
+ return;
4062
+ }
4063
+ this.Name = 'Name' in params ? params.Name : null;
4064
+ this.Value = 'Value' in params ? params.Value : null;
4065
+
4066
+ }
4067
+ }
4068
+
3888
4069
  /**
3889
4070
  * Redirection information
3890
4071
 
@@ -3950,7 +4131,7 @@ class DescribeInstanceCategoriesResponse extends AbstractModel {
3950
4131
  this.InstanceCategorySet = null;
3951
4132
 
3952
4133
  /**
3953
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4134
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3954
4135
  * @type {string || null}
3955
4136
  */
3956
4137
  this.RequestId = null;
@@ -3987,7 +4168,7 @@ class ModifyTaskTemplateResponse extends AbstractModel {
3987
4168
  super();
3988
4169
 
3989
4170
  /**
3990
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4171
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3991
4172
  * @type {string || null}
3992
4173
  */
3993
4174
  this.RequestId = null;
@@ -4249,22 +4430,22 @@ class Docker extends AbstractModel {
4249
4430
  super();
4250
4431
 
4251
4432
  /**
4252
- * Docker Hub username or Tencent Registry username
4433
+ * For Docker Hub, enter "[user/repo]:[tag]"; for Tencent Registry, enter "ccr.ccs.tencentyun.com/[namespace/repo]:[tag]"
4253
4434
  * @type {string || null}
4254
4435
  */
4255
- this.User = null;
4436
+ this.Image = null;
4256
4437
 
4257
4438
  /**
4258
- * Docker Hub password or Tencent Registry password
4439
+ * Docker Hub username or Tencent Registry username
4259
4440
  * @type {string || null}
4260
4441
  */
4261
- this.Password = null;
4442
+ this.User = null;
4262
4443
 
4263
4444
  /**
4264
- * For Docker Hub, enter "[user/repo]:[tag]"; for Tencent Registry, enter "ccr.ccs.tencentyun.com/[namespace/repo]:[tag]"
4445
+ * Docker Hub password or Tencent Registry password
4265
4446
  * @type {string || null}
4266
4447
  */
4267
- this.Image = null;
4448
+ this.Password = null;
4268
4449
 
4269
4450
  /**
4270
4451
  * For Docker Hub, this can be left blank, but please ensure public network access is present. For Tencent Registry, the server address is "ccr.ccs.tencentyun.com"
@@ -4300,9 +4481,9 @@ Note: This field may return `null`, indicating that no valid value was found.
4300
4481
  if (!params) {
4301
4482
  return;
4302
4483
  }
4484
+ this.Image = 'Image' in params ? params.Image : null;
4303
4485
  this.User = 'User' in params ? params.User : null;
4304
4486
  this.Password = 'Password' in params ? params.Password : null;
4305
- this.Image = 'Image' in params ? params.Image : null;
4306
4487
  this.Server = 'Server' in params ? params.Server : null;
4307
4488
  this.MaxRetryCount = 'MaxRetryCount' in params ? params.MaxRetryCount : null;
4308
4489
  this.DelayOnRetry = 'DelayOnRetry' in params ? params.DelayOnRetry : null;
@@ -4320,7 +4501,7 @@ class ModifyComputeEnvResponse extends AbstractModel {
4320
4501
  super();
4321
4502
 
4322
4503
  /**
4323
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4504
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
4324
4505
  * @type {string || null}
4325
4506
  */
4326
4507
  this.RequestId = null;
@@ -4354,13 +4535,13 @@ class Placement extends AbstractModel {
4354
4535
  this.Zone = null;
4355
4536
 
4356
4537
  /**
4357
- * ID of the project to which the instance belongs. This parameter can be obtained from the `projectId` returned by [DescribeProject](https://intl.cloud.tencent.com/document/api/651/78725?from_cn_redirect=1). If this is left empty, the default project is used.
4538
+ * Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProjects](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.
4358
4539
  * @type {number || null}
4359
4540
  */
4360
4541
  this.ProjectId = null;
4361
4542
 
4362
4543
  /**
4363
- * ID list of CDHs from which the instance can be created. If you have purchased CDHs and specify this parameter, the instances you purchase will be randomly deployed on the CDHs.
4544
+ * Specifies the dedicated host ID list for instance ownership, only used for input parameters. if you purchase a dedicated host and specify this parameter, instances you purchase will be randomly deployed on these dedicated hosts. obtain this parameter by calling the `HostId` field in the return value of [DescribeHosts](https://www.tencentcloud.com/document/product/213/33279?lang=en).
4364
4545
  * @type {Array.<string> || null}
4365
4546
  */
4366
4547
  this.HostIds = null;
@@ -4503,143 +4684,124 @@ class ItemPrice extends AbstractModel {
4503
4684
  super();
4504
4685
 
4505
4686
  /**
4506
- * The original unit price for pay-as-you-go mode in USD. <br><li>When a billing tier is returned, it indicates the price fo the returned billing tier. For example, if `UnitPriceSecondStep` is returned, it refers to the unit price for the usage between 0 to 96 hours. Otherwise, it refers to that the unit price for unlimited usage.
4507
- Note: this field may return null, indicating that no valid value is obtained.
4687
+ * Original price of subsequent total costs, postpaid billing mode usage, unit: usd. <li>if other time interval items are returned, such as UnitPriceSecondStep, this item represents the time interval (0, 96) hr. if no other time interval items are returned, this item represents the full period (0, ∞) hr.
4508
4688
  * @type {number || null}
4509
4689
  */
4510
4690
  this.UnitPrice = null;
4511
4691
 
4512
4692
  /**
4513
- * Billing unit for pay-as-you-go mode. Valid values: <br><li>HOUR: billed on an hourly basis. It's used for hourly postpaid instances (`POSTPAID_BY_HOUR`). <br><li>GB: bill by traffic in GB. It's used for postpaid products that are billed by the hourly traffic (`TRAFFIC_POSTPAID_BY_HOUR`).
4514
- Note: this field may return null, indicating that no valid value is obtained.
4693
+ * Billing unit for pay-as-you-go mode. valid values: <br><li>HOUR: billed on an hourly basis. it's used for hourly POSTPAID instances (`POSTPAID_BY_HOUR`). <br><li>GB: bill BY TRAFFIC in GB. it's used for POSTPAID products that are billed BY the hourly TRAFFIC (`TRAFFIC_POSTPAID_BY_HOUR`).
4515
4694
  * @type {string || null}
4516
4695
  */
4517
4696
  this.ChargeUnit = null;
4518
4697
 
4519
4698
  /**
4520
- * The original price of a pay-in-advance instance, in USD.
4521
- Note: this field may return null, indicating that no valid value is obtained.
4699
+ * Original price of total prepaid costs. measurement unit: usd.
4522
4700
  * @type {number || null}
4523
4701
  */
4524
4702
  this.OriginalPrice = null;
4525
4703
 
4526
4704
  /**
4527
- * Discount price of a prepaid instance, in USD.
4528
- Note: this field may return null, indicating that no valid value is obtained.
4705
+ * Discount price of total prepaid costs. unit: usd.
4529
4706
  * @type {number || null}
4530
4707
  */
4531
4708
  this.DiscountPrice = null;
4532
4709
 
4533
4710
  /**
4534
- * Percentage of the original price. For example, if you enter "20.0", the discounted price will be 20% of the original price.
4535
- Note: this field may return null, indicating that no valid values can be obtained.
4711
+ * Discount, such as 20.0 representing 80% off.
4536
4712
  * @type {number || null}
4537
4713
  */
4538
4714
  this.Discount = null;
4539
4715
 
4540
4716
  /**
4541
- * The discounted unit price for pay-as-you-go mode in USD. <br><li>When a billing tier is returned, it indicates the price fo the returned billing tier. For example, if `UnitPriceSecondStep` is returned, it refers to the unit price for the usage between 0 to 96 hours. Otherwise, it refers to that the unit price for unlimited usage.
4542
- Note: this field may return null, indicating that no valid value is obtained.
4717
+ * Discounted price of subsequent total cost, postpaid billing mode usage, unit: usd <li>if other time interval items are returned, such as UnitPriceDiscountSecondStep, this item represents the time interval (0, 96) hr; if no other time interval items are returned, this item represents the full period (0, ∞) hr.
4543
4718
  * @type {number || null}
4544
4719
  */
4545
4720
  this.UnitPriceDiscount = null;
4546
4721
 
4547
4722
  /**
4548
- * Original unit price for the usage between 96 to 360 hours in USD. It's applicable to pay-as-you-go mode.
4549
- Note: this field may return null, indicating that no valid value is obtained.
4723
+ * Original price of subsequent total costs for usage time range (96, 360) hr in postpaid billing mode. unit: usd.
4550
4724
  * @type {number || null}
4551
4725
  */
4552
4726
  this.UnitPriceSecondStep = null;
4553
4727
 
4554
4728
  /**
4555
- * Discounted unit price for the usage between 96 to 360 hours in USD. It's applicable to pay-as-you-go mode.
4556
- Note: this field may return null, indicating that no valid value is obtained.
4729
+ * Discounted price of subsequent total cost for usage time interval (96, 360) hr in postpaid billing mode. unit: usd.
4557
4730
  * @type {number || null}
4558
4731
  */
4559
4732
  this.UnitPriceDiscountSecondStep = null;
4560
4733
 
4561
4734
  /**
4562
- * Original unit price for the usage after 360 hours in USD. It's applicable to pay-as-you-go mode.
4563
- Note: this field may return null, indicating that no valid value is obtained.
4735
+ * Specifies the original price of subsequent total costs with a usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.
4564
4736
  * @type {number || null}
4565
4737
  */
4566
4738
  this.UnitPriceThirdStep = null;
4567
4739
 
4568
4740
  /**
4569
- * Discounted unit price for the usage after 360 hours in USD. It's applicable to pay-as-you-go mode.
4570
- Note: this field may return null, indicating that no valid value is obtained.
4741
+ * Discounted price of subsequent total cost for usage time interval exceeding 360 hr in postpaid billing mode. measurement unit: usd.
4571
4742
  * @type {number || null}
4572
4743
  */
4573
4744
  this.UnitPriceDiscountThirdStep = null;
4574
4745
 
4575
4746
  /**
4576
- * Original 3-year payment, in USD. This parameter is only available to upfront payment mode.
4577
- Note: this field may return `null`, indicating that no valid value was found.
4578
- Note: this field may return `null`, indicating that no valid value was found.
4747
+ * Specifies the original price of total 3-year prepaid costs in prepaid billing mode. measurement unit: usd.
4748
+ Note: This field may return null, indicating that no valid value is found.
4579
4749
  * @type {number || null}
4580
4750
  */
4581
4751
  this.OriginalPriceThreeYear = null;
4582
4752
 
4583
4753
  /**
4584
- * Discounted 3-year upfront payment, in USD. This parameter is only available to upfront payment mode.
4585
- Note: this field may return `null`, indicating that no valid value was found.
4586
- Note: this field may return `null`, indicating that no valid value was found.
4754
+ * Specifies the discount price for an advance payment of the total fee for three years, prepaid mode usage, measurement unit: usd.
4755
+ Note: This field may return null, indicating that no valid value is found.
4587
4756
  * @type {number || null}
4588
4757
  */
4589
4758
  this.DiscountPriceThreeYear = null;
4590
4759
 
4591
4760
  /**
4592
- * Discount for 3-year upfront payment. For example, 20.0 indicates 80% off.
4593
- Note: this field may return `null`, indicating that no valid value was found.
4594
- Note: this field may return `null`, indicating that no valid value was found.
4761
+ * Specifies the discount for a 3-year advance payment, for example 20.0 represents 80% off.
4762
+ Note: This field may return null, indicating that no valid value is found.
4595
4763
  * @type {number || null}
4596
4764
  */
4597
4765
  this.DiscountThreeYear = null;
4598
4766
 
4599
4767
  /**
4600
- * Original 5-year payment, in USD. This parameter is only available to upfront payment mode.
4601
- Note: this field may return `null`, indicating that no valid value was found.
4602
- Note: this field may return `null`, indicating that no valid value was found.
4768
+ * Specifies the original price of the 5-year total cost with advance payment, using prepaid billing mode. measurement unit: usd.
4769
+ Note: This field may return null, indicating that no valid value is found.
4603
4770
  * @type {number || null}
4604
4771
  */
4605
4772
  this.OriginalPriceFiveYear = null;
4606
4773
 
4607
4774
  /**
4608
- * Discounted 5-year upfront payment, in USD. This parameter is only available to upfront payment mode.
4609
- Note: this field may return `null`, indicating that no valid value was found.
4610
- Note: this field may return `null`, indicating that no valid value was found.
4775
+ * Prepaid 5-year total cost discount price, prepaid billing mode usage. unit: usd.
4776
+ Note: This field may return null, indicating that no valid value is found.
4611
4777
  * @type {number || null}
4612
4778
  */
4613
4779
  this.DiscountPriceFiveYear = null;
4614
4780
 
4615
4781
  /**
4616
- * Discount for 5-year upfront payment. For example, 20.0 indicates 80% off.
4617
- Note: this field may return `null`, indicating that no valid value was found.
4618
- Note: this field may return `null`, indicating that no valid value was found.
4782
+ * Specifies the discount for 5-year advance payment, such as 20.0 for 80% off.
4783
+ Note: This field may return null, indicating that no valid value is found.
4619
4784
  * @type {number || null}
4620
4785
  */
4621
4786
  this.DiscountFiveYear = null;
4622
4787
 
4623
4788
  /**
4624
- * Original 1-year payment, in USD. This parameter is only available to upfront payment mode.
4625
- Note: this field may return `null`, indicating that no valid value was found.
4626
- Note: this field may return `null`, indicating that no valid value was found.
4789
+ * Original price of one-year advance payment total cost. prepaid mode usage. unit: usd.
4790
+ Note: This field may return null, indicating that no valid value is found.
4627
4791
  * @type {number || null}
4628
4792
  */
4629
4793
  this.OriginalPriceOneYear = null;
4630
4794
 
4631
4795
  /**
4632
- * Discounted 1-year payment, in USD. This parameter is only available to upfront payment mode.
4633
- Note: this field may return `null`, indicating that no valid value was found.
4634
- Note: this field may return `null`, indicating that no valid value was found.
4796
+ * Discount price for total advance payment for one year. specifies prepaid mode usage. measurement unit: usd.
4797
+ Note: This field may return null, indicating that no valid value is found.
4635
4798
  * @type {number || null}
4636
4799
  */
4637
4800
  this.DiscountPriceOneYear = null;
4638
4801
 
4639
4802
  /**
4640
- * Discount for 1-year upfront payment. For example, 20.0 indicates 80% off.
4641
- Note: this field may return `null`, indicating that no valid value was found.
4642
- Note: this field may return `null`, indicating that no valid value was found.
4803
+ * Specifies the discount for a one-year advance payment, such as 20.0 for 80% off.
4804
+ Note: This field may return null, indicating that no valid value is found.
4643
4805
  * @type {number || null}
4644
4806
  */
4645
4807
  this.DiscountOneYear = null;
@@ -4746,7 +4908,7 @@ Note: This field may return null, indicating that no valid value is found.
4746
4908
  this.LocalDiskTypeList = null;
4747
4909
 
4748
4910
  /**
4749
- * Whether an instance model is available. Valid values: <br><li>SELL: available <br><li>SOLD_OUT: sold out
4911
+ * Whether an instance is for sale. Valid values:<br><li>SELL: The instance is available for purchase.<br></li>SOLD_OUT: The instance has been sold out.
4750
4912
  * @type {string || null}
4751
4913
  */
4752
4914
  this.Status = null;
@@ -4807,7 +4969,7 @@ Note: this field may return null, indicating that no valid value is obtained.
4807
4969
  this.Remark = null;
4808
4970
 
4809
4971
  /**
4810
- * The number of physical GPU cards mapped to the instance model, unit: card. For vGPU configurations, the value is less than 1; for passthrough configurations, the value is greater than or equal to 1. vGPU utilizes slicing virtualization technology to partition physical GPU cards, allowing a single GPU card to be allocated to multiple instances after virtualization. Passthrough configurations directly mount GPU devices to instances.
4972
+ *
4811
4973
  * @type {number || null}
4812
4974
  */
4813
4975
  this.GpuCount = null;
@@ -4818,6 +4980,17 @@ Note: this field may return null, indicating that no valid value is obtained.
4818
4980
  */
4819
4981
  this.Frequency = null;
4820
4982
 
4983
+ /**
4984
+ * Inventory status. Valid values:
4985
+ <li>EnoughStock: Inventory is sufficient.</li>
4986
+ <li>NormalStock: Supply is guaranteed.</li>
4987
+ <li>UnderStock: Inventory is about to sell out.</li>
4988
+ <li>WithoutStock: Inventory is already sold out.</li>
4989
+ Note: This field may return null, indicating that no valid value is found.
4990
+ * @type {string || null}
4991
+ */
4992
+ this.StatusCategory = null;
4993
+
4821
4994
  }
4822
4995
 
4823
4996
  /**
@@ -4867,6 +5040,7 @@ Note: this field may return null, indicating that no valid value is obtained.
4867
5040
  this.Remark = 'Remark' in params ? params.Remark : null;
4868
5041
  this.GpuCount = 'GpuCount' in params ? params.GpuCount : null;
4869
5042
  this.Frequency = 'Frequency' in params ? params.Frequency : null;
5043
+ this.StatusCategory = 'StatusCategory' in params ? params.StatusCategory : null;
4870
5044
 
4871
5045
  }
4872
5046
  }
@@ -4886,7 +5060,7 @@ class CreateTaskTemplateResponse extends AbstractModel {
4886
5060
  this.TaskTemplateId = null;
4887
5061
 
4888
5062
  /**
4889
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5063
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
4890
5064
  * @type {string || null}
4891
5065
  */
4892
5066
  this.RequestId = null;
@@ -4915,22 +5089,19 @@ class StorageBlock extends AbstractModel {
4915
5089
  super();
4916
5090
 
4917
5091
  /**
4918
- * Local HDD storage type. Value: LOCAL_PRO.
4919
- Note: This field may return null, indicating that no valid value is found.
5092
+ * HDD LOCAL storage type specifies the value: LOCAL_PRO.
4920
5093
  * @type {string || null}
4921
5094
  */
4922
5095
  this.Type = null;
4923
5096
 
4924
5097
  /**
4925
- * Minimum capacity of local HDD storage
4926
- Note: This field may return null, indicating that no valid value is found.
5098
+ * Specifies the minimum HDD local storage capacity. measurement unit: GiB.
4927
5099
  * @type {number || null}
4928
5100
  */
4929
5101
  this.MinSize = null;
4930
5102
 
4931
5103
  /**
4932
- * Maximum capacity of local HDD storage
4933
- Note: This field may return null, indicating that no valid value is found.
5104
+ * Specifies the maximum capacity of HDD local storage. measurement unit: GiB.
4934
5105
  * @type {number || null}
4935
5106
  */
4936
5107
  this.MaxSize = null;
@@ -5144,7 +5315,7 @@ class DeleteTaskTemplatesResponse extends AbstractModel {
5144
5315
  super();
5145
5316
 
5146
5317
  /**
5147
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5318
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5148
5319
  * @type {string || null}
5149
5320
  */
5150
5321
  this.RequestId = null;
@@ -5254,7 +5425,7 @@ class TerminateTaskInstanceResponse extends AbstractModel {
5254
5425
  super();
5255
5426
 
5256
5427
  /**
5257
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5428
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5258
5429
  * @type {string || null}
5259
5430
  */
5260
5431
  this.RequestId = null;
@@ -5424,7 +5595,7 @@ class DescribeAvailableCvmInstanceTypesResponse extends AbstractModel {
5424
5595
  this.InstanceTypeConfigSet = null;
5425
5596
 
5426
5597
  /**
5427
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5598
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5428
5599
  * @type {string || null}
5429
5600
  */
5430
5601
  this.RequestId = null;
@@ -5509,7 +5680,7 @@ class DescribeTaskResponse extends AbstractModel {
5509
5680
  this.TaskInstanceMetrics = null;
5510
5681
 
5511
5682
  /**
5512
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5683
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5513
5684
  * @type {string || null}
5514
5685
  */
5515
5686
  this.RequestId = null;
@@ -5722,7 +5893,7 @@ class DescribeComputeEnvsResponse extends AbstractModel {
5722
5893
  this.TotalCount = null;
5723
5894
 
5724
5895
  /**
5725
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5896
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5726
5897
  * @type {string || null}
5727
5898
  */
5728
5899
  this.RequestId = null;
@@ -5939,7 +6110,7 @@ class DescribeCvmZoneInstanceConfigInfosResponse extends AbstractModel {
5939
6110
  this.InstanceTypeQuotaSet = null;
5940
6111
 
5941
6112
  /**
5942
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
6113
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5943
6114
  * @type {string || null}
5944
6115
  */
5945
6116
  this.RequestId = null;
@@ -6019,7 +6190,7 @@ class DescribeJobsResponse extends AbstractModel {
6019
6190
  this.TotalCount = null;
6020
6191
 
6021
6192
  /**
6022
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
6193
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
6023
6194
  * @type {string || null}
6024
6195
  */
6025
6196
  this.RequestId = null;
@@ -6150,7 +6321,7 @@ class RunMonitorServiceEnabled extends AbstractModel {
6150
6321
  super();
6151
6322
 
6152
6323
  /**
6153
- * Whether to enable [Cloud Monitor](https://intl.cloud.tencent.com/document/product/248?from_cn_redirect=1). Valid values: <br><li>TRUE: enable Cloud Monitor <br><li>FALSE: do not enable Cloud Monitor <br><br>Default value: TRUE.
6324
+ * Whether to enable the cloud monitor service. value ranges from: <li>true: indicates enabling the cloud monitor service</li> <li>false: indicates disabling the cloud monitor service</li> default value: true.
6154
6325
  * @type {boolean || null}
6155
6326
  */
6156
6327
  this.Enabled = null;
@@ -6178,7 +6349,7 @@ class TerminateComputeNodeResponse extends AbstractModel {
6178
6349
  super();
6179
6350
 
6180
6351
  /**
6181
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
6352
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
6182
6353
  * @type {string || null}
6183
6354
  */
6184
6355
  this.RequestId = null;
@@ -6206,13 +6377,13 @@ class VirtualPrivateCloud extends AbstractModel {
6206
6377
  super();
6207
6378
 
6208
6379
  /**
6209
- * VPC ID in the format of `vpc-xxx`. To obtain valid VPC IDs, you can log in to the [console](https://console.cloud.tencent.com/vpc/vpc?rid=1) or call the [DescribeVpcEx](https://intl.cloud.tencent.com/document/api/215/1372?from_cn_redirect=1) API and look for the `unVpcId` fields in the response. If you specify `DEFAULT` for both `VpcId` and `SubnetId` when creating an instance, the default VPC will be used.
6380
+ * vpc ID, such as `vpc-xxx`. valid vpc ids can be queried by logging in to the console (https://console.cloud.tencent.com/vpc/vpc?rid=1) or by calling the API [DescribeVpcs](https://www.tencentcloud.com/document/product/215/15778?lang=en) and obtaining the `VpcId` field from the API response. if both VpcId and SubnetId are input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.
6210
6381
  * @type {string || null}
6211
6382
  */
6212
6383
  this.VpcId = null;
6213
6384
 
6214
6385
  /**
6215
- * VPC subnet ID in the format `subnet-xxx`. To obtain valid subnet IDs, you can log in to the [console](https://console.cloud.tencent.com/vpc/subnet?rid=1) or call [DescribeSubnets](https://intl.cloud.tencent.com/document/api/215/15784?from_cn_redirect=1) and look for the `unSubnetId` fields in the response. If you specify `DEFAULT` for both `SubnetId` and `VpcId` when creating an instance, the default VPC will be used.
6386
+ * vpc subnet ID, in the form of `subnet-xxx`. valid vpc subnet ids can be queried by logging in to the [console](https://console.tencentcloud.com/vpc/subnet); or they can be obtained from the `SubnetId` field in the API response by calling the [DescribeSubnets](https://www.tencentcloud.com/document/product/215/15784) API . if SubnetId and VpcId are both input as `DEFAULT` when creating an instance, the DEFAULT vpc network will be forcibly used.
6216
6387
  * @type {string || null}
6217
6388
  */
6218
6389
  this.SubnetId = null;
@@ -6231,6 +6402,7 @@ class VirtualPrivateCloud extends AbstractModel {
6231
6402
 
6232
6403
  /**
6233
6404
  * Number of IPv6 addresses randomly generated for the ENI.
6405
+ If IPv6AddressType is specified under InternetAccessible, this parameter must not be set to 0.
6234
6406
  * @type {number || null}
6235
6407
  */
6236
6408
  this.Ipv6AddressCount = null;
@@ -6382,7 +6554,10 @@ class InternetAccessible extends AbstractModel {
6382
6554
  super();
6383
6555
 
6384
6556
  /**
6385
- * Network connection billing plan. Valid value: <br><li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour.
6557
+ * Network connection billing plan. Valid value:
6558
+
6559
+ <li>TRAFFIC_POSTPAID_BY_HOUR: pay after use. You are billed for your traffic, by the hour. </li>
6560
+ <li>BANDWIDTH_PACKAGE: Bandwidth package user. </li>
6386
6561
  * @type {string || null}
6387
6562
  */
6388
6563
  this.InternetChargeType = null;
@@ -6400,11 +6575,56 @@ class InternetAccessible extends AbstractModel {
6400
6575
  this.PublicIpAssigned = null;
6401
6576
 
6402
6577
  /**
6403
- * Bandwidth package ID. To obatin the IDs, you can call [`DescribeBandwidthPackages`](https://intl.cloud.tencent.com/document/api/215/19209?from_cn_redirect=1) and look for the `BandwidthPackageId` fields in the response.
6578
+ * Bandwidth package ID. it can be obtained through the `BandwidthPackageId` in the return value from the DescribeBandwidthPackages api. this parameter is used as an input parameter only in the RunInstances api.
6404
6579
  * @type {string || null}
6405
6580
  */
6406
6581
  this.BandwidthPackageId = null;
6407
6582
 
6583
+ /**
6584
+ * Line type. for details on various types of lines and supported regions, refer to [EIP IP address types](https://www.tencentcloud.com/document/product/213/5733). default value: BGP.
6585
+ <Li>BGP: specifies the general bgp line.</li>.
6586
+ For a user with static single-line IP allowlist enabled, valid values include:.
6587
+ <Li>CMCC: china mobile.</li>.
6588
+ <Li>CTCC: china telecom</li>.
6589
+ <Li>CUCC: china unicom</li>.
6590
+ Note: The static single-line IP is only supported in some regions.
6591
+
6592
+
6593
+ * @type {string || null}
6594
+ */
6595
+ this.InternetServiceProvider = null;
6596
+
6597
+ /**
6598
+ * Specifies the public IP type.
6599
+
6600
+ <Li>WanIP: specifies the public ip address.</li>.
6601
+ <Li>HighQualityEIP: specifies a high quality ip. high quality ip is only supported in Singapore and hong kong (china).</li>.
6602
+ <li> AntiDDoSEIP: specifies the anti-ddos eip. only partial regions support anti-ddos eip. details visible in the [elastic IP product overview](https://www.tencentcloud.com/document/product/213/5733).</li>.
6603
+ If needed, assign a public IPv4 address to the resource by specifying the IPv4 address type.
6604
+
6605
+ This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
6606
+ * @type {string || null}
6607
+ */
6608
+ this.IPv4AddressType = null;
6609
+
6610
+ /**
6611
+ * Indicates the type of elastic public IPv6.
6612
+ <Li>EIPv6: elastic ip version 6.</li>.
6613
+ <Li>HighQualityEIPv6: specifies the high quality ipv6. highqualityeipv6 is only supported in hong kong (china).</li>.
6614
+ If needed, assign an elastic IPv6 address for resource allocation.
6615
+
6616
+ This feature is in beta test in selected regions. submit a ticket for consultation (https://console.cloud.tencent.com/workorder/category) if needed.
6617
+ * @type {string || null}
6618
+ */
6619
+ this.IPv6AddressType = null;
6620
+
6621
+ /**
6622
+ * DDoS protection package unique ID. this field is required when applying for a ddos protection IP.
6623
+
6624
+ * @type {string || null}
6625
+ */
6626
+ this.AntiDDoSPackageId = null;
6627
+
6408
6628
  }
6409
6629
 
6410
6630
  /**
@@ -6418,6 +6638,10 @@ class InternetAccessible extends AbstractModel {
6418
6638
  this.InternetMaxBandwidthOut = 'InternetMaxBandwidthOut' in params ? params.InternetMaxBandwidthOut : null;
6419
6639
  this.PublicIpAssigned = 'PublicIpAssigned' in params ? params.PublicIpAssigned : null;
6420
6640
  this.BandwidthPackageId = 'BandwidthPackageId' in params ? params.BandwidthPackageId : null;
6641
+ this.InternetServiceProvider = 'InternetServiceProvider' in params ? params.InternetServiceProvider : null;
6642
+ this.IPv4AddressType = 'IPv4AddressType' in params ? params.IPv4AddressType : null;
6643
+ this.IPv6AddressType = 'IPv6AddressType' in params ? params.IPv6AddressType : null;
6644
+ this.AntiDDoSPackageId = 'AntiDDoSPackageId' in params ? params.AntiDDoSPackageId : null;
6421
6645
 
6422
6646
  }
6423
6647
  }
@@ -6578,6 +6802,7 @@ module.exports = {
6578
6802
  SystemDisk: SystemDisk,
6579
6803
  Task: Task,
6580
6804
  InstanceTypeConfig: InstanceTypeConfig,
6805
+ DescribeJobMonitorDataResponse: DescribeJobMonitorDataResponse,
6581
6806
  Externals: Externals,
6582
6807
  TerminateComputeNodesResponse: TerminateComputeNodesResponse,
6583
6808
  DescribeComputeEnvActivitiesResponse: DescribeComputeEnvActivitiesResponse,
@@ -6586,6 +6811,7 @@ module.exports = {
6586
6811
  MountDataDisk: MountDataDisk,
6587
6812
  TaskView: TaskView,
6588
6813
  Tag: Tag,
6814
+ EnhancedService: EnhancedService,
6589
6815
  DescribeComputeEnvResponse: DescribeComputeEnvResponse,
6590
6816
  TerminateJobRequest: TerminateJobRequest,
6591
6817
  DetachInstancesResponse: DetachInstancesResponse,
@@ -6604,6 +6830,7 @@ module.exports = {
6604
6830
  TerminateJobResponse: TerminateJobResponse,
6605
6831
  ComputeEnvCreateInfo: ComputeEnvCreateInfo,
6606
6832
  DescribeComputeEnvCreateInfosRequest: DescribeComputeEnvCreateInfosRequest,
6833
+ DataPointView: DataPointView,
6607
6834
  DescribeComputeEnvRequest: DescribeComputeEnvRequest,
6608
6835
  InstanceMarketOptionsRequest: InstanceMarketOptionsRequest,
6609
6836
  DescribeTaskTemplatesResponse: DescribeTaskTemplatesResponse,
@@ -6622,12 +6849,13 @@ module.exports = {
6622
6849
  DetachInstancesRequest: DetachInstancesRequest,
6623
6850
  Instance: Instance,
6624
6851
  OutputMapping: OutputMapping,
6625
- EnhancedService: EnhancedService,
6852
+ DescribeJobMonitorDataRequest: DescribeJobMonitorDataRequest,
6626
6853
  RunAutomationServiceEnabled: RunAutomationServiceEnabled,
6627
6854
  DescribeJobSubmitInfoResponse: DescribeJobSubmitInfoResponse,
6628
6855
  DescribeComputeEnvCreateInfosResponse: DescribeComputeEnvCreateInfosResponse,
6629
6856
  RunSecurityServiceEnabled: RunSecurityServiceEnabled,
6630
6857
  DescribeJobRequest: DescribeJobRequest,
6858
+ Dimension: Dimension,
6631
6859
  RedirectInfo: RedirectInfo,
6632
6860
  DescribeInstanceCategoriesResponse: DescribeInstanceCategoriesResponse,
6633
6861
  ModifyTaskTemplateResponse: ModifyTaskTemplateResponse,