Skip to content

Commit 76467b4

Browse files
AWSsugmanue
authored andcommitted
Amazon CloudWatch Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 7c637b7 commit 76467b4

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"apiVersion":"2010-08-01",
55
"endpointPrefix":"monitoring",
66
"protocol":"query",
7+
"protocols":["query"],
78
"serviceAbbreviation":"CloudWatch",
89
"serviceFullName":"Amazon CloudWatch",
910
"serviceId":"CloudWatch",
1011
"signatureVersion":"v4",
1112
"uid":"monitoring-2010-08-01",
12-
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/"
13+
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"DeleteAlarms":{

0 commit comments

Comments
 (0)