tencentcloud-sdk-nodejs 4.0.668 → 4.0.670

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 (90) hide show
  1. package/CHANGELOG.md +569 -0
  2. package/SERVICE_CHANGELOG.md +758 -63
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_client.ts +4 -2
  7. package/src/services/billing/v20180709/billing_models.ts +118 -46
  8. package/src/services/cdn/v20180606/cdn_models.ts +4 -0
  9. package/src/services/cls/v20201016/cls_client.ts +3 -0
  10. package/src/services/cls/v20201016/cls_models.ts +166 -27
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +17 -13
  12. package/src/services/dlc/v20210125/dlc_models.ts +1 -1
  13. package/src/services/dts/v20211206/dts_client.ts +30 -6
  14. package/src/services/dts/v20211206/dts_models.ts +80 -0
  15. package/src/services/eb/v20210416/eb_client.ts +1 -1
  16. package/src/services/eb/v20210416/eb_models.ts +10 -1
  17. package/src/services/ess/v20201111/ess_models.ts +53 -7
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -6
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +77 -15
  20. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -3
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +180 -82
  22. package/src/services/lcic/v20220817/lcic_models.ts +21 -1
  23. package/src/services/mps/v20190612/mps_client.ts +1 -0
  24. package/src/services/mps/v20190612/mps_models.ts +37 -8
  25. package/src/services/nlp/v20190408/nlp_client.ts +1 -1
  26. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  27. package/src/services/scf/v20180416/scf_client.ts +27 -0
  28. package/src/services/scf/v20180416/scf_models.ts +52 -0
  29. package/src/services/ssa/v20180608/ssa_models.ts +2 -2
  30. package/src/services/tcb/v20180608/tcb_models.ts +19 -14
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +40 -25
  32. package/src/services/tione/v20211111/tione_models.ts +14 -4
  33. package/src/services/tse/v20201207/tse_client.ts +152 -33
  34. package/src/services/tse/v20201207/tse_models.ts +792 -121
  35. package/src/services/tsf/v20180326/tsf_client.ts +1 -0
  36. package/src/services/tsf/v20180326/tsf_models.ts +74 -30
  37. package/src/services/tts/v20190823/tts_client.ts +0 -1
  38. package/src/services/tts/v20190823/tts_models.ts +14 -6
  39. package/src/services/waf/v20180125/waf_client.ts +12 -0
  40. package/src/services/waf/v20180125/waf_models.ts +68 -32
  41. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -1
  45. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +116 -46
  46. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +163 -27
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -13
  49. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
  50. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
  51. package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
  52. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
  53. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +1 -1
  54. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +10 -1
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -7
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +77 -15
  59. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +177 -82
  62. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +21 -1
  63. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +36 -8
  64. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -1
  65. package/tencentcloud/services/nlp/v20190408/nlp_client.js +1 -1
  66. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  67. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  68. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +20 -1
  69. package/tencentcloud/services/scf/v20180416/scf_client.js +21 -0
  70. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +50 -0
  71. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +2 -2
  72. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +40 -25
  74. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +14 -4
  75. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
  76. package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
  77. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
  78. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -30
  79. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
  80. package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
  81. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +14 -6
  82. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  83. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  84. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +66 -32
  85. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  86. package/test/dts.v20211206.test.js +22 -2
  87. package/test/iotexplorer.v20190423.test.js +10 -0
  88. package/test/scf.v20180416.test.js +10 -0
  89. package/test/tse.v20201207.test.js +98 -8
  90. package/test/waf.v20180125.test.js +10 -0
