tencentcloud-sdk-nodejs-tcb 4.1.213 → 4.1.216
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.
package/package.json
CHANGED
|
@@ -2486,109 +2486,103 @@ export interface DeleteTableRequest {
|
|
|
2486
2486
|
*/
|
|
2487
2487
|
export interface EnvInfo {
|
|
2488
2488
|
/**
|
|
2489
|
-
*
|
|
2489
|
+
* <p>账户下该环境唯一标识</p>
|
|
2490
2490
|
*/
|
|
2491
2491
|
EnvId?: string;
|
|
2492
2492
|
/**
|
|
2493
|
-
*
|
|
2494
|
-
<li>miniapp:微信小程序</li>
|
|
2495
|
-
<li>qcloud :腾讯云</li>
|
|
2493
|
+
* <p>环境来源。包含以下取值:</p><li>miniapp:微信小程序</li><li>qcloud :腾讯云</li>
|
|
2496
2494
|
*/
|
|
2497
2495
|
Source?: string;
|
|
2498
2496
|
/**
|
|
2499
|
-
*
|
|
2497
|
+
* <p>环境别名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符</p>
|
|
2500
2498
|
*/
|
|
2501
2499
|
Alias?: string;
|
|
2502
2500
|
/**
|
|
2503
|
-
*
|
|
2501
|
+
* <p>创建时间</p>
|
|
2504
2502
|
*/
|
|
2505
2503
|
CreateTime?: string;
|
|
2506
2504
|
/**
|
|
2507
|
-
*
|
|
2505
|
+
* <p>最后修改时间</p>
|
|
2508
2506
|
*/
|
|
2509
2507
|
UpdateTime?: string;
|
|
2510
2508
|
/**
|
|
2511
|
-
*
|
|
2512
|
-
<li>NORMAL:正常可用</li>
|
|
2513
|
-
<li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
|
|
2509
|
+
* <p>环境状态。包含以下取值:</p><li>NORMAL:正常可用</li><li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
|
|
2514
2510
|
*/
|
|
2515
2511
|
Status?: string;
|
|
2516
2512
|
/**
|
|
2517
|
-
*
|
|
2513
|
+
* <p>数据库列表</p>
|
|
2518
2514
|
*/
|
|
2519
2515
|
Databases?: Array<DatabasesInfo>;
|
|
2520
2516
|
/**
|
|
2521
|
-
*
|
|
2517
|
+
* <p>存储列表</p>
|
|
2522
2518
|
*/
|
|
2523
2519
|
Storages?: Array<StorageInfo>;
|
|
2524
2520
|
/**
|
|
2525
|
-
*
|
|
2521
|
+
* <p>函数列表</p>
|
|
2526
2522
|
*/
|
|
2527
2523
|
Functions?: Array<FunctionInfo>;
|
|
2528
2524
|
/**
|
|
2529
|
-
* tcb产品套餐ID,参考DescribePackages
|
|
2525
|
+
* <p>tcb产品套餐ID,参考DescribePackages接口的返回值。</p>
|
|
2530
2526
|
*/
|
|
2531
2527
|
PackageId?: string;
|
|
2532
2528
|
/**
|
|
2533
|
-
*
|
|
2529
|
+
* <p>套餐中文名称,参考DescribePackages接口的返回值。</p>
|
|
2534
2530
|
*/
|
|
2535
2531
|
PackageName?: string;
|
|
2536
2532
|
/**
|
|
2537
|
-
*
|
|
2533
|
+
* <p>云日志服务列表</p>
|
|
2538
2534
|
*/
|
|
2539
2535
|
LogServices?: Array<LogServiceInfo>;
|
|
2540
2536
|
/**
|
|
2541
|
-
*
|
|
2537
|
+
* <p>静态资源信息</p>
|
|
2542
2538
|
*/
|
|
2543
2539
|
StaticStorages?: Array<StaticStorageInfo>;
|
|
2544
2540
|
/**
|
|
2545
|
-
*
|
|
2541
|
+
* <p>是否到期自动降为免费版</p>
|
|
2546
2542
|
*/
|
|
2547
2543
|
IsAutoDegrade?: boolean;
|
|
2548
2544
|
/**
|
|
2549
|
-
*
|
|
2545
|
+
* <p>环境渠道</p>
|
|
2550
2546
|
*/
|
|
2551
2547
|
EnvChannel?: string;
|
|
2552
2548
|
/**
|
|
2553
|
-
*
|
|
2554
|
-
<li> prepayment:预付费</li>
|
|
2555
|
-
<li> postpaid:后付费</li>
|
|
2549
|
+
* <p>支付方式。包含以下取值:</p><li> prepayment:预付费</li><li> postpaid:后付费</li>
|
|
2556
2550
|
*/
|
|
2557
2551
|
PayMode?: string;
|
|
2558
2552
|
/**
|
|
2559
|
-
*
|
|
2553
|
+
* <p>是否为默认环境</p>
|
|
2560
2554
|
*/
|
|
2561
2555
|
IsDefault?: boolean;
|
|
2562
2556
|
/**
|
|
2563
|
-
*
|
|
2557
|
+
* <p>环境所属地域</p>
|
|
2564
2558
|
*/
|
|
2565
2559
|
Region?: string;
|
|
2566
2560
|
/**
|
|
2567
|
-
*
|
|
2561
|
+
* <p>环境标签列表</p>
|
|
2568
2562
|
*/
|
|
2569
2563
|
Tags?: Array<Tag>;
|
|
2570
2564
|
/**
|
|
2571
|
-
*
|
|
2565
|
+
* <p>自定义日志服务</p>
|
|
2572
2566
|
*/
|
|
2573
2567
|
CustomLogServices?: Array<ClsInfo>;
|
|
2574
2568
|
/**
|
|
2575
|
-
*
|
|
2569
|
+
* <p>环境类型:baas, run, hoting, weda</p>
|
|
2576
2570
|
*/
|
|
2577
2571
|
EnvType?: string;
|
|
2578
2572
|
/**
|
|
2579
|
-
*
|
|
2573
|
+
* <p>是否是dau新套餐</p>
|
|
2580
2574
|
*/
|
|
2581
2575
|
IsDauPackage?: boolean;
|
|
2582
2576
|
/**
|
|
2583
|
-
*
|
|
2577
|
+
* <p>套餐类型:空\baas\tcbr</p>
|
|
2584
2578
|
*/
|
|
2585
2579
|
PackageType?: string;
|
|
2586
2580
|
/**
|
|
2587
|
-
*
|
|
2581
|
+
* <p>架构类型</p>
|
|
2588
2582
|
*/
|
|
2589
2583
|
ArchitectureType?: string;
|
|
2590
2584
|
/**
|
|
2591
|
-
*
|
|
2585
|
+
* <p>回收标志,默认为空</p>
|
|
2592
2586
|
*/
|
|
2593
2587
|
Recycle?: string;
|
|
2594
2588
|
}
|
|
@@ -3275,25 +3269,33 @@ export interface ModifyDatabaseACLResponse {
|
|
|
3275
3269
|
*/
|
|
3276
3270
|
export interface StaticStorageInfo {
|
|
3277
3271
|
/**
|
|
3278
|
-
*
|
|
3272
|
+
* <p>静态CDN域名</p>
|
|
3279
3273
|
*/
|
|
3280
3274
|
StaticDomain?: string;
|
|
3281
3275
|
/**
|
|
3282
|
-
*
|
|
3276
|
+
* <p>静态CDN默认文件夹,当前为根目录</p>
|
|
3283
3277
|
*/
|
|
3284
3278
|
DefaultDirName?: string;
|
|
3285
3279
|
/**
|
|
3286
|
-
*
|
|
3280
|
+
* <p>资源状态(process/online/offline/init)</p>
|
|
3287
3281
|
*/
|
|
3288
3282
|
Status?: string;
|
|
3289
3283
|
/**
|
|
3290
|
-
* cos
|
|
3284
|
+
* <p>cos所属区域</p>
|
|
3291
3285
|
*/
|
|
3292
3286
|
Region?: string;
|
|
3293
3287
|
/**
|
|
3294
|
-
* bucket
|
|
3288
|
+
* <p>bucket信息</p>
|
|
3295
3289
|
*/
|
|
3296
3290
|
Bucket?: string;
|
|
3291
|
+
/**
|
|
3292
|
+
* <p>到期时间(秒级时间戳)</p>
|
|
3293
|
+
*/
|
|
3294
|
+
AccessExpire?: number;
|
|
3295
|
+
/**
|
|
3296
|
+
* <p>外部存储。</p>
|
|
3297
|
+
*/
|
|
3298
|
+
ExternalStorage?: ExternalStorage;
|
|
3297
3299
|
}
|
|
3298
3300
|
/**
|
|
3299
3301
|
* CreateTable返回参数结构体
|
|
@@ -4035,22 +4037,25 @@ export interface ApiKeyToken {
|
|
|
4035
4037
|
*/
|
|
4036
4038
|
export interface StorageInfo {
|
|
4037
4039
|
/**
|
|
4038
|
-
*
|
|
4039
|
-
当前支持ap-shanghai
|
|
4040
|
+
* <p>资源所属地域。<br>当前支持ap-shanghai</p>
|
|
4040
4041
|
*/
|
|
4041
4042
|
Region?: string;
|
|
4042
4043
|
/**
|
|
4043
|
-
*
|
|
4044
|
+
* <p>桶名,存储资源的唯一标识</p>
|
|
4044
4045
|
*/
|
|
4045
4046
|
Bucket?: string;
|
|
4046
4047
|
/**
|
|
4047
|
-
* cdn
|
|
4048
|
+
* <p>cdn 域名</p>
|
|
4048
4049
|
*/
|
|
4049
4050
|
CdnDomain?: string;
|
|
4050
4051
|
/**
|
|
4051
|
-
*
|
|
4052
|
+
* <p>资源所属用户的腾讯云appId</p>
|
|
4052
4053
|
*/
|
|
4053
4054
|
AppId?: string;
|
|
4055
|
+
/**
|
|
4056
|
+
* <p>外部存储介质相关信息。</p>
|
|
4057
|
+
*/
|
|
4058
|
+
ExternalStorage?: ExternalStorage;
|
|
4054
4059
|
}
|
|
4055
4060
|
/**
|
|
4056
4061
|
* 修改用户返回值
|