tencentcloud-sdk-cfs 3.0.444 → 3.0.446

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: a89429f37d7ffcb0f1687a2735a098dddddadeea
4
- data.tar.gz: 4921b91f4b23dc80910a5c413be3646408ca7863
3
+ metadata.gz: ef535b28a252f4f4da49373046e4c9cc9ea7d56f
4
+ data.tar.gz: bf7ab964b2876b479ccccd3d1fd8a96a05705f3f
5
5
  SHA512:
6
- metadata.gz: 1fb5b4c8f125dab8d79c615cf6166eaf02acbdca0b469c1cd4e8d71335b3d2023b2ae52540838ca47922f63e0f75123d901a8fbfcdff5fa28ab2351d65ee9eb5
7
- data.tar.gz: 033094ad97627c4396de44867d291c793b8f646577151a6204c4b16782c2717324c6d57265dc660987e34cf04bb5bed6793065969a64c63dcff9e1eb920a34fe
6
+ metadata.gz: ede80848c9a106f0290ab0b832382131db35115f87aea80352ec6cec1307f0a25f2bd292ccd60012bd325d3adad5910ecca7ff16056386455a1b0a37b9c60b8a
7
+ data.tar.gz: 202672be8369b75d88d986eba88b7b5d2e4deec959cbc025b5660d367281902da639931448ac84c4b28b25a172d0a5f0c0f8558d2ec2b0aba6f97ad59158b213
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.444
1
+ 3.0.446
@@ -317,7 +317,7 @@ module TencentCloud
317
317
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
318
318
  end
319
319
 
320
- # 查询文件系统快照d定期策略列表信息
320
+ # 查询文件系统快照定期策略列表信息
321
321
 
322
322
  # @param request: Request instance for DescribeAutoSnapshotPolicies.
323
323
  # @type request: :class:`Tencentcloud::cfs::V20190719::DescribeAutoSnapshotPoliciesRequest`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.444
4
+ version: 3.0.446
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-11-04 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '1.0'
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: '1.0'
26
+ version: '3.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
28
28
  allows Ruby developers to write software that makes use of Tencent Cloud service
29
29
  CFS.