Skip to content

Commit

Permalink
feat(client-auditmanager): This release introduces a new limit to the…
Browse files Browse the repository at this point in the history
… awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope.
  • Loading branch information
awstools committed Oct 12, 2023
1 parent 4adb626 commit af41764
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codegen/sdk-codegen/aws-models/auditmanager.json
Expand Up @@ -61,6 +61,10 @@
"target": "com.amazonaws.auditmanager#AWSAccount"
},
"traits": {
"smithy.api#length": {
"min": 1,
"max": 200
},
"smithy.api#sensitive": {}
}
},
Expand Down Expand Up @@ -9665,4 +9669,4 @@
}
}
}
}
}

0 comments on commit af41764

Please sign in to comment.