Skip to content

Commit cdacf56

Browse files
author
awstools
committed
feat(client-neptune): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 12cef30 commit cdacf56

File tree

1 file changed

+29
-12
lines changed

1 file changed

+29
-12
lines changed

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

+29-12
Original file line numberDiff line numberDiff line change
@@ -1442,17 +1442,6 @@
14421442
"expect": {
14431443
"error": "Invalid Configuration: Missing Region"
14441444
}
1445-
},
1446-
{
1447-
"documentation": "Partition doesn't support DualStack",
1448-
"expect": {
1449-
"error": "DualStack is enabled but this partition does not support DualStack"
1450-
},
1451-
"params": {
1452-
"Region": "us-isob-east-1",
1453-
"UseFIPS": false,
1454-
"UseDualStack": true
1455-
}
14561445
}
14571446
],
14581447
"version": "1.0"
@@ -6123,7 +6112,20 @@
61236112
"outputToken": "Marker",
61246113
"items": "DBEngineVersions",
61256114
"pageSize": "MaxRecords"
6126-
}
6115+
},
6116+
"smithy.test#smokeTests": [
6117+
{
6118+
"id": "DescribeDBEngineVersionsSuccess",
6119+
"params": {},
6120+
"vendorParams": {
6121+
"region": "us-west-2"
6122+
},
6123+
"vendorParamsShape": "aws.test#AwsVendorParams",
6124+
"expect": {
6125+
"success": {}
6126+
}
6127+
}
6128+
]
61276129
}
61286130
},
61296131
"com.amazonaws.neptune#DescribeDBEngineVersionsMessage": {
@@ -6210,6 +6212,21 @@
62106212
"pageSize": "MaxRecords"
62116213
},
62126214
"smithy.api#suppress": ["WaitableTraitInvalidErrorType"],
6215+
"smithy.test#smokeTests": [
6216+
{
6217+
"id": "DescribeDBInstancesFailure",
6218+
"params": {
6219+
"DBInstanceIdentifier": "fake-id"
6220+
},
6221+
"vendorParams": {
6222+
"region": "us-west-2"
6223+
},
6224+
"vendorParamsShape": "aws.test#AwsVendorParams",
6225+
"expect": {
6226+
"failure": {}
6227+
}
6228+
}
6229+
],
62136230
"smithy.waiters#waitable": {
62146231
"DBInstanceAvailable": {
62156232
"acceptors": [

0 commit comments

Comments
 (0)