tencentcloud-sdk-nodejs-tcb 4.1.157 → 4.1.159

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.
@@ -63,19 +63,6 @@ export interface DescribeEnvLimitResponse {
63
63
  */
64
64
  RequestId?: string;
65
65
  }
66
- /**
67
- * DescribeCloudBaseRunAllVpcs返回参数结构体
68
- */
69
- export interface DescribeCloudBaseRunAllVpcsResponse {
70
- /**
71
- * 所有vpcid
72
- */
73
- Vpcs?: Array<string>;
74
- /**
75
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
76
- */
77
- RequestId?: string;
78
- }
79
66
  /**
80
67
  * 订单信息
81
68
  */
@@ -153,19 +140,6 @@ export interface CheckTcbServiceResponse {
153
140
  */
154
141
  RequestId?: string;
155
142
  }
156
- /**
157
- * DescribeCloudBaseRunConfForGateWay请求参数结构体
158
- */
159
- export interface DescribeCloudBaseRunConfForGateWayRequest {
160
- /**
161
- * 环境ID
162
- */
163
- EnvID: string;
164
- /**
165
- * vpc信息
166
- */
167
- VpcID?: string;
168
- }
169
143
  /**
170
144
  * DescribeCloudBaseRunServerVersion请求参数结构体
171
145
  */
@@ -263,27 +237,6 @@ export interface DeleteCloudBaseRunServerVersionResponse {
263
237
  */
264
238
  RequestId?: string;
265
239
  }
266
- /**
267
- * RollUpdateCloudBaseRunServerVersion返回参数结构体
268
- */
269
- export interface RollUpdateCloudBaseRunServerVersionResponse {
270
- /**
271
- * succ为成功
272
- */
273
- Result?: string;
274
- /**
275
- * 滚动更新的VersionName
276
- */
277
- VersionName?: string;
278
- /**
279
- * 操作记录id
280
- */
281
- RunId?: string;
282
- /**
283
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
284
- */
285
- RequestId?: string;
286
- }
287
240
  /**
288
241
  * SearchClsLog返回参数结构体
289
242
  */
@@ -457,50 +410,38 @@ export interface DescribeCloudBaseBuildServiceResponse {
457
410
  RequestId?: string;
458
411
  }
459
412
  /**
460
- * DescribeCloudBaseRunPodList返回参数结构体
413
+ * DescribeSpecialCostItems请求参数结构体
461
414
  */
