Skip to content

Commit ae83e77

Browse files
author
awstools
committedAug 2, 2024
feat(client-ssm): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 86c28e0 commit ae83e77

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed
 

‎codegen/sdk-codegen/aws-models/ssm.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -18147,7 +18147,20 @@
1814718147
"outputToken": "NextToken",
1814818148
"items": "DocumentIdentifiers",
1814918149
"pageSize": "MaxResults"
18150-
}
18150+
},
18151+
"smithy.test#smokeTests": [
18152+
{
18153+
"id": "ListDocumentsSuccess",
18154+
"params": {},
18155+
"vendorParams": {
18156+
"region": "us-west-2"
18157+
},
18158+
"vendorParamsShape": "aws.test#AwsVendorParams",
18159+
"expect": {
18160+
"success": {}
18161+
}
18162+
}
18163+
]
1815118164
}
1815218165
},
1815318166
"com.amazonaws.ssm#ListDocumentsRequest": {

0 commit comments

Comments
 (0)