tencentcloud-sdk-as 3.0.627 → 3.0.629

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: a7712b30098527557ca2ed536d79d4ca807d0951
4
- data.tar.gz: cfa5688d7f4c5f2ef977ce1d0a86e4de25ee087e
3
+ metadata.gz: e330874e99eb3a1895509bee0f1b27331fb9687a
4
+ data.tar.gz: 7f2ecf7a38983ed59d41023d65908387a264dec5
5
5
  SHA512:
6
- metadata.gz: 78e2a8c1443a9f5563a7785a0e20a2b6669bdc3ca112c02a013319b50172929dfdf0debdf9e39f5e116a496a21fff08e32d01191dc4213203d738e75e6347e37
7
- data.tar.gz: 26552c4736faa58e13c3e6189c89b5e733942a022ef9586e4b784ebf1fd77cb475799058b131887a83a6e3239a3af1fc71b52fa565f746faed66fa2b8f9699d2
6
+ metadata.gz: a89a3b076e43cdf43f4948cd42b1c1db19462048e88be7e1357d553d9a13b2bd3de84dbc6be18e9b4c3d94b05143b16eaebb501d0bd2d84beed8856f65bcf067
7
+ data.tar.gz: f3cb5d710db8c22f1a37ecd9e59babe9ce6ec9806a6bd2cf9153d65afc9ed31bd62e31a20442c7390515e167dd8182059766e162ca733393529fee4ae2cb9732
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.627
1
+ 3.0.629
@@ -64,8 +64,8 @@ module TencentCloud
64
64
 
65
65
  attr_accessor :AutoScalingGroupId, :ActivityId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreatedTime, :ActivityRelatedInstanceSet, :StatusMessageSimplified, :LifecycleActionResultSet, :DetailedStatusMessageSet, :InvocationResultSet, :RelatedInstanceSet
66
66
  extend Gem::Deprecate
67
- deprecate :ActivityRelatedInstanceSet, :none, 2023, 7
68
- deprecate :ActivityRelatedInstanceSet=, :none, 2023, 7
67
+ deprecate :ActivityRelatedInstanceSet, :none, 2023, 8
68
+ deprecate :ActivityRelatedInstanceSet=, :none, 2023, 8
69
69
 
70
70
  def initialize(autoscalinggroupid=nil, activityid=nil, activitytype=nil, statuscode=nil, statusmessage=nil, cause=nil, description=nil, starttime=nil, endtime=nil, createdtime=nil, activityrelatedinstanceset=nil, statusmessagesimplified=nil, lifecycleactionresultset=nil, detailedstatusmessageset=nil, invocationresultset=nil, relatedinstanceset=nil)
71
71
  @AutoScalingGroupId = autoscalinggroupid
@@ -2510,8 +2510,8 @@ module TencentCloud
2510
2510
 
2511
2511
  attr_accessor :SecurityService, :MonitorService, :AutomationService, :AutomationToolsService
2512
2512
  extend Gem::Deprecate
2513
- deprecate :AutomationService, :none, 2023, 7
2514
- deprecate :AutomationService=, :none, 2023, 7
2513
+ deprecate :AutomationService, :none, 2023, 8
2514
+ deprecate :AutomationService=, :none, 2023, 8
2515
2515
 
2516
2516
  def initialize(securityservice=nil, monitorservice=nil, automationservice=nil, automationtoolsservice=nil)
2517
2517
  @SecurityService = securityservice
@@ -4818,7 +4818,7 @@ module TencentCloud
4818
4818
  # @type InstanceTypesCheckPolicy: String
4819
4819
  # @param InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
4820
4820
  # @type InternetAccessible: :class:`Tencentcloud::As.v20180419.models.InternetAccessible`
4821
- # @param LoginSettings: 实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。
4821
+ # @param LoginSettings: 该参数已失效,请勿使用。升级启动配置接口无法修改或覆盖 LoginSettings 参数,升级后 LoginSettings 不会发生变化。
4822
4822
  # @type LoginSettings: :class:`Tencentcloud::As.v20180419.models.LoginSettings`
4823
4823
  # @param ProjectId: 实例所属项目ID。不填为默认项目。
4824
4824
  # @type ProjectId: Integer
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.627
4
+ version: 3.0.629
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-08-03 00:00:00.000000000 Z
11
+ date: 2023-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common