Skip to content

Commit ddb81bb

Browse files
author
awstools
committed
feat(client-route53-recovery-readiness): Remove incorrect endpoint tests
1 parent 5f0c671 commit ddb81bb

File tree

1 file changed

+2
-45
lines changed

1 file changed

+2
-45
lines changed

codegen/sdk-codegen/aws-models/route53-recovery-readiness.json

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,13 +2845,14 @@
28452845
"sdkId": "Route53 Recovery Readiness",
28462846
"arnNamespace": "route53-recovery-readiness",
28472847
"cloudFormationName": "Route53RecoveryReadiness",
2848-
"cloudTrailEventSource": "route53recoveryreadiness.amazonaws.com",
2848+
"cloudTrailEventSource": "route53-recovery-readiness.amazonaws.com",
28492849
"endpointPrefix": "route53-recovery-readiness"
28502850
},
28512851
"aws.auth#sigv4": {
28522852
"name": "route53-recovery-readiness"
28532853
},
28542854
"aws.protocols#restJson1": {},
2855+
"smithy.api#auth": ["aws.auth#sigv4"],
28552856
"smithy.api#documentation": "<p>Recovery readiness</p>",
28562857
"smithy.api#title": "AWS Route53 Recovery Readiness",
28572858
"smithy.rules#endpointRuleSet": {
@@ -3326,17 +3327,6 @@
33263327
"UseDualStack": false
33273328
}
33283329
},
3329-
{
3330-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3331-
"expect": {
3332-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3333-
},
3334-
"params": {
3335-
"Region": "us-iso-east-1",
3336-
"UseFIPS": true,
3337-
"UseDualStack": true
3338-
}
3339-
},
33403330
{
33413331
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
33423332
"expect": {
@@ -3350,17 +3340,6 @@
33503340
"UseDualStack": false
33513341
}
33523342
},
3353-
{
3354-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3355-
"expect": {
3356-
"error": "DualStack is enabled but this partition does not support DualStack"
3357-
},
3358-
"params": {
3359-
"Region": "us-iso-east-1",
3360-
"UseFIPS": false,
3361-
"UseDualStack": true
3362-
}
3363-
},
33643343
{
33653344
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
33663345
"expect": {
@@ -3374,17 +3353,6 @@
33743353
"UseDualStack": false
33753354
}
33763355
},
3377-
{
3378-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3379-
"expect": {
3380-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3381-
},
3382-
"params": {
3383-
"Region": "us-isob-east-1",
3384-
"UseFIPS": true,
3385-
"UseDualStack": true
3386-
}
3387-
},
33883356
{
33893357
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
33903358
"expect": {
@@ -3398,17 +3366,6 @@
33983366
"UseDualStack": false
33993367
}
34003368
},
3401-
{
3402-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3403-
"expect": {
3404-
"error": "DualStack is enabled but this partition does not support DualStack"
3405-
},
3406-
"params": {
3407-
"Region": "us-isob-east-1",
3408-
"UseFIPS": false,
3409-
"UseDualStack": true
3410-
}
3411-
},
34123369
{
34133370
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
34143371
"expect": {

0 commit comments

Comments
 (0)