tencentcloud-sdk-sqlserver 3.0.776 → 3.0.778

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: 6c5d89a64bbb6f742d8186e01effb5fd53b4765c
4
- data.tar.gz: 55218b88690a5fc06ebcb38bda4a1235636be27d
3
+ metadata.gz: 06705d2a324a079630f92b94c7aef466ebb6666e
4
+ data.tar.gz: 821f54cc742c98d4394f271fe976f94e6e4ba585
5
5
  SHA512:
6
- metadata.gz: 30160366a3bc85511fa6cba472aa5ba626d8b82d8add111757cb0c91ef3ff42779fa5ef7831729cff451dd35c86b7c5fe47826e76ffa8dcbe4e14dd147bf2852
7
- data.tar.gz: ef266c716636e0b6161699bc677969c1ad7fba298da6a9543062d4174636e9f3c1f34b0ebca94f2e7814539faef3a8b54d78ca8646cb0871ddc9fa8bbdda6bff
6
+ metadata.gz: 03ee23dbbd228d31acfea7ba821c697272113d1ef9738b05635ce32607e3cae67065e8e6f1444c874069830f310188c78700b2b6b12ed01ba1e12cf3d9678888
7
+ data.tar.gz: 54073e840dc6df05a849e2fa62a005860ed18532a7b35c21bf229ed89835c507b232af4dad7c72f575c1d9c00e091c3b93c2580411f4a5c0213943dcce5351c1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.776
1
+ 3.0.778
@@ -2693,6 +2693,30 @@ module TencentCloud
2693
2693
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2694
2694
  end
2695
2695
 
2696
+ # 本接口(ModifyDReadable)用于开通或者关闭备机只读
2697
+
2698
+ # @param request: Request instance for ModifyDReadable.
2699
+ # @type request: :class:`Tencentcloud::sqlserver::V20180328::ModifyDReadableRequest`
2700
+ # @rtype: :class:`Tencentcloud::sqlserver::V20180328::ModifyDReadableResponse`
2701
+ def ModifyDReadable(request)
2702
+ body = send_request('ModifyDReadable', request.serialize)
2703
+ response = JSON.parse(body)
2704
+ if response['Response'].key?('Error') == false
2705
+ model = ModifyDReadableResponse.new
2706
+ model.deserialize(response['Response'])
2707
+ model
2708
+ else
2709
+ code = response['Response']['Error']['Code']
2710
+ message = response['Response']['Error']['Message']
2711
+ reqid = response['Response']['RequestId']
2712
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2713
+ end
2714
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2715
+ raise e
2716
+ rescue StandardError => e
2717
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2718
+ end
2719
+
2696
2720
  # 本接口(ModifyDatabaseCDC)用于开启、关闭数据库数据变更捕获(CDC)
2697
2721
 
2698
2722
  # @param request: Request instance for ModifyDatabaseCDC.
@@ -3176,7 +3200,7 @@ module TencentCloud
3176
3200
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3177
3201
  end
3178
3202
 
3179
- # 本接口(ResetAccountPassword)用于重置实例的账户密码。
3203
+ # 本接口(ResetAccountPassword)用于重置实例的账号密码。
3180
3204
 
3181
3205
  # @param request: Request instance for ResetAccountPassword.
3182
3206
  # @type request: :class:`Tencentcloud::sqlserver::V20180328::ResetAccountPasswordRequest`
@@ -2567,8 +2567,8 @@ module TencentCloud
2567
2567
 
2568
2568
  attr_accessor :IsSubscribed, :CollationName, :IsAutoCleanupOn, :IsBrokerEnabled, :IsCdcEnabled, :IsDbChainingOn, :IsEncrypted, :IsFulltextEnabled, :IsMirroring, :IsPublished, :IsReadCommittedSnapshotOn, :IsTrustworthyOn, :MirroringState, :Name, :RecoveryModelDesc, :RetentionPeriod, :StateDesc, :UserAccessDesc, :CreateTime, :IsFullTextEnabled
2569
2569
  extend Gem::Deprecate
2570
- deprecate :IsFulltextEnabled, :none, 2024, 1
2571
- deprecate :IsFulltextEnabled=, :none, 2024, 1
2570
+ deprecate :IsFulltextEnabled, :none, 2024, 3
2571
+ deprecate :IsFulltextEnabled=, :none, 2024, 3
2572
2572
 
