tencentcloud-sdk-nodejs-tcb 4.0.1007 → 4.0.1008
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.
|
@@ -84,18 +84,18 @@ export interface OrderInfo {
|
|
|
84
84
|
/**
|
|
85
85
|
* 订单号
|
|
86
86
|
*/
|
|
87
|
-
TranId
|
|
87
|
+
TranId?: string;
|
|
88
88
|
/**
|
|
89
89
|
* 订单要切换的套餐ID
|
|
90
90
|
*/
|
|
91
|
-
PackageId
|
|
91
|
+
PackageId?: string;
|
|
92
92
|
/**
|
|
93
93
|
* 订单类型
|
|
94
94
|
<li>1 购买</li>
|
|
95
95
|
<li>2 续费</li>
|
|
96
96
|
<li>3 变配</li>
|
|
97
97
|
*/
|
|
98
|
-
TranType
|
|
98
|
+
TranType?: string;
|
|
99
99
|
/**
|
|
100
100
|
* 订单状态。
|
|
101
101
|
<li>1未支付</li>
|
|
@@ -107,42 +107,42 @@ export interface OrderInfo {
|
|
|
107
107
|
<li>7 已取消</li>
|
|
108
108
|
<li>100 已删除</li>
|
|
109
109
|
*/
|
|
110
|
-
TranStatus
|
|
110
|
+
TranStatus?: string;
|
|
111
111
|
/**
|
|
112
112
|
* 订单更新时间
|
|
113
113
|
*/
|
|
114
|
-
UpdateTime
|
|
114
|
+
UpdateTime?: string;
|
|
115
115
|
/**
|
|
116
116
|
* 订单创建时间
|
|
117
117
|
*/
|
|
118
|
-
CreateTime
|
|
118
|
+
CreateTime?: string;
|
|
119
119
|
/**
|
|
120
120
|
* 付费模式.
|
|
121
121
|
<li>prepayment 预付费</li>
|
|
122
122
|
<li>postpaid 后付费</li>
|
|
123
123
|
*/
|
|
124
|
-
PayMode
|
|
124
|
+
PayMode?: string;
|
|
125
125
|
/**
|
|
126
126
|
* 订单绑定的扩展ID
|
|
127
127
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
128
128
|
*/
|
|
129
|
-
ExtensionId
|
|
129
|
+
ExtensionId?: string;
|
|
130
130
|
/**
|
|
131
131
|
* 资源初始化结果(仅当ExtensionId不为空时有效): successful(初始化成功), failed(初始化失败), doing(初始化进行中), init(准备初始化)
|
|
132
132
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
133
133
|
*/
|
|
134
|
-
ResourceReady
|
|
134
|
+
ResourceReady?: string;
|
|
135
135
|
/**
|
|
136
136
|
* 安装标记。建议使用方统一转大小写之后再判断。
|
|
137
137
|
<li>QuickStart:快速启动来源</li>
|
|
138
138
|
<li>Activity:活动来源</li>
|
|
139
139
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
140
140
|
*/
|
|
141
|
-
Flag
|
|
141
|
+
Flag?: string;
|
|
142
142
|
/**
|
|
143
143
|
* 下单时的参数
|
|
144
144
|
*/
|
|
145
|
-
ReqBody
|
|
145
|
+
ReqBody?: string;
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* CheckTcbService返回参数结构体
|
|
@@ -616,15 +616,15 @@ export interface LogResObject {
|
|
|
616
616
|
/**
|
|
617
617
|
* 获取更多检索结果的游标
|
|
618
618
|
*/
|
|
619
|
-
Context
|
|
619
|
+
Context?: string;
|
|
620
620
|
/**
|
|
621
621
|
* 搜索结果是否已经全部返回
|
|
622
622
|
*/
|
|
623
|
-
ListOver
|
|
623
|
+
ListOver?: boolean;
|
|
624
624
|
/**
|
|
625
625
|
* 日志内容信息
|
|
626
626
|
*/
|
|
627
|
-
Results
|
|
627
|
+
Results?: Array<LogObject>;
|
|
628
628
|
}
|
|
629
629
|
/**
|
|
630
630
|
* DestroyStandaloneGateway请求参数结构体
|
|
@@ -1736,7 +1736,6 @@ export interface DescribeQuotaDataResponse {
|
|
|
1736
1736
|
Value?: number;
|
|
1737
1737
|
/**
|
|
1738
1738
|
* 指标的附加值信息
|
|
1739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1740
1739
|
*/
|
|
1741
1740
|
SubValue?: string;
|
|
1742
1741
|
/**
|
|
@@ -1784,27 +1783,27 @@ export interface ActivityInfoItem {
|
|
|
1784
1783
|
/**
|
|
1785
1784
|
* 活动id
|
|
1786
1785
|
*/
|
|
1787
|
-
ActivityId
|
|
1786
|
+
ActivityId?: number;
|
|
1788
1787
|
/**
|
|
1789
1788
|
* 记录插入时间
|
|
1790
1789
|
*/
|
|
1791
|
-
CreateTime
|
|
1790
|
+
CreateTime?: string;
|
|
1792
1791
|
/**
|
|
1793
1792
|
* 记录最后一次变更时间
|
|
1794
1793
|
*/
|
|
1795
|
-
UpdateTime
|
|
1794
|
+
UpdateTime?: string;
|
|
1796
1795
|
/**
|
|
1797
1796
|
* 活动开始时间
|
|
1798
1797
|
*/
|
|
1799
|
-
StartTime
|
|
1798
|
+
StartTime?: string;
|
|
1800
1799
|
/**
|
|
1801
1800
|
* 活动结束时间
|
|
1802
1801
|
*/
|
|
1803
|
-
ExpireTime
|
|
1802
|
+
ExpireTime?: string;
|
|
1804
1803
|
/**
|
|
1805
1804
|
* 自定义备注信息
|
|
1806
1805
|
*/
|
|
1807
|
-
Tag
|
|
1806
|
+
Tag?: string;
|
|
1808
1807
|
}
|
|
1809
1808
|
/**
|
|
1810
1809
|
* 键值对
|
|
@@ -1859,12 +1858,12 @@ export interface FunctionInfo {
|
|
|
1859
1858
|
/**
|
|
1860
1859
|
* 命名空间
|
|
1861
1860
|
*/
|
|
1862
|
-
Namespace
|
|
1861
|
+
Namespace?: string;
|
|
1863
1862
|
/**
|
|
1864
1863
|
* 所属地域。
|
|
1865
1864
|
当前支持ap-shanghai
|
|
1866
1865
|
*/
|
|
1867
|
-
Region
|
|
1866
|
+
Region?: string;
|
|
1868
1867
|
}
|
|
1869
1868
|
/**
|
|
1870
1869
|
* CommonServiceAPI请求参数结构体
|
|
@@ -1971,7 +1970,7 @@ export interface DescribeActivityRecordResponse {
|
|
|
1971
1970
|
/**
|
|
1972
1971
|
* 活动记录详情
|
|
1973
1972
|
*/
|
|
1974
|
-
ActivityRecords
|
|
1973
|
+
ActivityRecords?: Array<ActivityRecordItem>;
|
|
1975
1974
|
/**
|
|
1976
1975
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1977
1976
|
*/
|
|
@@ -2444,27 +2443,27 @@ export interface LogObject {
|
|
|
2444
2443
|
/**
|
|
2445
2444
|
* 日志属于的 topic ID
|
|
2446
2445
|
*/
|
|
2447
|
-
TopicId
|
|
2446
|
+
TopicId?: string;
|
|
2448
2447
|
/**
|
|
2449
2448
|
* 日志主题的名字
|
|
2450
2449
|
*/
|
|
2451
|
-
TopicName
|
|
2450
|
+
TopicName?: string;
|
|
2452
2451
|
/**
|
|
2453
2452
|
* 日志时间
|
|
2454
2453
|
*/
|
|
2455
|
-
Timestamp
|
|
2454
|
+
Timestamp?: string;
|
|
2456
2455
|
/**
|
|
2457
2456
|
* 日志内容
|
|
2458
2457
|
*/
|
|
2459
|
-
Content
|
|
2458
|
+
Content?: string;
|
|
2460
2459
|
/**
|
|
2461
2460
|
* 采集路径
|
|
2462
2461
|
*/
|
|
2463
|
-
FileName
|
|
2462
|
+
FileName?: string;
|
|
2464
2463
|
/**
|
|
2465
2464
|
* 日志来源设备
|
|
2466
2465
|
*/
|
|
2467
|
-
Source
|
|
2466
|
+
Source?: string;
|
|
2468
2467
|
}
|
|
2469
2468
|
/**
|
|
2470
2469
|
* DestroyStaticStore返回参数结构体
|
|
@@ -2994,7 +2993,6 @@ export interface CreateAuthDomainRequest {
|
|
|
2994
2993
|
export interface DescribeEnvPostpaidDeductResponse {
|
|
2995
2994
|
/**
|
|
2996
2995
|
* 指标抵扣详情列表
|
|
2997
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2998
2996
|
*/
|
|
2999
2997
|
PostPaidEnvDeductInfoList?: Array<PostPaidEnvDeductInfo>;
|
|
3000
2998
|
/**
|
|
@@ -3352,7 +3350,6 @@ export interface CreatePostpayPackageResponse {
|
|
|
3352
3350
|
TranId?: string;
|
|
3353
3351
|
/**
|
|
3354
3352
|
* 环境ID
|
|
3355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3356
3353
|
*/
|
|
3357
3354
|
EnvId?: string;
|
|
3358
3355
|
/**
|
|
@@ -3569,9 +3566,8 @@ export interface CloudBaseRunServiceVolumeMount {
|
|
|
3569
3566
|
export interface DescribeSpecialCostItemsResponse {
|
|
3570
3567
|
/**
|
|
3571
3568
|
* 1分钱抵扣详情
|
|
3572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3573
3569
|
*/
|
|
3574
|
-
SpecialCostItems
|
|
3570
|
+
SpecialCostItems?: Array<SpecialCostItem>;
|
|
3575
3571
|
/**
|
|
3576
3572
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3577
3573
|
*/
|
|
@@ -3742,22 +3738,22 @@ export interface PackageFreeQuotaInfo {
|
|
|
3742
3738
|
<li>SCF</li>
|
|
3743
3739
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3744
3740
|
*/
|
|
3745
|
-
ResourceType
|
|
3741
|
+
ResourceType?: string;
|
|
3746
3742
|
/**
|
|
3747
3743
|
* 资源指标名称
|
|
3748
3744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3749
3745
|
*/
|
|
3750
|
-
ResourceMetric
|
|
3746
|
+
ResourceMetric?: string;
|
|
3751
3747
|
/**
|
|
3752
3748
|
* 资源指标免费量
|
|
3753
3749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3754
3750
|
*/
|
|
3755
|
-
FreeQuota
|
|
3751
|
+
FreeQuota?: number;
|
|
3756
3752
|
/**
|
|
3757
3753
|
* 指标单位
|
|
3758
3754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3759
3755
|
*/
|
|
3760
|
-
MetricUnit
|
|
3756
|
+
MetricUnit?: string;
|
|
3761
3757
|
/**
|
|
3762
3758
|
* 免费量抵扣周期
|
|
3763
3759
|
<li>sum-month:以月为单位抵扣</li>
|
|
@@ -3765,13 +3761,13 @@ export interface PackageFreeQuotaInfo {
|
|
|
3765
3761
|
<li>totalize:总容量抵扣</li>
|
|
3766
3762
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3767
3763
|
*/
|
|
3768
|
-
DeductType
|
|
3764
|
+
DeductType?: string;
|
|
3769
3765
|
/**
|
|
3770
3766
|
* 免费量类型
|
|
3771
3767
|
<li>basic:通用量抵扣</li>
|
|
3772
3768
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3773
3769
|
*/
|
|
3774
|
-
FreeQuotaType
|
|
3770
|
+
FreeQuotaType?: string;
|
|
3775
3771
|
}
|
|
3776
3772
|
/**
|
|
3777
3773
|
* DescribeEnvFreeQuota返回参数结构体
|
|
@@ -3779,7 +3775,6 @@ export interface PackageFreeQuotaInfo {
|
|
|
3779
3775
|
export interface DescribeEnvFreeQuotaResponse {
|
|
3780
3776
|
/**
|
|
3781
3777
|
* 免费抵扣配额详情
|
|
3782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3783
3778
|
*/
|
|
3784
3779
|
QuotaItems?: Array<PostpayEnvQuota>;
|
|
3785
3780
|
/**
|
|
@@ -4158,27 +4153,27 @@ export interface SmsFreeQuota {
|
|
|
4158
4153
|
* 免费量总条数
|
|
4159
4154
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4160
4155
|
*/
|
|
4161
|
-
FreeQuota
|
|
4156
|
+
FreeQuota?: number;
|
|
4162
4157
|
/**
|
|
4163
4158
|
* 共计已使用总条数
|
|
4164
4159
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4165
4160
|
*/
|
|
4166
|
-
TotalUsedQuota
|
|
4161
|
+
TotalUsedQuota?: number;
|
|
4167
4162
|
/**
|
|
4168
4163
|
* 免费周期起点,0000-00-00 00:00:00 形式
|
|
4169
4164
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4170
4165
|
*/
|
|
4171
|
-
CycleStart
|
|
4166
|
+
CycleStart?: string;
|
|
4172
4167
|
/**
|
|
4173
4168
|
* 免费周期终点,0000-00-00 00:00:00 形式
|
|
4174
4169
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4175
4170
|
*/
|
|
4176
|
-
CycleEnd
|
|
4171
|
+
CycleEnd?: string;
|
|
4177
4172
|
/**
|
|
4178
4173
|
* 今天已使用总条数
|
|
4179
4174
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4180
4175
|
*/
|
|
4181
|
-
TodayUsedQuota
|
|
4176
|
+
TodayUsedQuota?: number;
|
|
4182
4177
|
}
|
|
4183
4178
|
/**
|
|
4184
4179
|
* CreateCloudBaseRunServerVersion返回参数结构体
|
|
@@ -4378,19 +4373,16 @@ export interface DescribeWxGatewaysResponse {
|
|
|
4378
4373
|
export interface DescribeDownloadFileResponse {
|
|
4379
4374
|
/**
|
|
4380
4375
|
* 文件路径,该字段已废弃
|
|
4381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4382
4376
|
*/
|
|
4383
|
-
FilePath
|
|
4377
|
+
FilePath?: string;
|
|
4384
4378
|
/**
|
|
4385
4379
|
* 加密key,用于计算下载加密文件的header。参考SSE-C https://cloud.tencent.com/document/product/436/7728#sse-c
|
|
4386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4387
4380
|
*/
|
|
4388
|
-
CustomKey
|
|
4381
|
+
CustomKey?: string;
|
|
4389
4382
|
/**
|
|
4390
4383
|
* 下载链接
|
|
4391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4392
4384
|
*/
|
|
4393
|
-
DownloadUrl
|
|
4385
|
+
DownloadUrl?: string;
|
|
4394
4386
|
/**
|
|
4395
4387
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4396
4388
|
*/
|
|
@@ -4449,7 +4441,6 @@ export interface CloudBaseRunNfsVolumeSource {
|
|
|
4449
4441
|
export interface DescribeSmsQuotasResponse {
|
|
4450
4442
|
/**
|
|
4451
4443
|
* 短信免费量信息列表
|
|
4452
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4453
4444
|
*/
|
|
4454
4445
|
SmsFreeQuotaList?: Array<SmsFreeQuota>;
|
|
4455
4446
|
/**
|
|
@@ -4757,6 +4748,10 @@ export interface DescribeQuotaDataRequest {
|
|
|
4757
4748
|
<li> TkeMemUsedPkgDay: 当天容器托管内存使用量,单位MB*秒 </li>
|
|
4758
4749
|
<li> CodingBuildTimePkgDay: 当天容器托管构建时间使用量,单位毫秒 </li>
|
|
4759
4750
|
<li> TkeHttpServiceNatPkgDay: 当天容器托管流量使用量,单位B </li>
|
|
4751
|
+
<li> CynosdbCcupkg: 当月微信云托管MySQL CCU使用量,单位个 (需要除以1000)</li>
|
|
4752
|
+
<li> CynosdbStoragepkg: 当月微信云托管MySQL 存储使用量,单位MB (需要除以1000)</li>
|
|
4753
|
+
<li> CynosdbCcupkgDay: 当天微信云托管MySQL 存储使用量,单位个 (需要除以1000) </li>
|
|
4754
|
+
<li> CynosdbStoragepkgDay: 当天微信云托管MySQL 存储使用量,单位MB (需要除以1000) </li>
|
|
4760
4755
|
*/
|
|
4761
4756
|
MetricName: string;
|
|
4762
4757
|
/**
|
|
@@ -4770,7 +4765,6 @@ export interface DescribeQuotaDataRequest {
|
|
|
4770
4765
|
export interface CreateStaticStoreResponse {
|
|
4771
4766
|
/**
|
|
4772
4767
|
* 创建静态资源结果(succ/fail)
|
|
4773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4774
4768
|
*/
|
|
4775
4769
|
Result?: string;
|
|
4776
4770
|
/**
|
|
@@ -4840,19 +4834,19 @@ export interface StorageInfo {
|
|
|
4840
4834
|
* 资源所属地域。
|
|
4841
4835
|
当前支持ap-shanghai
|
|
4842
4836
|
*/
|
|
4843
|
-
Region
|
|
4837
|
+
Region?: string;
|
|
4844
4838
|
/**
|
|
4845
4839
|
* 桶名,存储资源的唯一标识
|
|
4846
4840
|
*/
|
|
4847
|
-
Bucket
|
|
4841
|
+
Bucket?: string;
|
|
4848
4842
|
/**
|
|
4849
4843
|
* cdn 域名
|
|
4850
4844
|
*/
|
|
4851
|
-
CdnDomain
|
|
4845
|
+
CdnDomain?: string;
|
|
4852
4846
|
/**
|
|
4853
4847
|
* 资源所属用户的腾讯云appId
|
|
4854
4848
|
*/
|
|
4855
|
-
AppId
|
|
4849
|
+
AppId?: string;
|
|
4856
4850
|
}
|
|
4857
4851
|
/**
|
|
4858
4852
|
* DescribeCloudBaseRunVersionSnapshot请求参数结构体
|
|
@@ -4894,19 +4888,19 @@ export interface FreequotaInfo {
|
|
|
4894
4888
|
<li>FLEXDB</li>
|
|
4895
4889
|
<li>SCF</li>
|
|
4896
4890
|
*/
|
|
4897
|
-
ResourceType
|
|
4891
|
+
ResourceType?: string;
|
|
4898
4892
|
/**
|
|
4899
4893
|
* 资源指标名称
|
|
4900
4894
|
*/
|
|
4901
|
-
ResourceMetric
|
|
4895
|
+
ResourceMetric?: string;
|
|
4902
4896
|
/**
|
|
4903
4897
|
* 资源指标免费量
|
|
4904
4898
|
*/
|
|
4905
|
-
FreeQuota
|
|
4899
|
+
FreeQuota?: number;
|
|
4906
4900
|
/**
|
|
4907
4901
|
* 指标单位
|
|
4908
4902
|
*/
|
|
4909
|
-
MetricUnit
|
|
4903
|
+
MetricUnit?: string;
|
|
4910
4904
|
/**
|
|
4911
4905
|
* 免费量抵扣周期
|
|
4912
4906
|
<li>sum-month:以月为单位抵扣</li>
|
|
@@ -4914,13 +4908,13 @@ export interface FreequotaInfo {
|
|
|
4914
4908
|
<li>totalize:总容量抵扣</li>
|
|
4915
4909
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4916
4910
|
*/
|
|
4917
|
-
DeductType
|
|
4911
|
+
DeductType?: string;
|
|
4918
4912
|
/**
|
|
4919
4913
|
* 免费量类型
|
|
4920
4914
|
<li>basic:通用量抵扣</li>
|
|
4921
4915
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4922
4916
|
*/
|
|
4923
|
-
FreeQuotaType
|
|
4917
|
+
FreeQuotaType?: string;
|
|
4924
4918
|
}
|
|
4925
4919
|
/**
|
|
4926
4920
|
* TurnOnStandaloneGateway请求参数结构体
|
|
@@ -4946,24 +4940,23 @@ export interface DescribeUserActivityInfoResponse {
|
|
|
4946
4940
|
/**
|
|
4947
4941
|
* 自定义标记,1元钱裂变需求中即代指`团id`
|
|
4948
4942
|
*/
|
|
4949
|
-
Tag
|
|
4943
|
+
Tag?: string;
|
|
4950
4944
|
/**
|
|
4951
4945
|
* 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接
|
|
4952
4946
|
*/
|
|
4953
|
-
Notes
|
|
4947
|
+
Notes?: string;
|
|
4954
4948
|
/**
|
|
4955
4949
|
* 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数
|
|
4956
4950
|
*/
|
|
4957
|
-
ActivityTimeLeft
|
|
4951
|
+
ActivityTimeLeft?: number;
|
|
4958
4952
|
/**
|
|
4959
4953
|
* 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
|
|
4960
4954
|
*/
|
|
4961
|
-
GroupTimeLeft
|
|
4955
|
+
GroupTimeLeft?: number;
|
|
4962
4956
|
/**
|
|
4963
4957
|
* 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应
|
|
4964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4965
4958
|
*/
|
|
4966
|
-
NickNameList
|
|
4959
|
+
NickNameList?: string;
|
|
4967
4960
|
/**
|
|
4968
4961
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4969
4962
|
*/
|
|
@@ -4975,7 +4968,6 @@ export interface DescribeUserActivityInfoResponse {
|
|
|
4975
4968
|
export interface DescribePostpayFreeQuotasResponse {
|
|
4976
4969
|
/**
|
|
4977
4970
|
* 免费量资源信息列表
|
|
4978
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4979
4971
|
*/
|
|
4980
4972
|
FreequotaInfoList?: Array<FreequotaInfo>;
|
|
4981
4973
|
/**
|
|
@@ -5000,32 +4992,32 @@ export interface ActivityRecordItem {
|
|
|
5000
4992
|
* 用户uin
|
|
5001
4993
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5002
4994
|
*/
|
|
5003
|
-
Uin
|
|
4995
|
+
Uin?: string;
|
|
5004
4996
|
/**
|
|
5005
4997
|
* 活动id
|
|
5006
4998
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5007
4999
|
*/
|
|
5008
|
-
ActivityId
|
|
5000
|
+
ActivityId?: number;
|
|
5009
5001
|
/**
|
|
5010
5002
|
* 自定义状态码
|
|
5011
5003
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5012
5004
|
*/
|
|
5013
|
-
Status
|
|
5005
|
+
Status?: number;
|
|
5014
5006
|
/**
|
|
5015
5007
|
* 自定义子状态码
|
|
5016
5008
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5017
5009
|
*/
|
|
5018
|
-
SubStatus
|
|
5010
|
+
SubStatus?: string;
|
|
5019
5011
|
/**
|
|
5020
5012
|
* 整型子状态码
|
|
5021
5013
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5022
5014
|
*/
|
|
5023
|
-
SubStatusInt
|
|
5015
|
+
SubStatusInt?: number;
|
|
5024
5016
|
/**
|
|
5025
5017
|
* 是否软删除
|
|
5026
5018
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5027
5019
|
*/
|
|
5028
|
-
IsDeleted
|
|
5020
|
+
IsDeleted?: boolean;
|
|
5029
5021
|
}
|
|
5030
5022
|
/**
|
|
5031
5023
|
* 合法域名
|
|
@@ -5034,31 +5026,31 @@ export interface AuthDomain {
|
|
|
5034
5026
|
/**
|
|
5035
5027
|
* 域名ID
|
|
5036
5028
|
*/
|
|
5037
|
-
Id
|
|
5029
|
+
Id?: string;
|
|
5038
5030
|
/**
|
|
5039
5031
|
* 域名
|
|
5040
5032
|
*/
|
|
5041
|
-
Domain
|
|
5033
|
+
Domain?: string;
|
|
5042
5034
|
/**
|
|
5043
5035
|
* 域名类型。包含以下取值:
|
|
5044
5036
|
<li>SYSTEM</li>
|
|
5045
5037
|
<li>USER</li>
|
|
5046
5038
|
*/
|
|
5047
|
-
Type
|
|
5039
|
+
Type?: string;
|
|
5048
5040
|
/**
|
|
5049
5041
|
* 状态。包含以下取值:
|
|
5050
5042
|
<li>ENABLE</li>
|
|
5051
5043
|
<li>DISABLE</li>
|
|
5052
5044
|
*/
|
|
5053
|
-
Status
|
|
5045
|
+
Status?: string;
|
|
5054
5046
|
/**
|
|
5055
5047
|
* 创建时间
|
|
5056
5048
|
*/
|
|
5057
|
-
CreateTime
|
|
5049
|
+
CreateTime?: string;
|
|
5058
5050
|
/**
|
|
5059
5051
|
* 更新时间
|
|
5060
5052
|
*/
|
|
5061
|
-
UpdateTime
|
|
5053
|
+
UpdateTime?: string;
|
|
5062
5054
|
}
|
|
5063
5055
|
/**
|
|
5064
5056
|
* DescribeCloudBaseProjectLatestVersionList请求参数结构体
|
|
@@ -5100,28 +5092,28 @@ export interface LogServiceInfo {
|
|
|
5100
5092
|
/**
|
|
5101
5093
|
* log名
|
|
5102
5094
|
*/
|
|
5103
|
-
LogsetName
|
|
5095
|
+
LogsetName?: string;
|
|
5104
5096
|
/**
|
|
5105
5097
|
* log-id
|
|
5106
5098
|
*/
|
|
5107
|
-
LogsetId
|
|
5099
|
+
LogsetId?: string;
|
|
5108
5100
|
/**
|
|
5109
5101
|
* topic名
|
|
5110
5102
|
*/
|
|
5111
|
-
TopicName
|
|
5103
|
+
TopicName?: string;
|
|
5112
5104
|
/**
|
|
5113
5105
|
* topic-id
|
|
5114
5106
|
*/
|
|
5115
|
-
TopicId
|
|
5107
|
+
TopicId?: string;
|
|
5116
5108
|
/**
|
|
5117
5109
|
* cls日志所属地域
|
|
5118
5110
|
*/
|
|
5119
|
-
Region
|
|
5111
|
+
Region?: string;
|
|
5120
5112
|
/**
|
|
5121
5113
|
* topic保存时长 默认7天
|
|
5122
5114
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5123
5115
|
*/
|
|
5124
|
-
Period
|
|
5116
|
+
Period?: number;
|
|
5125
5117
|
}
|
|
5126
5118
|
/**
|
|
5127
5119
|
* 安全网关版本路由信息限额配置
|
|
@@ -6050,7 +6042,9 @@ export interface ExtensionFileInfo {
|
|
|
6050
6042
|
*/
|
|
6051
6043
|
UploadUrl: string;
|
|
6052
6044
|
/**
|
|
6053
|
-
*
|
|
6045
|
+
* 自定义密钥。如果为空,则表示不需要加密。
|
|
6046
|
+
参考cos预签名url上传https://cloud.tencent.com/document/product/436/36121
|
|
6047
|
+
上传的时候要按照 SSE-C 的方式设置header:https://cloud.tencent.com/document/product/436/7728
|
|
6054
6048
|
*/
|
|
6055
6049
|
CustomKey: string;
|
|
6056
6050
|
/**
|
|
@@ -6326,7 +6320,7 @@ export interface DescribeExtensionUploadInfoResponse {
|
|
|
6326
6320
|
/**
|
|
6327
6321
|
* 待上传文件的信息数组
|
|
6328
6322
|
*/
|
|
6329
|
-
FilesData
|
|
6323
|
+
FilesData?: Array<ExtensionFileInfo>;
|
|
6330
6324
|
/**
|
|
6331
6325
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6332
6326
|
*/
|
|
@@ -6365,25 +6359,25 @@ export interface PostpayEnvQuota {
|
|
|
6365
6359
|
/**
|
|
6366
6360
|
* 资源类型
|
|
6367
6361
|
*/
|
|
6368
|
-
ResourceType
|
|
6362
|
+
ResourceType?: string;
|
|
6369
6363
|
/**
|
|
6370
6364
|
* 指标名
|
|
6371
6365
|
*/
|
|
6372
|
-
MetricName
|
|
6366
|
+
MetricName?: string;
|
|
6373
6367
|
/**
|
|
6374
6368
|
* 配额值
|
|
6375
6369
|
*/
|
|
6376
|
-
Value
|
|
6370
|
+
Value?: number;
|
|
6377
6371
|
/**
|
|
6378
6372
|
* 配额生效时间
|
|
6379
6373
|
为空表示没有时间限制
|
|
6380
6374
|
*/
|
|
6381
|
-
StartTime
|
|
6375
|
+
StartTime?: string;
|
|
6382
6376
|
/**
|
|
6383
6377
|
* 配额失效时间
|
|
6384
6378
|
为空表示没有时间限制
|
|
6385
6379
|
*/
|
|
6386
|
-
EndTime
|
|
6380
|
+
EndTime?: string;
|
|
6387
6381
|
}
|
|
6388
6382
|
/**
|
|
6389
6383
|
* 安全网关请求自定义头部
|
|
@@ -6411,7 +6405,6 @@ export interface CustomRequestToAdd {
|
|
|
6411
6405
|
export interface DescribePostpayPackageFreeQuotasResponse {
|
|
6412
6406
|
/**
|
|
6413
6407
|
* 免费量资源信息列表
|
|
6414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6415
6408
|
*/
|
|
6416
6409
|
PackageFreeQuotaInfos?: Array<PackageFreeQuotaInfo>;
|
|
6417
6410
|
/**
|