tencentcloud-sdk-monitor 3.0.397 → 3.0.398

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 861be58e2b89677d063266c2a9e9dcf4e3e1c19e
4
- data.tar.gz: 158d4ce3e5087a707ca513529871753207682198
3
+ metadata.gz: 00b3a7f097c1c21d3318f54bd7edebe4317cff36
4
+ data.tar.gz: ca47cc7385ee5a36b2d9ceb9d823d3d4d3c8a741
5
5
  SHA512:
6
- metadata.gz: aeac723215090f83cc0409efb6a2ab31e5248d480f2ee8ae53f1b57f04307ed6a78d3d7f7f3983e8bfcefcef2f9000f6d00fd53b9310a9de4d71eb7c62835f08
7
- data.tar.gz: 7f36451f8cfa928207ef1b23f1480bfac66dd9adb9c88b0f13d8b92c18817a36048e5883383e1d90856b7c70ee446ad7789906e27447036aa22c03d9ad8a23d2
6
+ metadata.gz: ff16f6e1bd9eae70031b243cfc59c06c5f4fed37630b52cac2052af9882d04fdaa9e04c3d7b311f0fbd18580c111aebd1a1e7c4623de9d721ffe838cb74ad7b6
7
+ data.tar.gz: af78656e40b1dccb7f420b6c2113c6c5e6a06ff897ec916b43603fbbcec00a22512416f764dbac3a9a33d55b1dfca29d71110b0f96315e8e9b8669747a8e8831
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.397
1
+ 3.0.398
@@ -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.397
4
+ version: 3.0.398
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-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common