tencentcloud-sdk-nodejs-tcb 4.0.1005 → 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.
@@ -22,59 +22,59 @@ export interface DescribeEnvLimitResponse {
22
22
  /**
23
23
  * 环境总数上限
24
24
  */
25
- MaxEnvNum: number
25
+ MaxEnvNum?: number
26
26
  /**
27
27
  * 目前环境总数
28
28
  */
29
- CurrentEnvNum: number
29
+ CurrentEnvNum?: number
30
30
  /**
31
31
  * 免费环境数量上限
32
32
  */
33
- MaxFreeEnvNum: number
33
+ MaxFreeEnvNum?: number
34
34
  /**
35
35
  * 目前免费环境数量
36
36
  */
37
- CurrentFreeEnvNum: number
37
+ CurrentFreeEnvNum?: number
38
38
  /**
39
39
  * 总计允许销毁环境次数上限
40
40
  */
41
- MaxDeleteTotal: number
41
+ MaxDeleteTotal?: number
42
42
  /**
43
43
  * 目前已销毁环境次数
44
44
  */
45
- CurrentDeleteTotal: number
45
+ CurrentDeleteTotal?: number
46
46
  /**
47
47
  * 每月允许销毁环境次数上限
48
48
  */
49
- MaxDeleteMonthly: number
49
+ MaxDeleteMonthly?: number
50
50
  /**
51
51
  * 本月已销毁环境次数
52
52
  */
53
- CurrentDeleteMonthly: number
53
+ CurrentDeleteMonthly?: number
54
54
  /**
55
55
  * 微信网关体验版可购买月份数
56
56
  */
57
- MaxFreeTrialNum: number
57
+ MaxFreeTrialNum?: number
58
58
  /**
59
59
  * 微信网关体验版已购买月份数
60
60
  */
61
- CurrentFreeTrialNum: number
61
+ CurrentFreeTrialNum?: number
62
62
  /**
63
63
  * 转支付限额总数
64
64
  */
65
- ChangePayTotal: number
65
+ ChangePayTotal?: number
66
66
  /**
67
67
  * 当前已用转支付次数
68
68
  */
69
- CurrentChangePayTotal: number
69
+ CurrentChangePayTotal?: number
70
70
  /**
71
71
  * 转支付每月限额
72
72
  */
73
- ChangePayMonthly: number
73
+ ChangePayMonthly?: number
74
74
  /**
75
75
  * 本月已用转支付额度
76
76
  */
77
- CurrentChangePayMonthly: number
77
+ CurrentChangePayMonthly?: number
78
78
  /**
79
79
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
80
80
  */
@@ -103,18 +103,18 @@ export interface OrderInfo {
103
103
  /**
104
104
  * 订单号
105
105
  */
106
- TranId: string
106
+ TranId?: string
107
107
  /**
108
108
  * 订单要切换的套餐ID
109
109
  */
110
- PackageId: string
110
+ PackageId?: string
111
111
  /**
112
112
  * 订单类型
113
113
  <li>1 购买</li>
114
114
  <li>2 续费</li>
115
115
  <li>3 变配</li>
116
116
  */
117
- TranType: string
117
+ TranType?: string
118
118
  /**
119
119
  * 订单状态。
120
120
  <li>1未支付</li>
@@ -126,42 +126,42 @@ export interface OrderInfo {
126
126
  <li>7 已取消</li>
127
127
  <li>100 已删除</li>
128
128
  */
129
- TranStatus: string
129
+ TranStatus?: string
130
130
  /**
131
131
  * 订单更新时间
132
132
  */
133
- UpdateTime: string
133
+ UpdateTime?: string
134
134
  /**
135
135
  * 订单创建时间
136
136
  */
137
- CreateTime: string
137
+ CreateTime?: string
138
138
  /**
139
139
  * 付费模式.
140
140
  <li>prepayment 预付费</li>
141
141
  <li>postpaid 后付费</li>
142
142
  */
143
- PayMode: string
143
+ PayMode?: string
144
144
  /**
145
145
  * 订单绑定的扩展ID
146
146
  注意:此字段可能返回 null,表示取不到有效值。
147
147
  */
148
- ExtensionId: string
148
+ ExtensionId?: string
149
149
  /**
150
150
  * 资源初始化结果(仅当ExtensionId不为空时有效): successful(初始化成功), failed(初始化失败), doing(初始化进行中), init(准备初始化)
151
151
  注意:此字段可能返回 null,表示取不到有效值。
152
152
  */
153
- ResourceReady: string
153
+ ResourceReady?: string
154
154
  /**
155
155
  * 安装标记。建议使用方统一转大小写之后再判断。
156
156
  <li>QuickStart:快速启动来源</li>
157
157
  <li>Activity:活动来源</li>
158
158
  注意:此字段可能返回 null,表示取不到有效值。
159
159
  */
160
- Flag: string
160
+ Flag?: string
161
161
  /**
162
162
  * 下单时的参数
163
163
  */
164
- ReqBody: string
164
+ ReqBody?: string
165
165
  }
166
166
 
167
167
  /**
@@ -432,7 +432,7 @@ export interface CommonServiceAPIResponse {
432
432
  /**
433
433
  * json格式response
434
434
  */
435
- JSONResp: string
435
+ JSONResp?: string
436
436
  /**
437
437
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
438
438
  */
@@ -659,15 +659,15 @@ export interface LogResObject {
659
659
  /**
660
660
  * 获取更多检索结果的游标
661
661
  */
662
- Context: string
662
+ Context?: string
663
663
  /**
664
664
  * 搜索结果是否已经全部返回
665
665
  */
666
- ListOver: boolean
666
+ ListOver?: boolean
667
667
  /**
668
668
  * 日志内容信息
669
669
  */
670
- Results: Array<LogObject>
670
+ Results?: Array<LogObject>
671
671
  }
672
672
 
673
673
  /**
@@ -1733,57 +1733,57 @@ export interface FreezeCloudBaseRunServersRequest {
1733
1733
  }
1734
1734
 
1735
1735
  /**
1736
- * 新套餐套餐详情
1736
+ * 云开发新套餐详情
1737
1737
  */
1738
1738
  export interface BaasPackageInfo {
1739
1739
  /**
1740
1740
  * DAU产品套餐ID
1741
1741
  注意:此字段可能返回 null,表示取不到有效值。
1742
1742
  */
1743
- PackageName: string
1743
+ PackageName?: string
1744
1744
  /**
1745
1745
  * DAU套餐中文名称
1746
1746
  注意:此字段可能返回 null,表示取不到有效值。
1747
1747
  */
1748
- PackageTitle: string
1748
+ PackageTitle?: string
1749
1749
  /**
1750
1750
  * 套餐分组
1751
1751
  注意:此字段可能返回 null,表示取不到有效值。
1752
1752
  */
1753
- GroupName: string
1753
+ GroupName?: string
1754
1754
  /**
1755
1755
  * 套餐分组中文名
1756
1756
  注意:此字段可能返回 null,表示取不到有效值。
1757
1757
  */
1758
- GroupTitle: string
1758
+ GroupTitle?: string
1759
1759
  /**
1760
1760
  * json格式化计费标签,例如:
1761
1761
  {"pid":2, "cids":{"create": 2, "renew": 2, "modify": 2}, "productCode":"p_tcb_mp", "subProductCode":"sp_tcb_mp_cloudbase_dau"}
1762
1762
  注意:此字段可能返回 null,表示取不到有效值。
1763
1763
  */
1764
- BillTags: string
1764
+ BillTags?: string
1765
1765
  /**
1766
1766
  * json格式化用户资源限制,例如:
1767
1767
  {"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}}}
1768
1768
  注意:此字段可能返回 null,表示取不到有效值。
1769
1769
  */
1770
- ResourceLimit: string
1770
+ ResourceLimit?: string
1771
1771
  /**
1772
1772
  * json格式化高级限制,例如:
1773
1773
  {"CMSEnable":false,"ProvisionedConcurrencyMem":512000, "PictureProcessing":false, "SecurityAudit":false, "RealTimePush":false, "TemplateMessageBatchPush":false, "Payment":false}
1774
1774
  注意:此字段可能返回 null,表示取不到有效值。
1775
1775
  */
1776
- AdvanceLimit: string
1776
+ AdvanceLimit?: string
1777
1777
  /**
1778
1778
  * 套餐描述
1779
1779
  注意:此字段可能返回 null,表示取不到有效值。
1780
1780
  */
1781
- PackageDescription: string
1781
+ PackageDescription?: string
1782
1782
  /**
1783
1783
  * 是否对外展示
1784
1784
  注意:此字段可能返回 null,表示取不到有效值。
1785
1785
  */
1786
- IsExternal: boolean
1786
+ IsExternal?: boolean
1787
1787
  }
1788
1788
 
1789
1789
  /**
@@ -1818,7 +1818,6 @@ export interface DescribeQuotaDataResponse {
1818
1818
  Value?: number
1819
1819
  /**
1820
1820
  * 指标的附加值信息
1821
- 注意:此字段可能返回 null,表示取不到有效值。
1822
1821
  */
1823
1822
  SubValue?: string
1824
1823
  /**
@@ -1868,27 +1867,27 @@ export interface ActivityInfoItem {
1868
1867
  /**
1869
1868
  * 活动id
1870
1869
  */
1871
- ActivityId: number
1870
+ ActivityId?: number
1872
1871
  /**
1873
1872
  * 记录插入时间
1874
1873
  */
1875
- CreateTime: string
1874
+ CreateTime?: string
1876
1875
  /**
1877
1876
  * 记录最后一次变更时间
1878
1877
  */
1879
- UpdateTime: string
1878
+ UpdateTime?: string
1880
1879
  /**
1881
1880
  * 活动开始时间
1882
1881
  */
1883
- StartTime: string
1882
+ StartTime?: string
1884
1883
  /**
1885
1884
  * 活动结束时间
1886
1885
  */
1887
- ExpireTime: string
1886
+ ExpireTime?: string
1888
1887
  /**
1889
1888
  * 自定义备注信息
1890
1889
  */
1891
- Tag: string
1890
+ Tag?: string
1892
1891
  }