@@ -5243,72 +5243,77 @@ export interface WxGatewayRountItem {
5243
5243
  /**
5244
5244
  * 安全网关路由名称
5245
5245
  */
5246
- GatewayRouteName: string;
5246
+ GatewayRouteName?: string;
5247
5247
  /**
5248
5248
  * 安全网关路由协议
5249
5249
  */
5250
- GatewayRouteProtocol: string;
5250
+ GatewayRouteProtocol?: string;
5251
5251
  /**
5252
5252
  * 安全网关路由地址
5253
5253
  */
5254
- GatewayRouteAddr: string;
5254
+ GatewayRouteAddr?: string;
5255
5255
  /**
5256
5256
  * 安全网关路由描述
5257
5257
  */
5258
- GatewayRouteDesc: string;
5258
+ GatewayRouteDesc?: string;
5259
5259
  /**
5260
5260
  * 安全网关后端集群id,如果是外网服务,该id与GatewayRountName相同
5261
5261
  */
5262
- GatewayRouteClusterId: string;
5262
+ GatewayRouteClusterId?: string;
5263
5263
  /**
5264
5264
  * 安全网关创建时间
5265
5265
  */
5266
- GatewayRouteCreateTime: string;
5266
+ GatewayRouteCreateTime?: string;
5267
5267
  /**
5268
5268
  * 安全网关路由限制
5269
5269
  注意:此字段可能返回 null,表示取不到有效值。
5270
5270
  */
5271
- FrequencyLimitConfig: Array<FrequencyLimitConfig>;
5271
+ FrequencyLimitConfig?: Array<FrequencyLimitConfig>;
5272
5272
  /**
5273
5273
  * ip代表绑定后端ip。cbr代表云托管服务
5274
5274
  注意:此字段可能返回 null,表示取不到有效值。
5275
5275
  */
5276
- GatewayRouteServerType: string;
5276
+ GatewayRouteServerType?: string;
5277
5277
  /**
5278
5278
  * 服务名
5279
5279
  注意:此字段可能返回 null,表示取不到有效值。
5280
5280
  */
5281
- GatewayRouteServerName: string;
5281
+ GatewayRouteServerName?: string;
5282
5282
  /**
5283
5283
  * ip
5284
5284
  注意:此字段可能返回 null,表示取不到有效值。
5285
5285
  */
5286
- GatewayRewriteHost: string;
5286
+ GatewayRewriteHost?: string;
5287
5287
  /**
5288
5288
  * 网关版本
5289
5289
  注意:此字段可能返回 null,表示取不到有效值。
5290
5290
  */
5291
- GatewayVersion: string;
5291
+ GatewayVersion?: string;
5292
5292
  /**
5293
5293
  * 请求路径
5294
5294
  注意:此字段可能返回 null,表示取不到有效值。
5295
5295
  */
5296
- GatewayRoutePath: string;
5296
+ GatewayRoutePath?: string;
5297
5297
  /**
5298
5298
  * 请求模式
5299
5299
  注意:此字段可能返回 null,表示取不到有效值。
5300
5300
  */
5301
- GatewayRouteMethod: string;
5301
+ GatewayRouteMethod?: string;
5302
5302
  /**
5303
5303
  * 4层端口
5304
5304
  注意:此字段可能返回 null,表示取不到有效值。
5305
5305
  */
5306
- GatewayRoutePort: number;
5306
+ GatewayRoutePort?: number;
5307
5307
  /**
5308
5308
  * 路由环境ID
5309
5309
  注意:此字段可能返回 null,表示取不到有效值。
5310
5310
  */
5311
5311
  GatewayRouteEnvId?: string;
5312
+ /**
5313
+ * 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
5314
+ 注意:此字段可能返回 null,表示取不到有效值。
5315
+ */
5316
+ GatewayRoutePathMatchType?: string;
5312
5317
  }
5313
5318
  /**
5314
5319
  * DescribeSmsQuotas请求参数结构体
@@ -1315,67 +1315,67 @@ export interface Topic {
1315
1315
  * 最后一次间隔内发布消息的平均byte大小。
1316
1316
  注意:此字段可能返回 null,表示取不到有效值。
1317
1317
  */
1318
- AverageMsgSize: string;
1318
+ AverageMsgSize?: string;
1319
1319
  /**
1320
1320
  * 消费者数量。
1321
1321
  注意:此字段可能返回 null,表示取不到有效值。
1322
1322
  */
