Skip to content

Commit fe5f536

Browse files
author
awstools
committed
feat(client-sfn): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 03d945e commit fe5f536

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

codegen/sdk-codegen/aws-models/sfn.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"sdkId": "SFN",
151151
"arnNamespace": "states",
152152
"cloudFormationName": "StepFunctions",
153-
"cloudTrailEventSource": "sfn.amazonaws.com",
153+
"cloudTrailEventSource": "states.amazonaws.com",
154154
"docId": "states-2016-11-23",
155155
"endpointPrefix": "states"
156156
},
@@ -4222,7 +4222,20 @@
42224222
"outputToken": "nextToken",
42234223
"items": "activities",
42244224
"pageSize": "maxResults"
4225-
}
4225+
},
4226+
"smithy.test#smokeTests": [
4227+
{
4228+
"id": "ListActivitiesSuccess",
4229+
"params": {},
4230+
"vendorParams": {
4231+
"region": "us-west-2"
4232+
},
4233+
"vendorParamsShape": "aws.test#AwsVendorParams",
4234+
"expect": {
4235+
"success": {}
4236+
}
4237+
}
4238+
]
42264239
}
42274240
},
42284241
"com.amazonaws.sfn#ListActivitiesInput": {

0 commit comments

Comments
 (0)