Skip to content

Commit 8426d8f

Browse files
author
awstools
committed
feat(client-macie2): Remove incorrect endpoint tests
1 parent ddb81bb commit 8426d8f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -9972,17 +9972,6 @@
99729972
"UseDualStack": false
99739973
}
99749974
},
9975-
{
9976-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
9977-
"expect": {
9978-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
9979-
},
9980-
"params": {
9981-
"Region": "us-iso-east-1",
9982-
"UseFIPS": true,
9983-
"UseDualStack": true
9984-
}
9985-
},
99869975
{
99879976
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
99889977
"expect": {
@@ -9996,17 +9985,6 @@
99969985
"UseDualStack": false
99979986
}
99989987
},
9999-
{
10000-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
10001-
"expect": {
10002-
"error": "DualStack is enabled but this partition does not support DualStack"
10003-
},
10004-
"params": {
10005-
"Region": "us-iso-east-1",
10006-
"UseFIPS": false,
10007-
"UseDualStack": true
10008-
}
10009-
},
100109988
{
100119989
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
100129990
"expect": {
@@ -10020,17 +9998,6 @@
100209998
"UseDualStack": false
100219999
}
1002210000
},
10023-
{
10024-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
10025-
"expect": {
10026-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
10027-
},
10028-
"params": {
10029-
"Region": "us-isob-east-1",
10030-
"UseFIPS": true,
10031-
"UseDualStack": true
10032-
}
10033-
},
1003410001
{
1003510002
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
1003610003
"expect": {
@@ -10044,17 +10011,6 @@
1004410011
"UseDualStack": false
1004510012
}
1004610013
},
10047-
{
10048-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
10049-
"expect": {
10050-
"error": "DualStack is enabled but this partition does not support DualStack"
10051-
},
10052-
"params": {
10053-
"Region": "us-isob-east-1",
10054-
"UseFIPS": false,
10055-
"UseDualStack": true
10056-
}
10057-
},
1005810014
{
1005910015
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
1006010016
"expect": {

0 commit comments

Comments
 (0)