tencentcloud-sdk-ses 1.0.296 → 1.0.299

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: 31aa653bc1ec9d8604a6abf0eb367ab790a89acf
4
- data.tar.gz: a92652af951b3f37026dbf6a4f6c7ff709064154
3
+ metadata.gz: 7ea36628f58de66df484b6e3d2a032fc0383be5c
4
+ data.tar.gz: 4f8bb52b8c3e9e0fbef291f205692dfed6d22e36
5
5
  SHA512:
6
- metadata.gz: 065a6bb39da59c35326de9767bf565baf966bf3d68275878462bd2cf4b90aeec7d783017ca31433e2c50c3a05ba058d634decea9ef01a7f4c8ac9b97f5e58c5d
7
- data.tar.gz: ab85d60d8982bdde076e117fa98e0cb5a965d5a45f3fad9df4a1191576cf52d4f5bb2e001df4d485d42277738aa6ed524fedc84d198756582cbf8bba53dbdd73
6
+ metadata.gz: 0873934fcbed9165c3d2d785874838f66a25d1ab8af71f4e33d22e92141f2f06486bd22cca596834f97548a3e44f5fdea56360d679ae6984941a93331ab4ab26
7
+ data.tar.gz: e77478c81d5b9c980ae28e147e2d28e9c87819b134a1403d33c2cbb7fb46c0116f704fab037c7317ffb09f0977fc65592150d1f599af42049f5361c2b4c47afa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.296
1
+ 1.0.299
@@ -1026,9 +1026,9 @@ module TencentCloud
1026
1026
 
1027
1027
  # ListEmailTemplates请求参数结构体
1028
1028
  class ListEmailTemplatesRequest < TencentCloud::Common::AbstractModel
1029
- # @param Limit: 获取模版数据量,用于分页
1029
+ # @param Limit: 获取模板数据量,用于分页
1030
1030
  # @type Limit: Integer
1031
- # @param Offset: 获取模版偏移值,用于分页
1031
+ # @param Offset: 获取模板偏移值,用于分页
1032
1032
  # @type Offset: Integer
1033
1033
 
1034
1034
  attr_accessor :Limit, :Offset
@@ -1048,7 +1048,7 @@ module TencentCloud
1048
1048
  class ListEmailTemplatesResponse < TencentCloud::Common::AbstractModel
1049
1049
  # @param TemplatesMetadata: 邮件模板列表
1050
1050
  # @type TemplatesMetadata: Array
1051
- # @param TotalCount: 模版总数量
1051
+ # @param TotalCount: 模板总数量
1052
1052
  # @type TotalCount: Integer
1053
1053
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1054
1054
  # @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: 1.0.296
4
+ version: 1.0.299
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-04-13 00:00:00.000000000 Z
11
+ date: 2022-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common