tencentcloud-sdk-nodejs 4.0.613 → 4.0.614

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +294 -0
  2. package/SERVICE_CHANGELOG.md +429 -74
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +14 -9
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +309 -163
  8. package/src/services/billing/v20180709/billing_client.ts +19 -5
  9. package/src/services/billing/v20180709/billing_models.ts +320 -77
  10. package/src/services/cfs/v20190719/cfs_models.ts +7 -1
  11. package/src/services/ecm/v20190719/ecm_models.ts +21 -0
  12. package/src/services/ses/v20201002/ses_models.ts +11 -1
  13. package/src/services/tbp/v20190311/tbp_client.ts +2 -0
  14. package/src/services/tbp/v20190311/tbp_models.ts +45 -0
  15. package/src/services/tbp/v20190627/tbp_models.ts +5 -0
  16. package/src/services/tcss/v20201101/tcss_models.ts +1 -1
  17. package/src/services/tdmq/v20200217/tdmq_models.ts +12 -2
  18. package/src/services/wedata/v20210820/wedata_client.ts +3 -0
  19. package/src/services/wedata/v20210820/wedata_models.ts +367 -29
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +4 -4
  23. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -3
  24. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +252 -127
  25. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  26. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  27. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +269 -66
  28. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +7 -1
  29. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +17 -0
  30. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +9 -1
  31. package/tencentcloud/services/tbp/v20190311/tbp_models.d.ts +39 -0
  32. package/tencentcloud/services/tbp/v20190627/tbp_models.d.ts +4 -0
  33. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
  34. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +10 -2
  35. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +311 -27
  36. package/test/billing.v20180709.test.js +10 -0
@@ -1,3 +1,18 @@
1
+ /**
2
+ * ip策略绑定api详情
3
+ */
4
+ export interface IPStrategyApiStatus {
5
+ /**
6
+ * 环境绑定API数量。
7
+ 注意:此字段可能返回 null,表示取不到有效值。
8
+ */
9
+ TotalCount: number;
10
+ /**
11
+ * 环境绑定API详情。
12
+ 注意:此字段可能返回 null,表示取不到有效值。
13
+ */
14
+ ApiIdStatusSet: Array<IPStrategyApi>;
15
+ }
1
16
  /**
2
17
  * UnBindSubDomain返回参数结构体
3
18
  */
@@ -190,6 +205,31 @@ export interface DescribeAPIDocDetailRequest {
190
205
  */
191
206
  ApiDocId: string;
192
207
  }
208
+ /**
209
+ * 创建api返回
210
+ */
211
+ export interface CreateApiResultInfo {
212
+ /**
213
+ * api id
214
+ 注意:此字段可能返回 null,表示取不到有效值。
215
+ */
216
+ ApiId: string;
217
+ /**
218
+ * 路径
219
+ 注意:此字段可能返回 null,表示取不到有效值。
220
+ */
221
+ Path: string;
222
+ /**
223
+ * 请求方法
224
+ 注意:此字段可能返回 null,表示取不到有效值。
225
+ */
226
+ Method: string;
227
+ /**
228
+ * 创建时间
229
+ 注意:此字段可能返回 null,表示取不到有效值。
230
+ */
231
+ CreatedTime: string;
232
+ }
193
233
  /**
194
234
  * ModifyAPIDoc返回参数结构体
195
235
  */
@@ -425,35 +465,39 @@ export interface ModifyApiResponse {
425
465
  RequestId?: string;
426
466
  }
427
467
  /**
428
- * 服务环境策略
468
+ * ServiceParameter
429
469
  */
