tencentcloud-sdk-ses 3.0.991 → 3.0.992

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201002/models.rb +0 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb0a775a4dcf23838e35680fc09e31172b059f86
4
- data.tar.gz: 95c1aa93102ccd911bcd75b333e1e4d1831b2121
3
+ metadata.gz: 7e52cfa12b77ffeb44d5f8c137b29b7c554f0c37
4
+ data.tar.gz: fc4db91706cd77f89ac63ba51890aadca62dce3c
5
5
  SHA512:
6
- metadata.gz: 1e6a45b1c671c5a1fed302f7d121db40117bab54534c8636427802399d2ceba84b62e12cf41fa51733e36e56bcacfb0f3d8af5ee4e5614f89ff49db1726a3867
7
- data.tar.gz: 74e14116bf95ea14bd33e692b5d40c2ff0bd97e5a95413bd64150b45e1361aaea821147e3c6d6a537d0c069363ff86172479558ba7f8d9975f7bb027d2767edf
6
+ metadata.gz: 3d4ad594cebca5c957a7b243e3eef0b1498cbfd384f7479f944bc9faa391194266f4164d655698b6197a4db08eb9a81659c3a52d0b1e929de389ae2769f55c0b
7
+ data.tar.gz: b29fd48ec31b2ffa98903abf9c0a6b1c18b93094c85f2b2ddb2ea4e7246e2850e2851af28651e5dff6e25893e2a444776ea37649f0844c3e557c7524c6bdd24e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.991
1
+ 3.0.992
@@ -179,7 +179,6 @@ module TencentCloud
179
179
  # @param EmailAddress: 被拉黑的邮箱地址
180
180
  # @type EmailAddress: String
181
181
  # @param IspDesc: 被拉黑的理由
182
- # 注意:此字段可能返回 null,表示取不到有效值。
183
182
  # @type IspDesc: String
184
183
 
185
184
  attr_accessor :BounceTime, :EmailAddress, :IspDesc
@@ -469,19 +468,14 @@ module TencentCloud
469
468
  # CreateReceiverDetailWithData返回参数结构体
470
469
  class CreateReceiverDetailWithDataResponse < TencentCloud::Common::AbstractModel
471
470
  # @param TotalCount: 收件人总数
472
- # 注意:此字段可能返回 null,表示取不到有效值。
473
471
  # @type TotalCount: Integer
474
472
  # @param ValidCount: 实际上传数量
475
- # 注意:此字段可能返回 null,表示取不到有效值。
476
473
  # @type ValidCount: Integer
477
474
  # @param TooLongCount: 数据过长数量
478
- # 注意:此字段可能返回 null,表示取不到有效值。
479
475
  # @type TooLongCount: Integer
480
476
  # @param EmptyEmailCount: 邮件地址为空数量
481
- # 注意:此字段可能返回 null,表示取不到有效值。
482
477
  # @type EmptyEmailCount: Integer
483
478
  # @param RepeatCount: 重复数量
484
- # 注意:此字段可能返回 null,表示取不到有效值。
485
479
  # @type RepeatCount: Integer
486
480
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
487
481
  # @type RequestId: String
@@ -1545,15 +1539,12 @@ module TencentCloud
1545
1539
  # @param Count: 收件人地址总数
1546
1540
  # @type Count: Integer
1547
1541
  # @param Desc: 收件人列表描述
1548
- # 注意:此字段可能返回 null,表示取不到有效值。
1549
1542
  # @type Desc: String
1550
1543
  # @param ReceiversStatus: 列表状态(1 待上传 2 上传中 3 上传完成)
1551
- # 注意:此字段可能返回 null,表示取不到有效值。
1552
1544
  # @type ReceiversStatus: Integer
1553
1545
  # @param CreateTime: 创建时间,如:2021-09-28 16:40:35
1554
1546
  # @type CreateTime: String
1555
1547
  # @param InvalidCount: 无效收件人数量
1556
- # 注意:此字段可能返回 null,表示取不到有效值。
1557
1548
  # @type InvalidCount: Integer
1558
1549
 
1559
1550
  attr_accessor :ReceiverId, :ReceiversName, :Count, :Desc, :ReceiversStatus, :CreateTime, :InvalidCount
@@ -1588,13 +1579,10 @@ module TencentCloud
1588
1579
  # @param TemplateData: 模板参数
1589
1580
  # @type TemplateData: String
1590
1581
  # @param Reason: 无效原因
1591
- # 注意:此字段可能返回 null,表示取不到有效值。
1592
1582
  # @type Reason: String
1593
1583
  # @param Status: 1:有效,2:无效
1594
- # 注意:此字段可能返回 null,表示取不到有效值。
1595
1584
  # @type Status: Integer
1596
1585
  # @param EmailId: 收件人地址id
1597
- # 注意:此字段可能返回 null,表示取不到有效值。
1598
1586
  # @type EmailId: Integer
1599
1587
 
1600
1588
  attr_accessor :Email, :CreateTime, :TemplateData, :Reason, :Status, :EmailId
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.991
4
+ version: 3.0.992
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-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common