Skip to content

Commit 32c3d6f

Browse files
author
AWS
committed
Amazon Lookout for Metrics Update: In this release we added SnsFormat to SNSConfiguration to support human readable alert.
1 parent 0ffb8fe commit 32c3d6f

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lookout for Metrics",
4+
"contributor": "",
5+
"description": "In this release we added SnsFormat to SNSConfiguration to support human readable alert."
6+
}

services/lookoutmetrics/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,6 +2551,10 @@
25512551
"SnsTopicArn":{
25522552
"shape":"Arn",
25532553
"documentation":"<p>The ARN of the target SNS topic.</p>"
2554+
},
2555+
"SnsFormat":{
2556+
"shape":"SnsFormat",
2557+
"documentation":"<p>The text format for alerts.</p>"
25542558
}
25552559
},
25562560
"documentation":"<p>Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.</p>"
@@ -2633,6 +2637,14 @@
26332637
"error":{"httpStatusCode":402},
26342638
"exception":true
26352639
},
2640+
"SnsFormat":{
2641+
"type":"string",
2642+
"enum":[
2643+
"LONG_TEXT",
2644+
"SHORT_TEXT",
2645+
"JSON"
2646+
]
2647+
},
26362648
"StringAttributeValue":{"type":"string"},
26372649
"StringListAttributeValue":{
26382650
"type":"list",

0 commit comments

Comments
 (0)