AWS bedrock-agentcore documentation change
Summary
Updated apostrophes to curly quotes and changed markdown heading for OAuth client deletion instructions.
Security assessment
Cosmetic edits to punctuation and formatting (e.g., 'it's' to 'it’s', heading style change); security content about removing OAuth credentials and access revocation remains unchanged. No concrete evidence of security issue remediation.
Diff
diff --git a/bedrock-agentcore/latest/devguide/identity-delete-oauth-client.md b/bedrock-agentcore/latest/devguide/identity-delete-oauth-client.md index 6f4ceff4e..a4bd02e37 100644 --- a//bedrock-agentcore/latest/devguide/identity-delete-oauth-client.md +++ b//bedrock-agentcore/latest/devguide/identity-delete-oauth-client.md @@ -7 +7 @@ -When you no longer need an OAuth client, you can delete it from your account. Deleting an OAuth client removes the stored configuration and credentials, making them unavailable to your agents. Any invocations that reference the deleted OAuth client will fail once it's removed, and this outbound authentication might be used across multiple runtimes and gateways. +When you no longer need an OAuth client, you can delete it from your account. Deleting an OAuth client removes the stored configuration and credentials, making them unavailable to your agents. Any invocations that reference the deleted OAuth client will fail once it’s removed, and this outbound authentication might be used across multiple runtimes and gateways. @@ -9 +9 @@ When you no longer need an OAuth client, you can delete it from your account. De -###### To delete an OAuth client +**To delete an OAuth client** @@ -24 +24 @@ When you no longer need an OAuth client, you can delete it from your account. De -The OAuth client is permanently removed from your account. Any agents or applications that reference this OAuth client's ARN will no longer be able to access the stored credentials. +The OAuth client is permanently removed from your account. Any agents or applications that reference this OAuth client’s ARN will no longer be able to access the stored credentials.