tencentcloud-sdk-tcb 3.0.976 → 3.0.977
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180608/models.rb +7 -14
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d0ee9b88bd0c854afc231fe723553bcea82f0ae
|
|
4
|
+
data.tar.gz: 56d9f8ccc827117f796d29edb24024214201c20a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0307ef23ac9d9b4d7a309a5e04cc5bfab8e9d703518b663b7ddea03ff669a80be22e9437c012c10e74db0846780ff5d32ba2a4b219269fa4efec67d4fdc2877b
|
|
7
|
+
data.tar.gz: 04ca9c8c99f364f2d8570fbc756f1d796297273ad27e2bea1ce383d9c334bee4a228dff350fdb3ab8dca7d06b9b97723b93a0473582fec108b45c51db6f281f3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.977
|
data/lib/v20180608/models.rb
CHANGED
|
@@ -2166,7 +2166,6 @@ module TencentCloud
|
|
|
2166
2166
|
# @param TranId: 后付费订单号
|
|
2167
2167
|
# @type TranId: String
|
|
2168
2168
|
# @param EnvId: 环境ID
|
|
2169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2170
2169
|
# @type EnvId: String
|
|
2171
2170
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2172
2171
|
# @type RequestId: String
|
|
@@ -2265,7 +2264,6 @@ module TencentCloud
|
|
|
2265
2264
|
# CreateStaticStore返回参数结构体
|
|
2266
2265
|
class CreateStaticStoreResponse < TencentCloud::Common::AbstractModel
|
|
2267
2266
|
# @param Result: 创建静态资源结果(succ/fail)
|
|
2268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2269
2267
|
# @type Result: String
|
|
2270
2268
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2271
2269
|
# @type RequestId: String
|
|
@@ -4729,13 +4727,10 @@ module TencentCloud
|
|
|
4729
4727
|
# DescribeDownloadFile返回参数结构体
|
|
4730
4728
|
class DescribeDownloadFileResponse < TencentCloud::Common::AbstractModel
|
|
4731
4729
|
# @param FilePath: 文件路径,该字段已废弃
|
|
4732
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4733
4730
|
# @type FilePath: String
|
|
4734
4731
|
# @param CustomKey: 加密key,用于计算下载加密文件的header。参考SSE-C https://cloud.tencent.com/document/product/436/7728#sse-c
|
|
4735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4736
4732
|
# @type CustomKey: String
|
|
4737
4733
|
# @param DownloadUrl: 下载链接
|
|
4738
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4739
4734
|
# @type DownloadUrl: String
|
|
4740
4735
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4741
4736
|
# @type RequestId: String
|
|
@@ -5008,7 +5003,6 @@ module TencentCloud
|
|
|
5008
5003
|
# DescribeEnvFreeQuota返回参数结构体
|
|
5009
5004
|
class DescribeEnvFreeQuotaResponse < TencentCloud::Common::AbstractModel
|
|
5010
5005
|
# @param QuotaItems: 免费抵扣配额详情
|
|
5011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5012
5006
|
# @type QuotaItems: Array
|
|
5013
5007
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5014
5008
|
# @type RequestId: String
|
|
@@ -5147,7 +5141,6 @@ module TencentCloud
|
|
|
5147
5141
|
# DescribeEnvPostpaidDeduct返回参数结构体
|
|
5148
5142
|
class DescribeEnvPostpaidDeductResponse < TencentCloud::Common::AbstractModel
|
|
5149
5143
|
# @param PostPaidEnvDeductInfoList: 指标抵扣详情列表
|
|
5150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5151
5144
|
# @type PostPaidEnvDeductInfoList: Array
|
|
5152
5145
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5153
5146
|
# @type RequestId: String
|
|
@@ -5615,7 +5608,6 @@ module TencentCloud
|
|
|
5615
5608
|
# DescribePostpayFreeQuotas返回参数结构体
|
|
5616
5609
|
class DescribePostpayFreeQuotasResponse < TencentCloud::Common::AbstractModel
|
|
5617
5610
|
# @param FreequotaInfoList: 免费量资源信息列表
|
|
5618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5619
5611
|
# @type FreequotaInfoList: Array
|
|
5620
5612
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5621
5613
|
# @type RequestId: String
|
|
@@ -5663,7 +5655,6 @@ module TencentCloud
|
|
|
5663
5655
|
# DescribePostpayPackageFreeQuotas返回参数结构体
|
|
5664
5656
|
class DescribePostpayPackageFreeQuotasResponse < TencentCloud::Common::AbstractModel
|
|
5665
5657
|
# @param PackageFreeQuotaInfos: 免费量资源信息列表
|
|
5666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5667
5658
|
# @type PackageFreeQuotaInfos: Array
|
|
5668
5659
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5669
5660
|
# @type RequestId: String
|
|
@@ -5720,6 +5711,10 @@ module TencentCloud
|
|
|
5720
5711
|
# <li> TkeMemUsedPkgDay: 当天容器托管内存使用量,单位MB*秒 </li>
|
|
5721
5712
|
# <li> CodingBuildTimePkgDay: 当天容器托管构建时间使用量,单位毫秒 </li>
|
|
5722
5713
|
# <li> TkeHttpServiceNatPkgDay: 当天容器托管流量使用量,单位B </li>
|
|
5714
|
+
# <li> CynosdbCcupkg: 当月微信云托管MySQL CCU使用量,单位个 (需要除以1000)</li>
|
|
5715
|
+
# <li> CynosdbStoragepkg: 当月微信云托管MySQL 存储使用量,单位MB (需要除以1000)</li>
|
|
5716
|
+
# <li> CynosdbCcupkgDay: 当天微信云托管MySQL 存储使用量,单位个 (需要除以1000) </li>
|
|
5717
|
+
# <li> CynosdbStoragepkgDay: 当天微信云托管MySQL 存储使用量,单位MB (需要除以1000) </li>
|
|
5723
5718
|
# @type MetricName: String
|
|
5724
5719
|
# @param ResourceID: 资源ID, 目前仅对云函数、容器托管相关的指标有意义。云函数(FunctionInvocationpkg, FunctionGBspkg, FunctionFluxpkg)、容器托管(服务名称)。如果想查询某个云函数的指标则在ResourceId中传入函数名; 如果只想查询整个namespace的指标, 则留空或不传。
|
|
5725
5720
|
# @type ResourceID: String
|
|
@@ -5746,7 +5741,6 @@ module TencentCloud
|
|
|
5746
5741
|
# @param Value: 指标的值
|
|
5747
5742
|
# @type Value: Integer
|
|
5748
5743
|
# @param SubValue: 指标的附加值信息
|
|
5749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5750
5744
|
# @type SubValue: String
|
|
5751
5745
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5752
5746
|
# @type RequestId: String
|
|
@@ -5787,7 +5781,6 @@ module TencentCloud
|
|
|
5787
5781
|
# DescribeSmsQuotas返回参数结构体
|
|
5788
5782
|
class DescribeSmsQuotasResponse < TencentCloud::Common::AbstractModel
|
|
5789
5783
|
# @param SmsFreeQuotaList: 短信免费量信息列表
|
|
5790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5791
5784
|
# @type SmsFreeQuotaList: Array
|
|
5792
5785
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5793
5786
|
# @type RequestId: String
|
|
@@ -5839,7 +5832,6 @@ module TencentCloud
|
|
|
5839
5832
|
# DescribeSpecialCostItems返回参数结构体
|
|
5840
5833
|
class DescribeSpecialCostItemsResponse < TencentCloud::Common::AbstractModel
|
|
5841
5834
|
# @param SpecialCostItems: 1分钱抵扣详情
|
|
5842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5843
5835
|
# @type SpecialCostItems: Array
|
|
5844
5836
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5845
5837
|
# @type RequestId: String
|
|
@@ -6009,7 +6001,6 @@ module TencentCloud
|
|
|
6009
6001
|
# @param GroupTimeLeft: 拼团剩余时间,单位为s.1元钱裂变需求中即为time(成团时间)+24H-Now(),过期后为0,即返回必为自然数
|
|
6010
6002
|
# @type GroupTimeLeft: Integer
|
|
6011
6003
|
# @param NickNameList: 昵称列表,通过","拼接, 1元钱裂变活动中与Notes中uin一一对应
|
|
6012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6013
6004
|
# @type NickNameList: String
|
|
6014
6005
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6015
6006
|
# @type RequestId: String
|
|
@@ -6890,7 +6881,9 @@ module TencentCloud
|
|
|
6890
6881
|
# @type CodeUri: String
|
|
6891
6882
|
# @param UploadUrl: 上传文件的临时地址,含签名
|
|
6892
6883
|
# @type UploadUrl: String
|
|
6893
|
-
# @param CustomKey:
|
|
6884
|
+
# @param CustomKey: 自定义密钥。如果为空,则表示不需要加密。
|
|
6885
|
+
# 参考cos预签名url上传https://cloud.tencent.com/document/product/436/36121
|
|
6886
|
+
# 上传的时候要按照 SSE-C 的方式设置header:https://cloud.tencent.com/document/product/436/7728
|
|
6894
6887
|
# @type CustomKey: String
|
|
6895
6888
|
# @param MaxSize: 文件大小限制,单位M,客户端上传前需要主动检查文件大小,超过限制的文件会被删除。
|
|
6896
6889
|
# @type MaxSize: Integer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tcb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.977
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|