Skip to content

Commit 51a8423

Browse files
author
awstools
committedAug 2, 2024
feat(client-cloudwatch): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent be78cf6 commit 51a8423

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
 

‎codegen/sdk-codegen/aws-models/cloudwatch.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
"sdkId": "CloudWatch",
25952595
"arnNamespace": "monitoring",
25962596
"cloudFormationName": "CloudWatch",
2597-
"cloudTrailEventSource": "cloudwatch.amazonaws.com",
2597+
"cloudTrailEventSource": "monitoring.amazonaws.com",
25982598
"docId": "monitoring-2010-08-01",
25992599
"endpointPrefix": "monitoring"
26002600
},
@@ -4360,7 +4360,22 @@
43604360
"smithy.api#paginated": {
43614361
"inputToken": "NextToken",
43624362
"outputToken": "NextToken"
4363-
}
4363+
},
4364+
"smithy.test#smokeTests": [
4365+
{
4366+
"id": "ListMetricsSuccess",
4367+
"params": {
4368+
"Namespace": "AWS/EC2"
4369+
},
4370+
"vendorParams": {
4371+
"region": "us-west-2"
4372+
},
4373+
"vendorParamsShape": "aws.test#AwsVendorParams",
4374+
"expect": {
4375+
"success": {}
4376+
}
4377+
}
4378+
]
43644379
}
43654380
},
43664381
"com.amazonaws.cloudwatch#ListMetricsInput": {

0 commit comments

Comments
 (0)