tencentcloud-sdk-postgres 3.0.1078 → 3.0.1094

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: 409db549a753ab3c4bd80191e6f69a0a6ded99e2
4
- data.tar.gz: a47fd6f7ec3cbb66cde6f3344de6d771f12ac9da
3
+ metadata.gz: bad7d6a94ba29c994f8a408ae9045001462faade
4
+ data.tar.gz: fd85ca389082d3f2ae230ccd598034f522f20f2b
5
5
  SHA512:
6
- metadata.gz: aa315708160cf0a70e9b76a723b3a105efac1c682665f981f5cb398a2a2e2db2d91f43b274ba0d8fae96bfc732fe54a6be5f4005254d528304030d700f8b51e6
7
- data.tar.gz: 2aa2432cdbc21f50d61dff001ee2287ef13049ffa71941e64701533c0ba36587be219c360d3b5f6adc2cb692ca075788ed059a9c45882bf0fbb85b525bf73c39
6
+ metadata.gz: 3f3da42274c0856578436ef1d44d29c728bc4d8a25aa1dbe2a37376da4b8c094dcfc3dd609ccd3ba535ab54e5be7a52604f6d08c348ccf40c89a7c6a89860b05
7
+ data.tar.gz: dbf31ae1c7de0f350522dd0ee210179a88454e30076562ec5040b19b39a1cf6d4f54f9282dfb606e438b19a811a067511175e3aeeb53f4c3d970a2da0ccf5df1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1078
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -2724,6 +2724,7 @@ module TencentCloud
2724
2724
  # db-instance-name:按照实例名过滤,类型为string。
2725
2725
  # db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
2726
2726
  # base-backup-id:按照备份集ID过滤,类型为string。
2727
+ # db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
2727
2728
  # @type Filters: Array
2728
2729
  # @param Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
2729
2730
  # @type Limit: Integer
@@ -3822,6 +3823,7 @@ module TencentCloud
3822
3823
  # db-instance-id:按照实例ID过滤,类型为string。
3823
3824
  # db-instance-name:按照实例名过滤,类型为string。
3824
3825
  # db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
3826
+ # db-instance-status:按实例状态过滤,类型为string。取值参考DBInstance结构的DBInstanceStatus字段。
3825
3827
  # @type Filters: Array
3826
3828
  # @param Limit: 每页显示数量,取值范围为1-100,默认为返回10条。
3827
3829
  # @type Limit: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-postgres
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1078
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-11 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common