Skip to content

Commit 28797b0

Browse files
author
awstools
committed
feat(client-repostspace): Remove incorrect endpoint tests
1 parent bc2f32f commit 28797b0

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,17 +2669,6 @@
26692669
"UseDualStack": false
26702670
}
26712671
},
2672-
{
2673-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2674-
"expect": {
2675-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2676-
},
2677-
"params": {
2678-
"Region": "us-iso-east-1",
2679-
"UseFIPS": true,
2680-
"UseDualStack": true
2681-
}
2682-
},
26832672
{
26842673
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
26852674
"expect": {
@@ -2693,17 +2682,6 @@
26932682
"UseDualStack": false
26942683
}
26952684
},
2696-
{
2697-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2698-
"expect": {
2699-
"error": "DualStack is enabled but this partition does not support DualStack"
2700-
},
2701-
"params": {
2702-
"Region": "us-iso-east-1",
2703-
"UseFIPS": false,
2704-
"UseDualStack": true
2705-
}
2706-
},
27072685
{
27082686
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27092687
"expect": {
@@ -2717,17 +2695,6 @@
27172695
"UseDualStack": false
27182696
}
27192697
},
2720-
{
2721-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2722-
"expect": {
2723-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2724-
},
2725-
"params": {
2726-
"Region": "us-isob-east-1",
2727-
"UseFIPS": true,
2728-
"UseDualStack": true
2729-
}
2730-
},
27312698
{
27322699
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
27332700
"expect": {
@@ -2741,17 +2708,6 @@
27412708
"UseDualStack": false
27422709
}
27432710
},
2744-
{
2745-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2746-
"expect": {
2747-
"error": "DualStack is enabled but this partition does not support DualStack"
2748-
},
2749-
"params": {
2750-
"Region": "us-isob-east-1",
2751-
"UseFIPS": false,
2752-
"UseDualStack": true
2753-
}
2754-
},
27552711
{
27562712
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
27572713
"expect": {

0 commit comments

Comments
 (0)