AWS bedrock documentation change
Summary
Changed 'prior to' to 'before' in API deployment example
Security assessment
Terminology change without modifying security functionality of the ApplyGuardrail API.
Diff
diff --git a/bedrock/latest/userguide/guardrails-use-independent-api.md b/bedrock/latest/userguide/guardrails-use-independent-api.md index 0fcf251e2..a2e215f1e 100644 --- a//bedrock/latest/userguide/guardrails-use-independent-api.md +++ b//bedrock/latest/userguide/guardrails-use-independent-api.md @@ -19 +19 @@ Features of the `ApplyGuardrail` API include: - * **Flexible deployment** – You can integrate the `ApplyGuardrail` API anywhere in your application flow to validate data before processing or serving results to the user. For example, if you are using a RAG application, you can now evaluate the user input prior to performing the retrieval, instead of waiting until the final response generation. + * **Flexible deployment** – You can integrate the `ApplyGuardrail` API anywhere in your application flow to validate data before processing or serving results to the user. For example, if you are using a RAG application, you can now evaluate the user input before performing the retrieval, instead of waiting until the final response generation.