tencentcloud-sdk-cls 3.0.936 → 3.0.937
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/v20201016/models.rb +18 -18
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45b13239f41343a41ace9acc3ab9d69d9524d1a9
|
|
4
|
+
data.tar.gz: 6d25c44cbeab6fef12a3daf4a653a9377322313b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d47c760403b23eb4006fa3e9c00b3c53bf305ecb273ad773ce22a3bdd2ff53fe91603c5b806fba2bed9030c5928cfd8da851543e931de1d3ae73ee3cde8761e2
|
|
7
|
+
data.tar.gz: 27a22d248eaa7babb3eefb1b3fd0e2d8b3c6c4674056e6925e8180f5dfb16fd04cfec3dd9de4fb7d301e73a96ac8c09e6a739892574cdeee8918795886ff07d3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.937
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -3129,11 +3129,11 @@ module TencentCloud
|
|
|
3129
3129
|
|
|
3130
3130
|
# CreateNoticeContent请求参数结构体
|
|
3131
3131
|
class CreateNoticeContentRequest < TencentCloud::Common::AbstractModel
|
|
3132
|
-
# @param Name:
|
|
3132
|
+
# @param Name: 模板名称。
|
|
3133
3133
|
# @type Name: String
|
|
3134
|
-
# @param Type:
|
|
3134
|
+
# @param Type: 模板内容语言。0:中文1:英文
|
|
3135
3135
|
# @type Type: Integer
|
|
3136
|
-
# @param NoticeContents:
|
|
3136
|
+
# @param NoticeContents: 模板详细配置。
|
|
3137
3137
|
# @type NoticeContents: Array
|
|
3138
3138
|
|
|
3139
3139
|
attr_accessor :Name, :Type, :NoticeContents
|
|
@@ -4352,7 +4352,7 @@ module TencentCloud
|
|
|
4352
4352
|
|
|
4353
4353
|
# DeleteNoticeContent请求参数结构体
|
|
4354
4354
|
class DeleteNoticeContentRequest < TencentCloud::Common::AbstractModel
|
|
4355
|
-
# @param NoticeContentId:
|
|
4355
|
+
# @param NoticeContentId: 通知内容模板ID
|
|
4356
4356
|
# @type NoticeContentId: String
|
|
4357
4357
|
|
|
4358
4358
|
attr_accessor :NoticeContentId
|
|
@@ -6122,12 +6122,12 @@ module TencentCloud
|
|
|
6122
6122
|
# DescribeNoticeContents请求参数结构体
|
|
6123
6123
|
class DescribeNoticeContentsRequest < TencentCloud::Common::AbstractModel
|
|
6124
6124
|
# @param Filters: <li> name
|
|
6125
|
-
#
|
|
6125
|
+
# 按照【通知内容模板名称】进行过滤。
|
|
6126
6126
|
# 类型:String
|
|
6127
6127
|
# 必选:否
|
|
6128
6128
|
# </li>
|
|
6129
6129
|
# <li> noticeContentId
|
|
6130
|
-
#
|
|
6130
|
+
# 按照【通知内容模板ID】进行过滤。
|
|
6131
6131
|
# 类型:String
|
|
6132
6132
|
# 必选:否
|
|
6133
6133
|
# </li>
|
|
@@ -6162,10 +6162,10 @@ module TencentCloud
|
|
|
6162
6162
|
|
|
6163
6163
|
# DescribeNoticeContents返回参数结构体
|
|
6164
6164
|
class DescribeNoticeContentsResponse < TencentCloud::Common::AbstractModel
|
|
6165
|
-
# @param NoticeContents:
|
|
6165
|
+
# @param NoticeContents: 通知内容模板列表。
|
|
6166
6166
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6167
6167
|
# @type NoticeContents: Array
|
|
6168
|
-
# @param TotalCount:
|
|
6168
|
+
# @param TotalCount: 符合条件的通知内容模板总数。
|
|
6169
6169
|
# @type TotalCount: Integer
|
|
6170
6170
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6171
6171
|
# @type RequestId: String
|
|
@@ -9127,15 +9127,15 @@ module TencentCloud
|
|
|
9127
9127
|
|
|
9128
9128
|
# ModifyNoticeContent请求参数结构体
|
|
9129
9129
|
class ModifyNoticeContentRequest < TencentCloud::Common::AbstractModel
|
|
9130
|
-
# @param NoticeContentId:
|
|
9130
|
+
# @param NoticeContentId: 通知内容模板ID。
|
|
9131
9131
|
# @type NoticeContentId: String
|
|
9132
|
-
# @param Name:
|
|
9132
|
+
# @param Name: 通知内容模板名称。
|
|
9133
9133
|
# @type Name: String
|
|
9134
9134
|
# @param Type: 通知内容语言。
|
|
9135
9135
|
|
|
9136
9136
|
# 0:中文 1:英文
|
|
9137
9137
|
# @type Type: Integer
|
|
9138
|
-
# @param NoticeContents:
|
|
9138
|
+
# @param NoticeContents: 通知内容模板详细信息。
|
|
9139
9139
|
# @type NoticeContents: Array
|
|
9140
9140
|
|
|
9141
9141
|
attr_accessor :NoticeContentId, :Name, :Type, :NoticeContents
|
|
@@ -9523,16 +9523,16 @@ module TencentCloud
|
|
|
9523
9523
|
end
|
|
9524
9524
|
end
|
|
9525
9525
|
|
|
9526
|
-
#
|
|
9526
|
+
# 通知内容模板详细配置
|
|
9527
9527
|
class NoticeContent < TencentCloud::Common::AbstractModel
|
|
9528
9528
|
# @param Type: 渠道类型
|
|
9529
9529
|
|
|
9530
9530
|
# Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
|
9531
9531
|
# @type Type: String
|
|
9532
|
-
# @param TriggerContent:
|
|
9532
|
+
# @param TriggerContent: 告警触发通知内容模板。
|
|
9533
9533
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9534
9534
|
# @type TriggerContent: :class:`Tencentcloud::Cls.v20201016.models.NoticeContentInfo`
|
|
9535
|
-
# @param RecoveryContent:
|
|
9535
|
+
# @param RecoveryContent: 告警恢复通知内容模板。
|
|
9536
9536
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9537
9537
|
# @type RecoveryContent: :class:`Tencentcloud::Cls.v20201016.models.NoticeContentInfo`
|
|
9538
9538
|
|
|
@@ -10073,8 +10073,8 @@ module TencentCloud
|
|
|
10073
10073
|
|
|
10074
10074
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
|
10075
10075
|
extend Gem::Deprecate
|
|
10076
|
-
deprecate :DstTopicName, :none, 2024,
|
|
10077
|
-
deprecate :DstTopicName=, :none, 2024,
|
|
10076
|
+
deprecate :DstTopicName, :none, 2024, 11
|
|
10077
|
+
deprecate :DstTopicName=, :none, 2024, 11
|
|
10078
10078
|
|
|
10079
10079
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
|
10080
10080
|
@LogContent = logcontent
|
|
@@ -11339,8 +11339,8 @@ module TencentCloud
|
|
|
11339
11339
|
|
|
11340
11340
|
attr_accessor :TopicId, :HashKey, :CompressType
|
|
11341
11341
|
extend Gem::Deprecate
|
|
11342
|
-
deprecate :HashKey, :none, 2024,
|
|
11343
|
-
deprecate :HashKey=, :none, 2024,
|
|
11342
|
+
deprecate :HashKey, :none, 2024, 11
|
|
11343
|
+
deprecate :HashKey=, :none, 2024, 11
|
|
11344
11344
|
|
|
11345
11345
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
|
11346
11346
|
@TopicId = topicid
|