Skip to content

Commit

Permalink
feat(client-sfn): Add v2 smoke tests and smithy smokeTests trait for …
Browse files Browse the repository at this point in the history
…SDK testing.
  • Loading branch information
awstools committed Jul 1, 2024
1 parent 03d945e commit fe5f536
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions codegen/sdk-codegen/aws-models/sfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"sdkId": "SFN",
"arnNamespace": "states",
"cloudFormationName": "StepFunctions",
"cloudTrailEventSource": "sfn.amazonaws.com",
"cloudTrailEventSource": "states.amazonaws.com",
"docId": "states-2016-11-23",
"endpointPrefix": "states"
},
Expand Down Expand Up @@ -4222,7 +4222,20 @@
"outputToken": "nextToken",
"items": "activities",
"pageSize": "maxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "ListActivitiesSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.sfn#ListActivitiesInput": {
Expand Down

0 comments on commit fe5f536

Please sign in to comment.