tencentcloud-sdk-as 3.0.608 → 3.0.610

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: 9ad9fc1a0ba230edfa0a0f849be6b3e13cf611ff
4
- data.tar.gz: 7ae5c23a00a7c4f2f9046069879f929b6649ab94
3
+ metadata.gz: cce347aa4a7112b76d68bf2d4de8e33d369d960f
4
+ data.tar.gz: 7a247106e12b25eed1f643763afb0761941f1989
5
5
  SHA512:
6
- metadata.gz: bb925f8eb8192bf308306b2e49d405f56585e2aff253a64a106e95491cff33084c32ce1627da17184f79e3a59a19e4d4bf9f315e241a95b463eb7b001b018584
7
- data.tar.gz: b11707b06b7b819330309dee379564af2ec95762ed0d7478b83e3094d32cbef0b544bd104ca36e59685e52def0bedbac0285b12b583c675e147351f30143436b
6
+ metadata.gz: b192bc80273b4e4725eef84d2fb2e5783da6154a257788bd5e6d1890e495fa06855b26a11fa33f52376c11fd41b2f10487c18d34ff1450c76160f9ae3aff5157
7
+ data.tar.gz: 099265748388ec3b6acf41a6de0169a61e6e4c8c20ef8b6567171cedf3680b2e04c94ef63bf5bb061058bbd9e4d594f82453ace0c8fb3a24e6ced5554a936358
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.608
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.608
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-07 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