tencentcloud-sdk-tse 3.0.835 → 3.0.836

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +60 -50
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d696450537d31e22f3531b30770932a99cc3f7e1
4
- data.tar.gz: f79ce7b3ee4d136bbdfe5dedd4acad850d0fbc8c
3
+ metadata.gz: 401019b64bf6fd110284904bb7eebc8c7b8cc41c
4
+ data.tar.gz: 4c137d2f503f39df76628a23df9e7ed4f41a07eb
5
5
  SHA512:
6
- metadata.gz: 4685f5112123d0356c13f8a129c0670142d50a8e11c7ddb4adac3a0815b1902e60586e95e76e2ecd99783ac63d146f4acfd5acd8210610c940c09fc0239b0a72
7
- data.tar.gz: 45e9d44276b4a8f03f5fd0e5cbca7bd7f559398d8efc9f6751559f374ef5658c39a17da903825608040ae9740c46c6f64e4ca54ab3c1b01c6103c788f41002f8
6
+ metadata.gz: 7e351dc570f178809776f34eea0340e00d9f0c5595632b8a3d0b3eda7d275268996cadc477319502ed5eb1897d90a5235d2f5b232b1ec2211c1b30dcc7b938df
7
+ data.tar.gz: b08d96ffaa1d4d31f39165f124e188aa49dbf17e45464b81c7280bde77bee74800d81ec7a544cb1af2ba91da6a96dc666926788737c2184c23dc14564c1e44d6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.835
1
+ 3.0.836
@@ -878,8 +878,8 @@ module TencentCloud
878
878
 
879
879
  attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
880
880
  extend Gem::Deprecate
881
- deprecate :MaxReplicas, :none, 2024, 5
882
- deprecate :MaxReplicas=, :none, 2024, 5
881
+ deprecate :MaxReplicas, :none, 2024, 6
882
+ deprecate :MaxReplicas=, :none, 2024, 6
883
883
 
884
884
  def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
885
885
  @StrategyId = strategyid
@@ -941,16 +941,16 @@ module TencentCloud
941
941
 
942
942
  attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
943
943
  extend Gem::Deprecate
944
- deprecate :Enabled, :none, 2024, 5
945
- deprecate :Enabled=, :none, 2024, 5
946
- deprecate :CreateTime, :none, 2024, 5
947
- deprecate :CreateTime=, :none, 2024, 5
948
- deprecate :ModifyTime, :none, 2024, 5
949
- deprecate :ModifyTime=, :none, 2024, 5
950
- deprecate :StrategyId, :none, 2024, 5
951
- deprecate :StrategyId=, :none, 2024, 5
952
- deprecate :AutoScalerId, :none, 2024, 5
953
- deprecate :AutoScalerId=, :none, 2024, 5
944
+ deprecate :Enabled, :none, 2024, 6
945
+ deprecate :Enabled=, :none, 2024, 6
946
+ deprecate :CreateTime, :none, 2024, 6
947
+ deprecate :CreateTime=, :none, 2024, 6
948
+ deprecate :ModifyTime, :none, 2024, 6
949
+ deprecate :ModifyTime=, :none, 2024, 6
950
+ deprecate :StrategyId, :none, 2024, 6
951
+ deprecate :StrategyId=, :none, 2024, 6
952
+ deprecate :AutoScalerId, :none, 2024, 6
953
+ deprecate :AutoScalerId=, :none, 2024, 6
954
954
 
955
955
  def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
956
956
  @MaxReplicas = maxreplicas
@@ -1079,14 +1079,14 @@ module TencentCloud
1079
1079
 
1080
1080
  attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
1081
1081
  extend Gem::Deprecate
1082
- deprecate :Enabled, :none, 2024, 5
1083
- deprecate :Enabled=, :none, 2024, 5
1084
- deprecate :CreateTime, :none, 2024, 5
1085
- deprecate :CreateTime=, :none, 2024, 5
1086
- deprecate :ModifyTime, :none, 2024, 5
1087
- deprecate :ModifyTime=, :none, 2024, 5
1088
- deprecate :StrategyId, :none, 2024, 5
1089
- deprecate :StrategyId=, :none, 2024, 5
1082
+ deprecate :Enabled, :none, 2024, 6
1083
+ deprecate :Enabled=, :none, 2024, 6
1084
+ deprecate :CreateTime, :none, 2024, 6
1085
+ deprecate :CreateTime=, :none, 2024, 6
1086
+ deprecate :ModifyTime, :none, 2024, 6
1087
+ deprecate :ModifyTime=, :none, 2024, 6
1088
+ deprecate :StrategyId, :none, 2024, 6
1089
+ deprecate :StrategyId=, :none, 2024, 6
1090
1090
 
1091
1091
  def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
1092
1092
  @Enabled = enabled
@@ -1781,10 +1781,10 @@ module TencentCloud
1781
1781
 
