Skip to content

Commit

Permalink
docs(client-rds): Fix the example ARN for ModifyActivityStreamRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 23, 2024
1 parent 48f0cbb commit 71c61f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-rds/src/models/models_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7028,7 +7028,7 @@ export type AuditPolicyState = (typeof AuditPolicyState)[keyof typeof AuditPolic
export interface ModifyActivityStreamRequest {
/**
* <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>
* For example, <code>arn:aws:rds:us-east-1:12345667890:db:my-orcl-db</code>.</p>
* @public
*/
ResourceArn?: string;
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/rds.json
Original file line number Diff line number Diff line change
Expand Up @@ -20879,7 +20879,7 @@
"ResourceArn": {
"target": "com.amazonaws.rds#String",
"traits": {
"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>"
"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>"
}
},
"AuditPolicyState": {
Expand Down

0 comments on commit 71c61f3

Please sign in to comment.