Skip to content

Commit 8370a41

Browse files
author
awstools
committed
feat(client-glacier): Remove incorrect endpoint tests
1 parent 9048f52 commit 8370a41

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2842,17 +2842,6 @@
28422842
"UseDualStack": false
28432843
}
28442844
},
2845-
{
2846-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2847-
"expect": {
2848-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2849-
},
2850-
"params": {
2851-
"Region": "us-iso-east-1",
2852-
"UseFIPS": true,
2853-
"UseDualStack": true
2854-
}
2855-
},
28562845
{
28572846
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
28582847
"expect": {
@@ -2866,17 +2855,6 @@
28662855
"UseDualStack": false
28672856
}
28682857
},
2869-
{
2870-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2871-
"expect": {
2872-
"error": "DualStack is enabled but this partition does not support DualStack"
2873-
},
2874-
"params": {
2875-
"Region": "us-iso-east-1",
2876-
"UseFIPS": false,
2877-
"UseDualStack": true
2878-
}
2879-
},
28802858
{
28812859
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
28822860
"expect": {
@@ -2890,17 +2868,6 @@
28902868
"UseDualStack": false
28912869
}
28922870
},
2893-
{
2894-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2895-
"expect": {
2896-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2897-
},
2898-
"params": {
2899-
"Region": "us-isob-east-1",
2900-
"UseFIPS": true,
2901-
"UseDualStack": true
2902-
}
2903-
},
29042871
{
29052872
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
29062873
"expect": {
@@ -2914,17 +2881,6 @@
29142881
"UseDualStack": false
29152882
}
29162883
},
2917-
{
2918-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2919-
"expect": {
2920-
"error": "DualStack is enabled but this partition does not support DualStack"
2921-
},
2922-
"params": {
2923-
"Region": "us-isob-east-1",
2924-
"UseFIPS": false,
2925-
"UseDualStack": true
2926-
}
2927-
},
29282884
{
29292885
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
29302886
"expect": {

0 commit comments

Comments
 (0)