Skip to content

Commit 71c61f3

Browse files
author
awstools
committed
docs(client-rds): Fix the example ARN for ModifyActivityStreamRequest
1 parent 48f0cbb commit 71c61f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/client-rds/src/models/models_1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7028,7 +7028,7 @@ export type AuditPolicyState = (typeof AuditPolicyState)[keyof typeof AuditPolic
70287028
export interface ModifyActivityStreamRequest {
70297029
/**
70307030
* <p>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.
7031-
* For example, <code>arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db</code>.</p>
7031+
* For example, <code>arn:aws:rds:us-east-1:12345667890:db:my-orcl-db</code>.</p>
70327032
* @public
70337033
*/
70347034
ResourceArn?: string;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20879,7 +20879,7 @@
2087920879
"ResourceArn": {
2088020880
"target": "com.amazonaws.rds#String",
2088120881
"traits": {
20882-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.\n For example, <code>arn:aws:rds:us-east-1:12345667890:instance:my-orcl-db</code>.</p>"
20882+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the RDS for Oracle or Microsoft SQL Server DB instance.\n For example, <code>arn:aws:rds:us-east-1:12345667890:db:my-orcl-db</code>.</p>"
2088320883
}
2088420884
},
2088520885
"AuditPolicyState": {

0 commit comments

Comments
 (0)