tencentcloud-sdk-dbbrain 1.0.298 → 1.0.301

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: 4cd4f58a18af6edd534fed369db9558474fa309d
4
- data.tar.gz: ace46af600ee66a5409a8ea0079d4393523aa45a
3
+ metadata.gz: 3fbd4198d4ae0a6d87f7e6b1d68f798c80cd4c6b
4
+ data.tar.gz: cd9d69f6366c4012a9c6a5ce0f1656b026724dee
5
5
  SHA512:
6
- metadata.gz: cc4a70137653173deb7fd1d06a0d61003595f7d344cb5bbd7a88bb0329ae6d73fbed4b21240e5267bf3f43e31aee54af72862b7f63719bc49b2dd24728637a41
7
- data.tar.gz: e6e69ab636fc3e2675bf4664cc78638b576dcebf9bcf403666bdb130dae430dc3fb53126b4da2d2f99e1b57a473346ef1ab4d630d0d685dbeb9428b33ef85f0e
6
+ metadata.gz: e2cf5de574b01f2136ef0e3c58478c58317f0ff53597376664bb4d6b02a040076cfd1b837c1e96552dc396507b1688625e8381e9456fa37d0cfa946bbf3fe264
7
+ data.tar.gz: 9a503c787fe30546d62bdcac9ca555793a2b4a31416523f45c0f9362dcd408f6e9c83506dd5e149d706f20763ac5e650c8c2a45560be01e9d08904010c351b60
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.298
1
+ 1.0.301
@@ -198,7 +198,7 @@ module TencentCloud
198
198
  class CreateKillTaskRequest < TencentCloud::Common::AbstractModel
199
199
  # @param InstanceId: kill会话任务的关联实例ID。
200
200
  # @type InstanceId: String
201
- # @param Duration: 任务持续时间时间,单位秒,手动关闭任务传-1。
201
+ # @param Duration: 任务持续时间,单位秒,手动关闭任务传-1。
202
202
  # @type Duration: Integer
203
203
  # @param Host: 任务过滤条件,客户端IP。
204
204
  # @type Host: String
@@ -2430,7 +2430,7 @@ module TencentCloud
2430
2430
  class MailConfiguration < TencentCloud::Common::AbstractModel
2431
2431
  # @param SendMail: 是否开启邮件发送: 0, 否; 1, 是。
2432
2432
  # @type SendMail: Integer
2433
- # @param Region: 地域配置, 如["ap-guangzhou", "ap-shanghai"]。巡检的邮件发送模版,配置需要发送巡检邮件的地域;订阅的邮件发送模版,配置当前订阅实例的所属地域。
2433
+ # @param Region: 地域配置, 如["ap-guangzhou", "ap-shanghai"]。巡检的邮件发送模板,配置需要发送巡检邮件的地域;订阅的邮件发送模板,配置当前订阅实例的所属地域。
2434
2434
  # @type Region: Array
2435
2435
  # @param HealthStatus: 发送指定的健康等级的报告, 如["HEALTH", "SUB_HEALTH", "RISK", "HIGH_RISK"]。
2436
2436
  # @type HealthStatus: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dbbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.298
4
+ version: 1.0.301
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-17 00:00:00.000000000 Z
11
+ date: 2022-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common