1782
1782
  attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
1783
1783
  extend Gem::Deprecate
1784
- deprecate :CronScalerConfig, :none, 2024, 5
1785
- deprecate :CronScalerConfig=, :none, 2024, 5
1786
- deprecate :MaxReplicas, :none, 2024, 5
1787
- deprecate :MaxReplicas=, :none, 2024, 5
1784
+ deprecate :CronScalerConfig, :none, 2024, 6
1785
+ deprecate :CronScalerConfig=, :none, 2024, 6
1786
+ deprecate :MaxReplicas, :none, 2024, 6
1787
+ deprecate :MaxReplicas=, :none, 2024, 6
1788
1788
 
1789
1789
  def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
1790
1790
  @GatewayId = gatewayid
@@ -1828,8 +1828,8 @@ module TencentCloud
1828
1828
 
1829
1829
  attr_accessor :Result, :StrategyId, :RequestId
1830
1830
  extend Gem::Deprecate
1831
- deprecate :Result, :none, 2024, 5
1832
- deprecate :Result=, :none, 2024, 5
1831
+ deprecate :Result, :none, 2024, 6
1832
+ deprecate :Result=, :none, 2024, 6
1833
1833
 
1834
1834
  def initialize(result=nil, strategyid=nil, requestid=nil)
1835
1835
  @Result = result
@@ -1904,10 +1904,10 @@ module TencentCloud
1904
1904
 
1905
1905
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
1906
1906
  extend Gem::Deprecate
1907
- deprecate :Key, :none, 2024, 5
1908
- deprecate :Key=, :none, 2024, 5
1909
- deprecate :Crt, :none, 2024, 5
1910
- deprecate :Crt=, :none, 2024, 5
1907
+ deprecate :Key, :none, 2024, 6
1908
+ deprecate :Key=, :none, 2024, 6
1909
+ deprecate :Crt, :none, 2024, 6
1910
+ deprecate :Crt=, :none, 2024, 6
1911
1911
 
1912
1912
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
1913
1913
  @GatewayId = gatewayid
@@ -2235,8 +2235,8 @@ module TencentCloud
2235
2235
 
2236
2236
  attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
2237
2237
  extend Gem::Deprecate
2238
- deprecate :ForceHttps, :none, 2024, 5
2239
- deprecate :ForceHttps=, :none, 2024, 5
2238
+ deprecate :ForceHttps, :none, 2024, 6
2239
+ deprecate :ForceHttps=, :none, 2024, 6
2240
2240
 
2241
2241
  def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
2242
2242
  @GatewayId = gatewayid
@@ -6680,8 +6680,8 @@ module TencentCloud
6680
6680
 
6681
6681
  attr_accessor :GatewayId, :Type, :TypeList
6682
6682
  extend Gem::Deprecate
6683
- deprecate :Type, :none, 2024, 5
6684
- deprecate :Type=, :none, 2024, 5
6683
+ deprecate :Type, :none, 2024, 6
6684
+ deprecate :Type=, :none, 2024, 6
6685
6685
 
6686
6686
  def initialize(gatewayid=nil, type=nil, typelist=nil)
6687
6687
  @GatewayId = gatewayid
@@ -8089,8 +8089,8 @@ module TencentCloud
8089
8089
 
8090
8090
  attr_accessor :Total, :CertificatesList, :Pages
8091
8091
  extend Gem::Deprecate
8092
- deprecate :Pages, :none, 2024, 5
8093
- deprecate :Pages=, :none, 2024, 5
8092
+ deprecate :Pages, :none, 2024, 6
8093
+ deprecate :Pages=, :none, 2024, 6
8094
8094
 
8095
8095
  def initialize(total=nil, certificateslist=nil, pages=nil)
8096
8096
  @Total = total
@@ -8248,8 +8248,8 @@ module TencentCloud
8248
8248
 
8249
8249
  attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers
8250
8250
  extend Gem::Deprecate
8251
- deprecate :ForceHttps, :none, 2024, 5
8252
- deprecate :ForceHttps=, :none, 2024, 5
8251
+ deprecate :ForceHttps, :none, 2024, 6
8252
+ deprecate :ForceHttps=, :none, 2024, 6
8253
8253
 
8254
8254
  def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil)
8255
8255
  @ID = id
@@ -8600,10 +8600,16 @@ module TencentCloud
8600
8600
  # @param ScfCamAuthEnable: 云函数是否开启CAM鉴权,不填时默认为开启(true)
8601
8601
  # 注意:此字段可能返回 null,表示取不到有效值。
8602
8602
  # @type ScfCamAuthEnable: Boolean
8603
+ # @param ScfIsBase64Encoded: 云函数是否开启Base64编码,默认为false
8604
+ # 注意:此字段可能返回 null,表示取不到有效值。
8605
+ # @type ScfIsBase64Encoded: Boolean
8606
+ # @param ScfIsIntegratedResponse: 云函数是否开启响应集成,默认为false
8607
+ # 注意:此字段可能返回 null,表示取不到有效值。
8608
+ # @type ScfIsIntegratedResponse: Boolean
8603
8609
 
