Skip to content

Commit d232e6c

Browse files
author
awstools
committed
feat(client-supplychain): Remove incorrect endpoint tests
1 parent c794333 commit d232e6c

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,17 +3910,6 @@
39103910
"UseDualStack": false
39113911
}
39123912
},
3913-
{
3914-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3915-
"expect": {
3916-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3917-
},
3918-
"params": {
3919-
"Region": "us-iso-east-1",
3920-
"UseFIPS": true,
3921-
"UseDualStack": true
3922-
}
3923-
},
39243913
{
39253914
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
39263915
"expect": {
@@ -3934,17 +3923,6 @@
39343923
"UseDualStack": false
39353924
}
39363925
},
3937-
{
3938-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3939-
"expect": {
3940-
"error": "DualStack is enabled but this partition does not support DualStack"
3941-
},
3942-
"params": {
3943-
"Region": "us-iso-east-1",
3944-
"UseFIPS": false,
3945-
"UseDualStack": true
3946-
}
3947-
},
39483926
{
39493927
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
39503928
"expect": {
@@ -3958,17 +3936,6 @@
39583936
"UseDualStack": false
39593937
}
39603938
},
3961-
{
3962-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3963-
"expect": {
3964-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3965-
},
3966-
"params": {
3967-
"Region": "us-isob-east-1",
3968-
"UseFIPS": true,
3969-
"UseDualStack": true
3970-
}
3971-
},
39723939
{
39733940
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
39743941
"expect": {
@@ -3982,17 +3949,6 @@
39823949
"UseDualStack": false
39833950
}
39843951
},
3985-
{
3986-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3987-
"expect": {
3988-
"error": "DualStack is enabled but this partition does not support DualStack"
3989-
},
3990-
"params": {
3991-
"Region": "us-isob-east-1",
3992-
"UseFIPS": false,
3993-
"UseDualStack": true
3994-
}
3995-
},
39963952
{
39973953
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
39983954
"expect": {

0 commit comments

Comments
 (0)