Skip to content

Commit 9e680b8

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.
1 parent 145cd65 commit 9e680b8

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
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": "This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations."
6+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
{"shape":"DBClusterNotFoundFault"},
7272
{"shape":"DBSnapshotNotFoundFault"},
7373
{"shape":"DBProxyNotFoundFault"},
74-
{"shape":"DBProxyTargetGroupNotFoundFault"}
74+
{"shape":"DBProxyTargetGroupNotFoundFault"},
75+
{"shape":"BlueGreenDeploymentNotFoundFault"}
7576
],
7677
"documentation":"<p>Adds metadata tags to an Amazon RDS resource. These tags can also be used with cost allocation reporting to track cost associated with Amazon RDS resources, or used in a Condition statement in an IAM policy for Amazon RDS.</p> <p>For an overview on tagging Amazon RDS resources, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html\">Tagging Amazon RDS Resources</a>.</p>"
7778
},
@@ -1589,7 +1590,8 @@
15891590
{"shape":"DBSnapshotNotFoundFault"},
15901591
{"shape":"DBClusterNotFoundFault"},
15911592
{"shape":"DBProxyNotFoundFault"},
1592-
{"shape":"DBProxyTargetGroupNotFoundFault"}
1593+
{"shape":"DBProxyTargetGroupNotFoundFault"},
1594+
{"shape":"BlueGreenDeploymentNotFoundFault"}
15931595
],
15941596
"documentation":"<p>Lists all tags on an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide</i>.</p>"
15951597
},
@@ -2148,7 +2150,8 @@
21482150
{"shape":"DBSnapshotNotFoundFault"},
21492151
{"shape":"DBClusterNotFoundFault"},
21502152
{"shape":"DBProxyNotFoundFault"},
2151-
{"shape":"DBProxyTargetGroupNotFoundFault"}
2153+
{"shape":"DBProxyTargetGroupNotFoundFault"},
2154+
{"shape":"BlueGreenDeploymentNotFoundFault"}
21522155
],
21532156
"documentation":"<p>Removes metadata tags from an Amazon RDS resource.</p> <p>For an overview on tagging an Amazon RDS resource, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html\">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i> </p>"
21542157
},
@@ -13504,7 +13507,8 @@
1350413507
"db-cluster",
1350513508
"db-cluster-snapshot",
1350613509
"custom-engine-version",
13507-
"db-proxy"
13510+
"db-proxy",
13511+
"blue-green-deployment"
1350813512
]
1350913513
},
1351013514
"StartActivityStreamRequest":{

0 commit comments

Comments
 (0)