Skip to content

Commit 1e1ec60

Browse files
author
awstools
committed
feat(client-chime-sdk-identity): Remove incorrect endpoint tests
1 parent 2dd2fc6 commit 1e1ec60

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/chime-sdk-identity.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,17 +1103,6 @@
11031103
"UseDualStack": false
11041104
}
11051105
},
1106-
{
1107-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
1108-
"expect": {
1109-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1110-
},
1111-
"params": {
1112-
"Region": "us-iso-east-1",
1113-
"UseFIPS": true,
1114-
"UseDualStack": true
1115-
}
1116-
},
11171106
{
11181107
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
11191108
"expect": {
@@ -1127,17 +1116,6 @@
11271116
"UseDualStack": false
11281117
}
11291118
},
1130-
{
1131-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
1132-
"expect": {
1133-
"error": "DualStack is enabled but this partition does not support DualStack"
1134-
},
1135-
"params": {
1136-
"Region": "us-iso-east-1",
1137-
"UseFIPS": false,
1138-
"UseDualStack": true
1139-
}
1140-
},
11411119
{
11421120
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
11431121
"expect": {
@@ -1151,17 +1129,6 @@
11511129
"UseDualStack": false
11521130
}
11531131
},
1154-
{
1155-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
1156-
"expect": {
1157-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
1158-
},
1159-
"params": {
1160-
"Region": "us-isob-east-1",
1161-
"UseFIPS": true,
1162-
"UseDualStack": true
1163-
}
1164-
},
11651132
{
11661133
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
11671134
"expect": {
@@ -1175,17 +1142,6 @@
11751142
"UseDualStack": false
11761143
}
11771144
},
1178-
{
1179-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
1180-
"expect": {
1181-
"error": "DualStack is enabled but this partition does not support DualStack"
1182-
},
1183-
"params": {
1184-
"Region": "us-isob-east-1",
1185-
"UseFIPS": false,
1186-
"UseDualStack": true
1187-
}
1188-
},
11891145
{
11901146
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
11911147
"expect": {

0 commit comments

Comments
 (0)