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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 942ffa4106170409d7fcd2a0a51f2e85b7b0bf7c
4
- data.tar.gz: 19723b4fad6910a307e81073d1d05a36a717b64f
3
+ metadata.gz: 13b22f86054f2c09dd1130fe4a30593f239e8c2b
4
+ data.tar.gz: 891a5798aac0c9afbd86171f965455fc82fe3410
5
5
  SHA512:
6
- metadata.gz: 8617b6c911b5d52d54bef1b24108e459ede3b09aefdd4907f7a2427d50e8fbaaa936e2d2dcf4a8c2f0ca81d48068a31fa9d8a234b767de8fa4425ee6e9c40d46
7
- data.tar.gz: 7d9a50b8b074fa81864041076a43d804f1422f0ad8a3e78dd514e3e64a93fbe04df716767deb0de707bb1ba4ae71bd070bf0f222f5ec0edbec6e3dfed2ecb5eb
6
+ metadata.gz: a08ae7bdd3aa5786de5c7ca8e0c843d02a8f9d9ccafd088032472ce8f6a7ec11f3847beb12b49a185165bce42ede29ecb6f630bda2633dc26d5b919368583a9e
7
+ data.tar.gz: a4e98727f4af48779d5eac2fc710c0b0a4f3772154dce03aaf5fbfe68f1bf1ee36c8ce1820821b39ecd58b04239b1483323a4d393da9fef9196f3df1b22c7195
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.395
1
+ 3.0.399
@@ -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.395
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-26 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