tencentcloud-sdk-nodejs 4.0.752 → 4.0.753

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 (43) hide show
  1. package/CHANGELOG.md +156 -0
  2. package/SERVICE_CHANGELOG.md +221 -42
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/clb/v20180317/clb_models.ts +1 -2
  7. package/src/services/cls/v20201016/cls_models.ts +4 -3
  8. package/src/services/dc/v20180410/dc_client.ts +1 -1
  9. package/src/services/dc/v20180410/dc_models.ts +25 -32
  10. package/src/services/dlc/v20210125/dlc_models.ts +48 -38
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  12. package/src/services/monitor/v20180724/monitor_client.ts +3 -3
  13. package/src/services/monitor/v20180724/monitor_models.ts +30 -30
  14. package/src/services/mps/v20190612/mps_client.ts +7 -2
  15. package/src/services/mps/v20190612/mps_models.ts +162 -68
  16. package/src/services/privatedns/v20201028/privatedns_models.ts +18 -0
  17. package/src/services/teo/v20220901/teo_client.ts +22 -9
  18. package/src/services/teo/v20220901/teo_models.ts +82 -42
  19. package/src/services/tmt/v20180321/tmt_models.ts +28 -28
  20. package/src/services/waf/v20180125/waf_client.ts +1 -0
  21. package/src/services/waf/v20180125/waf_models.ts +89 -18
  22. package/src/services/wedata/v20210820/wedata_models.ts +16 -0
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -2
  26. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -3
  27. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
  28. package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
  29. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +25 -32
  30. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -38
  31. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  32. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -3
  33. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -3
  34. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +30 -30
  35. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +157 -68
  36. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  37. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +7 -3
  38. package/tencentcloud/services/teo/v20220901/teo_client.js +9 -3
  39. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +79 -42
  40. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +28 -28
  41. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +88 -18
  42. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +16 -0
  43. package/test/teo.v20220901.test.js +12 -2
@@ -1262,7 +1262,7 @@ BizType为1时,优先使用MetricNames字段多指标只能填充到MetricName
1262
1262
  */
1263
1263
  MetricNames?: Array<string>
1264
1264
  /**
1265
- * 指标标签,从SQL结果字段中选择,一般是分组(group by) 的字段。
1265
+ * 指标维度,不接受时间类型。
1266
1266
  */
1267
1267
  MetricLabels?: Array<string>
1268
1268
  /**
@@ -1270,7 +1270,8 @@ BizType为1时,优先使用MetricNames字段多指标只能填充到MetricName
1270
1270
  */
1271
1271
  CustomTime?: string
1272
1272
  /**
1273
- * 除了MetricLabels,您还可以使用该参数,为指标补充静态的标签。
1273
+ * 除了MetricLabels,您还可以使用该参数,为指标补充静态的维度。
1274
+ 维度名以字母或下划线开头,后面可以跟字母、数字或下划线,长度小于等于1024 字节
1274
1275
  */
1275
1276
  CustomMetricLabels?: Array<MetricLabel>
1276
1277
  }
