Skip to content

Commit a4d31fc

Browse files
author
awstools
committed
feat(client-payment-cryptography-data): Remove incorrect endpoint tests
1 parent 447123a commit a4d31fc

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/payment-cryptography-data.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2992,17 +2992,6 @@
29922992
"UseDualStack": false
29932993
}
29942994
},
2995-
{
2996-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2997-
"expect": {
2998-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2999-
},
3000-
"params": {
3001-
"Region": "us-iso-east-1",
3002-
"UseFIPS": true,
3003-
"UseDualStack": true
3004-
}
3005-
},
30062995
{
30072996
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
30082997
"expect": {
@@ -3016,17 +3005,6 @@
30163005
"UseDualStack": false
30173006
}
30183007
},
3019-
{
3020-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3021-
"expect": {
3022-
"error": "DualStack is enabled but this partition does not support DualStack"
3023-
},
3024-
"params": {
3025-
"Region": "us-iso-east-1",
3026-
"UseFIPS": false,
3027-
"UseDualStack": true
3028-
}
3029-
},
30303008
{
30313009
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
30323010
"expect": {
@@ -3040,17 +3018,6 @@
30403018
"UseDualStack": false
30413019
}
30423020
},
3043-
{
3044-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3045-
"expect": {
3046-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3047-
},
3048-
"params": {
3049-
"Region": "us-isob-east-1",
3050-
"UseFIPS": true,
3051-
"UseDualStack": true
3052-
}
3053-
},
30543021
{
30553022
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
30563023
"expect": {
@@ -3064,17 +3031,6 @@
30643031
"UseDualStack": false
30653032
}
30663033
},
3067-
{
3068-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3069-
"expect": {
3070-
"error": "DualStack is enabled but this partition does not support DualStack"
3071-
},
3072-
"params": {
3073-
"Region": "us-isob-east-1",
3074-
"UseFIPS": false,
3075-
"UseDualStack": true
3076-
}
3077-
},
30783034
{
30793035
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
30803036
"expect": {

0 commit comments

Comments
 (0)