Skip to content

Commit

Permalink
AWS Audit Manager Update: This release introduces a new feature for A…
Browse files Browse the repository at this point in the history
…udit 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.
  • Loading branch information
AWS committed Oct 25, 2021
1 parent 52f17cb commit a2fff77
Show file tree
Hide file tree
Showing 3 changed files with 638 additions and 323 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSAuditManager-f3079e1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS Audit Manager",
"contributor": "",
"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."
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentFrameworkShareRequests": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
},
"ListAssessmentFrameworks": {
"input_token": "nextToken",
"output_token": "nextToken",
Expand Down
Loading

0 comments on commit a2fff77

Please sign in to comment.