Skip to content

Commit af41764

Browse files
author
awstools
committed
feat(client-auditmanager): This release introduces a new limit to the 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.
1 parent 4adb626 commit af41764

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

codegen/sdk-codegen/aws-models/auditmanager.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
"target": "com.amazonaws.auditmanager#AWSAccount"
6262
},
6363
"traits": {
64+
"smithy.api#length": {
65+
"min": 1,
66+
"max": 200
67+
},
6468
"smithy.api#sensitive": {}
6569
}
6670
},
@@ -9665,4 +9669,4 @@
96659669
}
96669670
}
96679671
}
9668-
}
9672+
}

0 commit comments

Comments
 (0)