8604
- attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType, :HealthStatus, :ScfCamAuthEnable
8610
+ attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType, :HealthStatus, :ScfCamAuthEnable, :ScfIsBase64Encoded, :ScfIsIntegratedResponse
8605
8611
 
8606
- def initialize(host=nil, port=nil, sourceid=nil, namespace=nil, servicename=nil, targets=nil, sourcetype=nil, scftype=nil, scfnamespace=nil, scflambdaname=nil, scflambdaqualifier=nil, slowstart=nil, algorithm=nil, autoscalinggroupid=nil, autoscalingcvmport=nil, autoscalingtatcmdstatus=nil, autoscalinghookstatus=nil, sourcename=nil, realsourcetype=nil, healthstatus=nil, scfcamauthenable=nil)
8612
+ def initialize(host=nil, port=nil, sourceid=nil, namespace=nil, servicename=nil, targets=nil, sourcetype=nil, scftype=nil, scfnamespace=nil, scflambdaname=nil, scflambdaqualifier=nil, slowstart=nil, algorithm=nil, autoscalinggroupid=nil, autoscalingcvmport=nil, autoscalingtatcmdstatus=nil, autoscalinghookstatus=nil, sourcename=nil, realsourcetype=nil, healthstatus=nil, scfcamauthenable=nil, scfisbase64encoded=nil, scfisintegratedresponse=nil)
8607
8613
  @Host = host
8608
8614
  @Port = port
8609
8615
  @SourceID = sourceid
@@ -8625,6 +8631,8 @@ module TencentCloud
8625
8631
  @RealSourceType = realsourcetype
8626
8632
  @HealthStatus = healthstatus
8627
8633
  @ScfCamAuthEnable = scfcamauthenable
8634
+ @ScfIsBase64Encoded = scfisbase64encoded
8635
+ @ScfIsIntegratedResponse = scfisintegratedresponse
8628
8636
  end
8629
8637
 
8630
8638
  def deserialize(params)
@@ -8656,6 +8664,8 @@ module TencentCloud
8656
8664
  @RealSourceType = params['RealSourceType']
8657
8665
  @HealthStatus = params['HealthStatus']
8658
8666
  @ScfCamAuthEnable = params['ScfCamAuthEnable']
8667
+ @ScfIsBase64Encoded = params['ScfIsBase64Encoded']
8668
+ @ScfIsIntegratedResponse = params['ScfIsIntegratedResponse']
8659
8669
  end
8660
8670
  end
8661
8671
 
@@ -8921,10 +8931,10 @@ module TencentCloud
8921
8931
 
8922
8932
  attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
8923
8933
  extend Gem::Deprecate
8924
- deprecate :CronScalerConfig, :none, 2024, 5
8925
- deprecate :CronScalerConfig=, :none, 2024, 5
8926
- deprecate :MaxReplicas, :none, 2024, 5
8927
- deprecate :MaxReplicas=, :none, 2024, 5
8934
+ deprecate :CronScalerConfig, :none, 2024, 6
8935
+ deprecate :CronScalerConfig=, :none, 2024, 6
8936
+ deprecate :MaxReplicas, :none, 2024, 6
8937
+ deprecate :MaxReplicas=, :none, 2024, 6
8928
8938
 
8929
8939
  def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
8930
8940
  @GatewayId = gatewayid
@@ -9048,10 +9058,10 @@ module TencentCloud
9048
9058
 
9049
9059
  attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
9050
9060
  extend Gem::Deprecate
9051
- deprecate :Name, :none, 2024, 5
9052
- deprecate :Name=, :none, 2024, 5
9053
- deprecate :BindDomains, :none, 2024, 5
9054
- deprecate :BindDomains=, :none, 2024, 5
9061
+ deprecate :Name, :none, 2024, 6
9062
+ deprecate :Name=, :none, 2024, 6
9063
+ deprecate :BindDomains, :none, 2024, 6
9064
+ deprecate :BindDomains=, :none, 2024, 6
9055
9065
 
9056
9066
  def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
9057
9067
  @GatewayId = gatewayid
@@ -9235,8 +9245,8 @@ module TencentCloud
9235
9245
 
9236
9246
  attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers
9237
9247
  extend Gem::Deprecate
9238
- deprecate :ForceHttps, :none, 2024, 5
9239
- deprecate :ForceHttps=, :none, 2024, 5
9248
+ deprecate :ForceHttps, :none, 2024, 6
9249
+ deprecate :ForceHttps=, :none, 2024, 6
9240
9250
 
9241
9251
  def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil)
9242
9252
  @GatewayId = gatewayid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.835
4
+ version: 3.0.836
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-06-02 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common