Skip to content

Commit 83ab568

Browse files
author
awstools
committed
feat(client-memorydb): Remove incorrect endpoint tests
1 parent ac05ac2 commit 83ab568

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,17 +1111,6 @@
11111111
"UseDualStack": false
11121112
}
11131113
},
1114-
{
1115-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1116-
"expect": {
1117-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1118-
},
1119-
"params": {
1120-
"Region": "us-iso-east-1",
1121-
"UseFIPS": true,
1122-
"UseDualStack": true
1123-
}
1124-
},
11251114
{
11261115
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11271116
"expect": {
@@ -1135,17 +1124,6 @@
11351124
"UseDualStack": false
11361125
}
11371126
},
1138-
{
1139-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1140-
"expect": {
1141-
"error": "DualStack is enabled but this partition does not support DualStack"
1142-
},
1143-
"params": {
1144-
"Region": "us-iso-east-1",
1145-
"UseFIPS": false,
1146-
"UseDualStack": true
1147-
}
1148-
},
11491127
{
11501128
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
11511129
"expect": {
@@ -1159,17 +1137,6 @@
11591137
"UseDualStack": false
11601138
}
11611139
},
1162-
{
1163-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1164-
"expect": {
1165-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1166-
},
1167-
"params": {
1168-
"Region": "us-isob-east-1",
1169-
"UseFIPS": true,
1170-
"UseDualStack": true
1171-
}
1172-
},
11731140
{
11741141
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
11751142
"expect": {
@@ -1183,17 +1150,6 @@
11831150
"UseDualStack": false
11841151
}
11851152
},
1186-
{
1187-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1188-
"expect": {
1189-
"error": "DualStack is enabled but this partition does not support DualStack"
1190-
},
1191-
"params": {
1192-
"Region": "us-isob-east-1",
1193-
"UseFIPS": false,
1194-
"UseDualStack": true
1195-
}
1196-
},
11971153
{
11981154
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11991155
"expect": {

0 commit comments

Comments
 (0)