tencentcloud-sdk-scf 3.0.464 → 3.0.465

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: 8ac9b3813a0368f93c4f85a3275b3387a07b3e43
4
- data.tar.gz: 9086d91de10c93d4c63f222b08e6992bab2086b0
3
+ metadata.gz: f7631dafd2a968fb5329a9be25ef09b751b1b7b0
4
+ data.tar.gz: ee12c7d58b04051ee653ec6e0c02f3fb0ad0ef55
5
5
  SHA512:
6
- metadata.gz: 4456838f9d6e3e81c264b9fbc50499c2e831a63d0b7a126746f210510310298f14d710796110b20c887d3f2d315371c804f5a1e066de459e95f8423839639356
7
- data.tar.gz: bc848ce934e2e4acc2831799ec5dc4a29dc790bcbe5f9d1970d2755d4d607168673ba71fc762e73150386c93ec53ed0d1aab68f05a180f452872e2a8d767ace5
6
+ metadata.gz: 3f668f75fd02a3457f631ed9aca897d050d2ddbe8422302e87b01f93e2b6c4e508da02c60d4cfc7745b7bd12dbb047abfd7a5b08eba7a2f504d53dc8b8bf65e8
7
+ data.tar.gz: 88e5cf8e62a4c505ed348ddf2ac9a3dcca1e7a5fe95e57339baf2277bd188e463e9b08e854dc35f673297a83e4d6181aacd589a11fd0100db824cb7581b75316
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.464
1
+ 3.0.465
@@ -1669,8 +1669,10 @@ module TencentCloud
1669
1669
  # @param FunctionName: 需要获取详情的函数名称
1670
1670
  # @type FunctionName: String
1671
1671
  # @param Qualifier: 函数的版本号
1672
+ # 默认值: $LATEST
1672
1673
  # @type Qualifier: String
1673
1674
  # @param Namespace: 函数所属命名空间
1675
+ # 默认值: default
1674
1676
  # @type Namespace: String
1675
1677
  # @param ShowCode: 是否显示代码, TRUE表示显示代码,FALSE表示不显示代码,大于1M的入口文件不会显示
1676
1678
  # @type ShowCode: String
@@ -4178,6 +4180,7 @@ module TencentCloud
4178
4180
  # @param Environment: 函数的环境变量
4179
4181
  # @type Environment: :class:`Tencentcloud::Scf.v20180416.models.Environment`
4180
4182
  # @param Namespace: 函数所属命名空间
4183
+ # 默认值: default
4181
4184
  # @type Namespace: String
4182
4185
  # @param VpcConfig: 函数的私有网络配置
4183
4186
  # @type VpcConfig: :class:`Tencentcloud::Scf.v20180416.models.VpcConfig`
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.464
4
+ version: 3.0.465
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-02 00:00:00.000000000 Z
11
+ date: 2022-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common