tencentcloud-sdk-dbbrain 1.0.298 → 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: 4cd4f58a18af6edd534fed369db9558474fa309d
4
- data.tar.gz: ace46af600ee66a5409a8ea0079d4393523aa45a
3
+ metadata.gz: ef59825b52c9c5dadb171f9f6f16a59d6ed0510c
4
+ data.tar.gz: caa7c2c8a1014161c6cf548109503100ae042be0
5
5
  SHA512:
6
- metadata.gz: cc4a70137653173deb7fd1d06a0d61003595f7d344cb5bbd7a88bb0329ae6d73fbed4b21240e5267bf3f43e31aee54af72862b7f63719bc49b2dd24728637a41
7
- data.tar.gz: e6e69ab636fc3e2675bf4664cc78638b576dcebf9bcf403666bdb130dae430dc3fb53126b4da2d2f99e1b57a473346ef1ab4d630d0d685dbeb9428b33ef85f0e
6
+ metadata.gz: 79ed0a2e8995445c0b00b7f5e0289011eaea35080c8acec9195f9ecb0304ac4c5edbad10c9d068101db9e157a0ca92f2fa352d01ae3fa1f8d3f9c226520213bb
7
+ data.tar.gz: 1ae82c62f87eb877fc8ce44282d8ee24959a1c3a52c658cf0af297fce903874f2f2c748eff4bd6c1319e4c41b0dc8fd9b096fcbfde3e7e0aa3d0bc37a0675f4e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.298
1
+ 1.0.299
@@ -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.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-17 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