Skip to content

Commit 93ec739

Browse files
author
AWS
committed
AWS SecurityHub Update: Updated the account management API to support the integration with AWS Organizations. Added new methods to allow users to view and manage the delegated administrator account for Security Hub.
1 parent cc69db2 commit 93ec739

File tree

3 files changed

+244
-20
lines changed

3 files changed

+244
-20
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": "AWS SecurityHub",
4+
"contributor": "",
5+
"description": "Updated the account management API to support the integration with AWS Organizations. Added new methods to allow users to view and manage the delegated administrator account for Security Hub."
6+
}

services/securityhub/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"input_token": "NextToken",
5050
"output_token": "NextToken",
5151
"limit_key": "MaxResults"
52+
},
53+
"ListOrganizationAdminAccounts": {
54+
"input_token": "NextToken",
55+
"output_token": "NextToken",
56+
"limit_key": "MaxResults"
5257
}
5358
}
5459
}

0 commit comments

Comments
 (0)