Skip to content

Commit d23afd1

Browse files
author
awstools
committed
feat(client-sns): Remove incorrect endpoint tests
1 parent 1f42fdf commit d23afd1

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,17 +1141,6 @@
11411141
"UseDualStack": false
11421142
}
11431143
},
1144-
{
1145-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1146-
"expect": {
1147-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1148-
},
1149-
"params": {
1150-
"Region": "us-iso-east-1",
1151-
"UseFIPS": true,
1152-
"UseDualStack": true
1153-
}
1154-
},
11551144
{
11561145
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11571146
"expect": {
@@ -1165,17 +1154,6 @@
11651154
"UseDualStack": false
11661155
}
11671156
},
1168-
{
1169-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1170-
"expect": {
1171-
"error": "DualStack is enabled but this partition does not support DualStack"
1172-
},
1173-
"params": {
1174-
"Region": "us-iso-east-1",
1175-
"UseFIPS": false,
1176-
"UseDualStack": true
1177-
}
1178-
},
11791157
{
11801158
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11811159
"expect": {
@@ -1189,17 +1167,6 @@
11891167
"UseDualStack": false
11901168
}
11911169
},
1192-
{
1193-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1194-
"expect": {
1195-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1196-
},
1197-
"params": {
1198-
"Region": "us-isob-east-1",
1199-
"UseFIPS": true,
1200-
"UseDualStack": true
1201-
}
1202-
},
12031170
{
12041171
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
12051172
"expect": {
@@ -1213,17 +1180,6 @@
12131180
"UseDualStack": false
12141181
}
12151182
},
1216-
{
1217-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1218-
"expect": {
1219-
"error": "DualStack is enabled but this partition does not support DualStack"
1220-
},
1221-
"params": {
1222-
"Region": "us-isob-east-1",
1223-
"UseFIPS": false,
1224-
"UseDualStack": true
1225-
}
1226-
},
12271183
{
12281184
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
12291185
"expect": {

0 commit comments

Comments
 (0)