Skip to content

Commit ac6cee0

Browse files
author
awstools
committed
feat(client-codepipeline): Remove incorrect endpoint tests
1 parent b5bc499 commit ac6cee0

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,17 +2756,6 @@
27562756
"UseDualStack": false
27572757
}
27582758
},
2759-
{
2760-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2761-
"expect": {
2762-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2763-
},
2764-
"params": {
2765-
"Region": "us-iso-east-1",
2766-
"UseFIPS": true,
2767-
"UseDualStack": true
2768-
}
2769-
},
27702759
{
27712760
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
27722761
"expect": {
@@ -2780,17 +2769,6 @@
27802769
"UseDualStack": false
27812770
}
27822771
},
2783-
{
2784-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2785-
"expect": {
2786-
"error": "DualStack is enabled but this partition does not support DualStack"
2787-
},
2788-
"params": {
2789-
"Region": "us-iso-east-1",
2790-
"UseFIPS": false,
2791-
"UseDualStack": true
2792-
}
2793-
},
27942772
{
27952773
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27962774
"expect": {
@@ -2804,17 +2782,6 @@
28042782
"UseDualStack": false
28052783
}
28062784
},
2807-
{
2808-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2809-
"expect": {
2810-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2811-
},
2812-
"params": {
2813-
"Region": "us-isob-east-1",
2814-
"UseFIPS": true,
2815-
"UseDualStack": true
2816-
}
2817-
},
28182785
{
28192786
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
28202787
"expect": {
@@ -2828,17 +2795,6 @@
28282795
"UseDualStack": false
28292796
}
28302797
},
2831-
{
2832-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2833-
"expect": {
2834-
"error": "DualStack is enabled but this partition does not support DualStack"
2835-
},
2836-
"params": {
2837-
"Region": "us-isob-east-1",
2838-
"UseFIPS": false,
2839-
"UseDualStack": true
2840-
}
2841-
},
28422798
{
28432799
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
28442800
"expect": {

0 commit comments

Comments
 (0)