Skip to content

Commit 732894e

Browse files
author
awstools
committed
feat(client-codecommit): Remove incorrect endpoint tests
1 parent ce166c0 commit 732894e

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,17 +2675,6 @@
26752675
"UseDualStack": true
26762676
}
26772677
},
2678-
{
2679-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2680-
"expect": {
2681-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2682-
},
2683-
"params": {
2684-
"Region": "us-iso-east-1",
2685-
"UseFIPS": true,
2686-
"UseDualStack": true
2687-
}
2688-
},
26892678
{
26902679
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
26912680
"expect": {
@@ -2699,17 +2688,6 @@
26992688
"UseDualStack": false
27002689
}
27012690
},
2702-
{
2703-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2704-
"expect": {
2705-
"error": "DualStack is enabled but this partition does not support DualStack"
2706-
},
2707-
"params": {
2708-
"Region": "us-iso-east-1",
2709-
"UseFIPS": false,
2710-
"UseDualStack": true
2711-
}
2712-
},
27132691
{
27142692
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
27152693
"expect": {
@@ -2723,17 +2701,6 @@
27232701
"UseDualStack": false
27242702
}
27252703
},
2726-
{
2727-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2728-
"expect": {
2729-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2730-
},
2731-
"params": {
2732-
"Region": "us-isob-east-1",
2733-
"UseFIPS": true,
2734-
"UseDualStack": true
2735-
}
2736-
},
27372704
{
27382705
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
27392706
"expect": {
@@ -2747,17 +2714,6 @@
27472714
"UseDualStack": false
27482715
}
27492716
},
2750-
{
2751-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2752-
"expect": {
2753-
"error": "DualStack is enabled but this partition does not support DualStack"
2754-
},
2755-
"params": {
2756-
"Region": "us-isob-east-1",
2757-
"UseFIPS": false,
2758-
"UseDualStack": true
2759-
}
2760-
},
27612717
{
27622718
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
27632719
"expect": {

0 commit comments

Comments
 (0)