tencentcloud-sdk-as 3.0.609 → 3.0.611

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd9e6b46c99c7137dd7b62929d202c148367efbe
4
- data.tar.gz: 48ef897661b7c8e7f381c7306ee2eb44e3812ba4
3
+ metadata.gz: dd33228df0033cafd9f8348f2b7c95075580c7ca
4
+ data.tar.gz: efa43edbb7d256b38c01bec338a1061088939502
5
5
  SHA512:
6
- metadata.gz: 1f7f584cace6a2534a419055e4636d0a4989f01d1b2792ca760de255c6dddaae2b060403c21ccf99a4c3689c3188cb3e60996683e6c9d5d6727abfe4abc1b491
7
- data.tar.gz: b13aa615266d52d9babfa98fa7a45d23ce3fc0c580382c04676c0d6fa41c9fa0d697a57bdf10442878447a7775a27609e0d01e388af390a0cf92ec8366994c26
6
+ metadata.gz: 16d85826edf1e6f734a7120a42d5d72ecea71b8b1abe595f02ec60645d1f590d76268351c3a98f0b2d4ee50683040cc4041de3d7cfaffbdaf5b1546edc08ada1
7
+ data.tar.gz: 327ccd5f106dba76516715052bd8ae0be1a94ea02d7e4faec738bc7965a7c86f6dbeede56442fe881dd65a5b5c64d3e99663e354d32270e28a330bb28bc26fd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.609
1
+ 3.0.611
@@ -2496,8 +2496,8 @@ module TencentCloud
2496
2496
 
2497
2497
  attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
2498
2498
  extend Gem::Deprecate
2499
- deprecate :AutomationService, :none, 2023, 6
2500
- deprecate :AutomationService=, :none, 2023, 6
2499
+ deprecate :AutomationService, :none, 2023, 7
2500
+ deprecate :AutomationService=, :none, 2023, 7
2501
2501
 
2502
2502
  def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
2503
2503
  @SecurityService = securityservice
@@ -4015,8 +4015,8 @@ module TencentCloud
4015
4015
  # @type EstimatedInstanceWarmup: Integer
4016
4016
  # @param DisableScaleIn: 是否禁用缩容,仅适用于目标追踪策略。取值范围:<br><li>true:目标追踪策略仅触发扩容</li><li>false:目标追踪策略触发扩容和缩容</li>
4017
4017
  # @type DisableScaleIn: Boolean
4018
- # @param NotificationUserGroupIds: 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
4019
- # 如果需要清空通知用户组,需要在列表中传入特定字符串 "NULL"。
4018
+ # @param NotificationUserGroupIds: 此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)
4019
+ # 通知组ID,即为用户组ID集合。
4020
4020
  # @type NotificationUserGroupIds: Array
4021
4021
 
4022
4022
  attr_accessor :AutoScalingPolicyId, :ScalingPolicyName, :AdjustmentType, :AdjustmentValue, :Cooldown, :MetricAlarm, :PredefinedMetricType, :TargetValue, :EstimatedInstanceWarmup, :DisableScaleIn, :NotificationUserGroupIds
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-as
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.609
4
+ version: 3.0.611
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-10 00:00:00.000000000 Z
11
+ date: 2023-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20180419/client.rb
37
36
  - lib/v20180419/models.rb
37
+ - lib/v20180419/client.rb
38
38
  - lib/tencentcloud-sdk-as.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby