tencentcloud-sdk-scf 1.0.225 → 1.0.229

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87cbd759a59fa1ceacf63a0095fcef1a8e488b65
4
- data.tar.gz: 507dcde9f95041fe4de2f584bffc48804a788ff3
3
+ metadata.gz: 92cc0f8a12edbf064e1eb846c1154a4edde807ff
4
+ data.tar.gz: ce0d776fdb82eddaaa0647e14ea8bc0097206951
5
5
  SHA512:
6
- metadata.gz: 731e25ee20cda93a5a8c5b074511c4c27208729adf94eb391225a81434b6363749243f6d2a576930122c22e2d7de4c0da05b7a778568a6defebb08b4de018aff
7
- data.tar.gz: e6b1d425f26473a3acf64680d497c885e8466a6f8aaa769ab7e757d740169e8304ae2c159e10f4d030475748d02696c0cc0484f08fefb78f0a31269bda1bdbd1
6
+ metadata.gz: 791d3644b17748aabbb4f93eb4e0f6bb2abbb1aecb68f9eb73765e4efe4bf90c9d53734be3ded18cb861c2354542f99d4c95f24c687a2820d11eae63b4653816
7
+ data.tar.gz: 0984d726355bca939ce826bc0ef10a8835845b9d612c422d3d0de4dff5b2ee2857c00ff1daae50b3998006fecf8fec40f858df913d53a3fd3e5c2d036b2719d8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.225
1
+ 1.0.229
@@ -468,7 +468,7 @@ module TencentCloud
468
468
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
469
469
  end
470
470
 
471
- # 该接口根据指定的日志查询条件返回函数运行日志。
471
+ # 该接口根据指定的日志查询条件返回函数运行日志。该接口已下线,查询函数请求运行的返回信息,请使用 [GetRequestStatus](https://cloud.tencent.com/document/product/583/65348)。查询函数运行日志,请参考[日志检索教程](https://cloud.tencent.com/document/product/583/52637)。
472
472
 
473
473
  # @param request: Request instance for GetFunctionLogs.
474
474
  # @type request: :class:`Tencentcloud::scf::V20180416::GetFunctionLogsRequest`
@@ -258,21 +258,21 @@ module TencentCloud
258
258
  # @type DemoId: String
259
259
  # @param TempCosObjectName: 如果是从TempCos创建的话,需要传入TempCosObjectName
260
260
  # @type TempCosObjectName: String
261
- # @param GitUrl: Git地址
261
+ # @param GitUrl: Git地址。该功能已下线。
262
262
  # @type GitUrl: String
263
- # @param GitUserName: Git用户名
263
+ # @param GitUserName: Git用户名。该功能已下线。
264
264
  # @type GitUserName: String
265
- # @param GitPassword: Git密码
265
+ # @param GitPassword: Git密码。该功能已下线。
266
266
  # @type GitPassword: String
267
- # @param GitPasswordSecret: 加密后的Git密码,一般无需指定
267
+ # @param GitPasswordSecret: 加密后的Git密码,一般无需指定。该功能已下线。
268
268
  # @type GitPasswordSecret: String
269
- # @param GitBranch: Git分支
269
+ # @param GitBranch: Git分支。该功能已下线。
270
270
  # @type GitBranch: String
271
- # @param GitDirectory: 代码在Git仓库中的路径
271
+ # @param GitDirectory: 代码在Git仓库中的路径。该功能已下线。
272
272
  # @type GitDirectory: String
273
- # @param GitCommitId: 指定要拉取的版本
273
+ # @param GitCommitId: 指定要拉取的版本。该功能已下线。
274
274
  # @type GitCommitId: String
275
- # @param GitUserNameSecret: 加密后的Git用户名,一般无需指定
275
+ # @param GitUserNameSecret: 加密后的Git用户名,一般无需指定。该功能已下线。
276
276
  # @type GitUserNameSecret: String
277
277
  # @param ImageConfig: 镜像部署时配置TCR镜像信息
278
278
  # @type ImageConfig: :class:`Tencentcloud::Scf.v20180416.models.ImageConfig`
@@ -2078,7 +2078,7 @@ module TencentCloud
2078
2078
  # @type FunctionRequestId: String
2079
2079
  # @param Namespace: 函数的所在的命名空间
2080
2080
  # @type Namespace: String
2081
- # @param StartTime: 查询的开始时间,例如:2017-05-16 20:00:00,不填默认为当前时间 - 24小时
2081
+ # @param StartTime: 查询的开始时间,例如:2017-05-16 20:00:00,不填默认为当前时间 - 15min
2082
2082
  # @type StartTime: String
2083
2083
  # @param EndTime: 查询的结束时间,例如:2017-05-16 20:59:59,不填默认为当前时间。EndTime 需要晚于 StartTime。
2084
2084
  # @type EndTime: String
@@ -2188,10 +2188,10 @@ module TencentCloud
2188
2188
  # @param EntryPoint: 参数已废弃
2189
2189
  # 注意:此字段可能返回 null,表示取不到有效值。
2190
2190
  # @type EntryPoint: String
2191
- # @param Command: entrypoint执行命令
2191
+ # @param Command: 容器的启动命令。该参数为可选参数,如果不填写,则默认使用 Dockerfile 中的 Entrypoint。传入规范,填写可运行的指令,例如 python
2192
2192
  # 注意:此字段可能返回 null,表示取不到有效值。
2193
2193
  # @type Command: String
2194
- # @param Args: 命令参数
2194
+ # @param Args: 容器的启动参数。该参数为可选参数,如果不填写,则默认使用 Dockerfile 中的 CMD。传入规范,以“空格”作为参数的分割标识,例如 -u app.py
2195
2195
  # 注意:此字段可能返回 null,表示取不到有效值。
2196
2196
  # @type Args: String
2197
2197
 
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.225
4
+ version: 1.0.229
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-16 00:00:00.000000000 Z
11
+ date: 2021-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common