tencentcloud-sdk-ses 1.0.231 → 1.0.235
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/client.rb +1 -1
- data/lib/v20201002/models.rb +1 -1
- 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: 02d2d590cbe7dda42478d11b99aaf110cd0b64d7
|
4
|
+
data.tar.gz: 264a4ab825d5f2ba7f79769b9dfc29e33d5a922b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28c81167ab77f4c82c30f1b517d88c1a4dacc4cb2ebbdcec020f59254c976cc395cce45e89130404e1707fc659258e55030d2fec6464bd92806eacdf55d520cd
|
7
|
+
data.tar.gz: 268bcbf9191dc3a8256e27b6241c1e15eae1a1e5f29127b47b60a929e2ba13feea097a892a1fe263870cb7e02893bd5c39207e98c4565fff9845ba9ddc5cd4ef
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.235
|
data/lib/v20201002/client.rb
CHANGED
@@ -198,7 +198,7 @@ module TencentCloud
|
|
198
198
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
199
199
|
end
|
200
200
|
|
201
|
-
#
|
201
|
+
# 删除发信模板
|
202
202
|
|
203
203
|
# @param request: Request instance for DeleteEmailTemplate.
|
204
204
|
# @type request: :class:`Tencentcloud::ses::V20201002::DeleteEmailTemplateRequest`
|
data/lib/v20201002/models.rb
CHANGED
@@ -426,7 +426,7 @@ module TencentCloud
|
|
426
426
|
|
427
427
|
# DeleteEmailTemplate请求参数结构体
|
428
428
|
class DeleteEmailTemplateRequest < TencentCloud::Common::AbstractModel
|
429
|
-
# @param TemplateID:
|
429
|
+
# @param TemplateID: 模板ID
|
430
430
|
# @type TemplateID: Integer
|
431
431
|
|
432
432
|
attr_accessor :TemplateID
|
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.
|
4
|
+
version: 1.0.235
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|