Skip to content

Commit

Permalink
feat(client-neptune): Add v2 smoke tests and smithy smokeTests trait …
Browse files Browse the repository at this point in the history
…for SDK testing.
  • Loading branch information
awstools committed Sep 20, 2024
1 parent 12cef30 commit cdacf56
Showing 1 changed file with 29 additions and 12 deletions.
41 changes: 29 additions & 12 deletions codegen/sdk-codegen/aws-models/neptune.json
Original file line number Diff line number Diff line change
Expand Up @@ -1442,17 +1442,6 @@
"expect": {
"error": "Invalid Configuration: Missing Region"
}
},
{
"documentation": "Partition doesn't support DualStack",
"expect": {
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"Region": "us-isob-east-1",
"UseFIPS": false,
"UseDualStack": true
}
}
],
"version": "1.0"
Expand Down Expand Up @@ -6123,7 +6112,20 @@
"outputToken": "Marker",
"items": "DBEngineVersions",
"pageSize": "MaxRecords"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeDBEngineVersionsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.neptune#DescribeDBEngineVersionsMessage": {
Expand Down Expand Up @@ -6210,6 +6212,21 @@
"pageSize": "MaxRecords"
},
"smithy.api#suppress": ["WaitableTraitInvalidErrorType"],
"smithy.test#smokeTests": [
{
"id": "DescribeDBInstancesFailure",
"params": {
"DBInstanceIdentifier": "fake-id"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
],
"smithy.waiters#waitable": {
"DBInstanceAvailable": {
"acceptors": [
Expand Down

0 comments on commit cdacf56

Please sign in to comment.