Skip to content

Commit e9e81d9

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Updates Amazon RDS documentation for Db2 read-only replicas.
1 parent 79339f0 commit e9e81d9

File tree

3 files changed

+21
-59
lines changed

3 files changed

+21
-59
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"contributor": "",
5+
"description": "Updates Amazon RDS documentation for Db2 read-only replicas."
6+
}

services/rds/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -546,17 +546,6 @@
546546
"UseDualStack": false
547547
}
548548
},
549-
{
550-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
551-
"expect": {
552-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
553-
},
554-
"params": {
555-
"Region": "us-iso-east-1",
556-
"UseFIPS": true,
557-
"UseDualStack": true
558-
}
559-
},
560549
{
561550
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
562551
"expect": {
@@ -570,17 +559,6 @@
570559
"UseDualStack": false
571560
}
572561
},
573-
{
574-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
575-
"expect": {
576-
"error": "DualStack is enabled but this partition does not support DualStack"
577-
},
578-
"params": {
579-
"Region": "us-iso-east-1",
580-
"UseFIPS": false,
581-
"UseDualStack": true
582-
}
583-
},
584562
{
585563
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
586564
"expect": {
@@ -594,17 +572,6 @@
594572
"UseDualStack": false
595573
}
596574
},
597-
{
598-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
599-
"expect": {
600-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
601-
},
602-
"params": {
603-
"Region": "us-isob-east-1",
604-
"UseFIPS": true,
605-
"UseDualStack": true
606-
}
607-
},
608575
{
609576
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
610577
"expect": {
@@ -618,17 +585,6 @@
618585
"UseDualStack": false
619586
}
620587
},
621-
{
622-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
623-
"expect": {
624-
"error": "DualStack is enabled but this partition does not support DualStack"
625-
},
626-
"params": {
627-
"Region": "us-isob-east-1",
628-
"UseFIPS": false,
629-
"UseDualStack": true
630-
}
631-
},
632588
{
633589
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
634590
"expect": {

0 commit comments

Comments
 (0)