tencentcloud-sdk-ses 3.0.1074 → 3.0.1094

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb253d10804474078b02333c8a612d4ef60cf5da
4
- data.tar.gz: 5a89f9243311e6af447f7c817d9ca0faaa0849bc
3
+ metadata.gz: dd59cd09a409b6ad2d0879384eddd88f18cb5d97
4
+ data.tar.gz: c0011dfa9d3078a38407e5aa0e233406b4aa80e7
5
5
  SHA512:
6
- metadata.gz: be534231591caada420e0199aed5cb06eb1b1a7dc9562a21dfcbae366e2564291296c5a495edb706617131da2fca110f905f8e516e61e70098f399b2571ba82f
7
- data.tar.gz: f0d63e34fec603f9ee9398b36f4bbff07746d9f274596907666f6310407f17b42cf03c14082519174e80ac1bbb98200abe5b3add27700979956b093b7992e190
6
+ metadata.gz: 43c68fdc034116941d69cc061db4e09a2545ffdd79e7a7a4adede4d8722910620ace8fd6539b4dd3dc1ab32957d0318d3f10154146788a673b529aad4679b04f
7
+ data.tar.gz: c597b01dc93f99ba8283cc0810b2d65c1cc89affb26e4585027aacac2c36dd6a9090191bd7e9922c6925f9280e1c038184ca92dde42bee26f2b2bc2bb6bb39d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -2002,7 +2002,6 @@ module TencentCloud
2002
2002
  # @param Subject: 邮件主题
2003
2003
  # @type Subject: String
2004
2004
  # @param Template: 模板和模板数据
2005
- # 注意:此字段可能返回 null,表示取不到有效值。
2006
2005
  # @type Template: :class:`Tencentcloud::Ses.v20201002.models.Template`
2007
2006
  # @param CycleParam: 周期任务参数
2008
2007
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -2011,7 +2010,6 @@ module TencentCloud
2011
2010
  # 注意:此字段可能返回 null,表示取不到有效值。
2012
2011
  # @type TimedParam: :class:`Tencentcloud::Ses.v20201002.models.TimedEmailParam`
2013
2012
  # @param ErrMsg: 任务异常信息
2014
- # 注意:此字段可能返回 null,表示取不到有效值。
2015
2013
  # @type ErrMsg: String
2016
2014
  # @param ReceiversName: 收件人列表名称
2017
2015
  # @type ReceiversName: String
@@ -2389,7 +2387,6 @@ module TencentCloud
2389
2387
  # 统计数据的结构体
2390
2388
  class Volume < TencentCloud::Common::AbstractModel
2391
2389
  # @param SendDate: 日期
2392
- # 注意:此字段可能返回 null,表示取不到有效值。
2393
2390
  # @type SendDate: String
2394
2391
  # @param RequestCount: 邮件请求数量
2395
2392
  # @type RequestCount: Integer
@@ -2404,7 +2401,6 @@ module TencentCloud
2404
2401
  # @param BounceCount: 退信数量
2405
2402
  # @type BounceCount: Integer
2406
2403
  # @param UnsubscribeCount: 取消订阅的用户数量
2407
- # 注意:此字段可能返回 null,表示取不到有效值。
2408
2404
  # @type UnsubscribeCount: Integer
2409
2405
 
2410
2406
  attr_accessor :SendDate, :RequestCount, :AcceptedCount, :DeliveredCount, :OpenedCount, :ClickedCount, :BounceCount, :UnsubscribeCount
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.1074
4
+ version: 3.0.1094
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common