tencentcloud-sdk-vpc 3.0.397 → 3.0.402

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: 5dc0d2ff0e3a7633f0f7b2739449eaad96b9a61e
4
- data.tar.gz: 3abf63c1c41b3a5e92f5c505aa19c8663fe5ec88
3
+ metadata.gz: 2b0702596f5e2d54ac0ff9111db80e458727280a
4
+ data.tar.gz: ec9cfe9d0a9bf9cb10005b9a18a7cd2dc4364afe
5
5
  SHA512:
6
- metadata.gz: 197af5133b8822b7a423c6232d1b90bb4babd10b8add78c0504593442174d870255da8580e6a36400ab8ae31a9055729f8a4c3e62063685d7c195697af846851
7
- data.tar.gz: 0e987cedf07d4eaa6e5453d982406ddfdf2312b3bc2b1d4192c4e416d2b423963f70755e00601858dce5b112a898ffc6d8b666f4e59e915f54577672ae52bbd2
6
+ metadata.gz: 6b7e90839193e53bc3a1639a10056dcc15a4d5b0dca926224f459907c7ac5c7d5af3514db81be716df1d5532c3def5a85f486808a4d920b0359e095b7d670951
7
+ data.tar.gz: 372046d5f286ee6e135043742081fd31e649a4c2d5387731dd86b67bc55b7f5f9e5cc88b475d1d31e5686a655e8345fde3a01ca82c63316b114bdf139b463581
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.397
1
+ 3.0.402
@@ -9125,8 +9125,8 @@ module TencentCloud
9125
9125
  class DescribeSecurityGroupPoliciesRequest < TencentCloud::Common::AbstractModel
9126
9126
  # @param SecurityGroupId: 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。
9127
9127
  # @type SecurityGroupId: String
9128
- # @param Filters: 过滤条件,不支持同时指定SecurityGroupId和Filters参数。
9129
- # <li>security-group-id - String - 安全组ID。</li>
9128
+ # @param Filters: 过滤条件。
9129
+ # <li>security-group-id - String - 规则中的安全组ID。</li>
9130
9130
  # <li>ip - String - IP,支持IPV4和IPV6模糊匹配。</li>
9131
9131
  # <li>address-module - String - IP地址模板或IP地址组模板ID。</li>
9132
9132
  # <li>service-module - String - 协议端口模板或协议端口组模板ID。</li>
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.397
4
+ version: 3.0.402
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-30 00:00:00.000000000 Z
11
+ date: 2022-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common