2573
2573
  def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil)
2574
2574
  @IsSubscribed = issubscribed
@@ -4258,12 +4258,14 @@ module TencentCloud
4258
4258
  # @type TDEConfig: :class:`Tencentcloud::Sqlserver.v20180328.models.TDEConfigAttribute`
4259
4259
  # @param SSLConfig: SSL加密
4260
4260
  # @type SSLConfig: :class:`Tencentcloud::Sqlserver.v20180328.models.SSLConfig`
4261
+ # @param DrReadableInfo: 备机只读信息
4262
+ # @type DrReadableInfo: :class:`Tencentcloud::Sqlserver.v20180328.models.DrReadableInfo`
4261
4263
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4262
4264
  # @type RequestId: String
4263
4265
 
4264
- attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :RequestId
4266
+ attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :RequestId
4265
4267
 
4266
- def initialize(instanceid=nil, regularbackupenable=nil, regularbackupsavedays=nil, regularbackupstrategy=nil, regularbackupcounts=nil, regularbackupstarttime=nil, blockedthreshold=nil, eventsavedays=nil, tdeconfig=nil, sslconfig=nil, requestid=nil)
4268
+ def initialize(instanceid=nil, regularbackupenable=nil, regularbackupsavedays=nil, regularbackupstrategy=nil, regularbackupcounts=nil, regularbackupstarttime=nil, blockedthreshold=nil, eventsavedays=nil, tdeconfig=nil, sslconfig=nil, drreadableinfo=nil, requestid=nil)
4267
4269
  @InstanceId = instanceid
4268
4270
  @RegularBackupEnable = regularbackupenable
4269
4271
  @RegularBackupSaveDays = regularbackupsavedays
@@ -4274,6 +4276,7 @@ module TencentCloud
4274
4276
  @EventSaveDays = eventsavedays
4275
4277
  @TDEConfig = tdeconfig
4276
4278
  @SSLConfig = sslconfig
4279
+ @DrReadableInfo = drreadableinfo
4277
4280
  @RequestId = requestid
4278
4281
  end
4279
4282
 
@@ -4294,6 +4297,10 @@ module TencentCloud
4294
4297
  @SSLConfig = SSLConfig.new
4295
4298
  @SSLConfig.deserialize(params['SSLConfig'])
4296
4299
  end
4300
+ unless params['DrReadableInfo'].nil?
4301
+ @DrReadableInfo = DrReadableInfo.new
4302
+ @DrReadableInfo.deserialize(params['DrReadableInfo'])
4303
+ end
4297
4304
  @RequestId = params['RequestId']
4298
4305
  end
4299
4306
  end
@@ -6579,8 +6586,8 @@ module TencentCloud
6579
6586
 
6580
6587
  attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
6581
6588
  extend Gem::Deprecate
6582
- deprecate :Slowlogs, :none, 2024, 1
6583
- deprecate :Slowlogs=, :none, 2024, 1
6589
+ deprecate :Slowlogs, :none, 2024, 3
6590
+ deprecate :Slowlogs=, :none, 2024, 3
6584
6591
 
6585
6592
  def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
6586
6593
  @TotalCount = totalcount
@@ -6789,8 +6796,8 @@ module TencentCloud
6789
6796
 
6790
6797
  attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
6791
6798
  extend Gem::Deprecate
6792
- deprecate :XCosSecurityToken, :none, 2024, 1
6793
- deprecate :XCosSecurityToken=, :none, 2024, 1
6799
+ deprecate :XCosSecurityToken, :none, 2024, 3
6800
+ deprecate :XCosSecurityToken=, :none, 2024, 3
6794
6801
 
6795
6802
  def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
6796
6803
  @BucketName = bucketname
@@ -6868,8 +6875,8 @@ module TencentCloud
6868
6875
 
6869
6876
  attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
6870
6877
  extend Gem::Deprecate
6871
- deprecate :XCosSecurityToken, :none, 2024, 1
6872
- deprecate :XCosSecurityToken=, :none, 2024, 1
6878
+ deprecate :XCosSecurityToken, :none, 2024, 3
6879
+ deprecate :XCosSecurityToken=, :none, 2024, 3
6873
6880
 
6874
6881
  def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
6875
6882
  @BucketName = bucketname
@@ -7043,6 +7050,48 @@ module TencentCloud
7043
7050
  end
7044
7051
  end
