Skip to content

Commit 9667491

Browse files
author
awstools
committed
feat(client-mq): Remove incorrect endpoint tests
1 parent e47bc61 commit 9667491

File tree

1 file changed

+0
-44
lines changed
  • codegen/sdk-codegen/aws-models

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4938,17 +4938,6 @@
49384938
"UseDualStack": true
49394939
}
49404940
},
4941-
{
4942-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4943-
"expect": {
4944-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4945-
},
4946-
"params": {
4947-
"Region": "us-iso-east-1",
4948-
"UseFIPS": true,
4949-
"UseDualStack": true
4950-
}
4951-
},
49524941
{
49534942
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
49544943
"expect": {
@@ -4962,17 +4951,6 @@
49624951
"UseDualStack": false
49634952
}
49644953
},
4965-
{
4966-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4967-
"expect": {
4968-
"error": "DualStack is enabled but this partition does not support DualStack"
4969-
},
4970-
"params": {
4971-
"Region": "us-iso-east-1",
4972-
"UseFIPS": false,
4973-
"UseDualStack": true
4974-
}
4975-
},
49764954
{
49774955
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
49784956
"expect": {
@@ -4986,17 +4964,6 @@
49864964
"UseDualStack": false
49874965
}
49884966
},
4989-
{
4990-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4991-
"expect": {
4992-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4993-
},
4994-
"params": {
4995-
"Region": "us-isob-east-1",
4996-
"UseFIPS": true,
4997-
"UseDualStack": true
4998-
}
4999-
},
50004967
{
50014968
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
50024969
"expect": {
@@ -5010,17 +4977,6 @@
50104977
"UseDualStack": false
50114978
}
50124979
},
5013-
{
5014-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
5015-
"expect": {
5016-
"error": "DualStack is enabled but this partition does not support DualStack"
5017-
},
5018-
"params": {
5019-
"Region": "us-isob-east-1",
5020-
"UseFIPS": false,
5021-
"UseDualStack": true
5022-
}
5023-
},
50244980
{
50254981
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
50264982
"expect": {

0 commit comments

Comments
 (0)