462
- export interface DescribeCloudBaseRunPodListResponse {
463
- /**
464
- * 偏移量
465
- */
466
- Offset?: number;
467
- /**
468
- * 分页大小
469
- */
470
- Limit?: number;
415
+ export interface DescribeSpecialCostItemsRequest {
471
416
  /**
472
- * 总数
417
+ * 环境id
473
418
  */
474
- TotalCount?: number;
419
+ EnvId?: string;
475
420
  /**
476
- * 容器列表
421
+ * 查询开始时间
477
422
  */
478
- PodList?: Array<CloudBaseRunVersionPod>;
423
+ StartTime?: string;
479
424
  /**
480
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
425
+ * 查询结束时间
481
426
  */
482
- RequestId?: string;
427
+ EndTime?: string;
483
428
  }
484
429
  /**
485
- * DescribeCloudBaseRunServerDomainName返回参数结构体
430
+ * DescribeCloudBaseRunVersion请求参数结构体
486
431
  */
487
- export interface DescribeCloudBaseRunServerDomainNameResponse {
488
- /**
489
- * 公网服务域名
490
- */
491
- PublicDomain?: string;
432
+ export interface DescribeCloudBaseRunVersionRequest {
492
433
  /**
493
- * 内部服务域名
434
+ * 环境ID
494
435
  */
495
- InternalDomain?: string;
436
+ EnvId: string;
496
437
  /**
497
- * 弃用
438
+ * 服务名称
498
439
  */
499
- DomainName?: string;
440
+ ServerName: string;
500
441
  /**
501
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
442
+ * 版本名称
502
443
  */
503
- RequestId?: string;
444
+ VersionName: string;
504
445
  }
505
446
  /**
506
447
  * 封禁配置
@@ -666,13 +607,17 @@ export interface CloudRunServiceSimpleVersionSnapshot {
666
607
  Status?: string;
667
608
  }
668
609
  /**
669
- * CreateWxCloudBaseRunServerDBCluster返回参数结构体
610
+ * DestroyStaticStore请求参数结构体
670
611
  */
671
- export interface CreateWxCloudBaseRunServerDBClusterResponse {
612
+ export interface DestroyStaticStoreRequest {
672
613
  /**
673
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
614
+ * 环境ID
674
615
  */
675
- RequestId?: string;
616
+ EnvId: string;
617
+ /**
618
+ * cdn域名
619
+ */
620
+ CdnDomain?: string;
676
621
  }
677
622
  /**
678
623
  * ReplaceActivityRecord返回参数结构体
@@ -684,21 +629,33 @@ export interface ReplaceActivityRecordResponse {
684
629
  RequestId?: string;
685
630
  }
686
631
  /**
687
- * DescribeSpecialCostItems请求参数结构体
632
+ * 云日志服务相关信息
688
633
  */
689
- export interface DescribeSpecialCostItemsRequest {
634
+ export interface LogServiceInfo {
690
635
  /**
691
- * 环境id
636
+ * log名
692
637
  */
693
- EnvId?: string;
638
+ LogsetName?: string;
694
639
  /**
695
- * 查询开始时间
640
+ * log-id
696
641
  */
697
- StartTime?: string;
642
+ LogsetId?: string;
698
643
  /**
699
- * 查询结束时间
644
+ * topic名
700
645
  */
701
- EndTime?: string;
646
+ TopicName?: string;
647
+ /**
648
+ * topic-id
649
+ */
650
+ TopicId?: string;
651
+ /**
652
+ * cls日志所属地域
653
+ */
654
+ Region?: string;
655
+ /**
656
+ * topic保存时长 默认7天
657
+ */
658
+ Period?: number;
702
659
  }
703
660
  /**
704
661
  * CreatePostpayPackage请求参数结构体
@@ -759,19 +716,6 @@ export interface CreatePostpayPackageRequest {
759
716
  */
760
717
  Extra?: string;
761
718
  }
762
- /**
763
- * DescribeWxCloudBaseRunSubNets请求参数结构体
764
- */
765
- export interface DescribeWxCloudBaseRunSubNetsRequest {
766
- /**
767
- * VPC id
768
- */
769
- VpcId: string;
770
- /**
771
- * 查询个数限制,不填或小于等于0,等于不限制
772
- */
773
- Limit?: number;
774
- }
775
719
  /**
776
720
  * DescribeCurveData返回参数结构体
777
721
  */
@@ -873,19 +817,6 @@ export interface ClsInfo {
873
817
  */
874
818
  CreateTime: string;
875
819
  }
876
- /**
877
- * DescribeCloudBaseRunOperationTypes请求参数结构体
878
- */
879
- export interface DescribeCloudBaseRunOperationTypesRequest {
880
- /**
881
- * 环境ID
882
- */
883
- EnvId: string;
884
- /**
885
- * 服务名称,精确匹配
886
- */
887
- ServerName?: string;
888
- }
889
820
  /**
890
821
  * 网关版本详情
891
822
  */
@@ -953,15 +884,6 @@ export interface ReinstateEnvRequest {
953
884
  */
954
885
  EnvId: string;
955
886
  }
956
- /**
957
- * DescribeCloudBaseRunOneClickTaskExternal请求参数结构体
958
- */
959
- export interface DescribeCloudBaseRunOneClickTaskExternalRequest {
960
- /**
961
- * 外部任务Id 最长64字节
962
- */
963
- ExternalId: string;
964
- }
965
887
  /**
966
888
  * ModifyClsTopic请求参数结构体
967
889
  */
@@ -975,19 +897,6 @@ export interface ModifyClsTopicRequest {
975
897
  */
976
898
  Period?: number;
977
899
  }
978
- /**
979
- * DescribeWxCloudBaseRunEnvs返回参数结构体
980
- */
981
- export interface DescribeWxCloudBaseRunEnvsResponse {
982
- /**
983
- * env列表
984
- */
985
- EnvList?: Array<EnvInfo>;
986
- /**
987
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
988
- */
989
- RequestId?: string;
990
- }
991
900
  /**
992
901
  * CreateHostingDomain请求参数结构体
993
902
  */
@@ -1376,23 +1285,6 @@ export interface DescribeGatewayVersionsResponse {
1376
1285
  */
1377
1286
  RequestId?: string;
1378
1287
  }
1379
- /**
1380
- * DescribeGatewayVersions请求参数结构体
1381
- */
1382
- export interface DescribeGatewayVersionsRequest {
1383
- /**
1384
- * 环境id
1385
- */
1386
- EnvId: string;
1387
- /**
1388
- * 网关id
1389
- */
1390
- GatewayId: string;
1391
- /**
1392
- * 版本名
1393
- */
1394
- VersionName?: string;
1395
- }
1396
1288
  /**
1397
1289
  * DescribeSmsQuotas请求参数结构体
1398
1290
  */
@@ -1608,62 +1500,6 @@ export interface CommonServiceAPIRequest {
1608
1500
  */
1609
1501
  ApiRole?: string;
1610
1502
  }
1611
- /**
1612
- * DestroyStaticStore请求参数结构体
1613
- */
1614
- export interface DestroyStaticStoreRequest {
1615
- /**
1616
- * 环境ID
1617
- */
1618
- EnvId: string;
1619
- /**
1620
- * cdn域名
1621
- */
1622
- CdnDomain?: string;
1623
- }
1624
- /**
1625
- * CreateWxCloudBaseRunEnv请求参数结构体
1626
- */
1627
- export interface CreateWxCloudBaseRunEnvRequest {
1628
- /**
1629
- * wx应用Id
1630
- */
1631
- WxAppId: string;
1632
- /**
1633
- * 环境别名,要以a-z开头,不能包含 a-z,0-9,- 以外的字符
1634
- */
1635
- Alias?: string;
1636
- /**
1637
- * 用户享有的免费额度级别,目前只能为“basic”,不传该字段或该字段为空,标识不享受免费额度。
1638
- */
1639
- FreeQuota?: string;
1640
- /**
1641
- * 订单标记。建议使用方统一转大小写之后再判断。
1642
- QuickStart:快速启动来源
1643
- Activity:活动来源
1644
- */
1645
- Flag?: string;
1646
- /**
1647
- * 私有网络Id
1648
- */
1649
- VpcId?: string;
1650
- /**
1651
- * 子网列表
1652
- */
1653
- SubNetIds?: Array<string>;
1654
- /**
1655
- * 是否打开云调用
1656
- */
1657
- IsOpenCloudInvoke?: boolean;
1658
- /**
1659
- * 创建来源:wechat | cloud
1660
- */
1661
- Source?: string;
1662
- /**
1663
- * 渠道:wechat | cloud
1664
- */
1665
- Channel?: string;
1666
- }
1667
1503
  /**
1668
1504
  * ModifyCloudBaseRunServerFlowConf请求参数结构体
1669
1505
  */
@@ -1702,15 +1538,6 @@ export interface DescribeActivityRecordResponse {
1702
1538
  */
1703
1539
  RequestId?: string;
1704
1540
  }
1705
- /**
1706
- * DescribeCloudBaseRunVersionRsByCondition返回参数结构体
1707
- */
1708
- export interface DescribeCloudBaseRunVersionRsByConditionResponse {
1709
- /**
1710
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1711
- */
1712
- RequestId?: string;
1713
- }
1714
1541
  /**
1715
1542
  * CreateStaticStore请求参数结构体
1716
1543
  */
@@ -1724,33 +1551,6 @@ export interface CreateStaticStoreRequest {
1724
1551
  */
1725
1552
  EnableUnion?: boolean;
1726
1553
  }
1727
- /**
1728
- * CreateWxCloudBaseRunServerDBCluster请求参数结构体
1729
- */
1730
- export interface CreateWxCloudBaseRunServerDBClusterRequest {
1731
- /**
1732
- * 账户密码
1733
- */
1734
- AccountPassword: string;
1735
- /**
1736
- * 环境ID
1737
- */
1738
- EnvId: string;
1739
- /**
1740
- * 微信appid
1741
- */
1742
- WxAppId?: string;
1743
- /**
1744
- * mysql内核版本,支持5.7,8.0
1745
- */
1746
- DbVersion?: string;
1747
- /**
1748
- * 0: 大小写敏感
1749
- 1: 非大小写敏感
1750
- 默认为0
1751
- */
1752
- LowerCaseTableName?: string;
1753
- }
1754
1554
  /**
1755
1555
  * DeleteCloudBaseProjectLatestVersion返回参数结构体
1756
1556
  */
@@ -1977,17 +1777,29 @@ export interface BindEnvGatewayResponse {
1977
1777
  RequestId?: string;
1978
1778
  }
1979
1779
  /**
1980
- * DescribeWxCloudBaseRunSubNets返回参数结构体
1780
+ * DescribeWxGateways请求参数结构体
1981
1781
  */
1982
- export interface DescribeWxCloudBaseRunSubNetsResponse {
1782
+ export interface DescribeWxGatewaysRequest {
1783
+ /**
1784
+ * 环境ID
1785
+ */
1786
+ EnvId?: string;
1983
1787
  /**
1984
- * 子网Id列表
1788
+ * 网关ID
1985
1789
  */
1986
- SubNetIds?: Array<string>;
1790
+ GatewayId?: string;
1987
1791
  /**
1988
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1792
+ * 服务名称,精确匹配
1989
1793
  */
1990
- RequestId?: string;
1794
+ GatewayName?: string;
1795
+ /**
1796
+ * 分页参数
1797
+ */
1798
+ Limit?: number;
1799
+ /**
1800
+ * 分页参数
1801
+ */
1802
+ Offset?: number;
1991
1803
  }
1992
1804
  /**
1993
1805
  * DescribeEnvFreeQuota请求参数结构体
@@ -2103,52 +1915,20 @@ export interface DestroyStaticStoreResponse {
2103
1915
  RequestId?: string;
2104
1916
  }
2105
1917
  /**
2106
- * DescribeCloudBaseRunServer返回参数结构体
1918
+ * BindEnvGateway请求参数结构体
2107
1919
  */
2108
- export interface DescribeCloudBaseRunServerResponse {
1920
+ export interface BindEnvGatewayRequest {
2109
1921
  /**
2110
- * 个数
1922
+ * 子环境id
2111
1923
  */
2112
- TotalCount?: number;
1924
+ SubEnvId: string;
1925
+ }
1926
+ /**
1927
+ * ModifyDatabaseACL返回参数结构体
1928
+ */
1929
+ export interface ModifyDatabaseACLResponse {
2113
1930
  /**
2114
- * 版本列表
2115
- */
2116
- VersionItems?: Array<CloudBaseRunServerVersionItem>;
2117
- /**
2118
- * 服务名称
2119
- */
2120
- ServerName?: string;
2121
- /**
2122
- * 是否对于外网开放
2123
- */
2124
- IsPublic?: boolean;
2125
- /**
2126
- * 镜像仓库
2127
- */
2128
- ImageRepo?: string;
2129
- /**
2130
- * 流量配置的类型(FLOW,URL_PARAMS)
2131
- */
2132
- TrafficType?: string;
2133
- /**
2134
- * 服务创建类型,默认为空,一键部署为oneclick
2135
- */
2136
- SourceType?: string;
2137
- /**
2138
- * 服务标签, function: 托管函数
2139
- */
2140
- Tag?: string;
2141
- /**
2142
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2143
- */
2144
- RequestId?: string;
2145
- }
2146
- /**
2147
- * ModifyDatabaseACL返回参数结构体
2148
- */
2149
- export interface ModifyDatabaseACLResponse {
2150
- /**
2151
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1931
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2152
1932
  */
2153
1933
  RequestId?: string;
2154
1934
  }
@@ -2199,17 +1979,21 @@ export interface ModifyCloudBaseRunServerFlowConfResponse {
2199
1979
  RequestId?: string;
2200
1980
  }
2201
1981
  /**
2202
- * DescribeCloudBaseRunOperationTypes返回参数结构体
1982
+ * DescribeDownloadFile返回参数结构体
2203
1983
  */
2204
- export interface DescribeCloudBaseRunOperationTypesResponse {
1984
+ export interface DescribeDownloadFileResponse {
1985
+ /**
1986
+ * 文件路径,该字段已废弃
1987
+ */
1988
+ FilePath?: string;
2205
1989
  /**
2206
- * 操作类型
1990
+ * 加密key,用于计算下载加密文件的header。参考SSE-C https://cloud.tencent.com/document/product/436/7728#sse-c
2207
1991
  */
2208
- Action?: Array<string>;
1992
+ CustomKey?: string;
2209
1993
  /**
2210
- * 服务名列表
1994
+ * 下载链接
2211
1995
  */
2212
- ServerName?: Array<string>;
1996
+ DownloadUrl?: string;
2213
1997
  /**
2214
1998
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2215
1999
  */
@@ -2460,70 +2244,6 @@ export interface CodeSource {
2460
2244
  */
2461
2245
  ProjectName?: string;
2462
2246
  }
2463
- /**
2464
- * DescribeCloudBaseRunOneClickTaskExternal返回参数结构体
2465
- */
2466
- export interface DescribeCloudBaseRunOneClickTaskExternalResponse {
2467
- /**
2468
- * 外部任务Id
2469
- */
2470
- ExternalId?: string;
2471
- /**
2472
- * 弃用
2473
- */
2474
- EnvId?: string;
2475
- /**
2476
- * 用户uin
2477
- */
2478
- UserUin?: string;
2479
- /**
2480
- * 服务名
2481
- */
2482
- ServerName?: string;
2483
- /**
2484
- * 版本名
2485
- */
2486
- VersionName?: string;
2487
- /**
2488
- * 创建时间
2489
- */
2490
- CreateTime?: string;
2491
- /**
2492
- * 当前阶段
2493
- 微信云托管环境创建阶段:envStage
2494
- 存储资源创建阶段:storageStage
2495
- 服务创建阶段:serverStage
2496
- */
2497
- Stage?: string;
2498
- /**
2499
- * 状态
2500
- running
2501
- stopped
2502
- failed
2503
- finished
2504
- */
2505
- Status?: string;
2506
- /**
2507
- * 失败原因
2508
- */
2509
- FailReason?: string;
2510
- /**
2511
- * 用户envId
2512
- */
2513
- UserEnvId?: string;
2514
- /**
2515
- * 创建时间
2516
- */
2517
- StartTime?: string;
2518
- /**
2519
- * 步骤信息
2520
- */
2521
- Steps?: Array<OneClickTaskStepInfo>;
2522
- /**
2523
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2524
- */
2525
- RequestId?: string;
2526
- }
2527
2247
  /**
2528
2248
  * DescribeEnvs返回参数结构体
2529
2249
  */
@@ -2622,23 +2342,6 @@ export interface DescribeActivityRecordRequest {
2622
2342
  */
2623
2343
  IsDeletedList?: Array<number | bigint>;
2624
2344
  }
2625
- /**
2626
- * CreateWxCloudBaseRunEnv返回参数结构体
2627
- */
2628
- export interface CreateWxCloudBaseRunEnvResponse {
2629
- /**
2630
- * 环境Id
2631
- */
2632
- EnvId?: string;
2633
- /**
2634
- * 后付费订单号
2635
- */
2636
- TranId?: string;
2637
- /**
2638
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2639
- */
2640
- RequestId?: string;
2641
- }
2642
2345
  /**
2643
2346
  * DeleteCloudBaseRunServerVersion请求参数结构体
2644
2347
  */
@@ -2853,36 +2556,6 @@ export interface CreateCloudBaseRunServerVersionRequest {
2853
2556
  */
2854
2557
  PolicyDetail?: Array<HpaPolicy>;
2855
2558
  }
2856
- /**
2857
- * DescribeCloudBaseRunServerDomainName请求参数结构体
2858
- */
2859
- export interface DescribeCloudBaseRunServerDomainNameRequest {
2860
- /**
2861
- * 服务名
2862
- */
2863
- ServerName: string;
2864
- /**
2865
- * 环境Id
2866
- */
2867
- UserEnvId: string;
2868
- /**
2869
- * 用户Uin
2870
- */
2871
- UserUin: string;
2872
- /**
2873
- * 外部Id
2874
- */
2875
- ExternalId: string;
2876
- }
2877
- /**
2878
- * DescribeCloudBaseRunAllVpcs请求参数结构体
2879
- */
2880
- export interface DescribeCloudBaseRunAllVpcsRequest {
2881
- /**
2882
- * 环境ID
2883
- */
2884
- EnvId: string;
2885
- }
2886
2559
  /**
2887
2560
  * 仓库信息
2888
2561
  */
@@ -3130,31 +2803,6 @@ export interface DescribeWxGatewayRoutesRequest {
3130
2803
  */
3131
2804
  GatewayVersion?: string;
3132
2805
  }
3133
- /**
3134
- * DescribeWxGateways请求参数结构体
3135
- */
3136
- export interface DescribeWxGatewaysRequest {
3137
- /**
3138
- * 环境ID
3139
- */
3140
- EnvId?: string;
3141
- /**
3142
- * 网关ID
3143
- */
3144
- GatewayId?: string;
3145
- /**
3146
- * 服务名称,精确匹配
3147
- */
3148
- GatewayName?: string;
3149
- /**
3150
- * 分页参数
3151
- */
3152
- Limit?: number;
3153
- /**
3154
- * 分页参数
3155
- */
3156
- Offset?: number;
3157
- }
3158
2806
  /**
3159
2807
  * DescribeCloudBaseProjectVersionList返回参数结构体
3160
2808
  */
@@ -3398,9 +3046,9 @@ export interface CreateAndDeployCloudBaseProjectRequest {
3398
3046
  RepoUrl?: string;
3399
3047
  }
3400
3048
  /**
3401
- * DescribeCloudBaseRunVersion请求参数结构体
3049
+ * ModifyCloudBaseRunServerVersion请求参数结构体
3402
3050
  */
3403
- export interface DescribeCloudBaseRunVersionRequest {
3051
+ export interface ModifyCloudBaseRunServerVersionRequest {
3404
3052
  /**
3405
3053
  * 环境ID
3406
3054
  */
@@ -3413,6 +3061,42 @@ export interface DescribeCloudBaseRunVersionRequest {
3413
3061
  * 版本名称
3414
3062
  */
3415
3063
  VersionName: string;
3064
+ /**
3065
+ * 环境变量
3066
+ */
3067
+ EnvParams?: string;
3068
+ /**
3069
+ * 最小副本数
3070
+ */
3071
+ MinNum?: string;
3072
+ /**
3073
+ * 最大副本数
3074
+ */
3075
+ MaxNum?: string;
3076
+ /**
3077
+ * 端口
3078
+ */
3079
+ ContainerPort?: string;
3080
+ /**
3081
+ * 备注
3082
+ */
3083
+ Remark?: string;
3084
+ /**
3085
+ * 日志采集路径
3086
+ */
3087
+ CustomLogs?: string;
3088
+ /**
3089
+ * 是否重设备注
3090
+ */
3091
+ IsResetRemark?: boolean;
3092
+ /**
3093
+ * 修改基础信息
3094
+ */
3095
+ BasicModify?: boolean;
3096
+ /**
3097
+ * 操作备注
3098
+ */
3099
+ OperatorRemark?: string;
3416
3100
  }
3417
3101
  /**
3418
3102
  * EstablishWxGatewayRoute请求参数结构体
@@ -3461,24 +3145,6 @@ export interface UnfreezeCloudBaseRunServersResponse {
3461
3145
  */
3462
3146
  RequestId?: string;
3463
3147
  }
3464
- /**
3465
- * DescribeCloudBaseRunConfForGateWay返回参数结构体
3466
- */
3467
- export interface DescribeCloudBaseRunConfForGateWayResponse {
3468
- /**
3469
- * 最近更新时间
3470
- */
3471
- LastUpTime?: string;
3472
- /**
3473
- * 配置信息
3474
- 注意:此字段可能返回 null,表示取不到有效值。
3475
- */
3476
- Data?: Array<CloudBaseRunForGatewayConf>;
3477
- /**
3478
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3479
- */
3480
- RequestId?: string;
3481
- }
3482
3148
  /**
3483
3149
  * DescribeCbrServerVersion请求参数结构体
3484
3150
  */
@@ -3750,25 +3416,21 @@ export interface DescribeWxGatewaysResponse {
3750
3416
  RequestId?: string;
3751
3417
  }
3752
3418
  /**
3753
- * DescribeDownloadFile返回参数结构体
3419
+ * DescribeGatewayVersions请求参数结构体
3754
3420
  */
3755
- export interface DescribeDownloadFileResponse {
3756
- /**
3757
- * 文件路径,该字段已废弃
3758
- */
3759
- FilePath?: string;
3421
+ export interface DescribeGatewayVersionsRequest {
3760
3422
  /**
3761
- * 加密key,用于计算下载加密文件的header。参考SSE-C https://cloud.tencent.com/document/product/436/7728#sse-c
3423
+ * 环境id
3762
3424
  */
3763
- CustomKey?: string;
3425
+ EnvId: string;
3764
3426
  /**
3765
- * 下载链接
3427
+ * 网关id
3766
3428
  */
3767
- DownloadUrl?: string;
3429
+ GatewayId: string;
3768
3430
  /**
3769
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3431
+ * 版本名
3770
3432
  */
3771
- RequestId?: string;
3433
+ VersionName?: string;
3772
3434
  }
3773
3435
  /**
3774
3436
  * nfs挂载资源
@@ -3808,19 +3470,6 @@ export interface DescribeSmsQuotasResponse {
3808
3470
  */
3809
3471
  RequestId?: string;
3810
3472
  }
3811
- /**
3812
- * DescribeWxCloudBaseRunEnvs请求参数结构体
3813
- */
3814
- export interface DescribeWxCloudBaseRunEnvsRequest {
3815
- /**
3816
- * wx应用Id
3817
- */
3818
- WxAppId?: string;
3819
- /**
3820
- * 是否查询全地域
3821
- */
3822
- AllRegions?: boolean;
3823
- }
3824
3473
  /**
3825
3474
  * 主机路径挂载参数
3826
3475
  */
@@ -3928,29 +3577,61 @@ export interface CloudBaseRunImageSecretInfo {
3928
3577
  Email?: string;
3929
3578
  }
3930
3579
  /**
3931
- * BindEnvGateway请求参数结构体
3580
+ * DescribeCloudBaseRunServer返回参数结构体
3932
3581
  */
3933
- export interface BindEnvGatewayRequest {
3582
+ export interface DescribeCloudBaseRunServerResponse {
3934
3583
  /**
3935
- * 子环境id
3584
+ * 个数
3936
3585
  */
3937
- SubEnvId: string;
3938
- }
3939
- /**
3940
- * ModifyEnv返回参数结构体
3941
- */
3942
- export interface ModifyEnvResponse {
3586
+ TotalCount?: number;
3943
3587
  /**
3944
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3588
+ * 版本列表
3945
3589
  */
3946
- RequestId?: string;
3947
- }
3948
- /**
3949
- * DescribeCbrServerVersion返回参数结构体
3950
- */
3951
- export interface DescribeCbrServerVersionResponse {
3590
+ VersionItems?: Array<CloudBaseRunServerVersionItem>;
3952
3591
  /**
3953
- * 版本名称
3592
+ * 服务名称
3593
+ */
3594
+ ServerName?: string;
3595
+ /**
3596
+ * 是否对于外网开放
3597
+ */
3598
+ IsPublic?: boolean;
3599
+ /**
3600
+ * 镜像仓库
3601
+ */
3602
+ ImageRepo?: string;
3603
+ /**
3604
+ * 流量配置的类型(FLOW,URL_PARAMS)
3605
+ */
3606
+ TrafficType?: string;
3607
+ /**
3608
+ * 服务创建类型,默认为空,一键部署为oneclick
3609
+ */
3610
+ SourceType?: string;
3611
+ /**
3612
+ * 服务标签, function: 托管函数
3613
+ */
3614
+ Tag?: string;
3615
+ /**
3616
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3617
+ */
3618
+ RequestId?: string;
3619
+ }
3620
+ /**
3621
+ * ModifyEnv返回参数结构体
3622
+ */
3623
+ export interface ModifyEnvResponse {
3624
+ /**
3625
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3626
+ */
3627
+ RequestId?: string;
3628
+ }
3629
+ /**
3630
+ * DescribeCbrServerVersion返回参数结构体
3631
+ */
3632
+ export interface DescribeCbrServerVersionResponse {
3633
+ /**
3634
+ * 版本名称
3954
3635
  */
3955
3636
  VersionName?: string;
3956
3637
  /**
@@ -4295,31 +3976,6 @@ export interface FreequotaInfo {
4295
3976
  */
4296
3977
  FreeQuotaType?: string;
4297
3978
  }
4298
- /**
4299
- * pod信息
4300
- */
4301
- export interface CloudBaseRunVersionPod {
4302
- /**
4303
- * webshell链接
4304
- */
4305
- Webshell?: string;
4306
- /**
4307
- * pod name
4308
- */
4309
- PodId?: string;
4310
- /**
4311
- * pod ip
4312
- */
4313
- PodIp?: string;
4314
- /**
4315
- * 状态
4316
- */
4317
- Status?: string;
4318
- /**
4319
- * 创建时间
4320
- */
4321
- CreateTime?: string;
4322
- }
4323
3979
  /**
4324
3980
  * DescribeUserActivityInfo返回参数结构体
4325
3981
  */
@@ -4478,35 +4134,6 @@ export interface DescribeCloudBaseProjectLatestVersionListRequest {
4478
4134
  */
4479
4135
  CiId?: string;
4480
4136
  }
4481
- /**
4482
- * 云日志服务相关信息
4483
- */
4484
- export interface LogServiceInfo {
4485
- /**
4486
- * log名
4487
- */
4488
- LogsetName?: string;
4489
- /**
4490
- * log-id
4491
- */
4492
- LogsetId?: string;
4493
- /**
4494
- * topic名
4495
- */
4496
- TopicName?: string;
4497
- /**
4498
- * topic-id
4499
- */
4500
- TopicId?: string;
4501
- /**
4502
- * cls日志所属地域
4503
- */
4504
- Region?: string;
4505
- /**
4506
- * topic保存时长 默认7天
4507
- */
4508
- Period?: number;
4509
- }
4510
4137
  /**
4511
4138
  * 安全网关版本路由信息限额配置
4512
4139
  */
@@ -4915,23 +4542,6 @@ export interface CloudBaseCodeRepoDetail {
4915
4542
  * CheckTcbService请求参数结构体
4916
4543
  */
4917
4544
  export type CheckTcbServiceRequest = null;
4918
- /**
4919
- * DescribeCloudBaseRunVersionRsByCondition请求参数结构体
4920
- */
4921
- export interface DescribeCloudBaseRunVersionRsByConditionRequest {
4922
- /**
4923
- * 环境ID;EnvId和ClusterId不能同时为空
4924
- */
4925
- EnvId?: string;
4926
- /**
4927
- * 集群ID;EnvId和ClusterId不能同时为空
4928
- */
4929
- ClusterId?: string;
4930
- /**
4931
- * 过滤网关服务开关
4932
- */
4933
- FilterGwSwitch?: boolean;
4934
- }
4935
4545
  /**
4936
4546
  * DescribeUserActivityInfo请求参数结构体
4937
4547
  */
@@ -4979,39 +4589,6 @@ export interface DescribeCloudBaseRunVersionSnapshotResponse {
4979
4589
  */
4980
4590
  RequestId?: string;
4981
4591
  }
4982
- /**
4983
- * DescribeCloudBaseRunPodList请求参数结构体
4984
- */
4985
- export interface DescribeCloudBaseRunPodListRequest {
4986
- /**
4987
- * 环境id
4988
- */
4989
- EnvId: string;
4990
- /**
4991
- * 服务名
4992
- */
4993
- ServerName: string;
4994
- /**
4995
- * 版本名
4996
- */
4997
- VersionName: string;
4998
- /**
4999
- * 分页限制
5000
- */
5001
- Limit?: number;
5002
- /**
5003
- * 分页偏移量
5004
- */
5005
- Offset?: number;
5006
- /**
5007
- * 容器状态
5008
- */
5009
- Status?: string;
5010
- /**
5011
- * 容器名
5012
- */
5013
- PodName?: string;
5014
- }
5015
4592
  /**
5016
4593
  * CreateCloudBaseRunResource请求参数结构体
5017
4594
  */
@@ -5089,63 +4666,6 @@ export interface CloudRunServiceVolume {
5089
4666
  */
5090
4667
  HostPath?: CloudBaseRunServiceVolumeHostPath;
5091
4668
  }
5092
- /**
5093
- * 独立网关云托管服务配置信息
5094
- */
5095
- export interface CloudBaseRunForGatewayConf {
5096
- /**
5097
- * 是否缩容到0
5098
- */
5099
- IsZero: boolean;
5100
- /**
5101
- * 按百分比灰度的权重
5102
- */
5103
- Weight: number;
5104
- /**
5105
- * 按请求/header参数的灰度Key
5106
- */
5107
- GrayKey: string;
5108
- /**
5109
- * 按请求/header参数的灰度Value
5110
- */
5111
- GrayValue: string;
5112
- /**
5113
- * 是否为默认版本(按请求/header参数)
5114
- */
5115
- IsDefault: boolean;
5116
- /**
5117
- * 访问权限,对应二进制分多段,vpc内网|公网|oa
5118
- */
5119
- AccessType: number;
5120
- /**
5121
- * 访问的URL(域名+路径)列表
5122
- */
5123
- URLs: Array<string>;
5124
- /**
5125
- * 环境ID
5126
- */
5127
- EnvId?: string;
5128
- /**
5129
- * 服务名称
5130
- */
5131
- ServerName?: string;
5132
- /**
5133
- * 版本名称
5134
- */
5135
- VersionName?: string;
5136
- /**
5137
- * 灰度类型:FLOW(权重), URL_PARAMS/HEAD_PARAMS
5138
- */
5139
- GrayType?: string;
5140
- /**
5141
- * CLB的IP:Port
5142
- */
5143
- LbAddr?: string;
5144
- /**
5145
- * 0:http访问服务配置信息, 1: 服务域名
5146
- */
5147
- ConfigType?: number;
5148
- }
5149
4669
  /**
5150
4670
  * 网关信息
5151
4671
  */
@@ -5597,38 +5117,6 @@ export interface DescribePostpayPackageFreeQuotasResponse {
5597
5117
  */
5598
5118
  RequestId?: string;
5599
5119
  }
5600
- /**
5601
- * 一键部署步骤信息
5602
- */
5603
- export interface OneClickTaskStepInfo {
5604
- /**
5605
- * 未启动:"todo"
5606
- 运行中:"running"
5607
- 失败:"failed"
5608
- 成功结束:"finished"
5609
- */
5610
- Status?: string;
5611
- /**
5612
- * 开始时间
5613
- */
5614
- StartTime?: string;
5615
- /**
5616
- * 结束时间
5617
- */
5618
- EndTime?: string;
5619
- /**
5620
- * 耗时:秒
5621
- */
5622
- CostTime?: number;
5623
- /**
5624
- * 失败原因
5625
- */
5626
- FailReason?: string;
5627
- /**
5628
- * 步骤名
5629
- */
5630
- Name?: string;
5631
- }
5632
5120
  /**
5633
5121
  * DescribeExtraPkgBillingInfo返回参数结构体
5634
5122
  */
@@ -5659,198 +5147,3 @@ export interface CloudBaseCodeRepoName {
5659
5147
  */
5660
5148
  FullName?: string;
5661
5149
  }
5662
- /**
5663
- * ModifyCloudBaseRunServerVersion请求参数结构体
5664
- */
5665
- export interface ModifyCloudBaseRunServerVersionRequest {
5666
- /**
5667
- * 环境ID
5668
- */
5669
- EnvId: string;
5670
- /**
5671
- * 服务名称
5672
- */
5673
- ServerName: string;
5674
- /**
5675
- * 版本名称
5676
- */
5677
- VersionName: string;
5678
- /**
5679
- * 环境变量
5680
- */
5681
- EnvParams?: string;
5682
- /**
5683
- * 最小副本数
5684
- */
5685
- MinNum?: string;
5686
- /**
5687
- * 最大副本数
5688
- */
5689
- MaxNum?: string;
5690
- /**
5691
- * 端口
5692
- */
5693
- ContainerPort?: string;
5694
- /**
5695
- * 备注
5696
- */
5697
- Remark?: string;
5698
- /**
5699
- * 日志采集路径
5700
- */
5701
- CustomLogs?: string;
5702
- /**
5703
- * 是否重设备注
5704
- */
5705
- IsResetRemark?: boolean;
5706
- /**
5707
- * 修改基础信息
5708
- */
5709
- BasicModify?: boolean;
5710
- /**
5711
- * 操作备注
5712
- */
5713
- OperatorRemark?: string;
5714
- }
5715
- /**
5716
- * RollUpdateCloudBaseRunServerVersion请求参数结构体
5717
- */
5718
- export interface RollUpdateCloudBaseRunServerVersionRequest {
5719
- /**
5720
- * 环境ID
5721
- */
5722
- EnvId: string;
5723
- /**
5724
- * 要替换的版本名称,可以为latest
5725
- */
5726
- VersionName: string;
5727
- /**
5728
- * 枚举(package/repository/image)
5729
- */
5730
- UploadType?: string;
5731
- /**
5732
- * repository的类型(coding/gitlab/github)
5733
- */
5734
- RepositoryType?: string;
5735
- /**
5736
- * 流量占比
5737
- */
5738
- FlowRatio?: number;
5739
- /**
5740
- * dockerfile地址
5741
- */
5742
- DockerfilePath?: string;
5743
- /**
5744
- * 构建目录
5745
- */
5746
- BuildDir?: string;
5747
- /**
5748
- * Cpu的大小,单位:核
5749
- */
5750
- Cpu?: string;
5751
- /**
5752
- * Mem的大小,单位:G
5753
- */
5754
- Mem?: string;
5755
- /**
5756
- * 最小副本数,最小值:0
5757
- */
5758
- MinNum?: string;
5759
- /**
5760
- * 最大副本数
5761
- */
5762
- MaxNum?: string;
5763
- /**
5764
- * 策略类型
5765
- cpu/mem
5766
- */
5767
- PolicyType?: string;
5768
- /**
5769
- * 策略阈值
5770
- */
5771
- PolicyThreshold?: string;
5772
- /**
5773
- * 环境变量
5774
- */
5775
- EnvParams?: string;
5776
- /**
5777
- * 容器端口
5778
- */
5779
- ContainerPort?: number;
5780
- /**
5781
- * 服务名称
5782
- */
5783
- ServerName?: string;
5784
- /**
5785
- * repository地址
5786
- */
5787
- Repository?: string;
5788
- /**
5789
- * 分支
5790
- */
5791
- Branch?: string;
5792
- /**
5793
- * 版本备注
5794
- */
5795
- VersionRemark?: string;
5796
- /**
5797
- * 代码包名字
5798
- */
5799
- PackageName?: string;
5800
- /**
5801
- * 代码包版本
5802
- */
5803
- PackageVersion?: string;
5804
- /**
5805
- * Image的详情
5806
- */
5807
- ImageInfo?: CloudBaseRunImageInfo;
5808
- /**
5809
- * Github等拉取代码的详情
5810
- */
5811
- CodeDetail?: CloudBaseCodeRepoDetail;
5812
- /**
5813
- * 是否回放流量
5814
- */
5815
- IsRebuild?: boolean;
5816
- /**
5817
- * 延迟多长时间开始健康检查(单位s)
5818
- */
5819
- InitialDelaySeconds?: number;
5820
- /**
5821
- * cfs挂载信息
5822
- */
5823
- MountVolumeInfo?: Array<CloudBaseRunVolumeMount>;
5824
- /**
5825
- * 是否回滚
5826
- */
5827
- Rollback?: boolean;
5828
- /**
5829
- * 版本历史名
5830
- */
5831
- SnapshotName?: string;
5832
- /**
5833
- * 自定义采集路径
5834
- */
5835
- CustomLogs?: string;
5836
- /**
5837
- * 是否启用统一域名
5838
- */
5839
- EnableUnion?: boolean;
5840
- /**
5841
- * 操作备注
5842
- */
5843
- OperatorRemark?: string;
5844
- /**
5845
- * 服务路径(只会第一次生效)
5846
- */
5847
- ServerPath?: string;
5848
- /**
5849
- * 是否更新Cls
5850
- */
5851
- IsUpdateCls?: boolean;
5852
- /**
5853
- * 自动扩缩容策略组
5854
- */
5855
- PolicyDetail?: Array<HpaPolicy>;
5856
- }