1893
1892
 
1894
1893
  /**
@@ -1946,12 +1945,12 @@ export interface FunctionInfo {
1946
1945
  /**
1947
1946
  * 命名空间
1948
1947
  */
1949
- Namespace: string
1948
+ Namespace?: string
1950
1949
  /**
1951
1950
  * 所属地域。
1952
1951
  当前支持ap-shanghai
1953
1952
  */
1954
- Region: string
1953
+ Region?: string
1955
1954
  }
1956
1955
 
1957
1956
  /**
@@ -2063,7 +2062,7 @@ export interface DescribeActivityRecordResponse {
2063
2062
  /**
2064
2063
  * 活动记录详情
2065
2064
  */
2066
- ActivityRecords: Array<ActivityRecordItem>
2065
+ ActivityRecords?: Array<ActivityRecordItem>
2067
2066
  /**
2068
2067
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2069
2068
  */
@@ -2564,27 +2563,27 @@ export interface LogObject {
2564
2563
  /**
2565
2564
  * 日志属于的 topic ID
2566
2565
  */
2567
- TopicId: string
2566
+ TopicId?: string
2568
2567
  /**
2569
2568
  * 日志主题的名字
2570
2569
  */
2571
- TopicName: string
2570
+ TopicName?: string
2572
2571
  /**
2573
2572
  * 日志时间
2574
2573
  */
2575
- Timestamp: string
2574
+ Timestamp?: string
2576
2575
  /**
2577
2576
  * 日志内容
2578
2577
  */
2579
- Content: string
2578
+ Content?: string
2580
2579
  /**
2581
2580
  * 采集路径
2582
2581
  */
2583
- FileName: string
2582
+ FileName?: string
2584
2583
  /**
2585
2584
  * 日志来源设备
2586
2585
  */
2587
- Source: string
2586
+ Source?: string
2588
2587
  }
