Skip to content

Commit 8d0b736

Browse files
author
awstools
committed
feat(client-vpc-lattice): Remove incorrect endpoint tests
1 parent 78f7b0b commit 8d0b736

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/vpc-lattice.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6945,17 +6945,6 @@
69456945
"UseDualStack": false
69466946
}
69476947
},
6948-
{
6949-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
6950-
"expect": {
6951-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
6952-
},
6953-
"params": {
6954-
"Region": "us-iso-east-1",
6955-
"UseFIPS": true,
6956-
"UseDualStack": true
6957-
}
6958-
},
69596948
{
69606949
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
69616950
"expect": {
@@ -6969,17 +6958,6 @@
69696958
"UseDualStack": false
69706959
}
69716960
},
6972-
{
6973-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
6974-
"expect": {
6975-
"error": "DualStack is enabled but this partition does not support DualStack"
6976-
},
6977-
"params": {
6978-
"Region": "us-iso-east-1",
6979-
"UseFIPS": false,
6980-
"UseDualStack": true
6981-
}
6982-
},
69836961
{
69846962
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
69856963
"expect": {
@@ -6993,17 +6971,6 @@
69936971
"UseDualStack": false
69946972
}
69956973
},
6996-
{
6997-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
6998-
"expect": {
6999-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
7000-
},
7001-
"params": {
7002-
"Region": "us-isob-east-1",
7003-
"UseFIPS": true,
7004-
"UseDualStack": true
7005-
}
7006-
},
70076974
{
70086975
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
70096976
"expect": {
@@ -7017,17 +6984,6 @@
70176984
"UseDualStack": false
70186985
}
70196986
},
7020-
{
7021-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
7022-
"expect": {
7023-
"error": "DualStack is enabled but this partition does not support DualStack"
7024-
},
7025-
"params": {
7026-
"Region": "us-isob-east-1",
7027-
"UseFIPS": false,
7028-
"UseDualStack": true
7029-
}
7030-
},
70316987
{
70326988
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
70336989
"expect": {

0 commit comments

Comments
 (0)