tencentcloud-sdk-as 3.0.609 → 3.0.610

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: dd9e6b46c99c7137dd7b62929d202c148367efbe
4
- data.tar.gz: 48ef897661b7c8e7f381c7306ee2eb44e3812ba4
3
+ metadata.gz: cce347aa4a7112b76d68bf2d4de8e33d369d960f
4
+ data.tar.gz: 7a247106e12b25eed1f643763afb0761941f1989
5
5
  SHA512:
6
- metadata.gz: 1f7f584cace6a2534a419055e4636d0a4989f01d1b2792ca760de255c6dddaae2b060403c21ccf99a4c3689c3188cb3e60996683e6c9d5d6727abfe4abc1b491
7
- data.tar.gz: b13aa615266d52d9babfa98fa7a45d23ce3fc0c580382c04676c0d6fa41c9fa0d697a57bdf10442878447a7775a27609e0d01e388af390a0cf92ec8366994c26
6
+ metadata.gz: b192bc80273b4e4725eef84d2fb2e5783da6154a257788bd5e6d1890e495fa06855b26a11fa33f52376c11fd41b2f10487c18d34ff1450c76160f9ae3aff5157
7
+ data.tar.gz: 099265748388ec3b6acf41a6de0169a61e6e4c8c20ef8b6567171cedf3680b2e04c94ef63bf5bb061058bbd9e4d594f82453ace0c8fb3a24e6ced5554a936358
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.609
1
+ 3.0.610
@@ -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.610
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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common