Skip to content

Commit 4b8e2c2

Browse files
author
awstools
committed
feat(client-ram): Remove incorrect endpoint tests
1 parent b0282ea commit 4b8e2c2

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,17 +1114,6 @@
11141114
"UseDualStack": false
11151115
}
11161116
},
1117-
{
1118-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1119-
"expect": {
1120-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1121-
},
1122-
"params": {
1123-
"Region": "us-iso-east-1",
1124-
"UseFIPS": true,
1125-
"UseDualStack": true
1126-
}
1127-
},
11281117
{
11291118
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11301119
"expect": {
@@ -1138,17 +1127,6 @@
11381127
"UseDualStack": false
11391128
}
11401129
},
1141-
{
1142-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1143-
"expect": {
1144-
"error": "DualStack is enabled but this partition does not support DualStack"
1145-
},
1146-
"params": {
1147-
"Region": "us-iso-east-1",
1148-
"UseFIPS": false,
1149-
"UseDualStack": true
1150-
}
1151-
},
11521130
{
11531131
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11541132
"expect": {
@@ -1162,17 +1140,6 @@
11621140
"UseDualStack": false
11631141
}
11641142
},
1165-
{
1166-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1167-
"expect": {
1168-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1169-
},
1170-
"params": {
1171-
"Region": "us-isob-east-1",
1172-
"UseFIPS": true,
1173-
"UseDualStack": true
1174-
}
1175-
},
11761143
{
11771144
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
11781145
"expect": {
@@ -1186,17 +1153,6 @@
11861153
"UseDualStack": false
11871154
}
11881155
},
1189-
{
1190-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1191-
"expect": {
1192-
"error": "DualStack is enabled but this partition does not support DualStack"
1193-
},
1194-
"params": {
1195-
"Region": "us-isob-east-1",
1196-
"UseFIPS": false,
1197-
"UseDualStack": true
1198-
}
1199-
},
12001156
{
12011157
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
12021158
"expect": {

0 commit comments

Comments
 (0)