Skip to content

Commit a14273b

Browse files
author
awstools
committed
feat(client-docdb): Remove incorrect endpoint tests
1 parent 6c4d9f8 commit a14273b

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,17 +1207,6 @@
12071207
"UseDualStack": false
12081208
}
12091209
},
1210-
{
1211-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1212-
"expect": {
1213-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1214-
},
1215-
"params": {
1216-
"Region": "us-iso-east-1",
1217-
"UseFIPS": true,
1218-
"UseDualStack": true
1219-
}
1220-
},
12211210
{
12221211
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
12231212
"expect": {
@@ -1231,17 +1220,6 @@
12311220
"UseDualStack": false
12321221
}
12331222
},
1234-
{
1235-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1236-
"expect": {
1237-
"error": "DualStack is enabled but this partition does not support DualStack"
1238-
},
1239-
"params": {
1240-
"Region": "us-iso-east-1",
1241-
"UseFIPS": false,
1242-
"UseDualStack": true
1243-
}
1244-
},
12451223
{
12461224
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
12471225
"expect": {
@@ -1255,17 +1233,6 @@
12551233
"UseDualStack": false
12561234
}
12571235
},
1258-
{
1259-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1260-
"expect": {
1261-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1262-
},
1263-
"params": {
1264-
"Region": "us-isob-east-1",
1265-
"UseFIPS": true,
1266-
"UseDualStack": true
1267-
}
1268-
},
12691236
{
12701237
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
12711238
"expect": {
@@ -1279,17 +1246,6 @@
12791246
"UseDualStack": false
12801247
}
12811248
},
1282-
{
1283-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1284-
"expect": {
1285-
"error": "DualStack is enabled but this partition does not support DualStack"
1286-
},
1287-
"params": {
1288-
"Region": "us-isob-east-1",
1289-
"UseFIPS": false,
1290-
"UseDualStack": true
1291-
}
1292-
},
12931249
{
12941250
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
12951251
"expect": {

0 commit comments

Comments
 (0)