430
- export interface ServiceEnvironmentStrategy {
470
+ export interface DescribeApiResultServiceParametersInfo {
431
471
  /**
432
- * 环境名。
472
+ * API的后端服务参数名称。只有ServiceType是HTTP才会用到此参数。前后端参数名称可不同。
473
+ 注意:此字段可能返回 null,表示取不到有效值。
433
474
  */
434
- EnvironmentName: string;
475
+ Name?: string;
435
476
  /**
436
- * 访问服务对应环境的url。
477
+ * API 的后端服务参数位置,如 head。只有 ServiceType 是 HTTP 才会用到此参数。前后端参数位置可配置不同。
478
+ 注意:此字段可能返回 null,表示取不到有效值。
437
479
  */
438
- Url: string;
480
+ Position?: string;
439
481
  /**
440
- * 发布状态。
482
+ * API 的后端服务参数对应的前端参数位置,如 head。只有 ServiceType 是 HTTP 才会用到此参数。
483
+ 注意:此字段可能返回 null,表示取不到有效值。
441
484
  */
442
- Status: number;
485
+ RelevantRequestParameterPosition?: string;
443
486
  /**
444
- * 发布的版本号。
487
+ * API 的后端服务参数对应的前端参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
445
488
  注意:此字段可能返回 null,表示取不到有效值。
446
489
  */
447
- VersionName: string;
490
+ RelevantRequestParameterName?: string;
448
491
  /**
449
- * 限流值。
492
+ * API 的后端服务参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。
493
+ 注意:此字段可能返回 null,表示取不到有效值。
450
494
  */
451
- Strategy: number;
495
+ DefaultValue?: string;
452
496
  /**
453
- * 最大限流值
497
+ * API 的后端服务参数备注。只有 ServiceType 是 HTTP 才会用到此参数。
454
498
  注意:此字段可能返回 null,表示取不到有效值。
455
499
  */
456
- MaxStrategy: number;
500
+ RelevantRequestParameterDesc?: string;
457
501
  }
458
502
  /**
459
503
  * CreateApiRsp 返回加TotalCount
@@ -596,7 +640,7 @@ export interface ApiInfo {
596
640
  * API的后端服务参数。
597
641
  注意:此字段可能返回 null,表示取不到有效值。
598
642
  */
599
- ServiceParameters: Array<ServiceParameter>;
643
+ ServiceParameters: Array<DescribeApiResultServiceParametersInfo>;
600
644
  /**
601
645
  * 常量参数。
602
646
  注意:此字段可能返回 null,表示取不到有效值。
@@ -886,18 +930,22 @@ export interface DescribeUsagePlansStatusResponse {
886
930
  export interface HealthCheckConf {
887
931
  /**
888
932
  * 是否开启健康检查。
933
+ 注意:此字段可能返回 null,表示取不到有效值。
889
934
  */
890
935
  IsHealthCheck?: boolean;
891
936
  /**
892
937
  * 健康检查阈值。
938
+ 注意:此字段可能返回 null,表示取不到有效值。
893
939
  */
894
940
  RequestVolumeThreshold?: number;
895
941
  /**
896
942
  * 窗口大小。
943
+ 注意:此字段可能返回 null,表示取不到有效值。
897
944
  */
898
945
  SleepWindowInMilliseconds?: number;
899
946
  /**
900
947
  * 阈值百分比。
948
+ 注意:此字段可能返回 null,表示取不到有效值。
901
949
  */
902
950
  ErrorThresholdPercentage?: number;
903
951
  }