7045
7052
 
7053
+ # 备机只读信息
7054
+ class DrReadableInfo < TencentCloud::Common::AbstractModel
7055
+ # @param SlaveStatus: 备机状态,enable-运行中,disable-不可用
7056
+ # 注意:此字段可能返回 null,表示取不到有效值。
7057
+ # @type SlaveStatus: String
7058
+ # @param ReadableStatus: 备机可读状态,enable-已开启,disable-已关闭
7059
+ # 注意:此字段可能返回 null,表示取不到有效值。
7060
+ # @type ReadableStatus: String
7061
+ # @param Vip: 备机只读vip
7062
+ # 注意:此字段可能返回 null,表示取不到有效值。
7063
+ # @type Vip: String
7064
+ # @param VPort: 备机只读端口
7065
+ # 注意:此字段可能返回 null,表示取不到有效值。
7066
+ # @type VPort: Integer
7067
+ # @param UniqVpcId: 备机所在私有网络ID
7068
+ # 注意:此字段可能返回 null,表示取不到有效值。
7069
+ # @type UniqVpcId: String
7070
+ # @param UniqSubnetId: 备机所在私有网络子网ID
7071
+ # 注意:此字段可能返回 null,表示取不到有效值。
7072
+ # @type UniqSubnetId: String
7073
+
7074
+ attr_accessor :SlaveStatus, :ReadableStatus, :Vip, :VPort, :UniqVpcId, :UniqSubnetId
7075
+
7076
+ def initialize(slavestatus=nil, readablestatus=nil, vip=nil, vport=nil, uniqvpcid=nil, uniqsubnetid=nil)
7077
+ @SlaveStatus = slavestatus
7078
+ @ReadableStatus = readablestatus
7079
+ @Vip = vip
7080
+ @VPort = vport
7081
+ @UniqVpcId = uniqvpcid
7082
+ @UniqSubnetId = uniqsubnetid
7083
+ end
7084
+
7085
+ def deserialize(params)
7086
+ @SlaveStatus = params['SlaveStatus']
7087
+ @ReadableStatus = params['ReadableStatus']
7088
+ @Vip = params['Vip']
7089
+ @VPort = params['VPort']
7090
+ @UniqVpcId = params['UniqVpcId']
7091
+ @UniqSubnetId = params['UniqSubnetId']
7092
+ end
7093
+ end
7094
+
7046
7095
  # 设置实例扩展事件阈值
7047
7096
  class EventConfig < TencentCloud::Common::AbstractModel
7048
7097
  # @param EventType: 事件类型,slow-设置慢SQL阈值,blocked-设置阻塞、死锁阈值
@@ -8115,8 +8164,8 @@ module TencentCloud
8115
8164
 
8116
8165
  attr_accessor :Errno, :Msg, :Code, :RequestId
8117
8166
  extend Gem::Deprecate
8118
- deprecate :Errno, :none, 2024, 1
8119
- deprecate :Errno=, :none, 2024, 1
8167
+ deprecate :Errno, :none, 2024, 3
8168
+ deprecate :Errno=, :none, 2024, 3
8120
8169
 
8121
8170
  def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
8122
8171
  @Errno = errno
@@ -8137,15 +8186,19 @@ module TencentCloud
8137
8186
  class ModifyCloseWanIpRequest < TencentCloud::Common::AbstractModel
8138
8187
  # @param InstanceId: 实例资源ID
8139
8188
  # @type InstanceId: String
8189
+ # @param RoGroupId: RO只读组Id
8190
+ # @type RoGroupId: String
8140
8191
 
8141
- attr_accessor :InstanceId
8192
+ attr_accessor :InstanceId, :RoGroupId
8142
8193
 
8143
- def initialize(instanceid=nil)
8194
+ def initialize(instanceid=nil, rogroupid=nil)
8144
8195
  @InstanceId = instanceid
8196
+ @RoGroupId = rogroupid
8145
8197
  end
8146
8198
 
8147
8199
  def deserialize(params)
8148
8200
  @InstanceId = params['InstanceId']
8201
+ @RoGroupId = params['RoGroupId']
8149
8202
  end
8150
8203
  end
8151
8204
 
@@ -8316,15 +8369,18 @@ module TencentCloud
8316
8369
  # @type OldIpRetainTime: Integer
8317
8370
  # @param Vip: 指定VIP地址
