File tree 1 file changed +29
-12
lines changed
codegen/sdk-codegen/aws-models
1 file changed +29
-12
lines changed Original file line number Diff line number Diff line change 1442
1442
"expect": {
1443
1443
"error": "Invalid Configuration: Missing Region"
1444
1444
}
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
- }
1456
1445
}
1457
1446
],
1458
1447
"version": "1.0"
6123
6112
"outputToken": "Marker",
6124
6113
"items": "DBEngineVersions",
6125
6114
"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
+ ]
6127
6129
}
6128
6130
},
6129
6131
"com.amazonaws.neptune#DescribeDBEngineVersionsMessage": {
6210
6212
"pageSize": "MaxRecords"
6211
6213
},
6212
6214
"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
+ ],
6213
6230
"smithy.waiters#waitable": {
6214
6231
"DBInstanceAvailable": {
6215
6232
"acceptors": [
You can’t perform that action at this time.
0 commit comments