Skip to content

Commit

Permalink
feat(client-cloudwatch): Add v2 smoke tests and smithy smokeTests tra…
Browse files Browse the repository at this point in the history
…it for SDK testing.
  • Loading branch information
awstools committed Aug 2, 2024
1 parent be78cf6 commit 51a8423
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions codegen/sdk-codegen/aws-models/cloudwatch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@
"sdkId": "CloudWatch",
"arnNamespace": "monitoring",
"cloudFormationName": "CloudWatch",
"cloudTrailEventSource": "cloudwatch.amazonaws.com",
"cloudTrailEventSource": "monitoring.amazonaws.com",
"docId": "monitoring-2010-08-01",
"endpointPrefix": "monitoring"
},
Expand Down Expand Up @@ -4360,7 +4360,22 @@
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken"
}
},
"smithy.test#smokeTests": [
{
"id": "ListMetricsSuccess",
"params": {
"Namespace": "AWS/EC2"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cloudwatch#ListMetricsInput": {
Expand Down

0 comments on commit 51a8423

Please sign in to comment.