Skip to content

Commit 20e749e

Browse files
author
awstools
committed
feat(client-groundstation): Remove incorrect endpoint tests
1 parent 48309ba commit 20e749e

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,17 +3934,6 @@
39343934
"UseDualStack": false
39353935
}
39363936
},
3937-
{
3938-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3939-
"expect": {
3940-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3941-
},
3942-
"params": {
3943-
"Region": "us-iso-east-1",
3944-
"UseFIPS": true,
3945-
"UseDualStack": true
3946-
}
3947-
},
39483937
{
39493938
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
39503939
"expect": {
@@ -3958,17 +3947,6 @@
39583947
"UseDualStack": false
39593948
}
39603949
},
3961-
{
3962-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3963-
"expect": {
3964-
"error": "DualStack is enabled but this partition does not support DualStack"
3965-
},
3966-
"params": {
3967-
"Region": "us-iso-east-1",
3968-
"UseFIPS": false,
3969-
"UseDualStack": true
3970-
}
3971-
},
39723950
{
39733951
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
39743952
"expect": {
@@ -3982,17 +3960,6 @@
39823960
"UseDualStack": false
39833961
}
39843962
},
3985-
{
3986-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3987-
"expect": {
3988-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3989-
},
3990-
"params": {
3991-
"Region": "us-isob-east-1",
3992-
"UseFIPS": true,
3993-
"UseDualStack": true
3994-
}
3995-
},
39963963
{
39973964
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
39983965
"expect": {
@@ -4006,17 +3973,6 @@
40063973
"UseDualStack": false
40073974
}
40083975
},
4009-
{
4010-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4011-
"expect": {
4012-
"error": "DualStack is enabled but this partition does not support DualStack"
4013-
},
4014-
"params": {
4015-
"Region": "us-isob-east-1",
4016-
"UseFIPS": false,
4017-
"UseDualStack": true
4018-
}
4019-
},
40203976
{
40213977
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
40223978
"expect": {

0 commit comments

Comments
 (0)