tencentcloud-sdk-scf 1.0.219 → 1.0.220

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: c2e1d7784b31f9b2c1d225c113166a29fe5f119e
4
- data.tar.gz: a3f176366fb9d982561a23d742f30fb0531945f5
3
+ metadata.gz: de3ce869d37172ef49b75f25d5f374f518580c80
4
+ data.tar.gz: 11cbf1ea56071cdaacaae292b8ce8f7cbd9c4ab1
5
5
  SHA512:
6
- metadata.gz: c81a45315a9dfba21a5050d12fa633d8f0e6c28843b6ad68fc5fa085bb6a56b39275b4077515935a11fa2533335a09cca09f76000f7187039aab2b3f293615c4
7
- data.tar.gz: 6f7ef357a60f0ee8f7895276c74164e3d386207fd33911bbdfbb248f74f66f10dc4d11edbbe91deb4a97ddab8461e74c71c3253ab68751ac543154843c0dd85e
6
+ metadata.gz: 2e14c9c9bfd9e75a8d5a71d690f6ac4d465e8af979bbad787d07f9dd95f22604ff65d32b5bd3f048fcf93746b3777fa80436ada6279df58c773faf6068898ad4
7
+ data.tar.gz: 34bea989864237b8550c6e7386cc24daa9260731e4d9b98ec2b39ee7a2f0aeb540c9c0698a0d424357b0c0a57bbf0e33fc6a2c27c282660a141e258afd548b63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.219
1
+ 1.0.220
@@ -779,7 +779,7 @@ module TencentCloud
779
779
  # @type FunctionName: String
780
780
  # @param Namespace: 函数所属命名空间
781
781
  # @type Namespace: String
782
- # @param Qualifier: 函数版本
782
+ # @param Qualifier: 函数版本,如果删除版本的话传入版本号,不传入改字段删除函数下的所有版本
783
783
  # @type Qualifier: String
784
784
 
785
785
  attr_accessor :FunctionName, :Namespace, :Qualifier
@@ -1283,14 +1283,18 @@ module TencentCloud
1283
1283
  # @param ModTime: 更新时间
1284
1284
  # 注意:此字段可能返回 null,表示取不到有效值。
1285
1285
  # @type ModTime: String
1286
+ # @param Status: 版本状态
1287
+ # 注意:此字段可能返回 null,表示取不到有效值。
1288
+ # @type Status: String
1286
1289
 
1287
- attr_accessor :Version, :Description, :AddTime, :ModTime
1290
+ attr_accessor :Version, :Description, :AddTime, :ModTime, :Status
1288
1291
 
1289
- def initialize(version=nil, description=nil, addtime=nil, modtime=nil)
1292
+ def initialize(version=nil, description=nil, addtime=nil, modtime=nil, status=nil)
1290
1293
  @Version = version
1291
1294
  @Description = description
1292
1295
  @AddTime = addtime
1293
1296
  @ModTime = modtime
1297
+ @Status = status
1294
1298
  end
1295
1299
 
1296
1300
  def deserialize(params)
@@ -1298,6 +1302,7 @@ module TencentCloud
1298
1302
  @Description = params['Description']
1299
1303
  @AddTime = params['AddTime']
1300
1304
  @ModTime = params['ModTime']
1305
+ @Status = params['Status']
1301
1306
  end
1302
1307
  end
1303
1308
 
@@ -3689,7 +3694,7 @@ module TencentCloud
3689
3694
  # @type InvokeRequestId: String
3690
3695
  # @param Namespace: 命名空间
3691
3696
  # @type Namespace: String
3692
- # @param GraceShutdown: 优雅关停
3697
+ # @param GraceShutdown: 该参数已下线
3693
3698
  # @type GraceShutdown: Boolean
3694
3699
 
3695
3700
  attr_accessor :FunctionName, :InvokeRequestId, :Namespace, :GraceShutdown
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.219
4
+ version: 1.0.220
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-08 00:00:00.000000000 Z
11
+ date: 2021-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common