tencentcloud-sdk-nodejs 4.0.670 → 4.0.672

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 (140) hide show
  1. package/CHANGELOG.md +405 -0
  2. package/SERVICE_CHANGELOG.md +421 -342
  3. package/package.json +1 -1
  4. package/products.md +26 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bma/index.ts +2 -2
  8. package/src/services/car/v20220110/car_client.ts +2 -2
  9. package/src/services/car/v20220110/car_models.ts +7 -0
  10. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  11. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  12. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  13. package/src/services/cfg/v20210820/cfg_models.ts +20 -10
  14. package/src/services/chdfs/index.ts +2 -2
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +23 -23
  16. package/src/services/dcdb/v20180411/dcdb_client.ts +7 -22
  17. package/src/services/dcdb/v20180411/dcdb_models.ts +0 -98
  18. package/src/services/dsgc/index.ts +5 -0
  19. package/src/services/dsgc/v20190723/dsgc_client.ts +44 -0
  20. package/src/services/dsgc/v20190723/dsgc_models.ts +106 -0
  21. package/src/services/dsgc/v20190723/index.ts +6 -0
  22. package/src/services/dts/index.ts +2 -2
  23. package/src/services/eis/index.ts +2 -2
  24. package/src/services/ess/v20201111/ess_client.ts +1 -1
  25. package/src/services/ess/v20201111/ess_models.ts +36 -11
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -1
  27. package/src/services/gme/v20180711/gme_models.ts +18 -0
  28. package/src/services/iai/index.ts +2 -2
  29. package/src/services/ims/index.ts +2 -2
  30. package/src/services/index.ts +1 -0
  31. package/src/services/iotcloud/index.ts +2 -2
  32. package/src/services/iotvideo/index.ts +2 -2
  33. package/src/services/lcic/v20220817/lcic_models.ts +4 -0
  34. package/src/services/lighthouse/v20200324/lighthouse_client.ts +197 -35
  35. package/src/services/lighthouse/v20200324/lighthouse_models.ts +617 -112
  36. package/src/services/live/v20180801/live_models.ts +24 -24
  37. package/src/services/mgobe/index.ts +2 -2
  38. package/src/services/mongodb/index.ts +2 -2
  39. package/src/services/postgres/v20170312/postgres_models.ts +8 -12
  40. package/src/services/privatedns/v20201028/privatedns_models.ts +11 -11
  41. package/src/services/pts/v20210728/pts_models.ts +4 -0
  42. package/src/services/sms/index.ts +2 -2
  43. package/src/services/tat/v20201028/tat_client.ts +175 -88
  44. package/src/services/tat/v20201028/tat_models.ts +580 -208
  45. package/src/services/tdmq/v20200217/tdmq_models.ts +4 -4
  46. package/src/services/tem/index.ts +2 -2
  47. package/src/services/thpc/index.ts +4 -4
  48. package/src/services/tione/v20211111/tione_client.ts +1 -0
  49. package/src/services/tione/v20211111/tione_models.ts +148 -104
  50. package/src/services/tms/index.ts +2 -2
  51. package/src/services/tsw/index.ts +2 -2
  52. package/src/services/vm/index.ts +2 -2
  53. package/src/services/waf/v20180125/waf_client.ts +326 -33
  54. package/src/services/waf/v20180125/waf_models.ts +1256 -262
  55. package/src/services/wedata/v20210820/wedata_models.ts +21 -21
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/ams/index.d.ts +4 -4
  59. package/tencentcloud/services/ams/index.js +2 -2
  60. package/tencentcloud/services/bma/index.d.ts +4 -4
  61. package/tencentcloud/services/bma/index.js +2 -2
  62. package/tencentcloud/services/car/v20220110/car_client.d.ts +2 -2
  63. package/tencentcloud/services/car/v20220110/car_client.js +2 -2
  64. package/tencentcloud/services/car/v20220110/car_models.d.ts +7 -0
  65. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  66. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  67. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  68. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  69. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +20 -10
  70. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  71. package/tencentcloud/services/chdfs/index.js +2 -2
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +23 -23
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +3 -9
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +3 -11
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +0 -95
  76. package/tencentcloud/services/dsgc/index.d.ts +6 -0
  77. package/tencentcloud/services/dsgc/index.js +7 -0
  78. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +14 -0
  79. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +37 -0
  80. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -0
  81. package/tencentcloud/services/dsgc/v20190723/dsgc_models.js +18 -0
  82. package/tencentcloud/services/dsgc/v20190723/index.d.ts +6 -0
  83. package/tencentcloud/services/dsgc/v20190723/index.js +9 -0
  84. package/tencentcloud/services/dts/index.d.ts +4 -4
  85. package/tencentcloud/services/dts/index.js +2 -2
  86. package/tencentcloud/services/eis/index.d.ts +4 -4
  87. package/tencentcloud/services/eis/index.js +2 -2
  88. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  89. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  90. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +36 -11
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -1
  92. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -0
  93. package/tencentcloud/services/iai/index.d.ts +4 -4
  94. package/tencentcloud/services/iai/index.js +2 -2
  95. package/tencentcloud/services/ims/index.d.ts +4 -4
  96. package/tencentcloud/services/ims/index.js +2 -2
  97. package/tencentcloud/services/index.d.ts +1 -0
  98. package/tencentcloud/services/index.js +2 -0
  99. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  100. package/tencentcloud/services/iotcloud/index.js +2 -2
  101. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  102. package/tencentcloud/services/iotvideo/index.js +2 -2
  103. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -0
  104. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +61 -9
  105. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +90 -12
  106. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +589 -116
  107. package/tencentcloud/services/live/v20180801/live_models.d.ts +24 -24
  108. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  109. package/tencentcloud/services/mgobe/index.js +2 -2
  110. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  111. package/tencentcloud/services/mongodb/index.js +2 -2
  112. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +8 -12
  113. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +11 -11
  114. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +4 -0
  115. package/tencentcloud/services/sms/index.d.ts +4 -4
  116. package/tencentcloud/services/sms/index.js +2 -2
  117. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +65 -37
  118. package/tencentcloud/services/tat/v20201028/tat_client.js +90 -48
  119. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +551 -196
  120. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +4 -4
  121. package/tencentcloud/services/tem/index.d.ts +4 -4
  122. package/tencentcloud/services/tem/index.js +2 -2
  123. package/tencentcloud/services/thpc/index.d.ts +6 -6
  124. package/tencentcloud/services/thpc/index.js +4 -4
  125. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +147 -104
  126. package/tencentcloud/services/tms/index.d.ts +4 -4
  127. package/tencentcloud/services/tms/index.js +2 -2
  128. package/tencentcloud/services/tsw/index.d.ts +4 -4
  129. package/tencentcloud/services/tsw/index.js +2 -2
  130. package/tencentcloud/services/vm/index.d.ts +4 -4
  131. package/tencentcloud/services/vm/index.js +2 -2
  132. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +104 -7
  133. package/tencentcloud/services/waf/v20180125/waf_client.js +152 -9
  134. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1169 -233
  135. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +21 -21
  136. package/test/dcdb.v20180411.test.js +2 -12
  137. package/test/dsgc.v20190723.test.js +31 -0
  138. package/test/lighthouse.v20200324.test.js +138 -8
  139. package/test/tat.v20201028.test.js +94 -24
  140. package/test/waf.v20180125.test.js +236 -6
