Skip to content

Commit bc461ac

Browse files
author
awstools
committed
feat(client-schemas): Remove incorrect endpoint tests
1 parent fdda57c commit bc461ac

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

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

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3580,6 +3580,7 @@
35803580
"name": "schemas"
35813581
},
35823582
"aws.protocols#restJson1": {},
3583+
"smithy.api#auth": ["aws.auth#sigv4"],
35833584
"smithy.api#documentation": "<p>Amazon EventBridge Schema Registry</p>",
35843585
"smithy.api#title": "Schemas",
35853586
"smithy.rules#endpointRuleSet": {
@@ -4262,17 +4263,6 @@
42624263
"UseDualStack": false
42634264
}
42644265
},
4265-
{
4266-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4267-
"expect": {
4268-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4269-
},
4270-
"params": {
4271-
"Region": "us-iso-east-1",
4272-
"UseFIPS": true,
4273-
"UseDualStack": true
4274-
}
4275-
},
42764266
{
42774267
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
42784268
"expect": {
@@ -4286,17 +4276,6 @@
42864276
"UseDualStack": false
42874277
}
42884278
},
4289-
{
4290-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4291-
"expect": {
4292-
"error": "DualStack is enabled but this partition does not support DualStack"
4293-
},
4294-
"params": {
4295-
"Region": "us-iso-east-1",
4296-
"UseFIPS": false,
4297-
"UseDualStack": true
4298-
}
4299-
},
43004279
{
43014280
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
43024281
"expect": {
@@ -4310,17 +4289,6 @@
43104289
"UseDualStack": false
43114290
}
43124291
},
4313-
{
4314-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4315-
"expect": {
4316-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4317-
},
4318-
"params": {
4319-
"Region": "us-isob-east-1",
4320-
"UseFIPS": true,
4321-
"UseDualStack": true
4322-
}
4323-
},
43244292
{
43254293
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
43264294
"expect": {
@@ -4334,17 +4302,6 @@
43344302
"UseDualStack": false
43354303
}
43364304
},
4337-
{
4338-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4339-
"expect": {
4340-
"error": "DualStack is enabled but this partition does not support DualStack"
4341-
},
4342-
"params": {
4343-
"Region": "us-isob-east-1",
4344-
"UseFIPS": false,
4345-
"UseDualStack": true
4346-
}
4347-
},
43484305
{
43494306
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
43504307
"expect": {

0 commit comments

Comments
 (0)