2589
2588
 
2590
2589
  /**
@@ -3133,7 +3132,6 @@ export interface CreateAuthDomainRequest {
3133
3132
  export interface DescribeEnvPostpaidDeductResponse {
3134
3133
  /**
3135
3134
  * 指标抵扣详情列表
3136
- 注意:此字段可能返回 null,表示取不到有效值。
3137
3135
  */
3138
3136
  PostPaidEnvDeductInfoList?: Array<PostPaidEnvDeductInfo>
3139
3137
  /**
@@ -3501,7 +3499,6 @@ export interface CreatePostpayPackageResponse {
3501
3499
  TranId?: string
3502
3500
  /**
3503
3501
  * 环境ID
3504
- 注意:此字段可能返回 null,表示取不到有效值。
3505
3502
  */
3506
3503
  EnvId?: string
3507
3504
  /**
@@ -3517,7 +3514,7 @@ export interface DescribeBaasPackageListResponse {
3517
3514
  /**
3518
3515
  * 套餐列表
3519
3516
  */
3520
- PackageList: Array<BaasPackageInfo>
3517
+ PackageList?: Array<BaasPackageInfo>
3521
3518
  /**
3522
3519
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3523
3520
  */
@@ -3728,9 +3725,8 @@ export interface CloudBaseRunServiceVolumeMount {
3728
3725
  export interface DescribeSpecialCostItemsResponse {
3729
3726
  /**
3730
3727
  * 1分钱抵扣详情
3731
- 注意:此字段可能返回 null,表示取不到有效值。
3732
3728
  */
3733
- SpecialCostItems: Array<SpecialCostItem>
3729
+ SpecialCostItems?: Array<SpecialCostItem>
3734
3730
  /**
3735
3731
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3736
3732
  */
@@ -3909,22 +3905,22 @@ export interface PackageFreeQuotaInfo {
3909
3905
  <li>SCF</li>
3910
3906
  注意:此字段可能返回 null,表示取不到有效值。
3911
3907
  */
3912
- ResourceType: string
3908
+ ResourceType?: string
3913
3909
  /**
3914
3910
  * 资源指标名称
3915
3911
  注意:此字段可能返回 null,表示取不到有效值。
3916
3912
  */
3917
- ResourceMetric: string
3913
+ ResourceMetric?: string
3918
3914
  /**
3919
3915
  * 资源指标免费量
3920
3916
  注意:此字段可能返回 null,表示取不到有效值。
3921
3917
  */
3922
- FreeQuota: number
3918
+ FreeQuota?: number
3923
3919
  /**
3924
3920
  * 指标单位
3925
3921
  注意:此字段可能返回 null,表示取不到有效值。
3926
3922
  */
3927
- MetricUnit: string
3923
+ MetricUnit?: string
3928
3924
  /**
3929
3925
  * 免费量抵扣周期
3930
3926
  <li>sum-month:以月为单位抵扣</li>
@@ -3932,13 +3928,13 @@ export interface PackageFreeQuotaInfo {
3932
3928
  <li>totalize:总容量抵扣</li>
3933
3929
  注意:此字段可能返回 null,表示取不到有效值。
3934
3930
  */
3935
- DeductType: string
3931
+ DeductType?: string
3936
3932
  /**
3937
3933
  * 免费量类型
3938
3934
  <li>basic:通用量抵扣</li>
3939
3935
  注意:此字段可能返回 null,表示取不到有效值。
3940
3936
  */
3941
- FreeQuotaType: string
3937
+ FreeQuotaType?: string
3942
3938
  }
3943
3939
 
3944
3940
  /**
@@ -3947,7 +3943,6 @@ export interface PackageFreeQuotaInfo {
3947
3943
  export interface DescribeEnvFreeQuotaResponse {
3948
3944
  /**
3949
3945
  * 免费抵扣配额详情
3950
- 注意:此字段可能返回 null,表示取不到有效值。
3951
3946
  */
3952
3947
  QuotaItems?: Array<PostpayEnvQuota>
3953
3948
  /**
@@ -4344,27 +4339,27 @@ export interface SmsFreeQuota {
4344
4339
  * 免费量总条数
4345
4340
  注意:此字段可能返回 null,表示取不到有效值。
4346
4341
  */
4347
- FreeQuota: number
4342
+ FreeQuota?: number
4348
4343
  /**
4349
4344
  * 共计已使用总条数
4350
4345
  注意:此字段可能返回 null,表示取不到有效值。
4351
4346
  */
4352
- TotalUsedQuota: number
4347
+ TotalUsedQuota?: number
4353
4348
  /**
4354
4349
  * 免费周期起点,0000-00-00 00:00:00 形式
4355
4350
  注意:此字段可能返回 null,表示取不到有效值。
4356
4351
  */
4357
- CycleStart: string
4352
+ CycleStart?: string
4358
4353
  /**
4359
4354
  * 免费周期终点,0000-00-00 00:00:00 形式
4360
4355
  注意:此字段可能返回 null,表示取不到有效值。
4361
4356
  */
4362
- CycleEnd: string
4357
+ CycleEnd?: string
4363
4358
  /**
4364
4359
  * 今天已使用总条数
4365
4360
  注意:此字段可能返回 null,表示取不到有效值。
4366
4361
  */
4367
- TodayUsedQuota: number
4362
+ TodayUsedQuota?: number
4368
4363
  }
4369
4364
 
4370
4365
  /**
@@ -4571,19 +4566,16 @@ export interface DescribeWxGatewaysResponse {
4571
4566
  export interface DescribeDownloadFileResponse {
4572
4567
  /**
4573
4568
  * 文件路径,该字段已废弃
4574
- 注意:此字段可能返回 null,表示取不到有效值。
4575
4569
  */
4576
- FilePath: string
4570
+ FilePath?: string
4577
4571
  /**
4578
4572
  * 加密key,用于计算下载加密文件的header。参考SSE-C https://cloud.tencent.com/document/product/436/7728#sse-c
4579
- 注意:此字段可能返回 null,表示取不到有效值。
4580
4573
  */
4581
- CustomKey: string
4574
+ CustomKey?: string
4582
4575
  /**
4583
4576
  * 下载链接
4584
- 注意:此字段可能返回 null,表示取不到有效值。
4585
4577
  */
4586
- DownloadUrl: string
4578
+ DownloadUrl?: string
4587
4579
  /**
4588
4580
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4589
4581
  */
@@ -4645,7 +4637,6 @@ export interface CloudBaseRunNfsVolumeSource {
4645
4637
  export interface DescribeSmsQuotasResponse {
4646
4638
  /**
4647
4639
  * 短信免费量信息列表
4648
- 注意:此字段可能返回 null,表示取不到有效值。
4649
4640
  */
4650
4641
  SmsFreeQuotaList?: Array<SmsFreeQuota>
4651
4642
  /**
@@ -4962,6 +4953,10 @@ export interface DescribeQuotaDataRequest {
4962
4953
  <li> TkeMemUsedPkgDay: 当天容器托管内存使用量,单位MB*秒 </li>
4963
4954
  <li> CodingBuildTimePkgDay: 当天容器托管构建时间使用量,单位毫秒 </li>
4964
4955
  <li> TkeHttpServiceNatPkgDay: 当天容器托管流量使用量,单位B </li>
4956
+ <li> CynosdbCcupkg: 当月微信云托管MySQL CCU使用量,单位个 (需要除以1000)</li>
4957
+ <li> CynosdbStoragepkg: 当月微信云托管MySQL 存储使用量,单位MB (需要除以1000)</li>
4958
+ <li> CynosdbCcupkgDay: 当天微信云托管MySQL 存储使用量,单位个 (需要除以1000) </li>
4959
+ <li> CynosdbStoragepkgDay: 当天微信云托管MySQL 存储使用量,单位MB (需要除以1000) </li>
4965
4960
  */
4966
4961
  MetricName: string
4967
4962
  /**
@@ -4976,7 +4971,6 @@ export interface DescribeQuotaDataRequest {
4976
4971
  export interface CreateStaticStoreResponse {
4977
4972
  /**
4978
4973
  * 创建静态资源结果(succ/fail)
4979
- 注意:此字段可能返回 null,表示取不到有效值。
4980
4974
  */
4981
4975
  Result?: string
4982
4976
  /**
@@ -5049,19 +5043,19 @@ export interface StorageInfo {
5049
5043
  * 资源所属地域。
5050
5044
  当前支持ap-shanghai
5051
5045
  */
5052
- Region: string
5046
+ Region?: string
5053
5047
  /**
5054
5048
  * 桶名,存储资源的唯一标识
5055
5049
  */
5056
- Bucket: string
5050
+ Bucket?: string
5057
5051
  /**
5058
5052
  * cdn 域名
5059
5053
  */
5060
- CdnDomain: string
5054
+ CdnDomain?: string
5061
5055
  /**
5062
5056
  * 资源所属用户的腾讯云appId
5063
5057
  */
5064
- AppId: string
5058
+ AppId?: string
5065
5059
  }
5066
5060
 
5067
5061
  /**
@@ -5105,19 +5099,19 @@ export interface FreequotaInfo {
5105
5099
  <li>FLEXDB</li>
5106
5100
  <li>SCF</li>
5107
5101
  */
5108
- ResourceType: string
5102
+ ResourceType?: string
5109
5103
  /**
5110
5104
  * 资源指标名称
5111
5105
  */
5112
- ResourceMetric: string
5106
+ ResourceMetric?: string
5113
5107
  /**
5114
5108
  * 资源指标免费量
5115
5109
  */
5116
- FreeQuota: number
5110
+ FreeQuota?: number
5117
5111
  /**
5118
5112
  * 指标单位
5119
5113
  */
5120
- MetricUnit: string
5114
+ MetricUnit?: string
5121
5115
  /**
5122
5116
  * 免费量抵扣周期
5123
5117
  <li>sum-month:以月为单位抵扣</li>
@@ -5125,13 +5119,13 @@ export interface FreequotaInfo {
5125
5119
  <li>totalize:总容量抵扣</li>
5126
5120
  注意:此字段可能返回 null,表示取不到有效值。
5127
5121
  */
5128
- DeductType: string
5122
+ DeductType?: string
5129
5123
  /**
5130
5124
  * 免费量类型
5131
5125
  <li>basic:通用量抵扣</li>
5132
5126
  注意:此字段可能返回 null,表示取不到有效值。
5133
5127
  */
5134
- FreeQuotaType: string
5128
+ FreeQuotaType?: string
5135
5129
  }
5136
5130
 
5137
5131
  /**
@@ -5159,24 +5153,23 @@ export interface DescribeUserActivityInfoResponse {
5159
5153
  /**
5160
5154
  * 自定义标记,1元钱裂变需求中即代指`团id`
5161
5155
  */
5162
- Tag: string
5156
+ Tag?: string
5163
5157
  /**
5164
5158
  * 自定义备注,1元钱裂变需求中返回`团列表`,uin列表通过","拼接
5165
5159
  */
5166
- Notes: string
5160
+ Notes?: string
5167
5161
  /**
5168
5162
  * 活动剩余时间,单位为s.1元钱裂变需求中即为 time(活动过期时间)-Now()), 过期后为0,即返回必为自然数
5169
5163
  */
5170
- ActivityTimeLeft: number
5164
+ ActivityTimeLeft?: number
5171
5165
  /**
5172
5166
  * 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
5173
5167
  */
5174
- GroupTimeLeft: number
5168
+ GroupTimeLeft?: number
5175
5169
  /**
5176
5170
  * 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应
5177
- 注意:此字段可能返回 null,表示取不到有效值。
5178
5171
  */
5179
- NickNameList: string
5172
+ NickNameList?: string
5180
5173
  /**
5181
5174
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5182
5175
  */
@@ -5189,7 +5182,6 @@ export interface DescribeUserActivityInfoResponse {
5189
5182
  export interface DescribePostpayFreeQuotasResponse {
5190
5183
  /**
5191
5184
  * 免费量资源信息列表
5192
- 注意:此字段可能返回 null,表示取不到有效值。
5193
5185
  */
5194
5186
  FreequotaInfoList?: Array<FreequotaInfo>
5195
5187
  /**
@@ -5216,32 +5208,32 @@ export interface ActivityRecordItem {
5216
5208
  * 用户uin
5217
5209
  注意:此字段可能返回 null,表示取不到有效值。
5218
5210
  */
5219
- Uin: string
5211
+ Uin?: string
5220
5212
  /**
5221
5213
  * 活动id
5222
5214
  注意:此字段可能返回 null,表示取不到有效值。
5223
5215
  */
5224
- ActivityId: number
5216
+ ActivityId?: number
5225
5217
  /**
5226
5218
  * 自定义状态码
5227
5219
  注意:此字段可能返回 null,表示取不到有效值。
5228
5220
  */
5229
- Status: number
5221
+ Status?: number
5230
5222
  /**
5231
5223
  * 自定义子状态码
5232
5224
  注意:此字段可能返回 null,表示取不到有效值。
5233
5225
  */
5234
- SubStatus: string
5226
+ SubStatus?: string
5235
5227
  /**
5236
5228
  * 整型子状态码
5237
5229
  注意:此字段可能返回 null,表示取不到有效值。
5238
5230
  */
5239
- SubStatusInt: number
5231
+ SubStatusInt?: number
5240
5232
  /**
5241
5233
  * 是否软删除
5242
5234
  注意:此字段可能返回 null,表示取不到有效值。
5243
5235
  */
5244
- IsDeleted: boolean
5236
+ IsDeleted?: boolean
5245
5237
  }
5246
5238
 
5247
5239
  /**
@@ -5251,31 +5243,31 @@ export interface AuthDomain {
5251
5243
  /**
5252
5244
  * 域名ID
5253
5245
  */
5254
- Id: string
5246
+ Id?: string
5255
5247
  /**
5256
5248
  * 域名
5257
5249
  */
5258
- Domain: string
5250
+ Domain?: string
5259
5251
  /**
5260
5252
  * 域名类型。包含以下取值:
5261
5253
  <li>SYSTEM</li>
5262
5254
  <li>USER</li>
5263
5255
  */
5264
- Type: string
5256
+ Type?: string
5265
5257
  /**
5266
5258
  * 状态。包含以下取值:
5267
5259
  <li>ENABLE</li>
5268
5260
  <li>DISABLE</li>
5269
5261
  */
5270
- Status: string
5262
+ Status?: string
5271
5263
  /**
5272
5264
  * 创建时间
5273
5265
  */
5274
- CreateTime: string
5266
+ CreateTime?: string
5275
5267
  /**
5276
5268
  * 更新时间
5277
5269
  */
5278
- UpdateTime: string
5270
+ UpdateTime?: string
5279
5271
  }
5280
5272
 
5281
5273
  /**
@@ -5319,28 +5311,28 @@ export interface LogServiceInfo {
5319
5311
  /**
5320
5312
  * log名
5321
5313
  */
5322
- LogsetName: string
5314
+ LogsetName?: string
5323
5315
  /**
5324
5316
  * log-id
5325
5317
  */
5326
- LogsetId: string
5318
+ LogsetId?: string
5327
5319
  /**
5328
5320
  * topic名
5329
5321
  */
5330
- TopicName: string
5322
+ TopicName?: string
5331
5323
  /**
5332
5324
  * topic-id
5333
5325
  */
5334
- TopicId: string
5326
+ TopicId?: string
5335
5327
  /**
5336
5328
  * cls日志所属地域
5337
5329
  */
5338
- Region: string
5330
+ Region?: string
5339
5331
  /**
5340
5332
  * topic保存时长 默认7天
5341
5333
  注意:此字段可能返回 null,表示取不到有效值。
5342
5334
  */
5343
- Period: number
5335
+ Period?: number
5344
5336
  }
