tencentcloud-sdk-tem 3.0.646 → 3.0.647

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: d31b6ae3c21205bd863f81c36fd4bd842caf0735
4
- data.tar.gz: ec8b98ce3e5a37a17c52ff2fca8192bc3d65996b
3
+ metadata.gz: 23b4eb10b704a4823955b19482faee0993786d5e
4
+ data.tar.gz: d2fd86ce19888f8ceb4beb13df6d047a8447dfee
5
5
  SHA512:
6
- metadata.gz: 6eee5f692c51dab72c63585485a49c8d4d6346bd47d2a5863e817d6d4a3bc73fc108cdfa2ff69986402c06993079c5e051477170768bf59c83cdd68dbf76454f
7
- data.tar.gz: 0fc53af802f6aa0501ed2a7321dd87660fbd4d416fdc8ac68ec17fc50743a62ff7238fc13d8484d41fd88dfb9a16f15f807d9148ddb4d3b826797cef16f0a8cd
6
+ metadata.gz: caedeb2ae5ef26154c8b23ba96ba15d41819b58626ed395ffb1879795c2ca7a4002a50b48722ab71552117a65dd283c4e842d1b3af11d345cfafdf1fef5b1498
7
+ data.tar.gz: 3847e7f2b156e0880486b5a7bdb920ac7cdcb798e4e67ca5081dd3cb13fd3a85fadd7cbca261a92ead4a4c3d42b8ed9f8ef30633b01ab9fdf7c9b0925e900671
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.646
1
+ 3.0.647
@@ -858,7 +858,7 @@ module TencentCloud
858
858
  # @type ApplicationId: String
859
859
  # @param EnvironmentId: 环境ID
860
860
  # @type EnvironmentId: String
861
- # @param SourceChannel: 来源渠道
861
+ # @param SourceChannel: 来源渠道(用户不需要关心此参数)
862
862
  # @type SourceChannel: Integer
863
863
  # @param DeleteApplicationIfNoRunningVersion: 当服务没有任何运行版本时,是否删除此服务
864
864
  # @type DeleteApplicationIfNoRunningVersion: Boolean
@@ -3478,7 +3478,7 @@ module TencentCloud
3478
3478
 
3479
3479
  # ModifyApplicationReplicas请求参数结构体
3480
3480
  class ModifyApplicationReplicasRequest < TencentCloud::Common::AbstractModel
3481
- # @param ApplicationId: 服务id
3481
+ # @param ApplicationId: 应用id
3482
3482
  # @type ApplicationId: String
3483
3483
  # @param EnvironmentId: 环境ID
3484
3484
  # @type EnvironmentId: String
@@ -4172,7 +4172,7 @@ module TencentCloud
4172
4172
  # @type ApplicationId: String
4173
4173
  # @param SourceChannel: 来源渠道
4174
4174
  # @type SourceChannel: Integer
4175
- # @param EnvironmentId: 环境ID
4175
+ # @param EnvironmentId: 环境ID/命名空间ID
4176
4176
  # @type EnvironmentId: String
4177
4177
 
4178
4178
  attr_accessor :ApplicationId, :SourceChannel, :EnvironmentId
@@ -4751,7 +4751,7 @@ module TencentCloud
4751
4751
  # @type ApplicationId: String
4752
4752
  # @param SourceChannel: 来源渠道
4753
4753
  # @type SourceChannel: Integer
4754
- # @param EnvironmentId: 环境ID
4754
+ # @param EnvironmentId: 环境ID/命名空间ID
4755
4755
  # @type EnvironmentId: String
4756
4756
 
4757
4757
  attr_accessor :ApplicationId, :SourceChannel, :EnvironmentId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.646
4
+ version: 3.0.647
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-08-29 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common