Skip to content

Commit 1d12e26

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 27cb64c commit 1d12e26

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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 CloudWatch Logs",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"logs",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceFullName":"Amazon CloudWatch Logs",
910
"serviceId":"CloudWatch Logs",
1011
"signatureVersion":"v4",
1112
"targetPrefix":"Logs_20140328",
12-
"uid":"logs-2014-03-28"
13+
"uid":"logs-2014-03-28",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"AssociateKmsKey":{

0 commit comments

Comments
 (0)