@@ -6680,7 +6681,7 @@ export interface CreateScheduledSqlRequest {
6680
6681
  */
6681
6682
  ProcessPeriod: number
6682
6683
  /**
6683
- * 单次查询的时间窗口
6684
+ * 单次查询的时间窗口,如果您的目标主题为指标主题,建议该参数的大小不超过30分钟,否则可能转指标失败。
6684
6685
  */
6685
6686
  ProcessTimeWindow: string
6686
6687
  /**
@@ -138,7 +138,7 @@ export class Client extends AbstractClient {
138
138
  }
139
139
 
140
140
  /**
141
- * 用于创建专用通道的接口
141
+ * 创建专用通道。
142
142
  */
143
143
  async CreateDirectConnectTunnel(
144
144
  req: CreateDirectConnectTunnelRequest,
@@ -25,7 +25,7 @@ export type DescribeInternetAddressQuotaRequest = null
25
25
  */
26
26
  export interface BgpPeer {
27
27
  /**
28
- * 用户侧,BGP Asn
28
+ * 用户侧BGP ASN
29
29
  */
30
30
  Asn?: number
31
31
  /**
@@ -683,92 +683,85 @@ export interface Tag {
683
683
  */
684
684
  export interface CreateDirectConnectTunnelRequest {
685
685
  /**
686
- * 专线 ID,例如:dc-kd7d06of
686
+ * 物理专线ID,例如:dc-kd7d06of
687
687
  */
688
688
  DirectConnectId: string
689
689
  /**
690
- * 专用通道名称
690
+ * 专用通道名称。
691
691
  */
692
692
  DirectConnectTunnelName: string
693
693
  /**
694
- * 物理专线 owner,缺省为当前客户(物理专线 owner)
695
- 共享专线时这里需要填写共享专线的开发商账号 ID
694
+ * 物理专线owner,缺省为当前客户(物理专线 owner)
695
+ 共享专线时这里需要填写共享专线的开发商账号 ID
696
696
  */
697
697
  DirectConnectOwnerAccount?: string
698
698
  /**
699
- * 网络类型,分别为VPC、BMVPCCCN,默认是VPC
700
- VPC:私有网络
701
- BMVPC:黑石网络
702
- CCN:云联网
699
+ * 网络类型,枚举:VPC、BMVPCCCN;默认为VPC。VPC:私有网络;BMVPC:黑石网络;CCN:云联网)。
703
700
  */
704
701
  NetworkType?: string
705
702
  /**
706
- * 网络地域
703
+ * 网络地域。
707
704
  */
708
705
  NetworkRegion?: string
709
706
  /**
710
- * 私有网络统一 ID 或者黑石网络统一 ID
707
+ * 私有网络统一ID或黑石网络统一ID
711
708
  */
712
709
  VpcId?: string
713
710
  /**
714
- * 专线网关 ID,例如 dcg-d545ddf
711
+ * 专线网关ID,例如 dcg-d545ddf
715
712
  */
716
713
  DirectConnectGatewayId?: string
717
714
  /**
718
- * 专线带宽,单位:Mbps
719
- 默认是物理专线带宽值
715
+ * 专线带宽,单位:Mbps;默认是物理专线带宽值。
720
716
  */
721
717
  Bandwidth?: number
722
718
  /**
723
- * BGP :BGP路由
724
- STATIC:静态
725
- 默认为 BGP 路由
719
+ * 路由类型,枚举:BGP、STATIC;默认为BGP 。(BGP :BGP路由;STATIC:静态)。
726
720
  */
727
721
  RouteType?: string
728
722
  /**
729
- * BgpPeer,用户侧bgp信息,包括Asn和AuthKey
723
+ * BgpPeer,用户侧bgp信息,包括Asn和AuthKey
730
724
  */
731
725
  BgpPeer?: BgpPeer
732
726
  /**
733
- * 静态路由,用户IDC的网段地址
727
+ * 静态路由,用户IDC的网段地址。
734
728
  */
735
729
  RouteFilterPrefixes?: Array<RouteFilterPrefix>
736
730
  /**
737
- * vlan,范围:0 ~ 3000
738
- 0:不开启子接口
739
- 默认值是非0
731
+ * vlan,范围:0 ~ 3000
732
+ 0:不开启子接口,默认值是非0。
740
733
  */
741
734
  Vlan?: number
742
735
  /**
743
- * TencentAddress,腾讯侧互联 IP
736
+ * TencentAddress,腾讯侧互联 IP
744
737
  */
745
738
  TencentAddress?: string
746
739
  /**
747
- * CustomerAddress,用户侧互联 IP
740
+ * CustomerAddress,用户侧互联 IP
748
741
  */
749
742
  CustomerAddress?: string
750
743
  /**
751
- * TencentBackupAddress,腾讯侧备用互联 IP
744
+ * TencentBackupAddress,腾讯侧备用互联 IP
752
745
  */
753
746
  TencentBackupAddress?: string
754
747
  /**
755
- * 高速上云服务ID
748
+ * 高速上云服务ID
756
749
  */
757
750
  CloudAttachId?: string
758
751
  /**
759
- * 是否开启BFD
752
+ * 是否开启BFD
760
753
  */
761
754
  BfdEnable?: number
762
755
  /**
763
- * 是否开启NQA
756
+ * 是否开启NQA
764
757
  */
765
758
  NqaEnable?: number
766
759
  /**
767
- * BFD配置信息
760
+ * BFD配置信息。
768
761
  */
769
762
  BfdInfo?: BFDInfo
770
763
  /**
771
- * NQA配置信息
764
+ * NQA配置信息。
772
765
  */
773
766
  NqaInfo?: NQAInfo
774
767
  }
@@ -1258,9 +1251,9 @@ export interface RejectDirectConnectTunnelResponse {
1258
1251
  */
1259
1252
  export interface CreateDirectConnectTunnelResponse {
1260
1253
  /**
1261
- * 专用通道ID
1254
+ * 专用通道ID
1262
1255
  */
1263
- DirectConnectTunnelIdSet: Array<string>
1256
+ DirectConnectTunnelIdSet?: Array<string>
1264
1257
  /**
1265
1258
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1266
1259
  */
@@ -1820,6 +1820,11 @@ export interface TableResponseInfo {
1820
1820
  注意:此字段可能返回 null,表示取不到有效值。
1821
1821
  */
1822
1822
  MapMaterializedViewName?: string
1823
+ /**
1824
+ * 访问热点
1825
+ 注意:此字段可能返回 null,表示取不到有效值。
1826
+ */
1827
+ HeatValue?: number
1823
1828
  }
1824
1829
 
1825
1830
  /**
@@ -2042,25 +2047,25 @@ export interface ModifyUserRequest {
2042
2047
  */
2043
2048
  export interface LakeFileSystemToken {
2044
2049
  /**
2045
- * Token使用的临时秘钥的ID
2050
+ * Token使用的临时密钥的ID
2046
2051
  */
2047
- SecretId: string
2052
+ SecretId?: string
2048
2053
  /**
2049
- * Token使用的临时秘钥
2054
+ * Token使用的临时密钥
2050
2055
  */
2051
- SecretKey: string
2056
+ SecretKey?: string
2052
2057
  /**
2053
2058
  * Token信息
2054
2059
  */
2055
- Token: string
2060
+ Token?: string
2056
2061
  /**
2057
2062
  * 过期时间
2058
2063
  */
2059
- ExpiredTime: number
2064
+ ExpiredTime?: number
2060
2065
  /**
2061
2066
  * 颁布时间
2062
2067
  */
2063
- IssueTime: number
2068
+ IssueTime?: number
2064
2069
  }
2065
2070
 
2066
2071
  /**
@@ -2290,7 +2295,7 @@ export interface DataEngineConfigInstanceInfo {
2290
2295
  */
2291
2296
  DataEngineConfigPairs?: Array<DataEngineConfigPair>
2292
2297
  /**
2293
- * 作业集群资源参数配置模版
2298
+ * 作业集群资源参数配置模板
2294
2299
  */
2295
2300
  SessionResourceTemplate?: SessionResourceTemplate
2296
2301
  }
@@ -2323,51 +2328,51 @@ export interface NotebookSessions {
2323
2328
  /**
2324
2329
  * 类型,当前支持:spark、pyspark、sparkr、sql
2325
2330
  */
2326
- Kind: string
2331
+ Kind?: string
2327
2332
  /**
2328
2333
  * Session唯一标识
2329
2334
  */
2330
- SessionId: string
2335
+ SessionId?: string
2331
2336
  /**
2332
2337
  * 代理用户,默认为root
2333
2338
  注意:此字段可能返回 null,表示取不到有效值。
2334
2339
  */
2335
- ProxyUser: string
2340
+ ProxyUser?: string
2336
2341
  /**
2337
2342
  * Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
2338
2343
  */
2339
- State: string
2344
+ State?: string
2340
2345
  /**
2341
2346
  * Spark任务返回的AppId
2342
2347
  注意:此字段可能返回 null,表示取不到有效值。
2343
2348
  */
2344
- SparkAppId: string
2349
+ SparkAppId?: string
2345
2350
  /**
2346
2351
  * Session名称
2347
2352
  */
2348
- Name: string
2353
+ Name?: string
2349
2354
  /**
2350
2355
  * Session创建时间
2351
2356
  */
2352
- CreateTime: string
2357
+ CreateTime?: string
2353
2358
  /**
2354
2359
  * 引擎名称
2355
2360
  */
2356
- DataEngineName: string
2361
+ DataEngineName?: string
2357
2362
  /**
2358
2363
  * 最新的运行时间
2359
2364
  注意:此字段可能返回 null,表示取不到有效值。
2360
2365
  */
2361
- LastRunningTime: string
2366
+ LastRunningTime?: string
2362
2367
  /**
2363
2368
  * 创建者
2364
2369
  */
2365
- Creator: string
2370
+ Creator?: string
2366
2371
  /**
2367
2372
  * spark ui地址
2368
2373
  注意:此字段可能返回 null,表示取不到有效值。
2369
2374
  */
2370
- SparkUiUrl: string
2375
+ SparkUiUrl?: string
2371
2376
  }
2372
2377
 
2373
2378
  /**
@@ -4295,92 +4300,92 @@ export interface NotebookSessionInfo {
4295
4300
  /**
4296
4301
  * Session名称
4297
4302
  */
4298
- Name: string
4303
+ Name?: string
4299
4304
  /**
4300
4305
  * 类型,当前支持:spark、pyspark、sparkr、sql
4301
4306
  */
4302
- Kind: string
4307
+ Kind?: string
4303
4308
  /**
4304
4309
  * DLC Spark作业引擎名称
4305
4310
  */
4306
- DataEngineName: string
4311
+ DataEngineName?: string
4307
4312
  /**
4308
4313
  * Session相关配置,当前支持:eni、roleArn以及用户指定的配置
4309
4314
  注意:此字段可能返回 null,表示取不到有效值。
4310
4315
  */
4311
- Arguments: Array<KVPair>
4316
+ Arguments?: Array<KVPair>
4312
4317
  /**
4313
4318
  * 运行程序地址,当前支持:cosn://和lakefs://两种路径
4314
4319
  注意:此字段可能返回 null,表示取不到有效值。
4315
4320
  */
4316
- ProgramDependentFiles: Array<string>
4321
+ ProgramDependentFiles?: Array<string>
4317
4322
  /**
4318
4323
  * 依赖的jar程序地址,当前支持:cosn://和lakefs://两种路径
4319
4324
  注意:此字段可能返回 null,表示取不到有效值。
4320
4325
  */
4321
- ProgramDependentJars: Array<string>
4326
+ ProgramDependentJars?: Array<string>
4322
4327
  /**
4323
4328
  * 依赖的python程序地址,当前支持:cosn://和lakefs://两种路径
4324
4329
  注意:此字段可能返回 null,表示取不到有效值。
4325
4330
  */
4326
- ProgramDependentPython: Array<string>
4331
+ ProgramDependentPython?: Array<string>
4327
4332
  /**
4328
4333
  * 依赖的pyspark虚拟环境地址,当前支持:cosn://和lakefs://两种路径
4329
4334
  注意:此字段可能返回 null,表示取不到有效值。
4330
4335
  */
4331
- ProgramArchives: Array<string>
4336
+ ProgramArchives?: Array<string>
4332
4337
  /**
4333
4338
  * 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
4334
4339
  注意:此字段可能返回 null,表示取不到有效值。
4335
4340
  */
4336
- DriverSize: string
4341
+ DriverSize?: string
4337
4342
  /**
4338
4343
  * 指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
4339
4344
  注意:此字段可能返回 null,表示取不到有效值。
4340
4345
  */
4341
- ExecutorSize: string
4346
+ ExecutorSize?: string
4342
4347
  /**
4343
4348
  * 指定的Executor数量,默认为1
4344
4349
  注意:此字段可能返回 null,表示取不到有效值。
4345
4350
  */
4346
- ExecutorNumbers: number
4351
+ ExecutorNumbers?: number
4347
4352
  /**
4348
4353
  * 代理用户,默认为root
4349
4354
  注意:此字段可能返回 null,表示取不到有效值。
4350
4355
  */
4351
- ProxyUser: string
4356
+ ProxyUser?: string
4352
4357
  /**
4353
4358
  * 指定的Session超时时间,单位秒,默认3600秒
4354
4359
  注意:此字段可能返回 null,表示取不到有效值。
4355
4360
  */
4356
- TimeoutInSecond: number
4361
+ TimeoutInSecond?: number
4357
4362
  /**
4358
4363
  * Spark任务返回的AppId
4359
4364
  注意:此字段可能返回 null,表示取不到有效值。
4360
4365
  */
4361
- SparkAppId: string
4366
+ SparkAppId?: string
4362
4367
  /**
4363
4368
  * Session唯一标识
4364
4369
  */
4365
- SessionId: string
4370
+ SessionId?: string
4366
4371
  /**
4367
4372
  * Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
4368
4373
  */
4369
- State: string
4374
+ State?: string
4370
4375
  /**
4371
4376
  * Session创建时间
4372
4377
  */
4373
- CreateTime: string
4378
+ CreateTime?: string
4374
4379
  /**
4375
4380
  * 其它信息
4376
4381
  注意:此字段可能返回 null,表示取不到有效值。
4377
4382
  */
4378
- AppInfo: Array<KVPair>
4383
+ AppInfo?: Array<KVPair>
4379
4384
  /**
4380
4385
  * Spark ui地址
4381
4386
  注意:此字段可能返回 null,表示取不到有效值。
4382
4387
  */
4383
- SparkUiUrl: string
4388
+ SparkUiUrl?: string
4384
4389
  /**
4385
4390
  * 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
4386
4391
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7882,6 +7887,11 @@ export interface TaskResponseInfo {
7882
7887
  注意:此字段可能返回 null,表示取不到有效值。
7883
7888
  */
7884
7889
  PrestoMonitorMetrics?: PrestoMonitorMetrics
7890
+ /**
7891
+ * 结果文件格式:默认为csv
7892
+ 注意:此字段可能返回 null,表示取不到有效值。
7893
+ */
7894
+ ResultFormat?: string
7885
7895
  }
7886
7896
 
7887
7897
  /**
@@ -972,7 +972,7 @@ export interface CreateFlowOption {
972
972
  **true**:跳过
973
973
  **false**:(默认)不跳过,需要传ResourceId
974
974
  */
975
- SkipUploadFile?: string
975
+ SkipUploadFile?: boolean
976
976
  }
977
977
 
978
978
  /**
@@ -496,7 +496,7 @@ export class Client extends AbstractClient {
496
496
  }
497
497
 
498
498
  /**
499
- * 更新 Prometheus 的报警规则。
499
+ * 更新 Prometheus 的告警规则。
500
500
 
501
501
  请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。
502
502
  */
@@ -900,7 +900,7 @@ export class Client extends AbstractClient {
900
900
  }
901
901
 
902
902
  /**
903
- * 更新 Prometheus 抓取任务
903
+ * 更新 Prometheus Agent 抓取任务
904
904
  */
905
905
  async UpdatePrometheusScrapeJob(
906
906
  req: UpdatePrometheusScrapeJobRequest,
@@ -1325,7 +1325,7 @@ export class Client extends AbstractClient {
1325
1325
  }
1326
1326
 
1327
1327
  /**
1328
- * 查询 exporter 集成列表
1328
+ * 查询集成中心 exporter 集成列表
1329
1329
  */
1330
1330
  async DescribeExporterIntegrations(
1331
1331
  req: DescribeExporterIntegrationsRequest,
@@ -1882,7 +1882,7 @@ export interface UpdateAlertRuleResponse {
1882
1882
  /**
1883
1883
  * 规则 ID
1884
1884
  */
1885
- RuleId: string
1885
+ RuleId?: string
1886
1886
  /**
1887
1887
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1888
1888
  */
@@ -2856,11 +2856,11 @@ export interface UpdateRecordingRuleRequest {
2856
2856
  */
2857
2857
  Group: string
2858
2858
  /**
2859
- * Prometheus 实例 ID
2859
+ * Prometheus 实例 ID(可通过 DescribePrometheusInstances 接口获取)
2860
2860
  */
2861
2861
  InstanceId: string
2862
2862
  /**
2863
- * Prometheus 聚合规则 ID
2863
+ * Prometheus 聚合规则 ID(可通过 DescribeRecordingRules 接口获取)
2864
2864
  */
2865
2865
  RuleId: string
2866
2866
  /**
@@ -3852,18 +3852,18 @@ export interface DescribeExporterIntegrationsRequest {
3852
3852
  */
3853
3853
  InstanceId: string
3854
3854
  /**
3855
- * Kubernetes 集群类型,取值如下:
3855
+ * Kubernetes 集群类型,可不填。取值如下:
3856
3856
  <li> 1= 容器集群(TKE) </li>
3857
- <li> 2=弹性集群<EKS> </li>
3858
- <li> 3= Prometheus管理的弹性集群<MEKS> </li>
3857
+ <li> 2=弹性集群(EKS) </li>
3858
+ <li> 3= Prometheus管理的弹性集群(MEKS) </li>
3859
3859
  */
3860
3860
  KubeType?: number
3861
3861
  /**
3862
- * 集群 ID
3862
+ * 集群 ID,可不填
3863
3863
  */
3864
3864
  ClusterId?: string
3865
3865
  /**
3866
- * 类型
3866
+ * 类型(不填返回全部集成。可通过 DescribePrometheusIntegrations 接口获取,取每一项中的 ExporterType 字段)
3867
3867
  */
3868
3868
  Kind?: string
3869
3869
  /**
@@ -4073,19 +4073,19 @@ export interface DescribePrometheusClusterAgentsResponse {
4073
4073
  */
4074
4074
  export interface UpdatePrometheusScrapeJobRequest {
4075
4075
  /**
4076
- * Prometheus 实例 ID,例如:prom-abcd1234
4076
+ * Prometheus 实例 ID(可通过 DescribePrometheusInstances 接口获取)
4077
4077
  */
4078
4078
  InstanceId: string
4079
4079
  /**
4080
- * Agent ID,例如:agent-abcd1234,可在控制台 Agent 管理中获取
4080
+ * Agent ID(可通过DescribePrometheusAgents 接口获取)
4081
4081
  */
4082
4082
  AgentId: string
4083
4083
  /**
4084
- * 抓取任务 ID,例如:job-abcd1234,可在控制台 Agent 管理-抓取任务配置中获取
4084
+ * 抓取任务 ID(可通过 DescribePrometheusScrapeJobs 接口获取)
4085
4085
  */
4086
4086
  JobId: string
4087
4087
  /**
4088
- * 抓取任务配置,格式:job_name:xx
4088
+ * 抓取任务配置
4089
4089
  */
4090
4090
  Config: string
4091
4091
  }
@@ -4095,15 +4095,15 @@ export interface UpdatePrometheusScrapeJobRequest {
4095
4095
  */
4096
4096
  export interface PrometheusAgentInfo {
4097
4097
  /**
4098
- * 集群类型
4098
+ * 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
4099
4099
  */
4100
4100
  ClusterType: string
4101
4101
  /**
4102
- * 集群id
4102
+ * 集成容器服务中关联的集群ID
4103
4103
  */
4104
4104
  ClusterId: string
4105
4105
  /**
4106
- * 备注
4106
+ * 该参数未使用,不需要填写
4107
4107
  */
4108
4108
  Describe?: string
4109
4109
  }
@@ -4240,7 +4240,7 @@ export interface UpdateRecordingRuleResponse {
4240
4240
  * 规则 ID
4241
4241
  注意:此字段可能返回 null,表示取不到有效值。
4242
4242
  */
4243
- RuleId: string
4243
+ RuleId?: string
4244
4244
  /**
4245
4245
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4246
4246
  */
@@ -4369,7 +4369,7 @@ export interface CreateGrafanaInstanceResponse {
4369
4369
  */
4370
4370
  export interface UpdateAlertRuleRequest {
4371
4371
  /**
4372
- * Prometheus 报警规则 ID
4372
+ * Prometheus 高警规则 ID
4373
4373
  */
4374
4374
  RuleId: string
4375
4375
  /**
@@ -4385,19 +4385,19 @@ export interface UpdateAlertRuleRequest {
4385
4385
  */
4386
4386
  RuleState: number
4387
4387
  /**
4388
- * 报警规则名称
4388
+ * 告警规则名称
4389
4389
  */
4390
4390
  RuleName: string
4391
4391
  /**
4392
- * 报警规则表达式
4392
+ * 告警规则表达式
4393
4393
  */
4394
4394
  Expr: string
4395
4395
  /**
4396
- * 报警规则持续时间
4396
+ * 告警规则持续时间
4397
4397
  */
4398
4398
  Duration: string
4399
4399
  /**
4400
- * 报警规则接收组列表
4400
+ * 告警规则接收组列表(当前规则绑定的接收组列表可通过 DescribeAlertRules 接口获取;用户已有的接收组列表可通过 DescribeAlarmNotices 接口获取)
4401
4401
  */
4402
4402
  Receivers: Array<string>
4403
4403
  /**
@@ -4411,7 +4411,7 @@ export interface UpdateAlertRuleRequest {
4411
4411
  */
4412
4412
  Annotations?: Array<PrometheusRuleKV>
4413
4413
  /**
4414
- * 报警策略模板分类
4414
+ * 报警策略模板分类(自定义,可不填)
4415
4415
  */
4416
4416
  Type?: string
4417
4417
  }
@@ -4572,7 +4572,7 @@ export interface DescribeDNSConfigResponse {
4572
4572
  */
4573
4573
  export interface DeleteRecordingRulesRequest {
4574
4574
  /**
4575
- * 规则 ID 列表
4575
+ * 规则 ID 列表(规则 ID 可通过 DescribeRecordingRules 接口获取)
4576
4576
  */
4577
4577
  RuleIds: Array<string>
4578
4578
  /**
@@ -7793,26 +7793,26 @@ export interface RunPrometheusInstanceResponse {
7793
7793
  */
7794
7794
  export interface UpdateExporterIntegrationRequest {
7795
7795
  /**
7796
- * 实例 ID
7796
+ * Prometheus 实例 ID
7797
7797
  */
7798
7798
  InstanceId: string
7799
7799
  /**
7800
- * 类型
7800
+ * 类型(可通过 DescribeExporterIntegrations 获取对应集成的 Kind)
7801
7801
  */
7802
7802
  Kind: string
7803
7803
  /**
7804
- * 配置内容
7804
+ * 配置内容(可通过 DescribeExporterIntegrations 接口获取对应集成的 Content,并在此基础上做修改)
7805
7805
  */
7806
7806
  Content: string
7807
7807
  /**
7808
- * Kubernetes 集群类型,取值如下:
7808
+ * Kubernetes 集群类型,可不填。取值如下:
7809
7809
  <li> 1= 容器集群(TKE) </li>
7810
- <li> 2=弹性集群<EKS> </li>
7811
- <li> 3= Prometheus管理的弹性集群<MEKS> </li>
7810
+ <li> 2=弹性集群(EKS) </li>
7811
+ <li> 3= Prometheus管理的弹性集群(MEKS) </li>
7812
7812
  */
7813
7813
  KubeType?: number
7814
7814
  /**
7815
- * 集群 ID
7815
+ * 集群 ID,可不填
7816
7816
  */
7817
7817
  ClusterId?: string
7818
7818
  }
@@ -28,7 +28,7 @@ import {
28
28
  OverrideTranscodeParameter,
29
29
  AiAnalysisTaskClassificationInput,
30
30
  SvgWatermarkInput,
31
- WorkflowInfo,
31
+ FlowStatisticsArray,
32
32
  CreateTranscodeTemplateRequest,
33
33
  ProcessLiveStreamResponse,
34
34
  CreateOutputSRTSettings,
@@ -37,6 +37,7 @@ import {
37
37
  DescribeAnimatedGraphicsTemplatesRequest,
38
38
  AiReviewTaskProhibitedAsrResult,
39
39
  AdaptiveDynamicStreamingTemplate,
40
+ MediaAiAnalysisDescriptionItem,
40
41
  DeleteAnimatedGraphicsTemplateResponse,
41
42
  AiReviewTaskProhibitedOcrResult,
42
43
  AiRecognitionTaskAsrFullTextResultOutput,
@@ -83,6 +84,7 @@ import {
83
84
  MediaAiAnalysisClassificationItem,
84
85
  ModifyWordSampleResponse,
85
86
  AudioTemplateInfoForUpdate,
87
+ WorkflowInfo,
86
88
  SuperResolutionConfig,
87
89
  DeletePersonSampleRequest,
88
90
  DescribeStreamLinkFlowsResponse,
@@ -121,7 +123,7 @@ import {
121
123
  CreateScheduleResponse,
122
124
  TagConfigureInfo,
123
125
  AiRecognitionTaskOcrWordsResultOutput,
124
- FlowStatisticsArray,
126
+ AiParagraphInfo,
125
127
  AudioSeparateConfig,
126
128
  DeleteAIRecognitionTemplateRequest,
127
129
  DescribeInputSRTSettings,
@@ -202,6 +204,7 @@ import {
202
204
  CreateStreamLinkOutputInfoResponse,
203
205
  S3InputInfo,
204
206
  MediaProcessTaskImageSpriteResult,
207
+ AiAnalysisTaskDescriptionOutput,
205
208
  DescribeStreamLinkEventAttachedFlowsRequest,
206
209
  RTPAddressDestination,
207
210
  DescribeAdaptiveDynamicStreamingTemplatesResponse,
@@ -341,6 +344,7 @@ import {
341
344
  AiRecognitionTaskOcrWordsResultItem,
342
345
  DeleteSampleSnapshotTemplateResponse,
343
346
  AiAnalysisTaskTagInput,
347
+ AiAnalysisTaskDescriptionResult,
344
348
  ResetWorkflowRequest,
345
349
  AiRecognitionTaskObjectResultInput,
346
350
  AiReviewTaskTerrorismResult,
@@ -468,6 +472,7 @@ import {
468
472
  DescribeStreamLinkRegionsRequest,
469
473
  ModifyStreamLinkInputResponse,
470
474
  HeadTailParameter,
475
+ AiAnalysisTaskDescriptionInput,
471
476
  DescribeTaskDetailResponse,
472
477
  LiveStreamAiRecognitionResultItem,
473
478
  DeleteImageSpriteTemplateRequest,