Skip to content

Commit

Permalink
feat(client-cloudwatch-logs): Add v2 smoke tests and smithy smokeTest…
Browse files Browse the repository at this point in the history
…s trait for SDK testing.
  • Loading branch information
awstools committed Jul 30, 2024
1 parent 5e8b92d commit 88b6a41
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions codegen/sdk-codegen/aws-models/cloudwatch-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,20 @@
"outputToken": "nextToken",
"items": "logGroups",
"pageSize": "limit"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeLogGroupsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.cloudwatchlogs#DescribeLogGroupsRequest": {
Expand Down Expand Up @@ -3946,7 +3959,23 @@
"outputToken": "nextForwardToken",
"items": "events",
"pageSize": "limit"
}
},
"smithy.test#smokeTests": [
{
"id": "GetLogEventsFailure",
"params": {
"logGroupName": "fakegroup",
"logStreamName": "fakestream"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
]
}
},
"com.amazonaws.cloudwatchlogs#GetLogEventsRequest": {
Expand Down Expand Up @@ -5328,7 +5357,7 @@
"sdkId": "CloudWatch Logs",
"arnNamespace": "logs",
"cloudFormationName": "Logs",
"cloudTrailEventSource": "cloudwatchlogs.amazonaws.com",
"cloudTrailEventSource": "logs.amazonaws.com",
"docId": "logs-2014-03-28",
"endpointPrefix": "logs"
},
Expand Down

0 comments on commit 88b6a41

Please sign in to comment.