AWS agentworkspace documentation change
Summary
Updated branding and terminology: changed 'SDK' to 'Amazon Connect SDK', 'workspace' to 'agent workspace', and corrected capitalization in section headers.
Security assessment
Changes are limited to branding consistency and terminology clarification (e.g., full product name usage). No security vulnerabilities, configurations, or incidents are addressed. The permission error messaging remains unchanged.
Diff
diff --git a/agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md b/agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md index a644cb910..8b4eb2937 100644 --- a//agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md +++ b//agentworkspace/latest/devguide/integrating-with-agent-workspace-troubleshooting.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon Connect Agent Workspace](/connect/index.html)[Developer Guide](what-is-service.html) +[Documentation](/index.html)[Amazon Connect Agent Workspace](/connect/index.html)[Developer guide](what-is-service.html) @@ -9 +9 @@ EventsRequests -You can use the [SDK's](https://github.com/amazon-connect/AmazonConnectSDK) `AppConfig` object to retrieve data about your applications’s setup in Amazon Connect Agent Workspace, including its permissions. This will allow you to inspect its state and determine which permissions were assigned to your app. Accessing its `permissions` property will return a list of strings, each representing a permissions that grants access to a set of events and requests. Performing an action, whether subscribing to an event or making a request, will fail if your app does not have the corresponding permission that grants the action. You may have to ask your account admin to assign the permissions required for your app to function. To review the full list of permissions assignable to apps, please see the admin guide. +You can use the [Amazon Connect SDK's](https://github.com/amazon-connect/AmazonConnectSDK) ` AppConfig` object to retrieve data about your applications’s setup in the Amazon Connect agent workspace, including its permissions. This will allow you to inspect its state and determine which permissions were assigned to your app. Accessing its ` permissions` property will return a list of strings, each representing a permissions that grants access to a set of events and requests. Performing an action, whether subscribing to an event or making a request, will fail if your app does not have the corresponding permission that grants the action. You may have to ask your account admin to assign the permissions required for your app to function. To review the full list of permissions assignable to apps, please see the admin guide. @@ -13 +13 @@ You can use the [SDK's](https://github.com/amazon-connect/AmazonConnectSDK) `App -If your app uses the [SDK](https://github.com/amazon-connect/AmazonConnectSDK) to subscribe to an event that it does not have permission for, the workspace will throw an error with a message formatted like below. +If your app uses the [Amazon Connect SDK](https://github.com/amazon-connect/AmazonConnectSDK) to subscribe to an event that it does not have permission for, the agent workspace will throw an error with a message formatted like below. @@ -22 +22 @@ If your app uses the [SDK](https://github.com/amazon-connect/AmazonConnectSDK) t -If your app uses the [SDK](https://github.com/amazon-connect/AmazonConnectSDK) to make a request that it does not have permission for, the workspace will throw an error with a message formatted like below. +If your app uses the [Amazon Connect SDK](https://github.com/amazon-connect/AmazonConnectSDK) to make a request that it does not have permission for, the agent workspace will throw an error with a message formatted like below. @@ -36 +36 @@ Error handling -Building 3P Services +Building 3P services