tencentcloud-sdk-oceanus 3.0.740 → 3.0.742

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: 8c5fbf91b62b0288bb605a477d47789e2a81ece2
4
- data.tar.gz: 85eed8e5820e627fe6ef1a0422e68bdaf35c2ce0
3
+ metadata.gz: 2e6b03f189f93aeb52a468c185c35241cd561ee6
4
+ data.tar.gz: 2b377191748cf9113a696871347b43d836663dde
5
5
  SHA512:
6
- metadata.gz: efadb3a7de91ecaa16a3fd17c22cff059c31cae93047b59da7f56e43e66c249918ec25b8c7ca50c8e0abb6b00bd1e0464ae1586520767c73286b1c05a086f3fa
7
- data.tar.gz: df758a7a1833253222f2d5cccbf3003d247526b517c5f0fc22467684155ee0c20cc38562d38495ba030b618f91b7861e9b14a29fc8f7adb07381734a4be491cb
6
+ metadata.gz: 044ab058f1e45c8078ffe14d862fb6b7b05963817d425216a40bb5a7d90186f94dfcbee3bca30fb8547e93dad233947af51a4111511f49f92a900ca0fde4afb1
7
+ data.tar.gz: 6ca38e80f5b884ed983bde1f60572a35f940f443f2ee48b0d33069b0710607dbc4cc1f84998a0e57fb6700001cf3d33d97da3b99de3ea7e743d99881f5282763
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.740
1
+ 3.0.742
@@ -2824,11 +2824,11 @@ module TencentCloud
2824
2824
 
2825
2825
  # GetMetaTable请求参数结构体
2826
2826
  class GetMetaTableRequest < TencentCloud::Common::AbstractModel
2827
- # @param Catalog: Catalog名
2827
+ # @param Catalog: 目录名
2828
2828
  # @type Catalog: String
2829
- # @param Database: Database名
2829
+ # @param Database: 库名
2830
2830
  # @type Database: String
2831
- # @param Table: Table名
2831
+ # @param Table: 表名
2832
2832
  # @type Table: String
2833
2833
  # @param WorkSpaceId: 空间唯一标识
2834
2834
  # @type WorkSpaceId: String
@@ -2854,17 +2854,17 @@ module TencentCloud
2854
2854
  class GetMetaTableResponse < TencentCloud::Common::AbstractModel
2855
2855
  # @param SerialId: 元数据表唯一标识
2856
2856
  # @type SerialId: String
2857
- # @param Catalog: Catalog名
2857
+ # @param Catalog: 目录名
2858
2858
  # @type Catalog: String
2859
- # @param Database: Database名
2859
+ # @param Database: 库名
2860
2860
  # @type Database: String
2861
- # @param Table: Table名
2861
+ # @param Table: 表名
2862
2862
  # @type Table: String
2863
2863
  # @param DDL: 建表语句,使用 Base64 编码。
2864
2864
  # 例如
2865
2865
  # Q1JFQVRFIFRBQkxFIGRhdGFnZW5fc291cmNlX3RhYmxlICggCiAgICBpZCBJTlQsIAogICAgbmFtZSBTVFJJTkcgCikgV0lUSCAoCidjb25uZWN0b3InPSdkYXRhZ2VuJywKJ3Jvd3MtcGVyLXNlY29uZCcgPSAnMScKKTs=
2866
2866
  # @type DDL: String
2867
- # @param CreateTime: 场景时间
2867
+ # @param CreateTime: 创建时间
2868
2868
  # @type CreateTime: String
2869
2869
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2870
2870
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-oceanus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.740
4
+ version: 3.0.742
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-03 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common