5345
5337
 
5346
5338
  /**
@@ -6296,7 +6288,9 @@ export interface ExtensionFileInfo {
6296
6288
  */
6297
6289
  UploadUrl: string
6298
6290
  /**
6299
- * 自定义密钥。如果为空,则表示不需要加密
6291
+ * 自定义密钥。如果为空,则表示不需要加密。
6292
+ 参考cos预签名url上传https://cloud.tencent.com/document/product/436/36121
6293
+ 上传的时候要按照 SSE-C 的方式设置header:https://cloud.tencent.com/document/product/436/7728
6300
6294
  */
6301
6295
  CustomKey: string
6302
6296
  /**
@@ -6579,7 +6573,7 @@ export interface DescribeExtensionUploadInfoResponse {
6579
6573
  /**
6580
6574
  * 待上传文件的信息数组
6581
6575
  */
6582
- FilesData: Array<ExtensionFileInfo>
6576
+ FilesData?: Array<ExtensionFileInfo>
6583
6577
  /**
6584
6578
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6585
6579
  */
@@ -6621,25 +6615,25 @@ export interface PostpayEnvQuota {
6621
6615
  /**
6622
6616
  * 资源类型
6623
6617
  */
6624
- ResourceType: string
6618
+ ResourceType?: string
6625
6619
  /**
6626
6620
  * 指标名
6627
6621
  */
6628
- MetricName: string
6622
+ MetricName?: string
6629
6623
  /**
6630
6624
  * 配额值
6631
6625
  */
6632
- Value: number
6626
+ Value?: number
6633
6627
  /**
6634
6628
  * 配额生效时间
6635
6629
  为空表示没有时间限制
6636
6630
  */
6637
- StartTime: string
6631
+ StartTime?: string
6638
6632
  /**
6639
6633
  * 配额失效时间
6640
6634
  为空表示没有时间限制
6641
6635
  */
6642
- EndTime: string
6636
+ EndTime?: string
6643
6637
  }
6644
6638
 
6645
6639
  /**
@@ -6669,7 +6663,6 @@ export interface CustomRequestToAdd {
6669
6663
  export interface DescribePostpayPackageFreeQuotasResponse {
6670
6664
  /**
6671
6665
  * 免费量资源信息列表
6672
- 注意:此字段可能返回 null,表示取不到有效值。
6673
6666
  */
6674
6667
  PackageFreeQuotaInfos?: Array<PackageFreeQuotaInfo>
6675
6668
  /**