tencentcloud-sdk-apigateway 3.0.615 → 3.0.617
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/v20180808/client.rb +1 -1
- data/lib/v20180808/models.rb +2 -0
- 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: ff534c0faaec5cbc86dfdbc545410294ecad90b0
|
|
4
|
+
data.tar.gz: 3bbe21958491e74b69fc31594b3948b74861166c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cef15b8b1543c0d167f9a313c37143c8dbfaeca7d98b2a5c8c84cbac97d4a3ad4466f10b349bc435f56bddde105f1902548cff3b49bbd91294c1f23217f9ffe6
|
|
7
|
+
data.tar.gz: 78c340552767bfe3d8abaca84360fa2013581f8fb1b1db338db6538844ccff3d3f09534626bbdfae089c02f9bbe131180f0aea6cfdae095b2af5caec420ec1ed
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.617
|
data/lib/v20180808/client.rb
CHANGED
|
@@ -782,7 +782,7 @@ module TencentCloud
|
|
|
782
782
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
783
783
|
end
|
|
784
784
|
|
|
785
|
-
# 本接口(DescribeApiApp)用于根据应用ID
|
|
785
|
+
# 本接口(DescribeApiApp)用于根据应用ID搜索应用。此接口已下线,如需使用功能请使用DescribeApiAppsStatus接口。
|
|
786
786
|
|
|
787
787
|
# @param request: Request instance for DescribeApiApp.
|
|
788
788
|
# @type request: :class:`Tencentcloud::apigateway::V20180808::DescribeApiAppRequest`
|
data/lib/v20180808/models.rb
CHANGED
|
@@ -223,6 +223,7 @@ module TencentCloud
|
|
|
223
223
|
# @param ApiAppId: 应用ID
|
|
224
224
|
# @type ApiAppId: String
|
|
225
225
|
# @param ApiAppSecret: 应用SECRET
|
|
226
|
+
# 注意:此字段可能返回null,表示取不到有效值
|
|
226
227
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
227
228
|
# @type ApiAppSecret: String
|
|
228
229
|
# @param ApiAppDesc: 应用描述
|
|
@@ -235,6 +236,7 @@ module TencentCloud
|
|
|
235
236
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
236
237
|
# @type ModifiedTime: String
|
|
237
238
|
# @param ApiAppKey: 应用KEY
|
|
239
|
+
# 注意:此字段可能返回null,表示取不到有效值
|
|
238
240
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
239
241
|
# @type ApiAppKey: String
|
|
240
242
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-apigateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.617
|
|
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-07-
|
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|