Skip to content

Commit ee50cf1

Browse files
author
awstools
committed
feat(client-socialmessaging): Remove incorrect endpoint tests
1 parent fdd280f commit ee50cf1

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3017,17 +3017,6 @@
30173017
"UseDualStack": false
30183018
}
30193019
},
3020-
{
3021-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3022-
"expect": {
3023-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3024-
},
3025-
"params": {
3026-
"Region": "us-iso-east-1",
3027-
"UseFIPS": true,
3028-
"UseDualStack": true
3029-
}
3030-
},
30313020
{
30323021
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
30333022
"expect": {
@@ -3041,17 +3030,6 @@
30413030
"UseDualStack": false
30423031
}
30433032
},
3044-
{
3045-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3046-
"expect": {
3047-
"error": "DualStack is enabled but this partition does not support DualStack"
3048-
},
3049-
"params": {
3050-
"Region": "us-iso-east-1",
3051-
"UseFIPS": false,
3052-
"UseDualStack": true
3053-
}
3054-
},
30553033
{
30563034
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
30573035
"expect": {
@@ -3065,17 +3043,6 @@
30653043
"UseDualStack": false
30663044
}
30673045
},
3068-
{
3069-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3070-
"expect": {
3071-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3072-
},
3073-
"params": {
3074-
"Region": "us-isob-east-1",
3075-
"UseFIPS": true,
3076-
"UseDualStack": true
3077-
}
3078-
},
30793046
{
30803047
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
30813048
"expect": {
@@ -3089,17 +3056,6 @@
30893056
"UseDualStack": false
30903057
}
30913058
},
3092-
{
3093-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3094-
"expect": {
3095-
"error": "DualStack is enabled but this partition does not support DualStack"
3096-
},
3097-
"params": {
3098-
"Region": "us-isob-east-1",
3099-
"UseFIPS": false,
3100-
"UseDualStack": true
3101-
}
3102-
},
31033059
{
31043060
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
31053061
"expect": {

0 commit comments

Comments
 (0)