@@ -81,14 +81,14 @@ export interface DescribePlayErrorCodeDetailInfoListRequest {
81
81
  * 起始时间,
82
82
  使用UTC格式时间,
83
83
  例如:2019-01-08T10:00:00Z。
84
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
84
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
85
85
  */
86
86
  StartTime: string;
87
87
  /**
88
88
  * 结束时间,
89
89
  使用UTC格式时间,
90
90
  例如:2019-01-08T10:00:00Z。
91
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
91
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
92
92
  注:EndTime 和 StartTime 只支持最近1天的数据查询。
93
93
  */
94
94
  EndTime: string;
@@ -660,13 +660,13 @@ export interface ResumeDelayLiveStreamRequest {
660
660
  export interface DescribeCallbackRecordsListRequest {
661
661
  /**
662
662
  * 起始时间点,接口查询支持两种时间格式:
663
- 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
663
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
664
664
  2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
665
665
  */
666
666
  StartTime: string;
667
667
  /**
668
668
  * 结束时间点,接口查询支持两种时间格式:
669
- 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)
669
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
670
670
  2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
671
671
 
672
672
  查询的起始和结束时间跨度不支持超过1天。仅支持查询最近14天的数据。
@@ -1273,14 +1273,14 @@ export interface BandwidthInfo {
1273
1273
  * 返回格式:
1274
1274
  使用UTC格式时间,
1275
1275
  例如:2019-01-08T10:00:00Z。
1276
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
1276
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
1277
1277
  根据粒度会有不同程度的缩减。
1278
1278
  */
1279
- Time: string;
1279
+ Time?: string;
1280
1280
  /**
1281
1281
  * 带宽。
1282
1282
  */
1283
- Bandwidth: number;
1283
+ Bandwidth?: number;
1284
1284
  }
1285
1285
  /**
1286
1286
  * 直播流监播输出流信息
@@ -2207,7 +2207,7 @@ export interface DescribeLiveStreamEventListResponse {
2207
2207
  export interface DescribeLiveTranscodeTotalInfoRequest {
2208
2208
  /**
2209
2209
  * 结束时间点,接口查询支持两种时间格式:
2210
- 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2210
+ 1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2211
2211
  2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
2212
2212
  */
2213
2213
  StartTime: string;
@@ -2215,7 +2215,7 @@ export interface DescribeLiveTranscodeTotalInfoRequest {
2215
2215
  * 结束时间,
2216
2216
  使用UTC格式时间,
2217
2217
  例如:2019-01-08T10:00:00Z。
2218
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
2218
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
2219
2219
  */
2220
2220
  EndTime: string;
2221
2221
  /**
@@ -3270,14 +3270,14 @@ export interface DescribeGroupProIspPlayInfoListRequest {
3270
3270
  * 起始时间点,
3271
3271
  使用UTC格式时间,
3272
3272
  例如:2019-01-08T10:00:00Z。
3273
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3273
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3274
3274
  */
3275
3275
  StartTime: string;
3276
3276
  /**
3277
3277
  * 结束时间点,
3278
3278
  使用UTC格式时间,
3279
3279
  例如:2019-01-08T10:00:00Z。
3280
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3280
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3281
3281
  时间跨度在(0,3小时],支持最近1个月数据查询。
3282
3282
  */
3283
3283
  EndTime: string;
@@ -3332,14 +3332,14 @@ export interface DescribeStreamPushInfoListRequest {
3332
3332
  * 起始时间点,
3333
3333
  使用UTC格式时间,
3334
3334
  例如:2019-01-08T10:00:00Z。
3335
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3335
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3336
3336
  */
3337
3337
  StartTime: string;
3338
3338
  /**
3339
3339
  * 结束时间点,
3340
3340
  使用UTC格式时间,
3341
3341
  例如:2019-01-08T10:00:00Z。
3342
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3342
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3343
3343
  支持查询最近7天数据,建议查询时间跨度在3小时之内。
3344
3344
  */
3345
3345
  EndTime: string;
@@ -3419,14 +3419,14 @@ export interface DescribeTopClientIpSumInfoListRequest {
3419
3419
  * 起始时间点,
3420
3420
  使用UTC格式时间,
3421
3421
  例如:2019-01-08T10:00:00Z。
3422
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3422
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3423
3423
  */
3424
3424
  StartTime: string;
3425
3425
  /**
3426
3426
  * 结束时间点,
3427
3427
  使用UTC格式时间,
3428
3428
  例如:2019-01-08T10:00:00Z。
3429
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3429
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3430
3430
  时间跨度在[0,4小时],支持最近1天数据查询。
3431
3431
  */
3432
3432
  EndTime: string;
@@ -3837,14 +3837,14 @@ export interface DescribeProIspPlaySumInfoListRequest {
3837
3837
  * 起始时间,
3838
3838
  使用UTC格式时间,
3839
3839
  例如:2019-01-08T10:00:00Z。
3840
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3840
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3841
3841
  */
3842
3842
  StartTime: string;
3843
3843
  /**
3844
3844
  * 结束时间,
3845
3845
  使用UTC格式时间,
3846
3846
  例如:2019-01-08T10:00:00Z。
3847
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
3847
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
3848
3848
  注:EndTime 和 StartTime 只支持最近1天的数据查询。
3849
3849
  */
3850
3850
  EndTime: string;
@@ -5808,14 +5808,14 @@ export interface DescribeHttpStatusInfoListRequest {
5808
5808
  * 起始时间,
5809
5809
  使用UTC格式时间,
5810
5810
  例如:2019-01-08T10:00:00Z。
5811
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
5811
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
5812
5812
  */
5813
5813
  StartTime: string;
5814
5814
  /**
5815
5815
  * 结束时间,
5816
5816
  使用UTC格式时间,
5817
5817
  例如:2019-01-08T10:00:00Z。
5818
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
5818
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
5819
5819
  */
5820
5820
  EndTime: string;
5821
5821
  /**
@@ -6151,7 +6151,7 @@ export interface DescribeLiveTimeShiftBillInfoListResponse {
6151
6151
  /**
6152
6152
  * 时移计费明细数据。
6153
6153
  */
6154
- DataInfoList: Array<TimeShiftBillData>;
6154
+ DataInfoList?: Array<TimeShiftBillData>;
6155
6155
  /**
6156
6156
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6157
6157
  */
@@ -7581,7 +7581,7 @@ export interface DescribeLiveTimeShiftBillInfoListRequest {
7581
7581
 
7582
7582
  使用 UTC 格式时间,
7583
7583
  例如:2019-01-08T10:00:00Z。
7584
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
7584
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
7585
7585
  */
7586
7586
  StartTime: string;
7587
7587
  /**
@@ -7589,7 +7589,7 @@ export interface DescribeLiveTimeShiftBillInfoListRequest {
7589
7589
 
7590
7590
  使用 UTC 格式时间,
7591
7591
  例如:2019-01-08T10:00:00Z。
7592
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
7592
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
7593
7593
  */
7594
7594
  EndTime: string;
7595
7595
  /**
@@ -8019,14 +8019,14 @@ export interface DescribeProvinceIspPlayInfoListRequest {
8019
8019
  * 起始时间点,
8020
8020
  使用UTC格式时间,
8021
8021
  例如:2019-01-08T10:00:00Z。
8022
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
8022
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
8023
8023
  */
8024
8024
  StartTime: string;
8025
8025
  /**
8026
8026
  * 结束时间点,
8027
8027
  使用UTC格式时间,
8028
8028
  例如:2019-01-08T10:00:00Z。
8029
- 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
8029
+ 注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
8030
8030
  注:EndTime 和 StartTime 只支持最近1天的数据查询。
8031
8031
  */
8032
8032
  EndTime: string;
@@ -1,10 +1,10 @@
1
1
  export declare const mgobe: {
2
- v20201014: {
3
- Client: typeof import("./v20201014/mgobe_client").Client;
4
- Models: typeof import("./v20201014/mgobe_models");
5
- };
6
2
  v20190929: {
7
3
  Client: typeof import("./v20190929/mgobe_client").Client;
8
4
  Models: typeof import("./v20190929/mgobe_models");
9
5
  };
6
+ v20201014: {
7
+ Client: typeof import("./v20201014/mgobe_client").Client;
8
+ Models: typeof import("./v20201014/mgobe_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mgobe = void 0;
4
- const v20201014_1 = require("./v20201014");
5
4
  const v20190929_1 = require("./v20190929");
5
+ const v20201014_1 = require("./v20201014");
6
6
  exports.mgobe = {
7
- v20201014: v20201014_1.v20201014,
8
7
  v20190929: v20190929_1.v20190929,
8
+ v20201014: v20201014_1.v20201014,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const mongodb: {
2
- v20190725: {
3
- Client: typeof import("./v20190725/mongodb_client").Client;
4
- Models: typeof import("./v20190725/mongodb_models");
5
- };
6
2
  v20180408: {
7
3
  Client: typeof import("./v20180408/mongodb_client").Client;
8
4
  Models: typeof import("./v20180408/mongodb_models");
9
5
  };
6
+ v20190725: {
7
+ Client: typeof import("./v20190725/mongodb_client").Client;
8
+ Models: typeof import("./v20190725/mongodb_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mongodb = void 0;
4
- const v20190725_1 = require("./v20190725");
5
4
  const v20180408_1 = require("./v20180408");
5
+ const v20190725_1 = require("./v20190725");
6
6
  exports.mongodb = {
7
- v20190725: v20190725_1.v20190725,
8
7
  v20180408: v20180408_1.v20180408,
8
+ v20190725: v20190725_1.v20190725,
9
9
  };
@@ -258,22 +258,18 @@ export interface CreateInstancesRequest {
258
258
  */
259
259
  AdminPassword: string;
260
260
  /**
261
- * PostgreSQL大版本号,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取,目前支持10,11,12,13,14,15这几个大版本。
262
- 当只输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。
263
- 该参数和DBVersion、DBKernelVersion需要至少指定一个,如无指定购买内核小版本需求时,只传入该参数即可。
264
-
261
+ * PostgreSQL大版本号(该参数当前必传),版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。目前支持10,11,12,13,14,15这几个大版本,详情见[内核版本概述](https://cloud.tencent.com/document/product/409/67018)。
262
+ 输入该参数时,会基于此大版本号创建对应的最新小版本的最新内核版本号实例。
265
263
  */
266
264
  DBMajorVersion?: string;
267
265
  /**
268
- * PostgreSQL社区大版本+小版本号,如12.4,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。
269
- 当只输入该参数时,会基于此社区小版本号创建对应的最新内核版本实例。
270
- 该参数和DBMajorVersion、DBKernelVersion需要至少指定一个。
266
+ * PostgreSQL社区大版本+小版本号。
267
+ 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新小版本号。
271
268
  */
272
269
  DBVersion?: string;
273
270
  /**
274
- * PostgreSQL内核版本号,如v12.7_r1.8,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。
275
- 当只输入该参数时,会创建指定的内核版本实例。只针对内核版本需要指定时使用,一般场景不推荐传入该参数。
276
-
271
+ * PostgreSQL内核版本号。
272
+ 一般场景不推荐传入该参数。如需指定,只能传当前大版本号下最新内核版本号。
277
273
  */
278
274
  DBKernelVersion?: string;
279
275
  /**
@@ -284,11 +280,11 @@ export interface CreateInstancesRequest {
284
280
  */
285
281
  InstanceChargeType?: string;
286
282
  /**
287
- * 私有网络ID,形如vpc-xxxxxxxx。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
283
+ * 私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。
288
284
  */
289
285
  VpcId?: string;
290
286
  /**
291
- * 私有网络子网ID,形如subnet-xxxxxxxx。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
287
+ * 私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。
292
288
  */
293
289
  SubnetId?: string;
294
290
  /**
@@ -103,11 +103,11 @@ export interface DescribePrivateZoneRecordListResponse {
103
103
  /**
104
104
  * 解析记录数量
105
105
  */
106
- TotalCount: number;
106
+ TotalCount?: number;
107
107
  /**
108
108
  * 解析记录列表
109
109
  */
110
- RecordSet: Array<PrivateZoneRecord>;
110
+ RecordSet?: Array<PrivateZoneRecord>;
111
111
  /**
112
112
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
113
113
  */
@@ -120,11 +120,11 @@ export interface DescribePrivateZoneListResponse {
120
120
  /**
121
121
  * 私有域数量
122
122
  */
123
- TotalCount: number;
123
+ TotalCount?: number;
124
124
  /**
125
125
  * 私有域列表
126
126
  */
127
- PrivateZoneSet: Array<PrivateZone>;
127
+ PrivateZoneSet?: Array<PrivateZone>;
128
128
  /**
129
129
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
130
130
  */
@@ -558,7 +558,7 @@ export interface DescribePrivateZoneResponse {
558
558
  /**
559
559
  * 私有域详情
560
560
  */
561
- PrivateZone: PrivateZone;
561
+ PrivateZone?: PrivateZone;
562
562
  /**
563
563
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
564
564
  */
@@ -588,19 +588,19 @@ export interface DescribeDashboardResponse {
588
588
  /**
589
589
  * 私有域解析总数
590
590
  */
591
- ZoneTotal: number;
591
+ ZoneTotal?: number;
592
592
  /**
593
593
  * 私有域关联VPC数量
594
594
  */
595
- ZoneVpcCount: number;
595
+ ZoneVpcCount?: number;
596
596
  /**
597
597
  * 历史请求量总数
598
598
  */
599
- RequestTotalCount: number;
599
+ RequestTotalCount?: number;
600
600
  /**
601
601
  * 流量包用量
602
602
  */
603
- FlowUsage: Array<FlowUsage>;
603
+ FlowUsage?: Array<FlowUsage>;
604
604
  /**
605
605
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
606
606
  */
@@ -626,7 +626,7 @@ export interface DescribePrivateZoneServiceResponse {
626
626
  /**
627
627
  * 私有域解析服务开通状态。ENABLED已开通,DISABLED未开通
628
628
  */
629
- ServiceStatus: string;
629
+ ServiceStatus?: string;
630
630
  /**
631
631
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
632
632
  */
@@ -711,7 +711,7 @@ export interface SubscribePrivateZoneServiceResponse {
711
711
  /**
712
712
  * 私有域解析服务开通状态
713
713
  */
714
- ServiceStatus: string;
714
+ ServiceStatus?: string;
715
715
  /**
716
716
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
717
717
  */
@@ -647,6 +647,10 @@ export interface UpdateScenarioRequest {
647
647
  * 创建人名
648
648
  */
649
649
  Owner?: string;
650
+ /**
651
+ * 环境ID
652
+ */
653
+ EnvId?: string;
650
654
  }
651
655
  /**
652
656
  * DescribeRegions返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20190711: {
3
- Client: typeof import("./v20190711/sms_client").Client;
4
- Models: typeof import("./v20190711/sms_models");
5
- };
6
2
  v20210111: {
7
3
  Client: typeof import("./v20210111/sms_client").Client;
8
4
  Models: typeof import("./v20210111/sms_models");
9
5
  };
6
+ v20190711: {
7
+ Client: typeof import("./v20190711/sms_client").Client;
8
+ Models: typeof import("./v20190711/sms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sms = void 0;
4
- const v20190711_1 = require("./v20190711");
5
4
  const v20210111_1 = require("./v20210111");
5
+ const v20190711_1 = require("./v20190711");
6
6
  exports.sms = {
7
- v20190711: v20190711_1.v20190711,
8
7
  v20210111: v20210111_1.v20210111,
8
+ v20190711: v20190711_1.v20190711,
9
9
  };
@@ -1,12 +1,36 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { PreviewReplacedCommandContentResponse, CreateCommandResponse, DisableInvokerRequest, RunCommandRequest, DescribeInvocationTasksRequest, DescribeRegionsRequest, DescribeInvokerRecordsResponse, ModifyInvokerRequest, EnableInvokerResponse, EnableInvokerRequest, ModifyCommandResponse, DescribeInvokersResponse, CancelInvocationResponse, DeleteCommandResponse, DisableInvokerResponse, DescribeCommandsResponse, CreateInvokerRequest, DescribeAutomationAgentStatusRequest, InvokeCommandResponse, ModifyCommandRequest, DescribeInvokersRequest, DescribeCommandsRequest, DeleteInvokerResponse, DescribeInvocationsRequest, DescribeInvocationsResponse, DescribeInvocationTasksResponse, PreviewReplacedCommandContentRequest, ModifyInvokerResponse, DescribeAutomationAgentStatusResponse, CreateInvokerResponse, CancelInvocationRequest, DeleteCommandRequest, DeleteInvokerRequest, InvokeCommandRequest, DescribeInvokerRecordsRequest, RunCommandResponse, DescribeRegionsResponse, CreateCommandRequest } from "./tat_models";
3
+ import { CreateRegisterCodeResponse, PreviewReplacedCommandContentResponse, CreateCommandResponse, DisableInvokerRequest, DisableRegisterCodesRequest, DescribeRegisterInstancesRequest, DeleteRegisterCodesRequest, RunCommandRequest, InvokeCommandRequest, DescribeInvocationTasksRequest, DeleteRegisterInstanceResponse, DescribeRegionsRequest, DescribeInvokerRecordsResponse, ModifyInvokerRequest, EnableInvokerResponse, EnableInvokerRequest, DescribeRegisterInstancesResponse, ModifyCommandResponse, DescribeInvokersResponse, CancelInvocationResponse, DeleteRegisterInstanceRequest, DeleteCommandResponse, DisableInvokerResponse, DescribeCommandsResponse, CreateRegisterCodeRequest, CreateInvokerRequest, DescribeAutomationAgentStatusRequest, InvokeCommandResponse, ModifyCommandRequest, DescribeInvokersRequest, DescribeCommandsRequest, DeleteInvokerResponse, DescribeInvocationsRequest, DescribeInvocationsResponse, DescribeInvocationTasksResponse, PreviewReplacedCommandContentRequest, ModifyInvokerResponse, ModifyRegisterInstanceResponse, DescribeRegisterCodesResponse, DescribeAutomationAgentStatusResponse, CreateInvokerResponse, CancelInvocationRequest, DescribeRegisterCodesRequest, DeleteCommandRequest, DeleteInvokerRequest, DeleteRegisterCodesResponse, DescribeInvokerRecordsRequest, ModifyRegisterInstanceRequest, RunCommandResponse, DisableRegisterCodesResponse, DescribeRegionsResponse, CreateCommandRequest } from "./tat_models";
4
4
  /**
5
5
  * tat client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 取消一台或多台CVM实例执行的命令
12
+
13
+ * 如果命令还未下发到agent,任务状态处于处于PENDING、DELIVERING、DELIVER_DELAYED,取消后任务状态是CANCELLED
14
+ * 如果命令已下发到agent,任务状态处于RUNNING, 取消后任务状态是TERMINATED
15
+ */
16
+ CancelInvocation(req: CancelInvocationRequest, cb?: (error: string, rep: CancelInvocationResponse) => void): Promise<CancelInvocationResponse>;
17
+ /**
18
+ * 接口用于修改托管实例信息。
19
+ */
20
+ ModifyRegisterInstance(req: ModifyRegisterInstanceRequest, cb?: (error: string, rep: ModifyRegisterInstanceResponse) => void): Promise<ModifyRegisterInstanceResponse>;
21
+ /**
22
+ * 此接口用于创建执行器。
23
+ */
24
+ CreateInvoker(req: CreateInvokerRequest, cb?: (error: string, rep: CreateInvokerResponse) => void): Promise<CreateInvokerResponse>;
25
+ /**
26
+ * 此接口用于删除命令。
27
+ 如果命令与执行器关联,则无法被删除。
28
+ */
29
+ DeleteCommand(req: DeleteCommandRequest, cb?: (error: string, rep: DeleteCommandResponse) => void): Promise<DeleteCommandResponse>;
30
+ /**
31
+ * 接口用于创建注册码。
32
+ */
33
+ CreateRegisterCode(req: CreateRegisterCodeRequest, cb?: (error: string, rep: CreateRegisterCodeResponse) => void): Promise<CreateRegisterCodeResponse>;
10
34
  /**
11
35
  * 此接口用于启用执行器。
12
36
  */
@@ -23,81 +47,85 @@ export declare class Client extends AbstractClient {
23
47
  * 此接口用于查询执行活动详情。
24
48
  */
25
49
  DescribeInvocations(req: DescribeInvocationsRequest, cb?: (error: string, rep: DescribeInvocationsResponse) => void): Promise<DescribeInvocationsResponse>;
26
- /**
27
- * 取消一台或多台CVM实例执行的命令
28
-
29
- * 如果命令还未下发到agent,任务状态处于处于PENDING、DELIVERING、DELIVER_DELAYED,取消后任务状态是CANCELLED
30
- * 如果命令已下发到agent,任务状态处于RUNNING, 取消后任务状态是TERMINATED
31
- */
32
- CancelInvocation(req: CancelInvocationRequest, cb?: (error: string, rep: CancelInvocationResponse) => void): Promise<CancelInvocationResponse>;
33
50
  /**
34
51
  * 此接口用于查询执行任务详情。
35
52
  */
36
53
  DescribeInvocationTasks(req: DescribeInvocationTasksRequest, cb?: (error: string, rep: DescribeInvocationTasksResponse) => void): Promise<DescribeInvocationTasksResponse>;
37
54
  /**
38
- * 此接口用于创建执行器。
55
+ * 此接口用于预览自定义参数替换后的命令内容。不会触发真实执行。
39
56
  */
40
- CreateInvoker(req: CreateInvokerRequest, cb?: (error: string, rep: CreateInvokerResponse) => void): Promise<CreateInvokerResponse>;
57
+ PreviewReplacedCommandContent(req: PreviewReplacedCommandContentRequest, cb?: (error: string, rep: PreviewReplacedCommandContentResponse) => void): Promise<PreviewReplacedCommandContentResponse>;
41
58
  /**
42
- * 此接口用于查询执行器的执行记录。
59
+ * 此接口用于停止执行器。
43
60
  */
44
- DescribeInvokerRecords(req: DescribeInvokerRecordsRequest, cb?: (error: string, rep: DescribeInvokerRecordsResponse) => void): Promise<DescribeInvokerRecordsResponse>;
61
+ DisableInvoker(req: DisableInvokerRequest, cb?: (error: string, rep: DisableInvokerResponse) => void): Promise<DisableInvokerResponse>;
45
62
  /**
46
- * 此接口用于查询 TAT 产品后台地域列表。
47
- RegionState 为 AVAILABLE,代表该地域的 TAT 后台服务已经可用;未返回,代表该地域的 TAT 后台服务尚不可用。
63
+ * 接口用于删除托管实例。
48
64
  */
49
- DescribeRegions(req?: DescribeRegionsRequest, cb?: (error: string, rep: DescribeRegionsResponse) => void): Promise<DescribeRegionsResponse>;
65
+ DeleteRegisterInstance(req: DeleteRegisterInstanceRequest, cb?: (error: string, rep: DeleteRegisterInstanceResponse) => void): Promise<DeleteRegisterInstanceResponse>;
50
66
  /**
51
- * 此接口用于停止执行器。
67
+ * 此接口用于修改命令。
52
68
  */
53
- DisableInvoker(req: DisableInvokerRequest, cb?: (error: string, rep: DisableInvokerResponse) => void): Promise<DisableInvokerResponse>;
69
+ ModifyCommand(req: ModifyCommandRequest, cb?: (error: string, rep: ModifyCommandResponse) => void): Promise<ModifyCommandResponse>;
54
70
  /**
55
- * 此接口用于修改执行器。
71
+ * 在指定的实例上触发命令,调用成功返回执行活动ID(inv-xxxxxxxx),每个执行活动内部有一个或多个执行任务(invt-xxxxxxxx),每个执行任务代表命令在一台 CVM 或一台 Lighthouse 上的执行记录。
72
+
73
+ * 如果指定实例未安装 agent,或 agent 不在线,返回失败
74
+ * 如果命令类型与 agent 运行环境不符,返回失败
75
+ * 指定的实例需要处于 VPC 网络
76
+ * 指定的实例需要处于 RUNNING 状态
77
+ * 不可同时指定 CVM 和 Lighthouse
56
78
  */
57
- ModifyInvoker(req: ModifyInvokerRequest, cb?: (error: string, rep: ModifyInvokerResponse) => void): Promise<ModifyInvokerResponse>;
79
+ InvokeCommand(req: InvokeCommandRequest, cb?: (error: string, rep: InvokeCommandResponse) => void): Promise<InvokeCommandResponse>;
80
+ /**
81
+ * 接口用于查询被托管的实例信息。
82
+ */
83
+ DescribeRegisterInstances(req: DescribeRegisterInstancesRequest, cb?: (error: string, rep: DescribeRegisterInstancesResponse) => void): Promise<DescribeRegisterInstancesResponse>;
84
+ /**
85
+ * 此接口用于查询 TAT 产品后台地域列表。
86
+ RegionState 为 AVAILABLE,代表该地域的 TAT 后台服务已经可用;未返回,代表该地域的 TAT 后台服务尚不可用。
87
+ */
88
+ DescribeRegions(req?: DescribeRegionsRequest, cb?: (error: string, rep: DescribeRegionsResponse) => void): Promise<DescribeRegionsResponse>;
58
89
  /**
59
90
  * 此接口用于创建命令。
60
91
  */
61
92
  CreateCommand(req: CreateCommandRequest, cb?: (error: string, rep: CreateCommandResponse) => void): Promise<CreateCommandResponse>;
62
93
  /**
63
- * 此接口用于删除命令。
64
- 如果命令与执行器关联,则无法被删除。
94
+ * 此接口用于批量删除注册码。
65
95
  */
66
- DeleteCommand(req: DeleteCommandRequest, cb?: (error: string, rep: DeleteCommandResponse) => void): Promise<DeleteCommandResponse>;
96
+ DeleteRegisterCodes(req: DeleteRegisterCodesRequest, cb?: (error: string, rep: DeleteRegisterCodesResponse) => void): Promise<DeleteRegisterCodesResponse>;
67
97
  /**
68
- * 此接口用于修改命令。
98
+ * 接口用于查询注册码信息。
69
99
  */
70
- ModifyCommand(req: ModifyCommandRequest, cb?: (error: string, rep: ModifyCommandResponse) => void): Promise<ModifyCommandResponse>;
100
+ DescribeRegisterCodes(req: DescribeRegisterCodesRequest, cb?: (error: string, rep: DescribeRegisterCodesResponse) => void): Promise<DescribeRegisterCodesResponse>;
71
101
  /**
72
102
  * 此接口用于查询自动化助手客户端的状态。
73
103
  */
74
104
  DescribeAutomationAgentStatus(req: DescribeAutomationAgentStatusRequest, cb?: (error: string, rep: DescribeAutomationAgentStatusResponse) => void): Promise<DescribeAutomationAgentStatusResponse>;
75
105
  /**
76
- * 此接口用于预览自定义参数替换后的命令内容。不会触发真实执行。
106
+ * 此接口用于批量禁用注册码。
77
107
  */
78
- PreviewReplacedCommandContent(req: PreviewReplacedCommandContentRequest, cb?: (error: string, rep: PreviewReplacedCommandContentResponse) => void): Promise<PreviewReplacedCommandContentResponse>;
108
+ DisableRegisterCodes(req: DisableRegisterCodesRequest, cb?: (error: string, rep: DisableRegisterCodesResponse) => void): Promise<DisableRegisterCodesResponse>;
79
109
  /**
80
- * 执行命令,调用成功返回执行活动ID(inv-xxxxxxxx),每个执行活动内部有一个或多个执行任务(invt-xxxxxxxx),每个执行任务代表命令在一台 CVM 或一台 Lighthouse 上的执行记录。
81
-
82
- * 如果指定实例未安装 agent,或 agent 不在线,返回失败
83
- * 如果命令类型与 agent 运行环境不符,返回失败
84
- * 指定的实例需要处于 VPC 网络
85
- * 指定的实例需要处于 `RUNNING` 状态
86
- * 不可同时指定 CVM 和 Lighthouse
110
+ * 此接口用于查询执行器的执行记录。
87
111
  */
88
- RunCommand(req: RunCommandRequest, cb?: (error: string, rep: RunCommandResponse) => void): Promise<RunCommandResponse>;
112
+ DescribeInvokerRecords(req: DescribeInvokerRecordsRequest, cb?: (error: string, rep: DescribeInvokerRecordsResponse) => void): Promise<DescribeInvokerRecordsResponse>;
113
+ /**
114
+ * 此接口用于修改执行器。
115
+ */
116
+ ModifyInvoker(req: ModifyInvokerRequest, cb?: (error: string, rep: ModifyInvokerResponse) => void): Promise<ModifyInvokerResponse>;
89
117
  /**
90
118
  * 此接口用于查询执行器信息。
91
119
  */
92
120
  DescribeInvokers(req: DescribeInvokersRequest, cb?: (error: string, rep: DescribeInvokersResponse) => void): Promise<DescribeInvokersResponse>;
93
121
  /**
94
- * 在指定的实例上触发命令,调用成功返回执行活动ID(inv-xxxxxxxx),每个执行活动内部有一个或多个执行任务(invt-xxxxxxxx),每个执行任务代表命令在一台 CVM 或一台 Lighthouse 上的执行记录。
122
+ * 执行命令,调用成功返回执行活动ID(inv-xxxxxxxx),每个执行活动内部有一个或多个执行任务(invt-xxxxxxxx),每个执行任务代表命令在一台 CVM 或一台 Lighthouse 上的执行记录。
95
123
 
96
124
  * 如果指定实例未安装 agent,或 agent 不在线,返回失败
97
125
  * 如果命令类型与 agent 运行环境不符,返回失败
98
126
  * 指定的实例需要处于 VPC 网络
99
- * 指定的实例需要处于 RUNNING 状态
127
+ * 指定的实例需要处于 `RUNNING` 状态
100
128
  * 不可同时指定 CVM 和 Lighthouse
101
129
  */
102
- InvokeCommand(req: InvokeCommandRequest, cb?: (error: string, rep: InvokeCommandResponse) => void): Promise<InvokeCommandResponse>;
130
+ RunCommand(req: RunCommandRequest, cb?: (error: string, rep: RunCommandResponse) => void): Promise<RunCommandResponse>;
103
131
  }