tencentcloud-sdk-ses 3.0.928 → 3.0.929
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/models.rb +0 -10
- 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: 990b5b816da7b298186792eb3c1130600b21ed5b
|
4
|
+
data.tar.gz: dff451f005ab570aa6e9381f2f98b2aae247910e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7efcab8b696b3d3d403db192638ce9788411c5d95cafc0c41e35e7fc37bd375143919015ea28864bad94d8578e8c46b0da72054e47080d5c7a7a50a38710cedc
|
7
|
+
data.tar.gz: a17ebf68de0a3e53ba807c7d5cbc4defcc6d4691b97c2a4da255989c7b540e520b680b4e23212517ceeea8e390e3a6676e2c18aaa128c8be07abf5ae345691f0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.929
|
data/lib/v20201002/models.rb
CHANGED
@@ -143,19 +143,14 @@ module TencentCloud
|
|
143
143
|
# 黑名单详情
|
144
144
|
class BlackAddressDetail < TencentCloud::Common::AbstractModel
|
145
145
|
# @param Id: 黑名单地址id
|
146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
147
146
|
# @type Id: Integer
|
148
147
|
# @param Email: 邮箱地址
|
149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
150
148
|
# @type Email: String
|
151
149
|
# @param CreateTime: 创建时间
|
152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
153
150
|
# @type CreateTime: String
|
154
151
|
# @param ExpireDate: 过期时间
|
155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
156
152
|
# @type ExpireDate: String
|
157
153
|
# @param Status: 黑名单状态,0:已过期,1:生效中
|
158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
159
154
|
# @type Status: Integer
|
160
155
|
|
161
156
|
attr_accessor :Id, :Email, :CreateTime, :ExpireDate, :Status
|
@@ -225,19 +220,14 @@ module TencentCloud
|
|
225
220
|
# CreateCustomBlacklist返回参数结构体
|
226
221
|
class CreateCustomBlacklistResponse < TencentCloud::Common::AbstractModel
|
227
222
|
# @param TotalCount: 收件人总数
|
228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
229
223
|
# @type TotalCount: Integer
|
230
224
|
# @param ValidCount: 实际上传数量
|
231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
232
225
|
# @type ValidCount: Integer
|
233
226
|
# @param TooLongCount: 数据过长数量
|
234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
235
227
|
# @type TooLongCount: Integer
|
236
228
|
# @param RepeatCount: 重复数量
|
237
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
238
229
|
# @type RepeatCount: Integer
|
239
230
|
# @param InvalidCount: 格式不正确数量
|
240
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
241
231
|
# @type InvalidCount: Integer
|
242
232
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
243
233
|
# @type RequestId: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.929
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|