AWS bedrock-agentcore documentation change
Summary
Replaced hardcoded region and session ID values with placeholder tokens (<Region>, <your-session-id>) in CLI and API examples
Security assessment
Changes involve standard documentation sanitization to remove example values, but no specific security vulnerability or security feature documentation is addressed
Diff
diff --git a/bedrock-agentcore/latest/devguide/browser-session-get.md b/bedrock-agentcore/latest/devguide/browser-session-get.md index e8467e020..ddf0e376c 100644 --- a//bedrock-agentcore/latest/devguide/browser-session-get.md +++ b//bedrock-agentcore/latest/devguide/browser-session-get.md @@ -18 +18 @@ To get information about a browser session using the AWS CLI, use the `get-brows - --region us-west-2 \ + --region <Region> \ @@ -20 +20 @@ To get information about a browser session using the AWS CLI, use the `get-brows - --session-id "01K032BXM8ARPD5HSMD3T735PW" + --session-id "<your-session-id>" @@ -35 +35 @@ The following shows the request syntax: - sessionId="01K032BXM8ARPD5HSMD3T735PW" + sessionId="<your-session-id>" @@ -47 +47 @@ To get information about a browser session using the API, use the following call - "https://bedrock-agentcore.us-west-2.amazonaws.com/browsers/aws.browser.v1/sessions/get?sessionId=01K05G5Y1GWXCVV6PA501MV5PX" \ + "https://bedrock-agentcore.<Region>.amazonaws.com/browsers/aws.browser.v1/sessions/get?sessionId=<your-session-id>" \ @@ -51 +51 @@ To get information about a browser session using the API, use the following call - --region us-west-2 + --region <Region> @@ -58 +58 @@ To get information about a browser session using the API, use the following call - "sessionId": "01K05G5Y1GWXCVV6PA501MV5PX", + "sessionId": "<your-session-id>", @@ -64 +64 @@ To get information about a browser session using the API, use the following call - "streamEndpoint": "wss://bedrock-agentcore.us-west-2.amazonaws.com/browser-streams/aws.browser.v1/sessions/01K05G5Y1GWXCVV6PA501MV5PX/automation", + "streamEndpoint": "wss://bedrock-agentcore.<Region>.amazonaws.com/browser-streams/aws.browser.v1/sessions/<your-session-id>/automation", @@ -68 +68 @@ To get information about a browser session using the API, use the following call - "streamEndpoint": "https://bedrock-agentcore.us-west-2.amazonaws.com/browser-streams/aws.browser.v1/sessions/01K05G5Y1GWXCVV6PA501MV5PX/live-view" + "streamEndpoint": "https://bedrock-agentcore.<Region>.amazonaws.com/browser-streams/aws.browser.v1/sessions/<your-session-id>/live-view"