Skip to content

Commit 2e222a3

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Fix the example ARN for ModifyActivityStreamRequest
1 parent 5f4c2af commit 2e222a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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": "Fix the example ARN for ModifyActivityStreamRequest"
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12034,7 +12034,7 @@
1203412034
"members":{
1203512035
"ResourceArn":{
1203612036
"shape":"String",
12037-
"documentation":"<p>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, <code>arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db</code>.</p>"
12037+
"documentation":"<p>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance. For example, <code>arn:aws:rds:us-east-1:12345667890:db:my-orcl-db</code>.</p>"
1203812038
},
1203912039
"AuditPolicyState":{
1204012040
"shape":"AuditPolicyState",

0 commit comments

Comments
 (0)