Skip to content

Commit 6c5d0a6

Browse files
author
AWS
committed
Amazon ElastiCache Update: AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.
1 parent 373c905 commit 6c5d0a6

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
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 ElastiCache",
4+
"contributor": "",
5+
"description": "AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose."
6+
}

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4351,7 +4351,7 @@
43514351
"members":{
43524352
"LogType":{
43534353
"shape":"LogType",
4354-
"documentation":"<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
4354+
"documentation":"<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log.</p>"
43554355
},
43564356
"DestinationType":{
43574357
"shape":"DestinationType",
@@ -4388,7 +4388,7 @@
43884388
"members":{
43894389
"LogType":{
43904390
"shape":"LogType",
4391-
"documentation":"<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
4391+
"documentation":"<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
43924392
},
43934393
"DestinationType":{
43944394
"shape":"DestinationType",
@@ -4435,7 +4435,10 @@
44354435
},
44364436
"LogType":{
44374437
"type":"string",
4438-
"enum":["slow-log"]
4438+
"enum":[
4439+
"slow-log",
4440+
"engine-log"
4441+
]
44394442
},
44404443
"ModifyCacheClusterMessage":{
44414444
"type":"structure",
@@ -5260,7 +5263,7 @@
52605263
"members":{
52615264
"LogType":{
52625265
"shape":"LogType",
5263-
"documentation":"<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
5266+
"documentation":"<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
52645267
},
52655268
"DestinationType":{
52665269
"shape":"DestinationType",

0 commit comments

Comments
 (0)