AWS bedrock documentation change
Summary
Updated API reference links to full URLs and maintained agent pause functionality documentation
Security assessment
Change improves documentation links and maintains existing operational controls without introducing new security content
Diff
diff --git a/bedrock/latest/userguide/deploy-agent.md b/bedrock/latest/userguide/deploy-agent.md index 913b863c7..9f805ba69 100644 --- a//bedrock/latest/userguide/deploy-agent.md +++ b//bedrock/latest/userguide/deploy-agent.md @@ -23 +23 @@ With aliases, you can switch efficiently between different versions of your agen -You might need to temporarily pause the running of an agent. For example, during maintenance, updates, or when addressing performance issues. To pause an agent, you use the alias for the agent with the [UpdateAgentAlias](bedrock/latest/APIReference/API_agent_UpdateAgentAlias.html) operation. To pause an agent, set the `aliasInvocationState` field to `REJECT_INVOCATIONS`. To start the agent running again, set `aliasInvocationState` to `ACCEPT_INVOCATIONS`. You don't need to make any IAM policy modifications to pause the agent. +You might need to temporarily pause the running of an agent. For example, during maintenance, updates, or when addressing performance issues. To pause an agent, you use the alias for the agent with the [UpdateAgentAlias](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentAlias.html) operation. To pause an agent, set the `aliasInvocationState` field to `REJECT_INVOCATIONS`. To start the agent running again, set `aliasInvocationState` to `ACCEPT_INVOCATIONS`. You don't need to make any IAM policy modifications to pause the agent. @@ -25 +25 @@ You might need to temporarily pause the running of an agent. For example, during -To check if an agent is currently paused, call [GetAgentAlias](bedrock/latest/APIReference/API_agent_GetAgentAlias.html) and check the `aliasInvocationState` field. You can also check the `aliasInvocationState` field for an alias in the response from [ListAgentAliases](bedrock/latest/APIReference/API_agent_ListAgentAliases.html). +To check if an agent is currently paused, call [GetAgentAlias](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetAgentAlias.html) and check the `aliasInvocationState` field. You can also check the `aliasInvocationState` field for an alias in the response from [ListAgentAliases](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_ListAgentAliases.html).