tencentcloud-sdk-nodejs-tcb 4.0.1008 → 4.0.1010

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.
@@ -124,19 +124,16 @@ export interface OrderInfo {
124
124
  PayMode?: string;
125
125
  /**
126
126
  * 订单绑定的扩展ID
127
- 注意:此字段可能返回 null,表示取不到有效值。
128
127
  */
129
128
  ExtensionId?: string;
130
129
  /**
131
130
  * 资源初始化结果(仅当ExtensionId不为空时有效): successful(初始化成功), failed(初始化失败), doing(初始化进行中), init(准备初始化)
132
- 注意:此字段可能返回 null,表示取不到有效值。
133
131
  */
134
132
  ResourceReady?: string;
135
133
  /**
136
134
  * 安装标记。建议使用方统一转大小写之后再判断。
137
135
  <li>QuickStart:快速启动来源</li>
138
136
  <li>Activity:活动来源</li>
139
- 注意:此字段可能返回 null,表示取不到有效值。
140
137
  */
141
138
  Flag?: string;
142
139
  /**
@@ -193,12 +190,10 @@ export interface DescribeCloudBaseRunServerVersionRequest {
193
190
  export interface CbrPackageInfo {
194
191
  /**
195
192
  * 代码包名称
196
- 注意:此字段可能返回 null,表示取不到有效值。
197
193
  */
198
194
  PackageName?: string;
199
195
  /**
200
196
  * 代码包版本
201
- 注意:此字段可能返回 null,表示取不到有效值。
202
197
  */
203
198
  PackageVersion?: string;
204
199
  }
