tencentcloud-sdk-scf 3.0.529 → 3.0.531
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +1 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bf1971814f2b1aa043db6efa4a24deb0014eab9f
|
|
4
|
+
data.tar.gz: 729a4c7a713a72433bc1fdbdc40185b399786d24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 554a7042d9d86390a2251af4acc99defe9591da122d49c04defcf9baff733f5ab5f2ec5e79eba77746a08720ae3409bd13d872cc62f9e7070d76cb92fe095646
|
|
7
|
+
data.tar.gz: 6faa5b655d1b9076c601b1c95a8ea9e2b31a3d6fc46001aada3675036df918a76e7de310bfb1eb92f19d5970591e138e71472c1174d1975ec5a3b96be0cbb699
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.531
|
data/lib/v20180416/models.rb
CHANGED
|
@@ -1986,11 +1986,7 @@ module TencentCloud
|
|
|
1986
1986
|
# @type LayerVersion: Integer
|
|
1987
1987
|
# @param LayerName: 层名称
|
|
1988
1988
|
# @type LayerName: String
|
|
1989
|
-
# @param Status:
|
|
1990
|
-
# Active 正常
|
|
1991
|
-
# Publishing 发布中
|
|
1992
|
-
# PublishFailed 发布失败
|
|
1993
|
-
# Deleted 已删除
|
|
1989
|
+
# @param Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
|
1994
1990
|
# @type Status: String
|
|
1995
1991
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1996
1992
|
# @type RequestId: String
|
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: 3.0.
|
|
4
|
+
version: 3.0.531
|
|
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-03-
|
|
11
|
+
date: 2023-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|