tencentcloud-sdk-nodejs-tcbr 4.0.617 → 4.0.619
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/CHANGELOG.md +556 -0
- package/SERVICE_CHANGELOG.md +677 -22
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/services/tcbr/v20220217/tcbr_models.ts +56 -214
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +56 -56
|
@@ -70,9 +70,9 @@ export interface ReleaseGrayRequest {
|
|
|
70
70
|
*/
|
|
71
71
|
export interface StorageInfo {
|
|
72
72
|
/**
|
|
73
|
-
|
|
73
|
+
* 资源所属地域。
|
|
74
74
|
当前支持ap-shanghai
|
|
75
|
-
|
|
75
|
+
*/
|
|
76
76
|
Region: string;
|
|
77
77
|
/**
|
|
78
78
|
* 桶名,存储资源的唯一标识
|
|
@@ -130,9 +130,9 @@ export interface FunctionInfo {
|
|
|
130
130
|
*/
|
|
131
131
|
Namespace: string;
|
|
132
132
|
/**
|
|
133
|
-
|
|
133
|
+
* 所属地域。
|
|
134
134
|
当前支持ap-shanghai
|
|
135
|
-
|
|
135
|
+
*/
|
|
136
136
|
Region: string;
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
@@ -161,11 +161,11 @@ export interface TaskStepInfo {
|
|
|
161
161
|
*/
|
|
162
162
|
Name: string;
|
|
163
163
|
/**
|
|
164
|
-
|
|
164
|
+
* 未启动:"todo"
|
|
165
165
|
运行中:"running"
|
|
166
166
|
失败:"failed"
|
|
167
167
|
成功结束:"finished"
|
|
168
|
-
|
|
168
|
+
*/
|
|
169
169
|
Status: string;
|
|
170
170
|
/**
|
|
171
171
|
* 开始时间
|
|
@@ -206,9 +206,9 @@ export interface DescribeCloudRunEnvsRequest {
|
|
|
206
206
|
*/
|
|
207
207
|
EnvId?: string;
|
|
208
208
|
/**
|
|
209
|
-
|
|
209
|
+
* 指定Channels字段为可见渠道列表或不可见渠道列表
|
|
210
210
|
如只想获取渠道A的环境 就填写IsVisible= true,Channels = ["A"], 过滤渠道A拉取其他渠道环境时填写IsVisible= false,Channels = ["A"]
|
|
211
|
-
|
|
211
|
+
*/
|
|
212
212
|
IsVisible?: boolean;
|
|
213
213
|
/**
|
|
214
214
|
* 渠道列表,代表可见或不可见渠道由IsVisible参数指定
|
|
@@ -388,17 +388,17 @@ export interface DatabasesInfo {
|
|
|
388
388
|
*/
|
|
389
389
|
InstanceId: string;
|
|
390
390
|
/**
|
|
391
|
-
|
|
391
|
+
* 状态。包含以下取值:
|
|
392
392
|
<li>INITIALIZING:资源初始化中</li>
|
|
393
393
|
<li>RUNNING:运行中,可正常使用的状态</li>
|
|
394
394
|
<li>UNUSABLE:禁用,不可用</li>
|
|
395
395
|
<li>OVERDUE:资源过期</li>
|
|
396
|
-
|
|
396
|
+
*/
|
|
397
397
|
Status: string;
|
|
398
398
|
/**
|
|
399
|
-
|
|
399
|
+
* 所属地域。
|
|
400
400
|
当前支持ap-shanghai
|
|
401
|
-
|
|
401
|
+
*/
|
|
402
402
|
Region: string;
|
|
403
403
|
}
|
|
404
404
|
/**
|
|
@@ -410,10 +410,10 @@ export interface DescribeCloudRunServersRequest {
|
|
|
410
410
|
*/
|
|
411
411
|
EnvId: string;
|
|
412
412
|
/**
|
|
413
|
-
|
|
413
|
+
* 默认为9, 最大为30
|
|
414
414
|
不传或传0时 取默认9
|
|
415
415
|
大于30时取30
|
|
416
|
-
|
|
416
|
+
*/
|
|
417
417
|
PageSize?: number;
|
|
418
418
|
/**
|
|
419
419
|
* 不传或传0时 会默认为1
|
|
@@ -480,19 +480,19 @@ export interface HpaPolicy {
|
|
|
480
480
|
*/
|
|
481
481
|
export interface OnlineVersionInfo {
|
|
482
482
|
/**
|
|
483
|
-
|
|
483
|
+
* 版本名
|
|
484
484
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
485
|
-
|
|
485
|
+
*/
|
|
486
486
|
VersionName: string;
|
|
487
487
|
/**
|
|
488
|
-
|
|
488
|
+
* 镜像url
|
|
489
489
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
490
|
-
|
|
490
|
+
*/
|
|
491
491
|
ImageUrl: string;
|
|
492
492
|
/**
|
|
493
|
-
|
|
493
|
+
* 流量
|
|
494
494
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
495
|
-
|
|
495
|
+
*/
|
|
496
496
|
FlowRatio: string;
|
|
497
497
|
}
|
|
498
498
|
/**
|
|
@@ -585,19 +585,19 @@ export interface ServerBaseConfig {
|
|
|
585
585
|
*/
|
|
586
586
|
export interface DescribeCloudRunServerDetailResponse {
|
|
587
587
|
/**
|
|
588
|
-
|
|
588
|
+
* 服务基本信息
|
|
589
589
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
590
|
-
|
|
590
|
+
*/
|
|
591
591
|
BaseInfo: ServerBaseInfo;
|
|
592
592
|
/**
|
|
593
|
-
|
|
593
|
+
* 服务配置信息
|
|
594
594
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
595
|
-
|
|
595
|
+
*/
|
|
596
596
|
ServerConfig: ServerBaseConfig;
|
|
597
597
|
/**
|
|
598
|
-
|
|
598
|
+
* 在线版本信息
|
|
599
599
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
600
|
-
|
|
600
|
+
*/
|
|
601
601
|
OnlineVersionInfos: Array<OnlineVersionInfo>;
|
|
602
602
|
/**
|
|
603
603
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -704,10 +704,10 @@ export interface EnvInfo {
|
|
|
704
704
|
*/
|
|
705
705
|
EnvId: string;
|
|
706
706
|
/**
|
|
707
|
-
|
|
707
|
+
* 环境来源。包含以下取值:
|
|
708
708
|
<li>miniapp:微信小程序</li>
|
|
709
709
|
<li>qcloud :腾讯云</li>
|
|
710
|
-
|
|
710
|
+
*/
|
|
711
711
|
Source: string;
|
|
712
712
|
/**
|
|
713
713
|
* 环境别名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符
|
|
@@ -722,42 +722,42 @@ export interface EnvInfo {
|
|
|
722
722
|
*/
|
|
723
723
|
UpdateTime: string;
|
|
724
724
|
/**
|
|
725
|
-
|
|
725
|
+
* 环境状态。包含以下取值:
|
|
726
726
|
<li>NORMAL:正常可用</li>
|
|
727
727
|
<li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
|
|
728
|
-
|
|
728
|
+
*/
|
|
729
729
|
Status: string;
|
|
730
730
|
/**
|
|
731
|
-
|
|
731
|
+
* 是否到期自动降为免费版
|
|
732
732
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
733
|
-
|
|
733
|
+
*/
|
|
734
734
|
IsAutoDegrade: boolean;
|
|
735
735
|
/**
|
|
736
|
-
|
|
736
|
+
* 环境渠道
|
|
737
737
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
738
|
-
|
|
738
|
+
*/
|
|
739
739
|
EnvChannel: string;
|
|
740
740
|
/**
|
|
741
|
-
|
|
741
|
+
* 支付方式。包含以下取值:
|
|
742
742
|
<li> prepayment:预付费</li>
|
|
743
743
|
<li> postpaid:后付费</li>
|
|
744
744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
745
|
-
|
|
745
|
+
*/
|
|
746
746
|
PayMode: string;
|
|
747
747
|
/**
|
|
748
|
-
|
|
748
|
+
* 是否为默认环境
|
|
749
749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
750
|
-
|
|
750
|
+
*/
|
|
751
751
|
IsDefault: boolean;
|
|
752
752
|
/**
|
|
753
|
-
|
|
753
|
+
* 环境所属地域
|
|
754
754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
755
|
-
|
|
755
|
+
*/
|
|
756
756
|
Region: string;
|
|
757
757
|
/**
|
|
758
|
-
|
|
758
|
+
* 环境类型:baas, run, hosting, weda,tcbr
|
|
759
759
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
760
|
-
|
|
760
|
+
*/
|
|
761
761
|
EnvType: string;
|
|
762
762
|
/**
|
|
763
763
|
* 数据库列表
|
|
@@ -772,34 +772,34 @@ export interface EnvInfo {
|
|
|
772
772
|
*/
|
|
773
773
|
Functions: Array<FunctionInfo>;
|
|
774
774
|
/**
|
|
775
|
-
|
|
775
|
+
* 云日志服务列表
|
|
776
776
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
777
|
-
|
|
777
|
+
*/
|
|
778
778
|
LogServices: Array<LogServiceInfo>;
|
|
779
779
|
/**
|
|
780
|
-
|
|
780
|
+
* 静态资源信息
|
|
781
781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
782
|
-
|
|
782
|
+
*/
|
|
783
783
|
StaticStorages: Array<StaticStorageInfo>;
|
|
784
784
|
/**
|
|
785
|
-
|
|
785
|
+
* 环境标签列表
|
|
786
786
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
787
|
-
|
|
787
|
+
*/
|
|
788
788
|
Tags: Array<Tag>;
|
|
789
789
|
/**
|
|
790
|
-
|
|
790
|
+
* 自定义日志服务
|
|
791
791
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
792
|
-
|
|
792
|
+
*/
|
|
793
793
|
CustomLogServices: Array<ClsInfo>;
|
|
794
794
|
/**
|
|
795
|
-
|
|
795
|
+
* tcb产品套餐ID,参考DescribePackages接口的返回值。
|
|
796
796
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
797
|
-
|
|
797
|
+
*/
|
|
798
798
|
PackageId: string;
|
|
799
799
|
/**
|
|
800
|
-
|
|
800
|
+
* 套餐中文名称,参考DescribePackages接口的返回值。
|
|
801
801
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
802
|
-
|
|
802
|
+
*/
|
|
803
803
|
PackageName: string;
|
|
804
804
|
}
|
|
805
805
|
/**
|
|
@@ -930,10 +930,10 @@ export interface CreateCloudRunEnvRequest {
|
|
|
930
930
|
*/
|
|
931
931
|
FreeQuota?: string;
|
|
932
932
|
/**
|
|
933
|
-
|
|
933
|
+
* 订单标记。建议使用方统一转大小写之后再判断。
|
|
934
934
|
QuickStart:快速启动来源
|
|
935
935
|
Activity:活动来源
|
|
936
|
-
|
|
936
|
+
*/
|
|
937
937
|
Flag?: string;
|
|
938
938
|
/**
|
|
939
939
|
* 私有网络Id
|