tencentcloud-sdk-vpc 3.0.574 → 3.0.575

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: d62b58e27664b55e5076ec630f14df363a283e79
4
- data.tar.gz: fcd8a47b9c9c14ac4fdbc9b671c98ba87d871bcb
3
+ metadata.gz: 5b6a6cb1c4599b8e466add03ad7d2f53fe0d3cbe
4
+ data.tar.gz: 2fa88e797ba116b983a990adf892bb64cafd95c4
5
5
  SHA512:
6
- metadata.gz: 980f5385c44cab8ca50e7c8b6867aff9def2d8bf9470dba9f20fe4e6bf519cc5577b1014ec7ce7afb4b35e0cd3c5c4691c9d7bc71693c17da623c1d5c601cb70
7
- data.tar.gz: 52aedbe443d96fba01b93f942b3916c74cc7b5e8d66c16a31fa234e81358263b034a75311ef06241fc0be61b3ee29ab5be7c032280667c7c343b0a489258e4d7
6
+ metadata.gz: 45fb054d15ab4c74c191371947e80415bbc7d270ca97a2f992932281effb315dd8391fca761043e827cfd5f4b3ce1714bad58bb7fac1b39c8bdf0400c11374fa
7
+ data.tar.gz: d999661a9cbb0591985a8b0992ca0c9b93c75790afcbe85fd61742abdc67c08822e97ae07bf3e6de7c838bf2ae66c2f35a5f18146112a7c59d11d51d99b66b54
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.574
1
+ 3.0.575
@@ -10260,7 +10260,7 @@ module TencentCloud
10260
10260
  # @type EndDate: String
10261
10261
  # @param Offset: 偏移量,默认为0。
10262
10262
  # @type Offset: Integer
10263
- # @param Limit: 返回数量,默认为20,最大为200
10263
+ # @param Limit: 返回数量,默认为20,最大为100
10264
10264
  # @type Limit: Integer
10265
10265
 
10266
10266
  attr_accessor :BusinessType, :InstanceId, :StartDate, :EndDate, :Offset, :Limit
@@ -10854,7 +10854,7 @@ module TencentCloud
10854
10854
 
10855
10855
  # DescribeVpcEndPointService请求参数结构体
10856
10856
  class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
10857
- # @param Filters: 过滤条件。
10857
+ # @param Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
10858
10858
  # <li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
10859
10859
  # <li>service-name - String - (过滤条件)终端节点实例名称。</li>
10860
10860
  # <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
@@ -10864,7 +10864,7 @@ module TencentCloud
10864
10864
  # @type Offset: Integer
10865
10865
  # @param Limit: 单页返回数量,默认为20,最大值为100。
10866
10866
  # @type Limit: Integer
10867
- # @param EndPointServiceIds: 终端节点服务ID。
10867
+ # @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters
10868
10868
  # @type EndPointServiceIds: Array
10869
10869
 
10870
10870
  attr_accessor :Filters, :Offset, :Limit, :EndPointServiceIds
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.574
4
+ version: 3.0.575
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-05-22 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common