8318
8371
  # @type Vip: String
8372
+ # @param DRNetwork: 目标节点,0-修改主节点网络,1-修改备节点网络,默认取值0
8373
+ # @type DRNetwork: Integer
8319
8374
 
8320
- attr_accessor :InstanceId, :NewVpcId, :NewSubnetId, :OldIpRetainTime, :Vip
8375
+ attr_accessor :InstanceId, :NewVpcId, :NewSubnetId, :OldIpRetainTime, :Vip, :DRNetwork
8321
8376
 
8322
- def initialize(instanceid=nil, newvpcid=nil, newsubnetid=nil, oldipretaintime=nil, vip=nil)
8377
+ def initialize(instanceid=nil, newvpcid=nil, newsubnetid=nil, oldipretaintime=nil, vip=nil, drnetwork=nil)
8323
8378
  @InstanceId = instanceid
8324
8379
  @NewVpcId = newvpcid
8325
8380
  @NewSubnetId = newsubnetid
8326
8381
  @OldIpRetainTime = oldipretaintime
8327
8382
  @Vip = vip
8383
+ @DRNetwork = drnetwork
8328
8384
  end
8329
8385
 
8330
8386
  def deserialize(params)
@@ -8333,6 +8389,7 @@ module TencentCloud
8333
8389
  @NewSubnetId = params['NewSubnetId']
8334
8390
  @OldIpRetainTime = params['OldIpRetainTime']
8335
8391
  @Vip = params['Vip']
8392
+ @DRNetwork = params['DRNetwork']
8336
8393
  end
8337
8394
  end
8338
8395
 
@@ -8642,6 +8699,58 @@ module TencentCloud
8642
8699
  end
8643
8700
  end
8644
8701
 
8702
+ # ModifyDReadable请求参数结构体
8703
+ class ModifyDReadableRequest < TencentCloud::Common::AbstractModel
8704
+ # @param InstanceId: 实例ID
8705
+ # @type InstanceId: String
8706
+ # @param Type: 操作类型。enable-开启备机只读,disable-关闭备机只读
8707
+ # @type Type: String
8708
+ # @param VpcId: 备机网络ID,不填默认和主实例保持一致
8709
+ # @type VpcId: String
8710
+ # @param SubnetId: 备机网络子网ID,不填默认和主实例保持一致
8711
+ # @type SubnetId: String
8712
+ # @param Vip: 指定的备机只读vip,不填自动分配
8713
+ # @type Vip: String
8714
+
8715
+ attr_accessor :InstanceId, :Type, :VpcId, :SubnetId, :Vip
8716
+
8717
+ def initialize(instanceid=nil, type=nil, vpcid=nil, subnetid=nil, vip=nil)
8718
+ @InstanceId = instanceid
8719
+ @Type = type
8720
+ @VpcId = vpcid
8721
+ @SubnetId = subnetid
8722
+ @Vip = vip
8723
+ end
8724
+
8725
+ def deserialize(params)
8726
+ @InstanceId = params['InstanceId']
8727
+ @Type = params['Type']
8728
+ @VpcId = params['VpcId']
8729
+ @SubnetId = params['SubnetId']
8730
+ @Vip = params['Vip']
8731
+ end
8732
+ end
8733
+
8734
+ # ModifyDReadable返回参数结构体
8735
+ class ModifyDReadableResponse < TencentCloud::Common::AbstractModel
8736
+ # @param FlowId: 任务ID
8737
+ # @type FlowId: Integer
8738
+ # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8739
+ # @type RequestId: String
8740
+
8741
+ attr_accessor :FlowId, :RequestId
8742
+
8743
+ def initialize(flowid=nil, requestid=nil)
8744
+ @FlowId = flowid
8745
+ @RequestId = requestid
8746
+ end
8747
+
8748
+ def deserialize(params)
8749
+ @FlowId = params['FlowId']
8750
+ @RequestId = params['RequestId']
8751
+ end
8752
+ end
8753
+
8645
8754
  # 要修改的数据库订阅发布关系集合
8646
8755
  class ModifyDataBaseTuple < TencentCloud::Common::AbstractModel
8647
8756
  # @param DatabaseTuple: 要修改的订阅关系
@@ -9108,15 +9217,19 @@ module TencentCloud
9108
9217
  class ModifyOpenWanIpRequest < TencentCloud::Common::AbstractModel
