Skip to content

Commit

Permalink
feat(client-guardduty): GuardDuty RDS Protection expands support for …
Browse files Browse the repository at this point in the history
…Amazon Aurora PostgreSQL Limitless Databases.
  • Loading branch information
awstools committed Nov 6, 2024
1 parent 76cb4e8 commit 4c78745
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 84 deletions.
9 changes: 9 additions & 0 deletions clients/client-guardduty/src/commands/GetFindingsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,15 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
* // DbInstanceArn: "STRING_VALUE",
* // Tags: "<Tags>",
* // },
* // RdsLimitlessDbDetails: { // RdsLimitlessDbDetails
* // DbShardGroupIdentifier: "STRING_VALUE",
* // DbShardGroupResourceId: "STRING_VALUE",
* // DbShardGroupArn: "STRING_VALUE",
* // Engine: "STRING_VALUE",
* // EngineVersion: "STRING_VALUE",
* // DbClusterIdentifier: "STRING_VALUE",
* // Tags: "<Tags>",
* // },
* // RdsDbUserDetails: { // RdsDbUserDetails
* // User: "STRING_VALUE",
* // Application: "STRING_VALUE",
Expand Down
Loading

0 comments on commit 4c78745

Please sign in to comment.