AWS singlesignon documentation change
Summary
Updated SCIM API throttle limits description to specify per-API limits and clarify that membership operations in CreateGroup or PatchGroup count toward a separate membership operation throttle limit.
Security assessment
This change clarifies API rate limits, which can impact service availability but does not directly address a security issue or add documentation about security features. It is a routine update to improve accuracy.
Diff
diff --git a/singlesignon/latest/userguide/limits.md b/singlesignon/latest/userguide/limits.md index 430d6fdf2..cc49a2993 100644 --- a//singlesignon/latest/userguide/limits.md +++ b//singlesignon/latest/userguide/limits.md @@ -63 +63 @@ Identity Store APIs | [Identity Store APIs ](https://docs.aws.amazon.com/single -SCIM APIs | [SCIM APIs ](https://docs.aws.amazon.com/singlesignon/latest/developerguide/what-is-scim.html) have throttle limits of 25 transactions per second (TPS) for write APIs and 40 TPS for read APIs. These limits apply per Identity Store instance. You can open a support case to request a limit increase. +SCIM APIs | [SCIM APIs](https://docs.aws.amazon.com/singlesignon/latest/developerguide/what-is-scim.html) have per-API throttle limits of 25 transactions per second (TPS) for write APIs and 40 TPS for read APIs. These limits apply per Identity Store instance. You can open a support case to request a limit increase. Each individual membership operation in `CreateGroup` or `PatchGroup` calls counts as a transaction toward a separate membership operation throttle limit per Identity Store.