9109
9218
  # @param InstanceId: 实例资源ID
9110
9219
  # @type InstanceId: String
9220
+ # @param RoGroupId: RO只读组Id
9221
+ # @type RoGroupId: String
9111
9222
 
9112
- attr_accessor :InstanceId
9223
+ attr_accessor :InstanceId, :RoGroupId
9113
9224
 
9114
- def initialize(instanceid=nil)
9225
+ def initialize(instanceid=nil, rogroupid=nil)
9115
9226
  @InstanceId = instanceid
9227
+ @RoGroupId = rogroupid
9116
9228
  end
9117
9229
 
9118
9230
  def deserialize(params)
9119
9231
  @InstanceId = params['InstanceId']
9232
+ @RoGroupId = params['RoGroupId']
9120
9233
  end
9121
9234
  end
9122
9235
 
@@ -9648,10 +9761,14 @@ module TencentCloud
9648
9761
  # @type MasterInstanceId: String
9649
9762
  # @param ReadOnlyInstanceSet: 只读实例副本集合
9650
9763
  # @type ReadOnlyInstanceSet: Array
9764
+ # @param DnsPodDomain: RO组外网地址域名
9765
+ # @type DnsPodDomain: String
9766
+ # @param TgwWanVPort: RO组外网地址端口
9767
+ # @type TgwWanVPort: Integer
9651
9768
 
9652
- attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :RegionId, :ZoneId, :IsOfflineDelay, :ReadOnlyMaxDelayTime, :MinReadOnlyInGroup, :Vip, :Vport, :VpcId, :SubnetId, :Status, :MasterInstanceId, :ReadOnlyInstanceSet
9769
+ attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :RegionId, :ZoneId, :IsOfflineDelay, :ReadOnlyMaxDelayTime, :MinReadOnlyInGroup, :Vip, :Vport, :VpcId, :SubnetId, :Status, :MasterInstanceId, :ReadOnlyInstanceSet, :DnsPodDomain, :TgwWanVPort
9653
9770
 
9654
- def initialize(readonlygroupid=nil, readonlygroupname=nil, regionid=nil, zoneid=nil, isofflinedelay=nil, readonlymaxdelaytime=nil, minreadonlyingroup=nil, vip=nil, vport=nil, vpcid=nil, subnetid=nil, status=nil, masterinstanceid=nil, readonlyinstanceset=nil)
9771
+ def initialize(readonlygroupid=nil, readonlygroupname=nil, regionid=nil, zoneid=nil, isofflinedelay=nil, readonlymaxdelaytime=nil, minreadonlyingroup=nil, vip=nil, vport=nil, vpcid=nil, subnetid=nil, status=nil, masterinstanceid=nil, readonlyinstanceset=nil, dnspoddomain=nil, tgwwanvport=nil)
9655
9772
  @ReadOnlyGroupId = readonlygroupid
9656
9773
  @ReadOnlyGroupName = readonlygroupname
9657
9774
  @RegionId = regionid
@@ -9666,6 +9783,8 @@ module TencentCloud
9666
9783
  @Status = status
9667
9784
  @MasterInstanceId = masterinstanceid
9668
9785
  @ReadOnlyInstanceSet = readonlyinstanceset
9786
+ @DnsPodDomain = dnspoddomain
9787
+ @TgwWanVPort = tgwwanvport
9669
9788
  end
9670
9789
 
9671
9790
  def deserialize(params)
@@ -9690,6 +9809,8 @@ module TencentCloud
9690
9809
  @ReadOnlyInstanceSet << readonlyinstance_tmp
9691
9810
  end
9692
9811
  end
9812
+ @DnsPodDomain = params['DnsPodDomain']
9813
+ @TgwWanVPort = params['TgwWanVPort']
9693
9814
  end
9694
9815
  end
9695
9816
 
@@ -10117,7 +10238,7 @@ module TencentCloud
10117
10238
 
10118
10239
  # ResetAccountPassword返回参数结构体
10119
10240
  class ResetAccountPasswordResponse < TencentCloud::Common::AbstractModel
10120
- # @param FlowId: 修改帐号密码的异步任务流程ID
10241
+ # @param FlowId: 修改账号密码的异步任务流程ID
10121
10242
  # @type FlowId: Integer
10122
10243
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10123
10244
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-sqlserver
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.776
4
+ version: 3.0.778
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-06 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common