1323
- ConsumerCount: string;
1323
+ ConsumerCount?: string;
1324
1324
  /**
1325
1325
  * 被记录下来的消息总数。
1326
1326
  注意:此字段可能返回 null,表示取不到有效值。
1327
1327
  */
1328
- LastConfirmedEntry: string;
1328
+ LastConfirmedEntry?: string;
1329
1329
  /**
1330
1330
  * 最后一个ledger创建的时间。
1331
1331
  注意:此字段可能返回 null,表示取不到有效值。
1332
1332
  */
1333
- LastLedgerCreatedTimestamp: string;
1333
+ LastLedgerCreatedTimestamp?: string;
1334
1334
  /**
1335
1335
  * 本地和复制的发布者每秒发布消息的速率。
1336
1336
  注意:此字段可能返回 null,表示取不到有效值。
1337
1337
  */
1338
- MsgRateIn: string;
1338
+ MsgRateIn?: string;
1339
1339
  /**
1340
1340
  * 本地和复制的消费者每秒分发消息的数量之和。
1341
1341
  注意:此字段可能返回 null,表示取不到有效值。
1342
1342
  */
1343
- MsgRateOut: string;
1343
+ MsgRateOut?: string;
1344
1344
  /**
1345
1345
  * 本地和复制的发布者每秒发布消息的byte。
1346
1346
  注意:此字段可能返回 null,表示取不到有效值。
1347
1347
  */
1348
- MsgThroughputIn: string;
1348
+ MsgThroughputIn?: string;
1349
1349
  /**
1350
1350
  * 本地和复制的消费者每秒分发消息的byte。
1351
1351
  注意:此字段可能返回 null,表示取不到有效值。
1352
1352
  */
1353
- MsgThroughputOut: string;
1353
+ MsgThroughputOut?: string;
1354
1354
  /**
1355
1355
  * 被记录下来的消息总数。
1356
1356
  注意:此字段可能返回 null,表示取不到有效值。
1357
1357
  */
1358
- NumberOfEntries: string;
1358
+ NumberOfEntries?: string;
1359
1359
  /**
1360
1360
  * 分区数<=0:topic下无子分区。
1361
1361
  注意:此字段可能返回 null,表示取不到有效值。
1362
1362
  */
1363
- Partitions: number;
1363
+ Partitions?: number;
1364
1364
  /**
1365
1365
  * 生产者数量。
1366
1366
  注意:此字段可能返回 null,表示取不到有效值。
1367
1367
  */
1368
- ProducerCount: string;
1368
+ ProducerCount?: string;
1369
1369
  /**
1370
1370
  * 以byte计算的所有消息存储总量。
1371
1371
  注意:此字段可能返回 null,表示取不到有效值。
1372
1372
  */
1373
- TotalSize: string;
1373
+ TotalSize?: string;
1374
1374
  /**
1375
1375
  * 分区topic里面的子分区。
1376
1376
  注意:此字段可能返回 null,表示取不到有效值。
1377
1377
  */
1378
- SubTopicSets: Array<PartitionsTopic>;
1378
+ SubTopicSets?: Array<PartitionsTopic>;
1379
1379
  /**
1380
1380
  * topic类型描述:
1381
1381
  0:普通消息;
@@ -1386,42 +1386,42 @@ export interface Topic {
1386
1386
  5:事务消息。
1387
1387
  注意:此字段可能返回 null,表示取不到有效值。
1388
1388
  */
1389
- TopicType: number;
1389
+ TopicType?: number;
1390
1390
  /**
1391
1391
  * 环境(命名空间)名称。
1392
1392
  注意:此字段可能返回 null,表示取不到有效值。
1393
1393
  */
1394
- EnvironmentId: string;
1394
+ EnvironmentId?: string;
1395
1395
  /**
1396
1396
  * 主题名称。
1397
1397
  注意:此字段可能返回 null,表示取不到有效值。
1398
1398
  */
1399
- TopicName: string;
1399
+ TopicName?: string;
1400
1400
  /**
1401
1401
  * 说明,128个字符以内。
1402
1402
  注意:此字段可能返回 null,表示取不到有效值。
1403
1403
  */
