Skip to content

Commit 6acdec8

Browse files
author
awstools
committed
feat(client-payment-cryptography): Remove incorrect endpoint tests
1 parent 72526a7 commit 6acdec8

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,17 +3220,6 @@
32203220
"UseDualStack": false
32213221
}
32223222
},
3223-
{
3224-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3225-
"expect": {
3226-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3227-
},
3228-
"params": {
3229-
"Region": "us-iso-east-1",
3230-
"UseFIPS": true,
3231-
"UseDualStack": true
3232-
}
3233-
},
32343223
{
32353224
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
32363225
"expect": {
@@ -3244,17 +3233,6 @@
32443233
"UseDualStack": false
32453234
}
32463235
},
3247-
{
3248-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3249-
"expect": {
3250-
"error": "DualStack is enabled but this partition does not support DualStack"
3251-
},
3252-
"params": {
3253-
"Region": "us-iso-east-1",
3254-
"UseFIPS": false,
3255-
"UseDualStack": true
3256-
}
3257-
},
32583236
{
32593237
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
32603238
"expect": {
@@ -3268,17 +3246,6 @@
32683246
"UseDualStack": false
32693247
}
32703248
},
3271-
{
3272-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3273-
"expect": {
3274-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3275-
},
3276-
"params": {
3277-
"Region": "us-isob-east-1",
3278-
"UseFIPS": true,
3279-
"UseDualStack": true
3280-
}
3281-
},
32823249
{
32833250
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
32843251
"expect": {
@@ -3292,17 +3259,6 @@
32923259
"UseDualStack": false
32933260
}
32943261
},
3295-
{
3296-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3297-
"expect": {
3298-
"error": "DualStack is enabled but this partition does not support DualStack"
3299-
},
3300-
"params": {
3301-
"Region": "us-isob-east-1",
3302-
"UseFIPS": false,
3303-
"UseDualStack": true
3304-
}
3305-
},
33063262
{
33073263
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
33083264
"expect": {

0 commit comments

Comments
 (0)