tencentcloud-sdk-monitor 3.0.395 → 3.0.399
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13b22f86054f2c09dd1130fe4a30593f239e8c2b
|
4
|
+
data.tar.gz: 891a5798aac0c9afbd86171f965455fc82fe3410
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a08ae7bdd3aa5786de5c7ca8e0c843d02a8f9d9ccafd088032472ce8f6a7ec11f3847beb12b49a185165bce42ede29ecb6f630bda2633dc26d5b919368583a9e
|
7
|
+
data.tar.gz: a4e98727f4af48779d5eac2fc710c0b0a4f3772154dce03aaf5fbfe68f1bf1ee36c8ce1820821b39ecd58b04239b1483323a4d393da9fef9196f3df1b22c7195
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.399
|
data/lib/v20180724/models.rb
CHANGED
@@ -229,13 +229,16 @@ module TencentCloud
|
|
229
229
|
# @param PolicyIds: 告警通知模板绑定的告警策略ID列表
|
230
230
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
231
231
|
# @type PolicyIds: Array
|
232
|
+
# @param AMPConsumerId: 后台 amp consumer id
|
233
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
234
|
+
# @type AMPConsumerId: String
|
232
235
|
# @param CLSNotices: 推送cls渠道
|
233
236
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
234
237
|
# @type CLSNotices: Array
|
235
238
|
|
236
|
-
attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :CLSNotices
|
239
|
+
attr_accessor :Id, :Name, :UpdatedAt, :UpdatedBy, :NoticeType, :UserNotices, :URLNotices, :IsPreset, :NoticeLanguage, :PolicyIds, :AMPConsumerId, :CLSNotices
|
237
240
|
|
238
|
-
def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, clsnotices=nil)
|
241
|
+
def initialize(id=nil, name=nil, updatedat=nil, updatedby=nil, noticetype=nil, usernotices=nil, urlnotices=nil, ispreset=nil, noticelanguage=nil, policyids=nil, ampconsumerid=nil, clsnotices=nil)
|
239
242
|
@Id = id
|
240
243
|
@Name = name
|
241
244
|
@UpdatedAt = updatedat
|
@@ -246,6 +249,7 @@ module TencentCloud
|
|
246
249
|
@IsPreset = ispreset
|
247
250
|
@NoticeLanguage = noticelanguage
|
248
251
|
@PolicyIds = policyids
|
252
|
+
@AMPConsumerId = ampconsumerid
|
249
253
|
@CLSNotices = clsnotices
|
250
254
|
end
|
251
255
|
|
@@ -274,6 +278,7 @@ module TencentCloud
|
|
274
278
|
@IsPreset = params['IsPreset']
|
275
279
|
@NoticeLanguage = params['NoticeLanguage']
|
276
280
|
@PolicyIds = params['PolicyIds']
|
281
|
+
@AMPConsumerId = params['AMPConsumerId']
|
277
282
|
unless params['CLSNotices'].nil?
|
278
283
|
@CLSNotices = []
|
279
284
|
params['CLSNotices'].each do |i|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-monitor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.399
|
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-
|
11
|
+
date: 2022-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|