1404
- Remark: string;
1404
+ Remark?: string;
1405
1405
  /**
1406
1406
  * 创建时间。
1407
1407
  注意:此字段可能返回 null,表示取不到有效值。
1408
1408
  */
1409
- CreateTime: string;
1409
+ CreateTime?: string;
1410
1410
  /**
1411
1411
  * 最近修改时间。
1412
1412
  注意:此字段可能返回 null,表示取不到有效值。
1413
1413
  */
1414
- UpdateTime: string;
1414
+ UpdateTime?: string;
1415
1415
  /**
1416
1416
  * 生产者上限。
1417
1417
  注意:此字段可能返回 null,表示取不到有效值。
1418
1418
  */
1419
- ProducerLimit: string;
1419
+ ProducerLimit?: string;
1420
1420
  /**
1421
1421
  * 消费者上限。
1422
1422
  注意:此字段可能返回 null,表示取不到有效值。
1423
1423
  */
1424
- ConsumerLimit: string;
1424
+ ConsumerLimit?: string;
1425
1425
  /**
1426
1426
  * 0: 非持久非分区
1427
1427
  1: 非持久分区
@@ -1429,7 +1429,13 @@ export interface Topic {
1429
1429
  3: 持久分区
1430
1430
  注意:此字段可能返回 null,表示取不到有效值。
1431
1431
  */
1432
- PulsarTopicType: number;
1432
+ PulsarTopicType?: number;
1433
+ /**
1434
+ * 未消费消息过期时间,单位:秒
1435
+
1436
+ 注意:此字段可能返回 null,表示取不到有效值。
1437
+ */
1438
+ MsgTTL?: number;
1433
1439
  }
1434
1440
  /**
1435
1441
  * RabbitMQ的vhost详情
@@ -2919,6 +2925,10 @@ export interface CreateTopicRequest {
2919
2925
  3: 持久分区
2920
2926
  */
2921
2927
  PulsarTopicType?: number;
2928
+ /**
2929
+ * 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
2930
+ */
2931
+ MsgTTL?: number;
2922
2932
  }
2923
2933
  /**
2924
2934
  * DescribeTopics请求参数结构体
@@ -4326,11 +4336,11 @@ export interface ModifyTopicResponse {
4326
4336
  /**
4327
4337
  * 分区数
4328
4338
  */
4329
- Partitions: number;
4339
+ Partitions?: number;
4330
4340
  /**
4331
4341
  * 备注,128字符以内。
4332
4342
  */
4333
- Remark: string;
4343
+ Remark?: string;
4334
4344
  /**
4335
4345
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4336
4346
  */
