Skip to content

Commit a2fff77

Browse files
author
AWS
committed
AWS Audit Manager Update: This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account.
1 parent 52f17cb commit a2fff77

File tree

3 files changed

+638
-323
lines changed

3 files changed

+638
-323
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 Audit Manager",
4+
"contributor": "",
5+
"description": "This release introduces a new feature for Audit Manager: Custom framework sharing. You can now share your custom frameworks with another AWS account, or replicate them into another AWS Region under your own account."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"output_token": "nextToken",
2626
"limit_key": "maxResults"
2727
},
28+
"ListAssessmentFrameworkShareRequests": {
29+
"input_token": "nextToken",
30+
"output_token": "nextToken",
31+
"limit_key": "maxResults"
32+
},
2833
"ListAssessmentFrameworks": {
2934
"input_token": "nextToken",
3035
"output_token": "nextToken",

0 commit comments

Comments
 (0)