@@ -562,6 +557,23 @@ export interface DescribeEndUsersRequest {
562
557
  * DescribeCloudBaseRunPodList返回参数结构体
563
558
  */
564
559
  export interface DescribeCloudBaseRunPodListResponse {
560
+ /**
561
+ * 偏移量
562
+ */
563
+ Offset?: number;
564
+ /**
565
+ * 分页大小
566
+ */
567
+ Limit?: number;
568
+ /**
569
+ * 总数
570
+ */
571
+ TotalCount?: number;
572
+ /**
573
+ * 容器列表
574
+ 注意:此字段可能返回 null,表示取不到有效值。
575
+ */
576
+ PodList?: Array<CloudBaseRunVersionPod>;
565
577
  /**
566
578
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
567
579
  */
@@ -828,6 +840,23 @@ export interface DescribeSpecialCostItemsRequest {
828
840
  */
829
841
  EndTime?: string;
830
842
  }
843
+ /**
844
+ * TurnOnStandaloneGateway请求参数结构体
845
+ */
846
+ export interface TurnOnStandaloneGatewayRequest {
847
+ /**
848
+ * 环境ID
849
+ */
850
+ EnvId: string;
851
+ /**
852
+ * 网关名称
853
+ */
854
+ GatewayName: string;
855
+ /**
856
+ * 服务名称列表
857
+ */
858
+ ServiceNameList: Array<string>;
859
+ }
831
860
  /**
832
861
  * CreatePostpayPackage请求参数结构体
833
862
  */
@@ -1209,14 +1238,17 @@ export interface DescribeCloudBaseRunServerRequest {
1209
1238
  export interface CloudBaseRunEmptyDirVolumeSource {
1210
1239
  /**
1211
1240
  * 启用emptydir数据卷
1241
+ 注意:此字段可能返回 null,表示取不到有效值。
1212
1242
  */
1213
1243
  EnableEmptyDirVolume?: boolean;
1214
1244
  /**
1215
1245
  * "","Memory","HugePages"
1246
+ 注意:此字段可能返回 null,表示取不到有效值。
1216
1247
  */
1217
1248
  Medium?: string;
1218
1249
  /**
1219
1250
  * emptydir数据卷大小
1251
+ 注意:此字段可能返回 null,表示取不到有效值。
1220
1252
  */
1221
1253
  SizeLimit?: string;
1222
1254
  }
@@ -1658,50 +1690,41 @@ export interface FreezeCloudBaseRunServersRequest {
1658
1690
  export interface BaasPackageInfo {
1659
1691
  /**
1660
1692
  * DAU产品套餐ID
1661
- 注意:此字段可能返回 null,表示取不到有效值。
1662
1693
  */
1663
1694
  PackageName?: string;
1664
1695
  /**
1665
1696
  * DAU套餐中文名称
1666
- 注意:此字段可能返回 null,表示取不到有效值。
1667
1697
  */
1668
1698
  PackageTitle?: string;
1669
1699
  /**
1670
1700
  * 套餐分组
1671
- 注意:此字段可能返回 null,表示取不到有效值。
1672
1701
  */
1673
1702
  GroupName?: string;
1674
1703
  /**
1675
1704
  * 套餐分组中文名
1676
- 注意:此字段可能返回 null,表示取不到有效值。
1677
1705
  */
1678
1706
  GroupTitle?: string;
1679
1707
  /**
1680
1708
  * json格式化计费标签,例如:
1681
1709
  {"pid":2, "cids":{"create": 2, "renew": 2, "modify": 2}, "productCode":"p_tcb_mp", "subProductCode":"sp_tcb_mp_cloudbase_dau"}
1682
- 注意:此字段可能返回 null,表示取不到有效值。
1683
1710
  */
1684
1711
  BillTags?: string;
1685
1712
  /**
1686
1713
  * json格式化用户资源限制,例如:
1687
1714
  {"Qps":1000,"InvokeNum":{"TimeUnit":"m", "Unit":"万次", "MaxSize": 100},"Capacity":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}, "Cdn":{"Flux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}, "BackFlux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100}},"Scf":{"Concurrency":1000,"OutFlux":{"TimeUnit":"m", "Unit":"GB", "MaxSize": 100},"MemoryUse":{"TimeUnit":"m", "Unit":"WGBS", "MaxSize": 100000}}}
1688
- 注意:此字段可能返回 null,表示取不到有效值。
1689
1715
  */
1690
1716
  ResourceLimit?: string;
1691
1717
  /**
1692
1718
  * json格式化高级限制,例如:
1693
1719
  {"CMSEnable":false,"ProvisionedConcurrencyMem":512000, "PictureProcessing":false, "SecurityAudit":false, "RealTimePush":false, "TemplateMessageBatchPush":false, "Payment":false}
1694
- 注意:此字段可能返回 null,表示取不到有效值。
1695
1720
  */
1696
1721
  AdvanceLimit?: string;
1697
1722
  /**
1698
1723
  * 套餐描述
1699
- 注意:此字段可能返回 null,表示取不到有效值。
1700
1724
  */
1701
1725
  PackageDescription?: string;
1702
1726
  /**
1703
1727
  * 是否对外展示
1704
- 注意:此字段可能返回 null,表示取不到有效值。
1705
1728
  */
1706
1729
  IsExternal?: boolean;
1707
1730
  }
@@ -1847,7 +1870,7 @@ export interface DeleteGatewayVersionRequest {
1847
1870
  */
1848
1871
  IsForce?: boolean;
1849
1872
  /**
1850
- * 操作记录
1873
+ * 操作者记录
1851
1874
  */
1852
1875
  OperatorRemark?: string;
1853
1876
  }
@@ -2247,7 +2270,6 @@ export interface DescribeEnvPostpaidDeductRequest {
2247
2270
  export interface CustomHeader {
2248
2271
  /**
2249
2272
  * 请求添加头部配置
2250
- 注意:此字段可能返回 null,表示取不到有效值。
2251
2273
  */
2252
2274
  RequestToAddList?: Array<CustomRequestToAdd>;
2253
2275
  }
@@ -2298,18 +2320,14 @@ export interface DescribeEnvFreeQuotaRequest {
2298
2320
  }
2299
2321
  /**
2300
2322
  * cloudrun安全特性能力
2301
-
2302
-
2303
2323
  */
2304
2324
  export interface CloudBaseCapabilities {
2305
2325
  /**
2306
2326
  * 启用安全能力项列表
2307
- 注意:此字段可能返回 null,表示取不到有效值。
2308
2327
  */
2309
2328
  Add?: Array<string>;
2310
2329
  /**
2311
2330
  * 禁用安全能力向列表
2312
- 注意:此字段可能返回 null,表示取不到有效值。
2313
2331
  */
2314
2332
  Drop?: Array<string>;
2315
2333
  }
@@ -2319,17 +2337,14 @@ export interface CloudBaseCapabilities {
2319
2337
  export interface CbrRepoInfo {
2320
2338
  /**
2321
2339
  * 仓库名称
2322
- 注意:此字段可能返回 null,表示取不到有效值。
2323
2340
  */
2324
2341
  Repo?: string;
2325
2342
  /**
2326
2343
  * 仓库平台
2327
- 注意:此字段可能返回 null,表示取不到有效值。
2328
2344
  */
2329
2345
  RepoType?: string;
2330
2346
  /**
2331
2347
  * 仓库语言
2332
- 注意:此字段可能返回 null,表示取不到有效值。
2333
2348
  */
2334
2349
  RepoLanguage?: string;
2335
2350
  /**
@@ -2502,37 +2517,30 @@ export interface ModifyDatabaseACLResponse {
2502
2517
  export interface CloudBaseEsInfo {
2503
2518
  /**
2504
2519
  * es的id
2505
- 注意:此字段可能返回 null,表示取不到有效值。
2506
2520
  */
2507
2521
  Id?: number;
2508
2522
  /**
2509
2523
  * secret名字
2510
- 注意:此字段可能返回 null,表示取不到有效值。
2511
2524
  */
2512
2525
  SecretName?: string;
2513
2526
  /**
2514
2527
  * ip地址
2515
- 注意:此字段可能返回 null,表示取不到有效值。
2516
2528
  */
2517
2529
  Ip?: string;
2518
2530
  /**
2519
2531
  * 端口
2520
- 注意:此字段可能返回 null,表示取不到有效值。
2521
2532
  */
2522
2533
  Port?: number;
2523
2534
  /**
2524
2535
  * 索引
2525
- 注意:此字段可能返回 null,表示取不到有效值。
2526
2536
  */
2527
2537
  Index?: string;
2528
2538
  /**
2529
2539
  * 用户名
2530
- 注意:此字段可能返回 null,表示取不到有效值。
2531
2540
  */
2532
2541
  Account?: string;
2533
2542
  /**
2534
2543
  * 密码
2535
- 注意:此字段可能返回 null,表示取不到有效值。
2536
2544
  */
2537
2545
  Password?: string;
2538
2546
  }
@@ -2542,34 +2550,28 @@ export interface CloudBaseEsInfo {
2542
2550
  export interface PostPaidEnvDeductInfo {
2543
2551
  /**
2544
2552
  * 资源方
2545
- 注意:此字段可能返回 null,表示取不到有效值。
2546
2553
  */
2547
- ResourceType: string;
2554
+ ResourceType?: string;
2548
2555
  /**
2549
2556
  * 指标名
2550
- 注意:此字段可能返回 null,表示取不到有效值。
2551
2557
  */
2552
- MetricName: string;
2558
+ MetricName?: string;
2553
2559
  /**
2554
2560
  * 按量计费详情
2555
- 注意:此字段可能返回 null,表示取不到有效值。
2556
2561
  */
2557
- ResQuota: number;
2562
+ ResQuota?: number;
2558
2563
  /**
2559
2564
  * 资源包抵扣详情
2560
- 注意:此字段可能返回 null,表示取不到有效值。
2561
2565
  */
2562
- PkgQuota: number;
2566
+ PkgQuota?: number;
2563
2567
  /**
2564
2568
  * 免费额度抵扣详情
2565
- 注意:此字段可能返回 null,表示取不到有效值。
2566
2569
  */
2567
- FreeQuota: number;
2570
+ FreeQuota?: number;
2568
2571
  /**
2569
2572
  * 环境id
2570
- 注意:此字段可能返回 null,表示取不到有效值。
2571
2573
  */
2572
- EnvId: string;
2574
+ EnvId?: string;
2573
2575
  }
2574
2576
  /**
2575
2577
  * ModifyCloudBaseRunServerFlowConf返回参数结构体
@@ -2593,12 +2595,12 @@ export interface DescribeCloudBaseRunOperationTypesResponse {
2593
2595
  * 操作类型
2594
2596
  注意:此字段可能返回 null,表示取不到有效值。
2595
2597
  */
2596
- Action: Array<string>;
2598
+ Action?: Array<string>;
2597
2599
  /**
2598
2600
  * 服务名列表
2599
2601
  注意:此字段可能返回 null,表示取不到有效值。
2600
2602
  */
2601
- ServerName: Array<string>;
2603
+ ServerName?: Array<string>;
2602
2604
  /**
2603
2605
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2604
2606
  */
@@ -2610,22 +2612,18 @@ export interface DescribeCloudBaseRunOperationTypesResponse {
2610
2612
  export interface SpecialCostItem {
2611
2613
  /**
2612
2614
  * 上报日期
2613
- 注意:此字段可能返回 null,表示取不到有效值。
2614
2615
  */
2615
2616
  ReportDate?: string;
2616
2617
  /**
2617
2618
  * 腾讯云uin
2618
- 注意:此字段可能返回 null,表示取不到有效值。
2619
2619
  */
2620
2620
  Uin?: string;
2621
2621
  /**
2622
2622
  * 资源id:环境id
2623
- 注意:此字段可能返回 null,表示取不到有效值。
2624
2623
  */
2625
2624
  EnvId?: string;
2626
2625
  /**
2627
2626
  * 上报任务状态
2628
- 注意:此字段可能返回 null,表示取不到有效值。
2629
2627
  */
2630
2628
  Status?: string;
2631
2629
  }
@@ -2689,84 +2687,68 @@ export interface EnvInfo {
2689
2687
  Functions?: Array<FunctionInfo>;
2690
2688
  /**
2691
2689
  * tcb产品套餐ID,参考DescribePackages接口的返回值。
2692
- 注意:此字段可能返回 null,表示取不到有效值。
2693
2690
  */
2694
2691
  PackageId?: string;
2695
2692
  /**
2696
2693
  * 套餐中文名称,参考DescribePackages接口的返回值。
2697
- 注意:此字段可能返回 null,表示取不到有效值。
2698
2694
  */
2699
2695
  PackageName?: string;
2700
2696
  /**
2701
2697
  * 云日志服务列表
2702
- 注意:此字段可能返回 null,表示取不到有效值。
2703
2698
  */
2704
2699
  LogServices?: Array<LogServiceInfo>;
2705
2700
  /**
2706
2701
  * 静态资源信息
2707
- 注意:此字段可能返回 null,表示取不到有效值。
2708
2702
  */
2709
2703
  StaticStorages?: Array<StaticStorageInfo>;
2710
2704
  /**
2711
2705
  * 是否到期自动降为免费版
2712
- 注意:此字段可能返回 null,表示取不到有效值。
2713
2706
  */
2714
2707
  IsAutoDegrade?: boolean;
2715
2708
  /**
2716
2709
  * 环境渠道
2717
- 注意:此字段可能返回 null,表示取不到有效值。
2718
2710
  */
2719
2711
  EnvChannel?: string;
2720
2712
  /**
2721
2713
  * 支付方式。包含以下取值:
2722
2714
  <li> prepayment:预付费</li>
2723
2715
  <li> postpaid:后付费</li>
2724
- 注意:此字段可能返回 null,表示取不到有效值。
2725
2716
  */
2726
2717
  PayMode?: string;
2727
2718
  /**
2728
2719
  * 是否为默认环境
2729
- 注意:此字段可能返回 null,表示取不到有效值。
2730
2720
  */
2731
2721
  IsDefault?: boolean;
2732
2722
  /**
2733
2723
  * 环境所属地域
2734
- 注意:此字段可能返回 null,表示取不到有效值。
2735
2724
  */
2736
2725
  Region?: string;
2737
2726
  /**
2738
2727
  * 环境标签列表
2739
- 注意:此字段可能返回 null,表示取不到有效值。
2740
2728
  */
2741
2729
  Tags?: Array<Tag>;
2742
2730
  /**
2743
2731
  * 自定义日志服务
2744
- 注意:此字段可能返回 null,表示取不到有效值。
2745
2732
  */
2746
2733
  CustomLogServices?: Array<ClsInfo>;
2747
2734
  /**
2748
2735
  * 环境类型:baas, run, hoting, weda
2749
- 注意:此字段可能返回 null,表示取不到有效值。
2750
2736
  */
2751
2737
  EnvType?: string;
2752
2738
  /**
2753
2739
  * 是否是dau新套餐
2754
- 注意:此字段可能返回 null,表示取不到有效值。
2755
2740
  */
2756
2741
  IsDauPackage?: boolean;
2757
2742
  /**
2758
2743
  * 套餐类型:空\baas\tcbr
2759
- 注意:此字段可能返回 null,表示取不到有效值。
2760
2744
  */
2761
2745
  PackageType?: string;
2762
2746
  /**
2763
2747
  * 架构类型
2764
- 注意:此字段可能返回 null,表示取不到有效值。
2765
2748
  */
2766
2749
  ArchitectureType?: string;
2767
2750
  /**
2768
2751
  * 回收标志,默认为空
2769
- 注意:此字段可能返回 null,表示取不到有效值。
2770
2752
  */
2771
2753
  Recycle?: string;
2772
2754
  }
@@ -2831,52 +2813,42 @@ export interface DescribeCloudBaseProjectVersionListRequest {
2831
2813
  export interface CodeSource {
2832
2814
  /**
2833
2815
  * 类型, 可能的枚举: "coding","package","package_url","github","gitlab","gitee","rawcode"
2834
- 注意:此字段可能返回 null,表示取不到有效值。
2835
2816
  */
2836
2817
  Type?: string;
2837
2818
  /**
2838
2819
  * 下载链接
2839
- 注意:此字段可能返回 null,表示取不到有效值。
2840
2820
  */
2841
2821
  Url?: string;
2842
2822
  /**
2843
2823
  * 名称
2844
- 注意:此字段可能返回 null,表示取不到有效值。
2845
2824
  */
2846
2825
  Name?: string;
2847
2826
  /**
2848
2827
  * 工作目录
2849
- 注意:此字段可能返回 null,表示取不到有效值。
2850
2828
  */
2851
2829
  WorkDir?: string;
2852
2830
  /**
2853
2831
  * code包名, type为coding的时候需要填写
2854
- 注意:此字段可能返回 null,表示取不到有效值。
2855
2832
  */
2856
2833
  CodingPackageName?: string;
2857
2834
  /**
2858
2835
  * coding版本名, type为coding的时候需要填写
2859
- 注意:此字段可能返回 null,表示取不到有效值。
2860
2836
  */
2861
2837
  CodingPackageVersion?: string;
2862
2838
  /**
2863
2839
  * 源码
2864
- 注意:此字段可能返回 null,表示取不到有效值。
2865
2840
  */
2866
2841
  RawCode?: string;
2867
2842
  /**
2868
2843
  * 代码分支
2869
- 注意:此字段可能返回 null,表示取不到有效值。
2870
2844
  */
2871
2845
  Branch?: string;
2872
2846
  /**
2873
2847
  * coding项目ID,type为coding时需要填写
2874
- 注意:此字段可能返回 null,表示取不到有效值。
2875
2848
  */
2876
2849
  ProjectId?: number;
2877
2850
  /**
2878
2851
  * coding项目
2879
- 注意:此字段可能返回 null,表示取不到有效值。
2880
2852
  */
2881
2853
  ProjectName?: string;
2882
2854
  }
@@ -3410,12 +3382,10 @@ export interface DeleteWxGatewayRouteResponse {
3410
3382
  export interface DescribeCloudBaseProjectVersionListResponse {
3411
3383
  /**
3412
3384
  * 版本列表
3413
- 注意:此字段可能返回 null,表示取不到有效值。
3414
3385
  */
3415
3386
  ProjectVersions?: Array<CloudBaseProjectVersion>;
3416
3387
  /**
3417
3388
  * 总个数
3418
- 注意:此字段可能返回 null,表示取不到有效值。
3419
3389
  */
3420
3390
  TotalCount?: number;
3421
3391
  /**
@@ -3654,19 +3624,16 @@ export interface DescribeWxGatewaysRequest {
3654
3624
  export interface CloudBaseRunKVPriority {
3655
3625
  /**
3656
3626
  * 参数的Key
3657
- 注意:此字段可能返回 null,表示取不到有效值。
3658
3627
  */
3659
- Key: string;
3628
+ Key?: string;
3660
3629
  /**
3661
3630
  * 参数的Value
3662
- 注意:此字段可能返回 null,表示取不到有效值。
3663
3631
  */
3664
- Value: string;
3632
+ Value?: string;
3665
3633
  /**
3666
3634
  * 优先级
3667
- 注意:此字段可能返回 null,表示取不到有效值。
3668
3635
  */
3669
- Priority: number;
3636
+ Priority?: number;
3670
3637
  }
3671
3638
  /**
3672
3639
  * DescribeDownloadFile请求参数结构体
@@ -3694,37 +3661,37 @@ export interface CloudBaseRunVpcSubnet {
3694
3661
  * 子网id
3695
3662
  注意:此字段可能返回 null,表示取不到有效值。
3696
3663
  */
3697
- Id: string;
3664
+ Id?: string;
3698
3665
  /**
3699
3666
  * 子网的ipv4
3700
3667
  注意:此字段可能返回 null,表示取不到有效值。
3701
3668
  */
3702
- Cidr: string;
3669
+ Cidr?: string;
3703
3670
  /**
3704
3671
  * 可用区
3705
3672
  注意:此字段可能返回 null,表示取不到有效值。
3706
3673
  */
3707
- Zone: string;
3674
+ Zone?: string;
3708
3675
  /**
3709
3676
  * 类型
3710
3677
  注意:此字段可能返回 null,表示取不到有效值。
3711
3678
  */
3712
- Type: string;
3679
+ Type?: string;
3713
3680
  /**
3714
3681
  * subnet类型
3715
3682
  注意:此字段可能返回 null,表示取不到有效值。
3716
3683
  */
3717
- Target: string;
3684
+ Target?: string;
3718
3685
  /**
3719
3686
  * 地域
3720
3687
  注意:此字段可能返回 null,表示取不到有效值。
3721
3688
  */
3722
- Region: string;
3689
+ Region?: string;
3723
3690
  /**
3724
3691
  * 名字
3725
3692
  注意:此字段可能返回 null,表示取不到有效值。
3726
3693
  */
3727
- Name: string;
3694
+ Name?: string;
3728
3695
  }
3729
3696
  /**
3730
3697
  * 后付费免费额度
@@ -3736,22 +3703,18 @@ export interface PackageFreeQuotaInfo {
3736
3703
  <li>CDN</li>
3737
3704
  <li>FLEXDB</li>
3738
3705
  <li>SCF</li>
3739
- 注意:此字段可能返回 null,表示取不到有效值。
3740
3706
  */
3741
3707
  ResourceType?: string;
3742
3708
  /**
3743
3709
  * 资源指标名称
3744
- 注意:此字段可能返回 null,表示取不到有效值。
3745
3710
  */
3746
3711
  ResourceMetric?: string;
3747
3712
  /**
3748
3713
  * 资源指标免费量
3749
- 注意:此字段可能返回 null,表示取不到有效值。
3750
3714
  */
3751
3715
  FreeQuota?: number;
3752
3716
  /**
3753
3717
  * 指标单位
3754
- 注意:此字段可能返回 null,表示取不到有效值。
3755
3718
  */
3756
3719
  MetricUnit?: string;
3757
3720
  /**
@@ -3759,13 +3722,11 @@ export interface PackageFreeQuotaInfo {
3759
3722
  <li>sum-month:以月为单位抵扣</li>
3760
3723
  <li>sum-day:以天为单位抵扣</li>
3761
3724
  <li>totalize:总容量抵扣</li>
3762
- 注意:此字段可能返回 null,表示取不到有效值。
3763
3725
  */
3764
3726
  DeductType?: string;
3765
3727
  /**
3766
3728
  * 免费量类型
3767
3729
  <li>basic:通用量抵扣</li>
3768
- 注意:此字段可能返回 null,表示取不到有效值。
3769
3730
  */
3770
3731
  FreeQuotaType?: string;
3771
3732
  }
@@ -3788,7 +3749,6 @@ export interface DescribeEnvFreeQuotaResponse {
3788
3749
  export interface CreateAndDeployCloudBaseProjectResponse {
3789
3750
  /**
3790
3751
  * 环境Id
3791
- 注意:此字段可能返回 null,表示取不到有效值。
3792
3752
  */
3793
3753
  EnvId?: string;
3794
3754
  /**
@@ -3802,27 +3762,22 @@ export interface CreateAndDeployCloudBaseProjectResponse {
3802
3762
  export interface StaticStorageInfo {
3803
3763
  /**
3804
3764
  * 静态CDN域名
3805
- 注意:此字段可能返回 null,表示取不到有效值。
3806
3765
  */
3807
3766
  StaticDomain?: string;
3808
3767
  /**
3809
3768
  * 静态CDN默认文件夹,当前为根目录
3810
- 注意:此字段可能返回 null,表示取不到有效值。
3811
3769
  */
3812
3770
  DefaultDirName?: string;
3813
3771
  /**
3814
3772
  * 资源状态(process/online/offline/init)
3815
- 注意:此字段可能返回 null,表示取不到有效值。
3816
3773
  */
3817
3774
  Status?: string;
3818
3775
  /**
3819
3776
  * cos所属区域
3820
- 注意:此字段可能返回 null,表示取不到有效值。
3821
3777
  */
3822
3778
  Region?: string;
3823
3779
  /**
3824
3780
  * bucket信息
3825
- 注意:此字段可能返回 null,表示取不到有效值。
3826
3781
  */
3827
3782
  Bucket?: string;
3828
3783
  }
@@ -4025,14 +3980,12 @@ export interface DescribeCbrServerVersionRequest {
4025
3980
  export interface DescribeWxGatewayRoutesResponse {
4026
3981
  /**
4027
3982
  * 返回的服务个数
4028
- 注意:此字段可能返回 null,表示取不到有效值。
4029
3983
  */
4030
- TotalCount: number;
3984
+ TotalCount?: number;
4031
3985
  /**
4032
3986
  * 返回的服务列表
4033
- 注意:此字段可能返回 null,表示取不到有效值。
4034
3987
  */
4035
- WxGatewayRouteSet: Array<WxGatewayRountItem>;
3988
+ WxGatewayRouteSet?: Array<WxGatewayRountItem>;
4036
3989
  /**
4037
3990
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4038
3991
  */
@@ -4045,7 +3998,7 @@ export interface DatabasesInfo {
4045
3998
  /**
4046
3999
  * 数据库唯一标识
4047
4000
  */
4048
- InstanceId: string;
4001
+ InstanceId?: string;
4049
4002
  /**
4050
4003
  * 状态。包含以下取值:
4051
4004
  <li>INITIALIZING:资源初始化中</li>
@@ -4053,17 +4006,16 @@ export interface DatabasesInfo {
4053
4006
  <li>UNUSABLE:禁用,不可用</li>
4054
4007
  <li>OVERDUE:资源过期</li>
4055
4008
  */
4056
- Status: string;
4009
+ Status?: string;
4057
4010
  /**
4058
4011
  * 所属地域。
4059
4012
  当前支持ap-shanghai
4060
4013
  */
4061
- Region: string;
4014
+ Region?: string;
4062
4015
  /**
4063
4016
  * 更新时间
4064
- 注意:此字段可能返回 null,表示取不到有效值。
4065
4017
  */
4066
- UpdateTime: string;
4018
+ UpdateTime?: string;
4067
4019
  }
4068
4020
  /**
4069
4021
  * cloudrun安全特性
@@ -4151,27 +4103,22 @@ export interface DescribeDatabaseACLRequest {
4151
4103
  export interface SmsFreeQuota {
4152
4104
  /**
4153
4105
  * 免费量总条数
4154
- 注意:此字段可能返回 null,表示取不到有效值。
4155
4106
  */
4156
4107
  FreeQuota?: number;
4157
4108
  /**
4158
4109
  * 共计已使用总条数
4159
- 注意:此字段可能返回 null,表示取不到有效值。
4160
4110
  */
4161
4111
  TotalUsedQuota?: number;
4162
4112
  /**
4163
4113
  * 免费周期起点,0000-00-00 00:00:00 形式
4164
- 注意:此字段可能返回 null,表示取不到有效值。
4165
4114
  */
4166
4115
  CycleStart?: string;
4167
4116
  /**
4168
4117
  * 免费周期终点,0000-00-00 00:00:00 形式
4169
- 注意:此字段可能返回 null,表示取不到有效值。
4170
4118
  */
4171
4119
  CycleEnd?: string;
4172
4120
  /**
4173
4121
  * 今天已使用总条数
4174
- 注意:此字段可能返回 null,表示取不到有效值。
4175
4122
  */
4176
4123
  TodayUsedQuota?: number;
4177
4124
  }
@@ -4209,7 +4156,6 @@ export interface CloudBaseRunServerVersionItem {
4209
4156
  VersionName?: string;
4210
4157
  /**
4211
4158
  * 状态
4212
- 注意:此字段可能返回 null,表示取不到有效值。
4213
4159
  */
4214
4160
  Status?: string;
4215
4161
  /**
@@ -4218,42 +4164,34 @@ export interface CloudBaseRunServerVersionItem {
4218
4164
  FlowRatio?: number;
4219
4165
  /**
4220
4166
  * 创建时间
4221
- 注意:此字段可能返回 null,表示取不到有效值。
4222
4167
  */
4223
4168
  CreatedTime?: string;
4224
4169
  /**
4225
4170
  * 更新时间
4226
- 注意:此字段可能返回 null,表示取不到有效值。
4227
4171
  */
4228
4172
  UpdatedTime?: string;
4229
4173
  /**
4230
4174
  * 构建ID
4231
- 注意:此字段可能返回 null,表示取不到有效值。
4232
4175
  */
4233
4176
  BuildId?: number;
4234
4177
  /**
4235
4178
  * 构建方式
4236
- 注意:此字段可能返回 null,表示取不到有效值。
4237
4179
  */
4238
4180
  UploadType?: string;
4239
4181
  /**
4240
4182
  * 备注
4241
- 注意:此字段可能返回 null,表示取不到有效值。
4242
4183
  */
4243
4184
  Remark?: string;
4244
4185
  /**
4245
4186
  * url中的参数路径
4246
- 注意:此字段可能返回 null,表示取不到有效值。
4247
4187
  */
4248
4188
  UrlParam?: ObjectKV;
4249
4189
  /**
4250
4190
  * 优先级(数值越小,优先级越高)
4251
- 注意:此字段可能返回 null,表示取不到有效值。
4252
4191
  */
4253
4192
  Priority?: number;
4254
4193
  /**
4255
4194
  * 是否是默认兜底版本
4256
- 注意:此字段可能返回 null,表示取不到有效值。
4257
4195
  */
4258
4196
  IsDefaultPriority?: boolean;
4259
4197
  /**
@@ -4263,32 +4201,26 @@ export interface CloudBaseRunServerVersionItem {
4263
4201
  FlowParams?: Array<CloudBaseRunKVPriority>;
4264
4202
  /**
4265
4203
  * 最小副本数
4266
- 注意:此字段可能返回 null,表示取不到有效值。
4267
4204
  */
4268
4205
  MinReplicas?: number;
4269
4206
  /**
4270
4207
  * 最大副本数
4271
- 注意:此字段可能返回 null,表示取不到有效值。
4272
4208
  */
4273
4209
  MaxReplicas?: number;
4274
4210
  /**
4275
4211
  * 操作记录id
4276
- 注意:此字段可能返回 null,表示取不到有效值。
4277
4212
  */
4278
4213
  RunId?: string;
4279
4214
  /**
4280
4215
  * 进度
4281
- 注意:此字段可能返回 null,表示取不到有效值。
4282
4216
  */
4283
4217
  Percent?: number;
4284
4218
  /**
4285
4219
  * 当前副本数
4286
- 注意:此字段可能返回 null,表示取不到有效值。
4287
4220
  */
4288
4221
  CurrentReplicas?: number;
4289
4222
  /**
4290
4223
  * Monolithic,Microservice
4291
- 注意:此字段可能返回 null,表示取不到有效值。
4292
4224
  */
4293
4225
  Architecture?: string;
4294
4226
  }
@@ -4298,17 +4230,14 @@ export interface CloudBaseRunServerVersionItem {
4298
4230
  export interface PlatformStatistic {
4299
4231
  /**
4300
4232
  * 终端用户从属平台
4301
- 注意:此字段可能返回 null,表示取不到有效值。
4302
4233
  */
4303
4234
  Platform?: string;
4304
4235
  /**
4305
4236
  * 平台终端用户数
4306
- 注意:此字段可能返回 null,表示取不到有效值。
4307
4237
  */
4308
4238
  Count?: number;
4309
4239
  /**
4310
4240
  * 更新时间
4311
- 注意:此字段可能返回 null,表示取不到有效值。
4312
4241
  */
4313
4242
  UpdateTime?: string;
4314
4243
  }
@@ -4335,12 +4264,10 @@ export interface DeleteCloudBaseProjectLatestVersionRequest {
4335
4264
  export interface DescribeCloudBaseProjectLatestVersionListResponse {
4336
4265
  /**
4337
4266
  * 项目列表
4338
- 注意:此字段可能返回 null,表示取不到有效值。
4339
4267
  */
4340
4268
  ProjectList?: Array<CloudBaseProjectVersion>;
4341
4269
  /**
4342
4270
  * 总数
4343
- 注意:此字段可能返回 null,表示取不到有效值。
4344
4271
  */
4345
4272
  TotalCount?: number;
4346
4273
  /**
@@ -4354,12 +4281,10 @@ export interface DescribeCloudBaseProjectLatestVersionListResponse {
4354
4281
  export interface DescribeWxGatewaysResponse {
4355
4282
  /**
4356
4283
  * 返回的服务列表
4357
- 注意:此字段可能返回 null,表示取不到有效值。
4358
4284
  */
4359
4285
  Gateways?: Array<GatewayItem>;
4360
4286
  /**
4361
4287
  * 网关总数
4362
- 注意:此字段可能返回 null,表示取不到有效值。
4363
4288
  */
4364
4289
  TotalCount?: number;
4365
4290
  /**
@@ -4411,27 +4336,22 @@ export interface StandaloneGatewayPackageInfo {
4411
4336
  export interface CloudBaseRunNfsVolumeSource {
4412
4337
  /**
4413
4338
  * NFS挂载Server
4414
- 注意:此字段可能返回 null,表示取不到有效值。
4415
4339
  */
4416
4340
  Server?: string;
4417
4341
  /**
4418
4342
  * Server路径
4419
- 注意:此字段可能返回 null,表示取不到有效值。
4420
4343
  */
4421
4344
  Path?: string;
4422
4345
  /**
4423
4346
  * 是否只读
4424
- 注意:此字段可能返回 null,表示取不到有效值。
4425
4347
  */
4426
4348
  ReadOnly?: boolean;
4427
4349
  /**
4428
4350
  * secret名称
4429
- 注意:此字段可能返回 null,表示取不到有效值。
4430
4351
  */
4431
4352
  SecretName?: string;
4432
4353
  /**
4433
4354
  * 临时目录
4434
- 注意:此字段可能返回 null,表示取不到有效值。
4435
4355
  */
4436
4356
  EnableEmptyDirVolume?: boolean;
4437
4357
  }
@@ -4464,7 +4384,13 @@ export interface DescribeWxCloudBaseRunEnvsRequest {
4464
4384
  /**
4465
4385
  * 主机路径挂载参数
4466
4386
  */
4467
- export declare type CloudBaseRunServiceVolumeHostPath = null;
4387
+ export interface CloudBaseRunServiceVolumeHostPath {
4388
+ /**
4389
+ * 主机路径
4390
+ 注意:此字段可能返回 null,表示取不到有效值。
4391
+ */
4392
+ Path?: string;
4393
+ }
4468
4394
  /**
4469
4395
  * DescribeCurveData请求参数结构体
4470
4396
  */
@@ -4906,32 +4832,40 @@ export interface FreequotaInfo {
4906
4832
  <li>sum-month:以月为单位抵扣</li>
4907
4833
  <li>sum-day:以天为单位抵扣</li>
4908
4834
  <li>totalize:总容量抵扣</li>
4909
- 注意:此字段可能返回 null,表示取不到有效值。
4910
4835
  */
4911
4836
  DeductType?: string;
4912
4837
  /**
4913
4838
  * 免费量类型
4914
4839
  <li>basic:通用量抵扣</li>
4915
- 注意:此字段可能返回 null,表示取不到有效值。
4916
4840
  */
4917
4841
  FreeQuotaType?: string;
4918
4842
  }
4919
4843
  /**
4920
- * TurnOnStandaloneGateway请求参数结构体
4844
+ * pod信息
4921
4845
  */
4922
- export interface TurnOnStandaloneGatewayRequest {
4846
+ export interface CloudBaseRunVersionPod {
4923
4847
  /**
4924
- * 环境ID
4848
+ * webshell链接
4925
4849
  */
4926
- EnvId: string;
4850
+ Webshell?: string;
4927
4851
  /**
4928
- * 网关名称
4852
+ * pod name
4929
4853
  */
4930
- GatewayName: string;
4854
+ PodId?: string;
4931
4855
  /**
4932
- * 服务名称列表
4856
+ * pod ip
4857
+ 注意:此字段可能返回 null,表示取不到有效值。
4933
4858
  */
4934
- ServiceNameList: Array<string>;
4859
+ PodIp?: string;
4860
+ /**
4861
+ * 状态
4862
+ */
4863
+ Status?: string;
4864
+ /**
4865
+ * 创建时间
4866
+ 注意:此字段可能返回 null,表示取不到有效值。
4867
+ */
4868
+ CreateTime?: string;
4935
4869
  }
4936
4870
  /**
4937
4871
  * DescribeUserActivityInfo返回参数结构体
@@ -4990,32 +4924,26 @@ export interface ModifyGatewayVersionTrafficResponse {
4990
4924
  export interface ActivityRecordItem {
4991
4925
  /**
4992
4926
  * 用户uin
4993
- 注意:此字段可能返回 null,表示取不到有效值。
4994
4927
  */
4995
4928
  Uin?: string;
4996
4929
  /**
4997
4930
  * 活动id
4998
- 注意:此字段可能返回 null,表示取不到有效值。
4999
4931
  */
5000
4932
  ActivityId?: number;
5001
4933
  /**
5002
4934
  * 自定义状态码
5003
- 注意:此字段可能返回 null,表示取不到有效值。
5004
4935
  */
5005
4936
  Status?: number;
5006
4937
  /**
5007
4938
  * 自定义子状态码
5008
- 注意:此字段可能返回 null,表示取不到有效值。
5009
4939
  */
5010
4940
  SubStatus?: string;
5011
4941
  /**
5012
4942
  * 整型子状态码
5013
- 注意:此字段可能返回 null,表示取不到有效值。
5014
4943
  */
5015
4944
  SubStatusInt?: number;
5016
4945
  /**
5017
4946
  * 是否软删除
5018
- 注意:此字段可能返回 null,表示取不到有效值。
5019
4947
  */
5020
4948
  IsDeleted?: boolean;
5021
4949
  }
@@ -5111,7 +5039,6 @@ export interface LogServiceInfo {
5111
5039
  Region?: string;
5112
5040
  /**
5113
5041
  * topic保存时长 默认7天
5114
- 注意:此字段可能返回 null,表示取不到有效值。
5115
5042
  */
5116
5043
  Period?: number;
5117
5044
  }
@@ -5121,12 +5048,10 @@ export interface LogServiceInfo {
5121
5048
  export interface FrequencyLimitConfig {
5122
5049
  /**
5123
5050
  * 限额对象 "ConnectionsLimit" 或 "QPSLimit"
5124
- 注意:此字段可能返回 null,表示取不到有效值。
5125
5051
  */
5126
5052
  LimitObject?: string;
5127
5053
  /**
5128
5054
  * 限额配置
5129
- 注意:此字段可能返回 null,表示取不到有效值。
5130
5055
  */
5131
5056
  LimitConfig?: string;
5132
5057
  }
@@ -5213,27 +5138,22 @@ export interface EnvBillingInfoItem {
5213
5138
  * 付费渠道。
5214
5139
  <li> miniapp:小程序</li>
5215
5140
  <li> qcloud:腾讯云</li>
5216
- 注意:此字段可能返回 null,表示取不到有效值。
5217
5141
  */
5218
5142
  PaymentChannel?: string;
5219
5143
  /**
5220
5144
  * 最新的订单信息
5221
- 注意:此字段可能返回 null,表示取不到有效值。
5222
5145
  */
5223
5146
  OrderInfo?: OrderInfo;
5224
5147
  /**
5225
5148
  * 免费配额信息。
5226
- 注意:此字段可能返回 null,表示取不到有效值。
5227
5149
  */
5228
5150
  FreeQuota?: string;
5229
5151
  /**
5230
5152
  * 是否开启 `超过套餐额度部分转按量付费`
5231
- 注意:此字段可能返回 null,表示取不到有效值。
5232
5153
  */
5233
5154
  EnableOverrun?: boolean;
5234
5155
  /**
5235
5156
  * 环境套餐类型
5236
- 注意:此字段可能返回 null,表示取不到有效值。
5237
5157
  */
5238
5158
  ExtPackageType?: string;
5239
5159
  /**
@@ -5292,57 +5212,46 @@ export interface WxGatewayRountItem {
5292
5212
  GatewayRouteCreateTime?: string;
5293
5213
  /**
5294
5214
  * 安全网关路由限制
5295
- 注意:此字段可能返回 null,表示取不到有效值。
5296
5215
  */
5297
5216
  FrequencyLimitConfig?: Array<FrequencyLimitConfig>;
5298
5217
  /**
5299
5218
  * ip代表绑定后端ip。cbr代表云托管服务
5300
- 注意:此字段可能返回 null,表示取不到有效值。
5301
5219
  */
5302
5220
  GatewayRouteServerType?: string;
5303
5221
  /**
5304
5222
  * 服务名
5305
- 注意:此字段可能返回 null,表示取不到有效值。
5306
5223
  */
5307
5224
  GatewayRouteServerName?: string;
5308
5225
  /**
5309
5226
  * ip
5310
- 注意:此字段可能返回 null,表示取不到有效值。
5311
5227
  */
5312
5228
  GatewayRewriteHost?: string;
5313
5229
  /**
5314
5230
  * 网关版本
5315
- 注意:此字段可能返回 null,表示取不到有效值。
5316
5231
  */
5317
5232
  GatewayVersion?: string;
5318
5233
  /**
5319
5234
  * 请求路径
5320
- 注意:此字段可能返回 null,表示取不到有效值。
5321
5235
  */
5322
5236
  GatewayRoutePath?: string;
5323
5237
  /**
5324
5238
  * 请求模式
5325
- 注意:此字段可能返回 null,表示取不到有效值。
5326
5239
  */
5327
5240
  GatewayRouteMethod?: string;
5328
5241
  /**
5329
5242
  * 4层端口
5330
- 注意:此字段可能返回 null,表示取不到有效值。
5331
5243
  */
5332
5244
  GatewayRoutePort?: number;
5333
5245
  /**
5334
5246
  * 路由环境ID
5335
- 注意:此字段可能返回 null,表示取不到有效值。
5336
5247
  */
5337
5248
  GatewayRouteEnvId?: string;
5338
5249
  /**
5339
5250
  * 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
5340
- 注意:此字段可能返回 null,表示取不到有效值。
5341
5251
  */
5342
5252
  GatewayRoutePathMatchType?: string;
5343
5253
  /**
5344
5254
  * 安全网关自定义头部
5345
- 注意:此字段可能返回 null,表示取不到有效值。
5346
5255
  */
5347
5256
  CustomHeader?: CustomHeader;
5348
5257
  }
@@ -5905,127 +5814,102 @@ export interface GatewayItem {
5905
5814
  Uin?: string;
5906
5815
  /**
5907
5816
  * 用户appid
5908
- 注意:此字段可能返回 null,表示取不到有效值。
5909
5817
  */
5910
5818
  AppId?: number;
5911
5819
  /**
5912
5820
  * WxAppId
5913
- 注意:此字段可能返回 null,表示取不到有效值。
5914
5821
  */
5915
5822
  WxAppId?: string;
5916
5823
  /**
5917
5824
  * 环境id
5918
- 注意:此字段可能返回 null,表示取不到有效值。
5919
5825
  */
5920
5826
  EnvId?: string;
5921
5827
  /**
5922
5828
  * Gateway唯一id
5923
- 注意:此字段可能返回 null,表示取不到有效值。
5924
5829
  */
5925
5830
  GatewayId?: string;
5926
5831
  /**
5927
5832
  * Gateway名称
5928
- 注意:此字段可能返回 null,表示取不到有效值。
5929
5833
  */
5930
5834
  GatewayName?: string;
5931
5835
  /**
5932
5836
  * Gateway类型
5933
- 注意:此字段可能返回 null,表示取不到有效值。
5934
5837
  */
5935
5838
  GatewayType?: string;
5936
5839
  /**
5937
5840
  * Gateway描述
5938
- 注意:此字段可能返回 null,表示取不到有效值。
5939
5841
  */
5940
5842
  GatewayDesc?: string;
5941
5843
  /**
5942
5844
  * 套餐版本
5943
- 注意:此字段可能返回 null,表示取不到有效值。
5944
5845
  */
5945
5846
  PackageVersion?: string;
5946
5847
  /**
5947
5848
  * 套餐唯一id
5948
- 注意:此字段可能返回 null,表示取不到有效值。
5949
5849
  */
5950
5850
  PackageId?: number;
5951
5851
  /**
5952
5852
  * vpc唯一id
5953
- 注意:此字段可能返回 null,表示取不到有效值。
5954
5853
  */
5955
5854
  VpcId?: string;
5956
5855
  /**
5957
5856
  * 子网id
5958
- 注意:此字段可能返回 null,表示取不到有效值。
5959
5857
  */
5960
5858
  SubnetIds?: Array<string>;
5961
5859
  /**
5962
5860
  * 网关状态
5963
- 注意:此字段可能返回 null,表示取不到有效值。
5964
5861
  */
5965
5862
  Status?: string;
5966
5863
  /**
5967
5864
  * l5地址
5968
- 注意:此字段可能返回 null,表示取不到有效值。
5969
5865
  */
5970
5866
  L5Addr?: string;
5971
5867
  /**
5972
5868
  * 地域
5973
- 注意:此字段可能返回 null,表示取不到有效值。
5974
5869
  */
5975
5870
  Region?: string;
5976
5871
  /**
5977
5872
  * 是否可以续费
5978
- 注意:此字段可能返回 null,表示取不到有效值。
5979
5873
  */
5980
5874
  CanRenew?: boolean;
5981
5875
  /**
5982
5876
  * 自动续费标志
5983
- 注意:此字段可能返回 null,表示取不到有效值。
5984
5877
  */
5985
5878
  AutoRenewFlag?: number;
5986
5879
  /**
5987
5880
  * 隔离时间
5988
- 注意:此字段可能返回 null,表示取不到有效值。
5989
5881
  */
5990
5882
  IsolateTime?: string;
5991
5883
  /**
5992
5884
  * 到期时间
5993
- 注意:此字段可能返回 null,表示取不到有效值。
5994
5885
  */
5995
5886
  ExpireTime?: string;
5996
5887
  /**
5997
5888
  * 创建时间
5998
- 注意:此字段可能返回 null,表示取不到有效值。
5999
5889
  */
6000
5890
  CreateTime?: string;
6001
5891
  /**
6002
5892
  * 变更时间
6003
- 注意:此字段可能返回 null,表示取不到有效值。
6004
5893
  */
6005
5894
  UpdateTime?: string;
6006
5895
  /**
6007
5896
  * 是否可以降配
6008
- 注意:此字段可能返回 null,表示取不到有效值。
6009
5897
  */
6010
5898
  CanDowngrade?: boolean;
6011
5899
  /**
6012
5900
  * 允许未登录访问
6013
- 注意:此字段可能返回 null,表示取不到有效值。
6014
5901
  */
6015
5902
  AllowUncertified?: number;
6016
5903
  /**
6017
5904
  * 网关版本限额
6018
- 注意:此字段可能返回 null,表示取不到有效值。
6019
5905
  */
6020
5906
  VersionNumLimit?: number;
6021
5907
  /**
6022
5908
  * Donut接入ID
6023
- 注意:此字段可能返回 null,表示取不到有效值。
6024
5909
  */
6025
5910
  LongAccessId?: string;
6026
5911
  /**
6027
5912
  * Donut接入域名
6028
- 注意:此字段可能返回 null,表示取不到有效值。
6029
5913
  */
6030
5914
  AccessDomain?: string;
6031
5915
  }
@@ -6100,22 +5984,18 @@ export interface CloudBaseProjectVersion {
6100
5984
  Name?: string;
6101
5985
  /**
6102
5986
  * SAM json
6103
- 注意:此字段可能返回 null,表示取不到有效值。
6104
5987
  */
6105
5988
  Sam?: string;
6106
5989
  /**
6107
5990
  * 来源类型
6108
- 注意:此字段可能返回 null,表示取不到有效值。
6109
5991
  */
6110
5992
  Source?: CodeSource;
6111
5993
  /**
6112
5994
  * 创建时间, unix时间戳
6113
- 注意:此字段可能返回 null,表示取不到有效值。
6114
5995
  */
6115
5996
  CreateTime?: number;
6116
5997
  /**
6117
5998
  * 更新时间 ,unix时间戳
6118
- 注意:此字段可能返回 null,表示取不到有效值。
6119
5999
  */
6120
6000
  UpdateTime?: number;
6121
6001
  /**
@@ -6127,12 +6007,10 @@ export interface CloudBaseProjectVersion {
6127
6007
  "deploying"-部署中
6128
6008
  "deployFail"-部署失败
6129
6009
  "success"-部署成功
6130
- 注意:此字段可能返回 null,表示取不到有效值。
6131
6010
  */
6132
6011
  Status?: string;
6133
6012
  /**
6134
6013
  * 环境变量
6135
- 注意:此字段可能返回 null,表示取不到有效值。
6136
6014
  */
6137
6015
  Parameters?: Array<KVPair>;
6138
6016
  /**
@@ -6140,112 +6018,90 @@ export interface CloudBaseProjectVersion {
6140
6018
  "framework-oneclick" 控制台一键部署
6141
6019
  "framework-local-oneclick" cli本地一键部署
6142
6020
  "qci-extension-cicd" 内网coding ci cd
6143
- 注意:此字段可能返回 null,表示取不到有效值。
6144
6021
  */
6145
6022
  Type?: string;
6146
6023
  /**
6147
6024
  * ci的id
6148
- 注意:此字段可能返回 null,表示取不到有效值。
6149
6025
  */
6150
6026
  CIId?: string;
6151
6027
  /**
6152
6028
  * cd的id
6153
- 注意:此字段可能返回 null,表示取不到有效值。
6154
6029
  */
6155
6030
  CDId?: string;
6156
6031
  /**
6157
6032
  * 环境id
6158
- 注意:此字段可能返回 null,表示取不到有效值。
6159
6033
  */
6160
6034
  EnvId?: string;
6161
6035
  /**
6162
6036
  * 版本号
6163
- 注意:此字段可能返回 null,表示取不到有效值。
6164
6037
  */
6165
6038
  VersionNum?: number;
6166
6039
  /**
6167
6040
  * 错误原因
6168
- 注意:此字段可能返回 null,表示取不到有效值。
6169
6041
  */
6170
6042
  FailReason?: string;
6171
6043
  /**
6172
6044
  * rc.json内容
6173
- 注意:此字段可能返回 null,表示取不到有效值。
6174
6045
  */
6175
6046
  RcJson?: string;
6176
6047
  /**
6177
6048
  * 插件配置内容
6178
- 注意:此字段可能返回 null,表示取不到有效值。
6179
6049
  */
6180
6050
  AddonConfig?: string;
6181
6051
  /**
6182
6052
  * 标签
6183
- 注意:此字段可能返回 null,表示取不到有效值。
6184
6053
  */
6185
6054
  Tags?: Array<string>;
6186
6055
  /**
6187
6056
  * 网络配置
6188
- 注意:此字段可能返回 null,表示取不到有效值。
6189
6057
  */
6190
6058
  NetworkConfig?: string;
6191
6059
  /**
6192
6060
  * 扩展id
6193
- 注意:此字段可能返回 null,表示取不到有效值。
6194
6061
  */
6195
6062
  ExtensionId?: string;
6196
6063
  /**
6197
6064
  * 错误类型
6198
- 注意:此字段可能返回 null,表示取不到有效值。
6199
6065
  */
6200
6066
  FailType?: string;
6201
6067
  /**
6202
6068
  * 私有仓库地址
6203
- 注意:此字段可能返回 null,表示取不到有效值。
6204
6069
  */
6205
6070
  RepoUrl?: string;
6206
6071
  /**
6207
6072
  * 是否私有仓库代码变更触发自动部署
6208
- 注意:此字段可能返回 null,表示取不到有效值。
6209
6073
  */
6210
6074
  AutoDeployOnCodeChange?: boolean;
6211
6075
  /**
6212
6076
  * ci部署进度(%)
6213
- 注意:此字段可能返回 null,表示取不到有效值。
6214
6077
  */
6215
6078
  BuildPercent?: number;
6216
6079
  /**
6217
6080
  * Uin
6218
- 注意:此字段可能返回 null,表示取不到有效值。
6219
6081
  */
6220
6082
  Uin?: string;
6221
6083
  /**
6222
6084
  * BuildFinishTime
6223
- 注意:此字段可能返回 null,表示取不到有效值。
6224
6085
  */
6225
6086
  BuildFinishTime?: string;
6226
6087
  /**
6227
6088
  * DeployFinishTime
6228
- 注意:此字段可能返回 null,表示取不到有效值。
6229
6089
  */
6230
6090
  DeployFinishTime?: string;
6231
6091
  /**
6232
6092
  * BuildId
6233
- 注意:此字段可能返回 null,表示取不到有效值。
6234
6093
  */
6235
6094
  BuildId?: string;
6236
6095
  /**
6237
6096
  * SourceUrl
6238
- 注意:此字段可能返回 null,表示取不到有效值。
6239
6097
  */
6240
6098
  SourceUrl?: string;
6241
6099
  /**
6242
6100
  * FailReasonShort
6243
- 注意:此字段可能返回 null,表示取不到有效值。
6244
6101
  */
6245
6102
  FailReasonShort?: string;
6246
6103
  /**
6247
6104
  * FirstInitRepo
6248
- 注意:此字段可能返回 null,表示取不到有效值。
6249
6105
  */
6250
6106
  FirstInitRepo?: string;
6251
6107
  }
@@ -6385,17 +6241,14 @@ export interface PostpayEnvQuota {
6385
6241
  export interface CustomRequestToAdd {
6386
6242
  /**
6387
6243
  * Header名称
6388
- 注意:此字段可能返回 null,表示取不到有效值。
6389
6244
  */
6390
6245
  Key?: string;
6391
6246
  /**
6392
6247
  * Header值
6393
- 注意:此字段可能返回 null,表示取不到有效值。
6394
6248
  */
6395
6249
  Value?: string;
6396
6250
  /**
6397
6251
  * Header类型
6398
- 注意:此字段可能返回 null,表示取不到有效值。
6399
6252
  */
6400
6253
  AppendAction?: string;
6401
6254
  }
@@ -6422,27 +6275,27 @@ export interface OneClickTaskStepInfo {
6422
6275
  失败:"failed"
6423
6276
  成功结束:"finished"
6424
6277
  */
6425
- Status: string;
6278
+ Status?: string;
6426
6279
  /**
6427
6280
  * 开始时间
6428
6281
  */
6429
- StartTime: string;
6282
+ StartTime?: string;
6430
6283
  /**
6431
6284
  * 结束时间
6432
6285
  */
6433
- EndTime: string;
6286
+ EndTime?: string;
6434
6287
  /**
6435
6288
  * 耗时:秒
6436
6289
  */
6437
- CostTime: number;
6290
+ CostTime?: number;
6438
6291
  /**
6439
6292
  * 失败原因
6440
6293
  */
6441
- FailReason: string;
6294
+ FailReason?: string;
6442
6295
  /**
6443
6296
  * 步骤名
6444
6297
  */
6445
- Name: string;
6298
+ Name?: string;
6446
6299
  }
6447
6300
  /**
6448
6301
  * DescribeExtraPkgBillingInfo返回参数结构体
@@ -6467,12 +6320,10 @@ export interface DescribeExtraPkgBillingInfoResponse {
6467
6320
  export interface CloudBaseCodeRepoName {
6468
6321
  /**
6469
6322
  * repo的名字
6470
- 注意:此字段可能返回 null,表示取不到有效值。
6471
6323
  */
6472
6324
  Name?: string;
6473
6325
  /**
6474
6326
  * repo的完整全名
6475
- 注意:此字段可能返回 null,表示取不到有效值。
6476
6327
  */
6477
6328
  FullName?: string;
6478
6329
  }