@@ -4574,7 +4584,7 @@ export interface CreateCmqTopicResponse {
4574
4584
  /**
4575
4585
  * 主题id
4576
4586
  */
4577
- TopicId: string;
4587
+ TopicId?: string;
4578
4588
  /**
4579
4589
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4580
4590
  */
@@ -4781,6 +4791,11 @@ export interface ModifyTopicRequest {
4781
4791
  * Pulsar 集群的ID
4782
4792
  */
4783
4793
  ClusterId?: string;
4794
+ /**
4795
+ * 未消费消息过期时间,单位:秒,取值范围:60秒~15天。
4796
+
4797
+ */
4798
+ MsgTTL?: number;
4784
4799
  }
4785
4800
  /**
4786
4801
  * ResetMsgSubOffsetByTimestamp请求参数结构体
@@ -1820,10 +1820,6 @@ export interface DescribeTrainingMetricsRequest {
1820
1820
  * CreateNotebookImage请求参数结构体
1821
1821
  */
1822
1822
  export interface CreateNotebookImageRequest {
1823
- /**
1824
- * 要保存的kernel数组
1825
- */
1826
- Kernels: Array<string>;
1827
1823
  /**
1828
1824
  * 镜像信息
1829
1825
  */
@@ -1832,6 +1828,10 @@ export interface CreateNotebookImageRequest {
1832
1828
  * notebook id
1833
1829
  */
1834
1830
  NotebookId: string;
1831
+ /**
1832
+ * 要保存的kernel数组
1833
+ */
1834
+ Kernels?: Array<string>;
1835
1835
  }
1836
1836
  /**
1837
1837
  * 接口描述信息
@@ -3526,6 +3526,16 @@ export interface ImageInfo {
3526
3526
  注意:此字段可能返回 null,表示取不到有效值。
3527
3527
  */
3528
3528
  RegistryId?: string;
3529
+ /**
3530
+ * 是否允许导出全部内容
3531
+ 注意:此字段可能返回 null,表示取不到有效值。
3532
+ */
3533
+ AllowSaveAllContent?: boolean;
3534
+ /**
3535
+ * 镜像名称
3536
+ 注意:此字段可能返回 null,表示取不到有效值。
3537
+ */
3538
+ ImageName?: string;
3529
3539
  }
3530
3540
  /**
3531
3541
  * 推理服务在集群中的信息
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeSREInstanceAccessAddressResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayServicesResponse, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayRouteRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperServerInterfacesResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeSREInstancesRequest, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeSREInstanceAccessAddressRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest } from "./tse_models";
3
+ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayRouteRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DeleteCloudNativeAPIGatewayRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeSREInstancesRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse } from "./tse_models";
4
4
  /**
5
5
  * tse client
6
6
  * @class
@@ -8,9 +8,13 @@ import { DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRespons
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
- * 获取云原生网关服务详情
11
+ * 查询Nacos类型引擎实例副本信息
12
12
  */
13
- DescribeOneCloudNativeAPIGatewayService(req: DescribeOneCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse>;
13
+ DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
14
+ /**
15
+ * 修改云原生API网关实例分组基础信息
16
+ */
17
+ ModifyNativeGatewayServerGroup(req: ModifyNativeGatewayServerGroupRequest, cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void): Promise<ModifyNativeGatewayServerGroupResponse>;
14
18
  /**
15
19
  * 删除云原生网关的限流插件(服务)
16
20
  */
@@ -19,6 +23,10 @@ export declare class Client extends AbstractClient {
19
23
  * 查询zookeeper服务接口列表
20
24
  */
21
25
  DescribeZookeeperServerInterfaces(req: DescribeZookeeperServerInterfacesRequest, cb?: (error: string, rep: DescribeZookeeperServerInterfacesResponse) => void): Promise<DescribeZookeeperServerInterfacesResponse>;
26
+ /**
27
+ * 获取云原生网关服务详情
28
+ */
29
+ DescribeOneCloudNativeAPIGatewayService(req: DescribeOneCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse>;
22
30
  /**
23
31
  * 修改云原生网关限流插件(服务)
24
32
  */
@@ -27,6 +35,10 @@ export declare class Client extends AbstractClient {
27
35
  * 创建引擎实例
28
36
  */
29
37
  CreateEngine(req: CreateEngineRequest, cb?: (error: string, rep: CreateEngineResponse) => void): Promise<CreateEngineResponse>;
38
+ /**
39
+ * 修改云原生网关的灰度规则
40
+ */
41
+ ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
30
42
  /**
31
43
  * 删除云原生网关服务
32
44
  */
@@ -39,6 +51,10 @@ export declare class Client extends AbstractClient {
39
51
  * 查询云原生网关路由列表
40
52
  */
41
53
  DescribeCloudNativeAPIGatewayRoutes(req: DescribeCloudNativeAPIGatewayRoutesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRoutesResponse) => void): Promise<DescribeCloudNativeAPIGatewayRoutesResponse>;
54
+ /**
55
+ * 获取云原生API网关实例信息
56
+ */
57
+ DescribeCloudNativeAPIGateway(req: DescribeCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayResponse) => void): Promise<DescribeCloudNativeAPIGatewayResponse>;
42
58
  /**
43
59
  * 获取云原生API网关实例端口信息
44
60
  */
@@ -55,6 +71,10 @@ export declare class Client extends AbstractClient {
55
71
  * 删除云原生网关的灰度规则
56
72
  */
57
73
  DeleteCloudNativeAPIGatewayCanaryRule(req: DeleteCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<DeleteCloudNativeAPIGatewayCanaryRuleResponse>;
74
+ /**
75
+ * 获取云原生API网关实例列表
76
+ */
77
+ DescribeCloudNativeAPIGateways(req: DescribeCloudNativeAPIGatewaysRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaysResponse) => void): Promise<DescribeCloudNativeAPIGatewaysResponse>;
58
78
  /**
59
79
  * 查询云原生网关服务列表
60
80
  */
@@ -67,10 +87,18 @@ export declare class Client extends AbstractClient {
67
87
  * 查询nacos服务接口列表
68
88
  */
69
89
  DescribeNacosServerInterfaces(req: DescribeNacosServerInterfacesRequest, cb?: (error: string, rep: DescribeNacosServerInterfacesResponse) => void): Promise<DescribeNacosServerInterfacesResponse>;
90
+ /**
91
+ * 修改云原生API网关实例的节点规格信息,比如节点扩缩容或者升降配
92
+ */
93
+ UpdateCloudNativeAPIGatewaySpec(req: UpdateCloudNativeAPIGatewaySpecRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewaySpecResponse) => void): Promise<UpdateCloudNativeAPIGatewaySpecResponse>;
70
94
  /**
71
95
  * 查询Zookeeper类型注册引擎实例副本信息
72
96
  */
73
97
  DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
98
+ /**
99
+ * 创建云原生API网关实例
100
+ */
101
+ CreateCloudNativeAPIGateway(req: CreateCloudNativeAPIGatewayRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayResponse) => void): Promise<CreateCloudNativeAPIGatewayResponse>;
74
102
  /**
75
103
  * 用于查询引擎实例列表
76
104
  */
@@ -100,17 +128,25 @@ export declare class Client extends AbstractClient {
100
128
  */
101
129
  UpdateEngineInternetAccess(req: UpdateEngineInternetAccessRequest, cb?: (error: string, rep: UpdateEngineInternetAccessResponse) => void): Promise<UpdateEngineInternetAccessResponse>;
102
130
  /**
103
- * 修改云原生网关的灰度规则
131
+ * 修改云原生API网关实例基础信息
104
132
  */
105
- ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
133
+ ModifyCloudNativeAPIGateway(req: ModifyCloudNativeAPIGatewayRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void): Promise<ModifyCloudNativeAPIGatewayResponse>;
106
134
  /**
107
135
  * 创建云原生网关限流插件(服务)
108
136
  */
109
137
  CreateCloudNativeAPIGatewayServiceRateLimit(req: CreateCloudNativeAPIGatewayServiceRateLimitRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayServiceRateLimitResponse) => void): Promise<CreateCloudNativeAPIGatewayServiceRateLimitResponse>;
138
+ /**
139
+ * 删除云原生API网关实例
140
+ */
141
+ DeleteCloudNativeAPIGateway(req: DeleteCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayResponse) => void): Promise<DeleteCloudNativeAPIGatewayResponse>;
110
142
  /**
111
143
  * 创建云原生网关路由
112
144
  */
113
145
  CreateCloudNativeAPIGatewayRoute(req: CreateCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteResponse) => void): Promise<CreateCloudNativeAPIGatewayRouteResponse>;
146
+ /**
147
+ * 创建云原生网关引擎分组
148
+ */
149
+ CreateNativeGatewayServerGroup(req: CreateNativeGatewayServerGroupRequest, cb?: (error: string, rep: CreateNativeGatewayServerGroupResponse) => void): Promise<CreateNativeGatewayServerGroupResponse>;
114
150
  /**
115
151
  * 删除云原生网关的限流插件(路由)
116
152
  */
@@ -119,14 +155,14 @@ export declare class Client extends AbstractClient {
119
155
  * 创建云原生网关限流插件(路由)
120
156
  */
121
157
  CreateCloudNativeAPIGatewayRouteRateLimit(req: CreateCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<CreateCloudNativeAPIGatewayRouteRateLimitResponse>;
122
- /**
123
- * 查询Nacos类型引擎实例副本信息
124
- */
125
- DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
126
158
  /**
127
159
  * 修改云原生网关路由
128
160
  */
129
161
  ModifyCloudNativeAPIGatewayRoute(req: ModifyCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void): Promise<ModifyCloudNativeAPIGatewayRouteResponse>;
162
+ /**
163
+ * 删除网关实例分组
164
+ */
165
+ DeleteNativeGatewayServerGroup(req: DeleteNativeGatewayServerGroupRequest, cb?: (error: string, rep: DeleteNativeGatewayServerGroupResponse) => void): Promise<DeleteNativeGatewayServerGroupResponse>;
130
166
  /**
131
167
  * 查询云原生网关灰度规则列表
132
168
  */
@@ -28,10 +28,16 @@ class Client extends abstract_client_1.AbstractClient {
28
28
  super("tse.tencentcloudapi.com", "2020-12-07", clientConfig);
29
29
  }
30
30
  /**
31
- * 获取云原生网关服务详情
31
+ * 查询Nacos类型引擎实例副本信息
32
32
  */
33
- async DescribeOneCloudNativeAPIGatewayService(req, cb) {
34
- return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb);
33
+ async DescribeNacosReplicas(req, cb) {
34
+ return this.request("DescribeNacosReplicas", req, cb);
35
+ }
36
+ /**
37
+ * 修改云原生API网关实例分组基础信息
38
+ */
39
+ async ModifyNativeGatewayServerGroup(req, cb) {
40
+ return this.request("ModifyNativeGatewayServerGroup", req, cb);
35
41
  }
36
42
  /**
37
43
  * 删除云原生网关的限流插件(服务)
@@ -45,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
45
51
  async DescribeZookeeperServerInterfaces(req, cb) {
46
52
  return this.request("DescribeZookeeperServerInterfaces", req, cb);
47
53
  }
54
+ /**
55
+ * 获取云原生网关服务详情
56
+ */
57
+ async DescribeOneCloudNativeAPIGatewayService(req, cb) {
58
+ return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb);
59
+ }
48
60
  /**
49
61
  * 修改云原生网关限流插件(服务)
50
62
  */
@@ -57,6 +69,12 @@ class Client extends abstract_client_1.AbstractClient {
57
69
  async CreateEngine(req, cb) {
58
70
  return this.request("CreateEngine", req, cb);
59
71
  }
72
+ /**
73
+ * 修改云原生网关的灰度规则
74
+ */
75
+ async ModifyCloudNativeAPIGatewayCanaryRule(req, cb) {
76
+ return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb);
77
+ }
60
78
  /**
61
79
  * 删除云原生网关服务
62
80
  */
@@ -75,6 +93,12 @@ class Client extends abstract_client_1.AbstractClient {
75
93
  async DescribeCloudNativeAPIGatewayRoutes(req, cb) {
76
94
  return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb);
77
95
  }
96
+ /**
97
+ * 获取云原生API网关实例信息
98
+ */
99
+ async DescribeCloudNativeAPIGateway(req, cb) {
100
+ return this.request("DescribeCloudNativeAPIGateway", req, cb);
101
+ }
78
102
  /**
79
103
  * 获取云原生API网关实例端口信息
80
104
  */
@@ -99,6 +123,12 @@ class Client extends abstract_client_1.AbstractClient {
99
123
  async DeleteCloudNativeAPIGatewayCanaryRule(req, cb) {
100
124
  return this.request("DeleteCloudNativeAPIGatewayCanaryRule", req, cb);
101
125
  }
126
+ /**
127
+ * 获取云原生API网关实例列表
128
+ */
129
+ async DescribeCloudNativeAPIGateways(req, cb) {
130
+ return this.request("DescribeCloudNativeAPIGateways", req, cb);
131
+ }
102
132
  /**
103
133
  * 查询云原生网关服务列表
104
134
  */
@@ -117,12 +147,24 @@ class Client extends abstract_client_1.AbstractClient {
117
147
  async DescribeNacosServerInterfaces(req, cb) {
118
148
  return this.request("DescribeNacosServerInterfaces", req, cb);
119
149
  }
150
+ /**
151
+ * 修改云原生API网关实例的节点规格信息,比如节点扩缩容或者升降配
152
+ */
153
+ async UpdateCloudNativeAPIGatewaySpec(req, cb) {
154
+ return this.request("UpdateCloudNativeAPIGatewaySpec", req, cb);
155
+ }
120
156
  /**
121
157
  * 查询Zookeeper类型注册引擎实例副本信息
122
158
  */
123
159
  async DescribeZookeeperReplicas(req, cb) {
124
160
  return this.request("DescribeZookeeperReplicas", req, cb);
125
161
  }
162
+ /**
163
+ * 创建云原生API网关实例
164
+ */
165
+ async CreateCloudNativeAPIGateway(req, cb) {
166
+ return this.request("CreateCloudNativeAPIGateway", req, cb);
167
+ }
126
168
  /**
127
169
  * 用于查询引擎实例列表
128
170
  */
@@ -166,10 +208,10 @@ class Client extends abstract_client_1.AbstractClient {
166
208
  return this.request("UpdateEngineInternetAccess", req, cb);
167
209
  }
168
210
  /**
169
- * 修改云原生网关的灰度规则
211
+ * 修改云原生API网关实例基础信息
170
212
  */
171
- async ModifyCloudNativeAPIGatewayCanaryRule(req, cb) {
172
- return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb);
213
+ async ModifyCloudNativeAPIGateway(req, cb) {
214
+ return this.request("ModifyCloudNativeAPIGateway", req, cb);
173
215
  }
174
216
  /**
175
217
  * 创建云原生网关限流插件(服务)
@@ -177,12 +219,24 @@ class Client extends abstract_client_1.AbstractClient {
177
219
  async CreateCloudNativeAPIGatewayServiceRateLimit(req, cb) {
178
220
  return this.request("CreateCloudNativeAPIGatewayServiceRateLimit", req, cb);
179
221
  }
222
+ /**
223
+ * 删除云原生API网关实例
224
+ */
225
+ async DeleteCloudNativeAPIGateway(req, cb) {
226
+ return this.request("DeleteCloudNativeAPIGateway", req, cb);
227
+ }
180
228
  /**
181
229
  * 创建云原生网关路由
182
230
  */
183
231
  async CreateCloudNativeAPIGatewayRoute(req, cb) {
184
232
  return this.request("CreateCloudNativeAPIGatewayRoute", req, cb);
185
233
  }
234
+ /**
235
+ * 创建云原生网关引擎分组
236
+ */
237
+ async CreateNativeGatewayServerGroup(req, cb) {
238
+ return this.request("CreateNativeGatewayServerGroup", req, cb);
239
+ }
186
240
  /**
187
241
  * 删除云原生网关的限流插件(路由)
188
242
  */
@@ -195,18 +249,18 @@ class Client extends abstract_client_1.AbstractClient {
195
249
  async CreateCloudNativeAPIGatewayRouteRateLimit(req, cb) {
196
250
  return this.request("CreateCloudNativeAPIGatewayRouteRateLimit", req, cb);
197
251
  }
198
- /**
199
- * 查询Nacos类型引擎实例副本信息
200
- */
201
- async DescribeNacosReplicas(req, cb) {
202
- return this.request("DescribeNacosReplicas", req, cb);
203
- }
204
252
  /**
205
253
  * 修改云原生网关路由
206
254
  */
207
255
  async ModifyCloudNativeAPIGatewayRoute(req, cb) {
208
256
  return this.request("ModifyCloudNativeAPIGatewayRoute", req, cb);
209
257
  }
258
+ /**
259
+ * 删除网关实例分组
260
+ */
261
+ async DeleteNativeGatewayServerGroup(req, cb) {
262
+ return this.request("DeleteNativeGatewayServerGroup", req, cb);
263
+ }
210
264
  /**
211
265
  * 查询云原生网关灰度规则列表
212
266
  */