Skip to content

Commit 2dd2fc6

Browse files
author
awstools
committed
feat(client-s3tables): Remove incorrect endpoint tests
1 parent e289c0a commit 2dd2fc6

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3586,17 +3586,6 @@
35863586
"UseDualStack": false
35873587
}
35883588
},
3589-
{
3590-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3591-
"expect": {
3592-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3593-
},
3594-
"params": {
3595-
"Region": "us-iso-east-1",
3596-
"UseFIPS": true,
3597-
"UseDualStack": true
3598-
}
3599-
},
36003589
{
36013590
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
36023591
"expect": {
@@ -3610,17 +3599,6 @@
36103599
"UseDualStack": false
36113600
}
36123601
},
3613-
{
3614-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3615-
"expect": {
3616-
"error": "DualStack is enabled but this partition does not support DualStack"
3617-
},
3618-
"params": {
3619-
"Region": "us-iso-east-1",
3620-
"UseFIPS": false,
3621-
"UseDualStack": true
3622-
}
3623-
},
36243602
{
36253603
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
36263604
"expect": {
@@ -3634,17 +3612,6 @@
36343612
"UseDualStack": false
36353613
}
36363614
},
3637-
{
3638-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3639-
"expect": {
3640-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3641-
},
3642-
"params": {
3643-
"Region": "us-isob-east-1",
3644-
"UseFIPS": true,
3645-
"UseDualStack": true
3646-
}
3647-
},
36483615
{
36493616
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
36503617
"expect": {
@@ -3658,17 +3625,6 @@
36583625
"UseDualStack": false
36593626
}
36603627
},
3661-
{
3662-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3663-
"expect": {
3664-
"error": "DualStack is enabled but this partition does not support DualStack"
3665-
},
3666-
"params": {
3667-
"Region": "us-isob-east-1",
3668-
"UseFIPS": false,
3669-
"UseDualStack": true
3670-
}
3671-
},
36723628
{
36733629
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
36743630
"expect": {

0 commit comments

Comments
 (0)