tencentcloud-sdk-ses 1.0.247 → 1.0.251

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: 373c791b0b83cb0e06148769160f1067ec85db3d
4
- data.tar.gz: 76411eba65b82ff2767e8cdeffebeedc0c79ea06
3
+ metadata.gz: 80860f1dfb1bb5d1e469f9b8cbe3a11d7da9a4cf
4
+ data.tar.gz: 5d935d6ce81bd845f56b9389f6316dfbb77e05fe
5
5
  SHA512:
6
- metadata.gz: be29dba96ee40ca6b5a01c6e6b5f1692de72e5afe324ecc34bf1365583a5dcc454316d5a77c52ae81b422a23527740f2b68fa23b0b7afb3a7568c74156d6bb76
7
- data.tar.gz: c606986643aac4d4ecd1a1f60803ce7fe286f1bd7f453067c77c971cb1126228e3b943355272d8d633e8f176bf1e6a031eb2f34165ea135a5006aed180e7832e
6
+ metadata.gz: d8d5f67a50cc0eb5a86b36ed273a826431a97a0c81c34d86c4652f129a87575e5b47a6e8437957adac5685cd48ff496d094de1605892b47e5e642dfd4a2b6ff1
7
+ data.tar.gz: c372da2b62183d5c8c79ef5d9ef9df7c8fe29a72cf05581cacf54743d4269bcb789aeb66f1d1fe275e540a6614e60a835bc3abb9435811f9014a72e841d0f044
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.247
1
+ 1.0.251
@@ -21,7 +21,7 @@ module TencentCloud
21
21
  class Attachment < TencentCloud::Common::AbstractModel
22
22
  # @param FileName: 附件名称,最大支持255个字符长度,不支持部分附件类型,详情请参考[附件类型](https://cloud.tencent.com/document/product/1288/51951)。
23
23
  # @type FileName: String
24
- # @param Content: base64之后的附件内容,您可以发送的附件大小上限为5 MB。 注意:腾讯云api目前要求请求包大小不得超过10 MB。如果您要发送多个附件,那么这些附件的总大小不能超过10 MB。
24
+ # @param Content: base64之后的附件内容,您可以发送的附件大小上限为4 MB。 注意:腾讯云api目前要求请求包大小不得超过8 MB。如果您要发送多个附件,那么这些附件的总大小不能超过8 MB。
25
25
  # @type Content: String
26
26
 
27
27
  attr_accessor :FileName, :Content
@@ -49,13 +49,13 @@ module TencentCloud
49
49
  # @type Subject: String
50
50
  # @param TaskType: 任务类型 1: 立即发送 2: 定时发送 3: 周期(频率)发送
51
51
  # @type TaskType: Integer
52
- # @param ReplyToAddresses: 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人将会回复到腾讯云。
52
+ # @param ReplyToAddresses: 邮件的“回复”电子邮件地址。可以填写您能收到邮件的邮箱地址,可以是个人邮箱。如果不填,收件人将会回复到腾讯云
53
53
  # @type ReplyToAddresses: String
54
54
  # @param Template: 使用模板发送时,填写的模板相关参数
55
55
  # @type Template: :class:`Tencentcloud::Ses.v20201002.models.Template`
56
- # @param Simple: 使用API直接发送内容时,填写的邮件内容
56
+ # @param Simple: 使用API直接发送内容时,填写的邮件内容(暂未支持)
57
57
  # @type Simple: :class:`Tencentcloud::Ses.v20201002.models.Simple`
58
- # @param Attachments: 需要发送附件时,填写附件相关参数。
58
+ # @param Attachments: 需要发送附件时,填写附件相关参数(暂未支持)
59
59
  # @type Attachments: Array
60
60
  # @param CycleParam: 周期发送任务的必要参数
61
61
  # @type CycleParam: :class:`Tencentcloud::Ses.v20201002.models.CycleEmailParam`
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: 1.0.247
4
+ version: 1.0.251
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-21 00:00:00.000000000 Z
11
+ date: 2022-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common