tencentcloud-sdk-cdb 3.0.461 → 3.0.463

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: e5f0e18dfb63f94802be1dcab0920014c13b319e
4
- data.tar.gz: 1e5997a4fbf756cad421a4d113754b7a6cb4a455
3
+ metadata.gz: 952e1a7994bfb7728a1aabaf958deb298c21825c
4
+ data.tar.gz: fc3ad0c02fa77ea48f649e6b93c1a7c34a1d575a
5
5
  SHA512:
6
- metadata.gz: 016a7a77e6f735a83326bba7506a8b2b887f705fcc57941bb268f96c940d5f362cfd6d271be4db144695f3c17a69e78ae271a6998d758c89f48326ea78579b9d
7
- data.tar.gz: a67b3fcec81be46fb95e133a2b889196a22695037c27de141b90b3fbdec536308143633b9266da1b3232ba60ee7d53451084fe80971cf004142b0e4d50fdfb76
6
+ metadata.gz: beb8b7c7186168a5d5549098499d96777a4c9cdd2f2a9287163d2cfc591edcfcd515976a3d9ebc8119f52c89d0676a7538ea5d2e929f2da4c1c1c5591fdf958c
7
+ data.tar.gz: 1ebcb6de1a9345401963773792eace725b0b2bbf91317537a4f9da20a2e6cf2b4a323bf829435f89df6674322001bc398ed009364ad29741b67cecf746b2854a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.461
1
+ 3.0.463
@@ -8115,7 +8115,7 @@ module TencentCloud
8115
8115
  class ModifyInstancePasswordComplexityRequest < TencentCloud::Common::AbstractModel
8116
8116
  # @param InstanceIds: 实例短 ID 列表。
8117
8117
  # @type InstanceIds: Array
8118
- # @param ParamList: 要修改的参数列表。每一个元素是 Name CurrentValue 的组合。Name 是参数名,CurrentValue 是要修改成的值。
8118
+ # @param ParamList: 要修改的参数列表。每一个元素是Name和CurrentValue的组合。Name是参数名,CurrentValue是要修改成的值。8.0版本Name支持范围:["validate_password.policy","validate_password.length","validate_password.mixed_case_count","validate_password.number_count","validate_password.special_char_count"],5.6和5.7版本支持范围:["validate_password_policy","validate_password_length","validate_password_mixed_case_count","validate_password_number_count","validate_password_special_char_count"]
8119
8119
  # @type ParamList: Array
8120
8120
 
8121
8121
  attr_accessor :InstanceIds, :ParamList
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.461
4
+ version: 3.0.463
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-11-29 00:00:00.000000000 Z
11
+ date: 2022-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common