Skip to content

Commit 978273e

Browse files
author
AWS
committed
AWS Step Functions Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 8875ea5 commit 978273e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Step Functions",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

services/sfn/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serviceId":"SFN",
1212
"signatureVersion":"v4",
1313
"targetPrefix":"AWSStepFunctions",
14-
"uid":"states-2016-11-23"
14+
"uid":"states-2016-11-23",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"CreateActivity":{

0 commit comments

Comments
 (0)