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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 16e7ad6897202ec30bab9cedf21b2b781f3825ca
4
- data.tar.gz: 2e916c2598566a9748add508dd799569b12135fa
3
+ metadata.gz: ff534c0faaec5cbc86dfdbc545410294ecad90b0
4
+ data.tar.gz: 3bbe21958491e74b69fc31594b3948b74861166c
5
5
  SHA512:
6
- metadata.gz: 82e7b0d368b24dab304da80973442227bb9aaba359bf1d0068c8a678e10d221305ada1367bbd5fb8583d9e26633b3220142175eef3d39e7ea7e1030930f08aea
7
- data.tar.gz: 40d2b90d5fa6dd1b56c5dc7c6fbe8904bae13c90e106f80b90422b2f80f8e83101ded818819f999ee077717a53d361a88da499ee9ddbbbd562d154134a3d49ec
6
+ metadata.gz: cef15b8b1543c0d167f9a313c37143c8dbfaeca7d98b2a5c8c84cbac97d4a3ad4466f10b349bc435f56bddde105f1902548cff3b49bbd91294c1f23217f9ffe6
7
+ data.tar.gz: 78c340552767bfe3d8abaca84360fa2013581f8fb1b1db338db6538844ccff3d3f09534626bbdfae089c02f9bbe131180f0aea6cfdae095b2af5caec420ec1ed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.615
1
+ 3.0.617
@@ -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`
@@ -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.615
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-18 00:00:00.000000000 Z
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