@@ -1111,7 +1159,7 @@ export interface DescribeExclusiveInstancesResponse {
1111
1159
  /**
1112
1160
  * 独享实例列表查询结果
1113
1161
  */
1114
- Result: InstanceInfo;
1162
+ Result?: DescribeExclusiveInstancesResult;
1115
1163
  /**
1116
1164
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1117
1165
  */
@@ -1201,6 +1249,37 @@ export interface DescribeApiEnvironmentStrategyRequest {
1201
1249
  * 后端通道主动健康检查的请求头配置
1202
1250
  */
1203
1251
  export declare type UpstreamHealthCheckerReqHeaders = null;
1252
+ /**
1253
+ * 服务环境策略
1254
+ */
1255
+ export interface ServiceEnvironmentStrategy {
1256
+ /**
1257
+ * 环境名。
1258
+ */
1259
+ EnvironmentName: string;
1260
+ /**
1261
+ * 访问服务对应环境的url。
1262
+ */
1263
+ Url: string;
1264
+ /**
1265
+ * 发布状态。
1266
+ */
1267
+ Status: number;
1268
+ /**
1269
+ * 发布的版本号。
1270
+ 注意:此字段可能返回 null,表示取不到有效值。
1271
+ */
1272
+ VersionName: string;
1273
+ /**
1274
+ * 限流值。
1275
+ */
1276
+ Strategy: number;
1277
+ /**
1278
+ * 最大限流值
1279
+ 注意:此字段可能返回 null,表示取不到有效值。
1280
+ */
1281
+ MaxStrategy: number;
1282
+ }
1204
1283
  /**
1205
1284
  * DescribeServiceForApiApp返回参数结构体
1206
1285
  */
@@ -1364,119 +1443,119 @@ export interface DescribeServiceResponse {
1364
1443
  /**
1365
1444
  * 服务唯一ID。
1366
1445
  */
1367
- ServiceId: string;
1446
+ ServiceId?: string;
1368
1447
  /**
1369
1448
  * 服务 环境列表。
1370
1449
  */
1371
- AvailableEnvironments: Array<string>;
1450
+ AvailableEnvironments?: Array<string>;
1372
1451
  /**
1373
1452
  * 服务名称。
1374
1453
  */
1375
- ServiceName: string;
1454
+ ServiceName?: string;
1376
1455
  /**
1377
1456
  * 服务描述。
1378
1457
  注意:此字段可能返回 null,表示取不到有效值。
1379
1458
  */
1380
- ServiceDesc: string;
1459
+ ServiceDesc?: string;
1381
1460
  /**
1382
1461
  * 服务支持协议,可选值为http、https、http&https。
1383
1462
  */
1384
- Protocol: string;
1463
+ Protocol?: string;
1385
1464
  /**
1386
1465
  * 服务创建时间。
1387
1466
  */
1388
- CreatedTime: string;
1467
+ CreatedTime?: string;
1389
1468
  /**
1390
1469
  * 服务修改时间。
1391
1470
  */
1392
- ModifiedTime: string;
1471
+ ModifiedTime?: string;
1393
1472
  /**
1394
1473
  * 独立集群名称。
1395
1474
  */
1396
- ExclusiveSetName: string;
1475
+ ExclusiveSetName?: string;
1397
1476
  /**
1398
1477
  * 网络类型列表,INNER为内网访问,OUTER为外网访问。
1399
1478
  */
1400
- NetTypes: Array<string>;
1479
+ NetTypes?: Array<string>;
1401
1480
  /**
1402
1481
  * 内网访问子域名。
1403
1482
  */
1404
- InternalSubDomain: string;
1483
+ InternalSubDomain?: string;
1405
1484
  /**
1406
1485
  * 外网访问子域名。
1407
1486
  */
1408
- OuterSubDomain: string;
1487
+ OuterSubDomain?: string;
1409
1488
  /**
1410
1489
  * 内网访问http服务端口号。
1411
1490
  */
1412
- InnerHttpPort: number;
1491
+ InnerHttpPort?: number;
1413
1492
  /**
1414
1493
  * 内网访问https端口号。
1415
1494
  */
1416
- InnerHttpsPort: number;
1495
+ InnerHttpsPort?: number;
1417
1496
  /**
1418
1497
  * API总数。
1419
1498
  */
1420
- ApiTotalCount: number;
1499
+ ApiTotalCount?: number;
1421
1500
  /**
1422
1501
  * API列表。
1423
1502
  注意:此字段可能返回 null,表示取不到有效值。
1424
1503
  */
1425
- ApiIdStatusSet: Array<ApiIdStatus>;
1504
+ ApiIdStatusSet?: Array<ApiIdStatus>;
1426
1505
  /**
1427
1506
  * 使用计划总数量。
1428
1507
  */
1429
- UsagePlanTotalCount: number;
1508
+ UsagePlanTotalCount?: number;
1430
1509
  /**
1431
1510
  * 使用计划数组。
1432
1511
  注意:此字段可能返回 null,表示取不到有效值。
1433
1512
  */
1434
- UsagePlanList: Array<UsagePlan>;
1513
+ UsagePlanList?: Array<UsagePlan>;
1435
1514
  /**
1436
1515
  * IP版本。
1437
1516
  注意:此字段可能返回 null,表示取不到有效值。
1438
1517
  */
1439
- IpVersion: string;
1518
+ IpVersion?: string;
1440
1519
  /**
1441
1520
  * 此服务的用户类型。
1442
1521
  注意:此字段可能返回 null,表示取不到有效值。
1443
1522
  */
1444
- UserType: string;
1523
+ UserType?: string;
1445
1524
  /**
1446
1525
  * 预留字段。
1447
1526
  注意:此字段可能返回 null,表示取不到有效值。
1448
1527
  */
1449
- SetId: number;
1528
+ SetId?: number;
1450
1529
  /**
1451
1530
  * 服务绑定的标签。
1452
1531
  注意:此字段可能返回 null,表示取不到有效值。
1453
1532
  */
1454
- Tags: Array<Tag>;
1533
+ Tags?: Array<Tag>;
1455
1534
  /**
1456
1535
  * 独享实例id
1457
1536
  注意:此字段可能返回 null,表示取不到有效值。
1458
1537
  */
1459
- InstanceId: string;
1538
+ InstanceId?: string;
1460
1539
  /**
1461
1540
  * 独享实例name
1462
1541
  注意:此字段可能返回 null,表示取不到有效值。
1463
1542
  */
1464
- InstanceName: string;
1543
+ InstanceName?: string;
1465
1544
  /**
1466
1545
  * 集群类型
1467
1546
  注意:此字段可能返回 null,表示取不到有效值。
1468
1547
  */
1469
- SetType: string;
1548
+ SetType?: string;
1470
1549
  /**
1471
1550
  * 服务部署的集群类型
1472
1551
  注意:此字段可能返回 null,表示取不到有效值。
1473
1552
  */
1474
- DeploymentType: string;
1553
+ DeploymentType?: string;
1475
1554
  /**
1476
1555
  * 特殊用途, NULL和DEFAULT表示无特殊用途,其他用途如HTTP_DNS等
1477
1556
  注意:此字段可能返回 null,表示取不到有效值。
1478
1557
  */
1479
- SpecialUse: string;
1558
+ SpecialUse?: string;
1480
1559
  /**
1481
1560
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1482
1561
  */
@@ -1518,11 +1597,6 @@ export interface DescribeExclusiveInstancesRequest {
1518
1597
  * BindSubDomain返回参数结构体
1519
1598
  */
1520
1599
  export interface BindSubDomainResponse {
1521
- /**
1522
- * 绑定操作是否成功。
1523
- 注意:此字段可能返回 null,表示取不到有效值。
1524
- */
1525
- Result: boolean;
1526
1600
  /**
1527
1601
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1528
1602
  */
@@ -1588,18 +1662,22 @@ export interface DescribeApiBindApiAppsStatusResponse {
1588
1662
  export interface ConstantParameter {
1589
1663
  /**
1590
1664
  * 常量参数名称。只有 ServiceType 是 HTTP 才会用到此参数。
1665
+ 注意:此字段可能返回 null,表示取不到有效值。
1591
1666
  */
1592
1667
  Name?: string;
1593
1668
  /**
1594
1669
  * 常量参数描述。只有 ServiceType 是 HTTP 才会用到此参数。
1670
+ 注意:此字段可能返回 null,表示取不到有效值。
1595
1671
  */
1596
1672
  Desc?: string;
1597
1673
  /**
1598
1674
  * 常量参数位置。只有 ServiceType 是 HTTP 才会用到此参数。
1675
+ 注意:此字段可能返回 null,表示取不到有效值。
1599
1676
  */
1600
1677
  Position?: string;
1601
1678
  /**
1602
1679
  * 常量参数默认值。只有 ServiceType 是 HTTP 才会用到此参数。
1680
+ 注意:此字段可能返回 null,表示取不到有效值。
1603
1681
  */
1604
1682
  DefaultValue?: string;
1605
1683
  }
@@ -1708,6 +1786,26 @@ export interface DisableApiKeyRequest {
1708
1786
  */
1709
1787
  AccessKeyId: string;
1710
1788
  }
1789
+ /**
1790
+ * 使用计划绑定密钥
1791
+ */
1792
+ export interface UsagePlanBindSecret {
1793
+ /**
1794
+ * 密钥ID。
1795
+ 注意:此字段可能返回 null,表示取不到有效值。
1796
+ */
1797
+ AccessKeyId: string;
1798
+ /**
1799
+ * 密钥名称。
1800
+ 注意:此字段可能返回 null,表示取不到有效值。
1801
+ */
1802
+ SecretName: string;
1803
+ /**
1804
+ * 密钥状态,0表示已禁用,1表示启用中。
1805
+ 注意:此字段可能返回 null,表示取不到有效值。
1806
+ */
1807
+ Status: number;
1808
+ }
1711
1809
  /**
1712
1810
  * 自定义域名的路径映射。
1713
1811
  */
@@ -1873,39 +1971,6 @@ export interface BindApiAppRequest {
1873
1971
  */
1874
1972
  ApiId: string;
1875
1973
  }
1876
- /**
1877
- * 策略绑定api列表
1878
- */
1879
- export interface IPStrategyApi {
1880
- /**
1881
- * API 唯一 ID。
1882
- */
1883
- ApiId: string;
1884
- /**
1885
- * 用户自定义的 API 名称。
1886
- */
1887
- ApiName: string;
1888
- /**
1889
- * API 类型。取值为NORMAL(普通API)和TSF (微服务API)。
1890
- */
1891
- ApiType: string;
1892
- /**
1893
- * API 的路径。如 /path。
1894
- */
1895
- Path: string;
1896
- /**
1897
- * API 的请求方法。如 GET。
1898
- */
1899
- Method: string;
1900
- /**
1901
- * API 已经绑定的其他策略唯一ID。
1902
- */
1903
- OtherIPStrategyId: string;
1904
- /**
1905
- * API 已经绑定的环境。
1906
- */
1907
- OtherEnvironmentName: string;
1908
- }
1909
1974
  /**
1910
1975
  * DescribeIPStrategy返回参数结构体
1911
1976
  */
@@ -2005,7 +2070,7 @@ export interface CreateApiResponse {
2005
2070
  * api信息
2006
2071
  注意:此字段可能返回 null,表示取不到有效值。
2007
2072
  */
2008
- Result: CreateApiRsp;
2073
+ Result?: CreateApiResultInfo;
2009
2074
  /**
2010
2075
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2011
2076
  */
@@ -2329,6 +2394,7 @@ export interface UsagePlan {
2329
2394
  UsagePlanName: string;
2330
2395
  /**
2331
2396
  * 使用计划描述。
2397
+ 注意:此字段可能返回 null,表示取不到有效值。
2332
2398
  */
2333
2399
  UsagePlanDesc: string;
2334
2400
  /**
@@ -2890,24 +2956,64 @@ export interface ParameterInfo {
2890
2956
  Range: string;
2891
2957
  }
2892
2958
  /**
2893
- * 使用计划绑定密钥
2959
+ * 后端通道详细信息
2894
2960
  */
2895
- export interface UsagePlanBindSecret {
2961
+ export interface ModifyUpstreamResultInfo {
2896
2962
  /**
2897
- * 密钥ID
2963
+ * 后端通道唯一ID
2964
+ */
2965
+ UpstreamId: string;
2966
+ /**
2967
+ * 后端通道名字
2968
+ */
2969
+ UpstreamName: string;
2970
+ /**
2971
+ * 后端通道描述
2972
+ */
2973
+ UpstreamDescription: string;
2974
+ /**
2975
+ * 后端协议,取值范围:HTTP, HTTPS
2976
+ */
2977
+ Scheme: string;
2978
+ /**
2979
+ * 负载均衡算法,取值范围:ROUND_ROBIN
2980
+ */
2981
+ Algorithm: string;
2982
+ /**
2983
+ * VPC唯一ID
2984
+ */
2985
+ UniqVpcId: string;
2986
+ /**
2987
+ * 请求重试次数
2988
+ */
2989
+ Retries: number;
2990
+ /**
2991
+ * 后端节点
2992
+ */
2993
+ Nodes: Array<UpstreamNode>;
2994
+ /**
2995
+ * 创建时间
2996
+ */
2997
+ CreatedTime: string;
2998
+ /**
2999
+ * 健康检查配置
2898
3000
  注意:此字段可能返回 null,表示取不到有效值。
2899
3001
  */
2900
- AccessKeyId: string;
3002
+ HealthChecker: UpstreamHealthChecker;
2901
3003
  /**
2902
- * 密钥名称。
3004
+ * 后端的类型,取值范围:IP_PORT, K8S
3005
+ */
3006
+ UpstreamType: string;
3007
+ /**
3008
+ * K8S容器服务配置
2903
3009
  注意:此字段可能返回 null,表示取不到有效值。
2904
3010
  */
2905
- SecretName: string;
3011
+ K8sServices: Array<K8sService>;
2906
3012
  /**
2907
- * 密钥状态,0表示已禁用,1表示启用中。
3013
+ * 网关转发给后端的Host请求头
2908
3014
  注意:此字段可能返回 null,表示取不到有效值。
2909
3015
  */
2910
- Status: number;
3016
+ UpstreamHost: string;
2911
3017
  }
2912
3018
  /**
2913
3019
  * DeleteApiKey请求参数结构体
@@ -2918,6 +3024,15 @@ export interface DeleteApiKeyRequest {
2918
3024
  */
2919
3025
  AccessKeyId: string;
2920
3026
  }
3027
+ /**
3028
+ * 描述api列表状态
3029
+ */
3030
+ export interface DescribeApisStatusResultInfo {
3031
+ /**
3032
+ * 符合条件的 API 接口数量。
3033
+ */
3034
+ TotalCount: number;
3035
+ }
2921
3036
  /**
2922
3037
  * DescribeIPStrategyApisStatus返回参数结构体
2923
3038
  */
@@ -3374,6 +3489,7 @@ export interface ApiIdStatus {
3374
3489
  ApiId: string;
3375
3490
  /**
3376
3491
  * API描述
3492
+ 注意:此字段可能返回 null,表示取不到有效值。
3377
3493
  */
3378
3494
  ApiDesc: string;
3379
3495
  /**
@@ -4193,7 +4309,7 @@ export interface DescribeApisStatusResponse {
4193
4309
  /**
4194
4310
  * API 详情列表。
4195
4311
  */
4196
- Result: ApisStatus;
4312
+ Result?: DescribeApisStatusResultInfo;
4197
4313
  /**
4198
4314
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4199
4315
  */
@@ -4707,7 +4823,7 @@ export interface CreateUpstreamResponse {
4707
4823
  * 创建返回的唯一ID
4708
4824
  注意:此字段可能返回 null,表示取不到有效值。
4709
4825
  */
4710
- UpstreamId: string;
4826
+ UpstreamId?: string;
4711
4827
  /**
4712
4828
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4713
4829
  */
@@ -4803,13 +4919,37 @@ export interface ApiUsagePlan {
4803
4919
  ServiceName: string;
4804
4920
  }
4805
4921
  /**
4806
- * BuildAPIDoc请求参数结构体
4922
+ * 策略绑定api列表
4807
4923
  */
4808
- export interface BuildAPIDocRequest {
4924
+ export interface IPStrategyApi {
4809
4925
  /**
4810
- * API文档ID
4926
+ * API 唯一 ID
4811
4927
  */
4812
- ApiDocId: string;
4928
+ ApiId: string;
4929
+ /**
4930
+ * 用户自定义的 API 名称。
4931
+ */
4932
+ ApiName: string;
4933
+ /**
4934
+ * API 类型。取值为NORMAL(普通API)和TSF (微服务API)。
4935
+ */
4936
+ ApiType: string;
4937
+ /**
4938
+ * API 的路径。如 /path。
4939
+ */
4940
+ Path: string;
4941
+ /**
4942
+ * API 的请求方法。如 GET。
4943
+ */
4944
+ Method: string;
4945
+ /**
4946
+ * API 已经绑定的其他策略唯一ID。
4947
+ */
4948
+ OtherIPStrategyId: string;
4949
+ /**
4950
+ * API 已经绑定的环境。
4951
+ */
4952
+ OtherEnvironmentName: string;
4813
4953
  }
4814
4954
  /**
4815
4955
  * DescribeAPIDocs返回参数结构体
@@ -5106,19 +5246,19 @@ export interface ApiAppInfos {
5106
5246
  ApiAppSet: Array<ApiAppInfo>;
5107
5247
  }
5108
5248
  /**
5109
- * ip策略绑定api详情
5249
+ * 服务发布列表详情
5110
5250
  */
5111
- export interface IPStrategyApiStatus {
5251
+ export interface DescribeServiceReleaseVersionResultVersionListInfo {
5112
5252
  /**
5113
- * 环境绑定API数量。
5253
+ * 版本号。
5114
5254
  注意:此字段可能返回 null,表示取不到有效值。
5115
5255
  */
5116
- TotalCount: number;
5256
+ VersionName: string;
5117
5257
  /**
5118
- * 环境绑定API详情。
5258
+ * 版本描述。
5119
5259
  注意:此字段可能返回 null,表示取不到有效值。
5120
5260
  */
5121
- ApiIdStatusSet: Array<IPStrategyApi>;
5261
+ VersionDesc: string;
5122
5262
  }
5123
5263
  /**
5124
5264
  * CreateIPStrategy返回参数结构体
@@ -5635,7 +5775,7 @@ export interface ModifyUpstreamResponse {
5635
5775
  * 返回修改后的后端通道信息
5636
5776
  注意:此字段可能返回 null,表示取不到有效值。
5637
5777
  */
5638
- Result: UpstreamInfo;
5778
+ Result?: ModifyUpstreamResultInfo;
5639
5779
  /**
5640
5780
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5641
5781
  */
@@ -5695,11 +5835,6 @@ export interface EnvironmentStrategy {
5695
5835
  * 限流值
5696
5836
  */
5697
5837
  Quota: number;
5698
- /**
5699
- * 限流最大值
5700
- 注意:此字段可能返回 null,表示取不到有效值。
5701
- */
5702
- MaxQuota: number;
5703
5838
  }
5704
5839
  /**
5705
5840
  * 独享实例参数信息
@@ -5863,7 +5998,7 @@ export interface UpdateServiceResponse {
5863
5998
  * 切换版本操作是否成功。
5864
5999
  注意:此字段可能返回 null,表示取不到有效值。
5865
6000
  */
5866
- Result: boolean;
6001
+ Result?: boolean;
5867
6002
  /**
5868
6003
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5869
6004
  */
@@ -5888,11 +6023,6 @@ export interface UsagePlanInfo {
5888
6023
  注意:此字段可能返回 null,表示取不到有效值。
5889
6024
  */
5890
6025
  UsagePlanDesc: string;
5891
- /**
5892
- * 初始化调用次数。
5893
- 注意:此字段可能返回 null,表示取不到有效值。
5894
- */
5895
- InitQuota: number;
5896
6026
  /**
5897
6027
  * 每秒请求限制数。
5898
6028
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5903,11 +6033,6 @@ export interface UsagePlanInfo {
5903
6033
  注意:此字段可能返回 null,表示取不到有效值。
5904
6034
  */
5905
6035
  MaxRequestNum: number;
5906
- /**
5907
- * 是否隐藏。
5908
- 注意:此字段可能返回 null,表示取不到有效值。
5909
- */
5910
- IsHide: number;
5911
6036
  /**
5912
6037
  * 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
5913
6038
  注意:此字段可能返回 null,表示取不到有效值。
@@ -6259,17 +6384,13 @@ req_t:”>=“ 、 ”<=“
6259
6384
  LogQuerys?: Array<LogQuery>;
6260
6385
  }
6261
6386
  /**
6262
- * 描述api列表状态
6387
+ * BuildAPIDoc请求参数结构体
6263
6388
  */
6264
- export interface ApisStatus {
6265
- /**
6266
- * 符合条件的 API 接口数量。
6267
- */
6268
- TotalCount: number;
6389
+ export interface BuildAPIDocRequest {
6269
6390
  /**
6270
- * API 接口列表。
6391
+ * API文档ID
6271
6392
  */
6272
- ApiIdStatusSet: Array<DesApisStatus>;
6393
+ ApiDocId: string;
6273
6394
  }
6274
6395
  /**
6275
6396
  * 密钥列表
@@ -6361,6 +6482,10 @@ export interface UnBindSubDomainRequest {
6361
6482
  */
6362
6483
  SubDomain: string;
6363
6484
  }
6485
+ /**
6486
+ * 数据结构
6487
+ */
6488
+ export declare type DescribeExclusiveInstancesResult = null;
6364
6489
  /**
6365
6490
  * 已绑定的插件信息。
6366
6491
  */
@@ -6658,7 +6783,7 @@ export interface ServiceReleaseVersion {
6658
6783
  * 发布版本列表。
6659
6784
  注意:此字段可能返回 null,表示取不到有效值。
6660
6785
  */
6661
- VersionList: Array<ServiceReleaseHistoryInfo>;
6786
+ VersionList: Array<DescribeServiceReleaseVersionResultVersionListInfo>;
6662
6787
  }
6663
6788
  /**
6664
6789
  * DescribeServicesStatus返回参数结构体