AWS Security ChangesHomeSearch

AWS online-register medium security documentation change

Service: online-register · 2026-06-13 · Security-related medium

File: online-register/latest/data-formats/awsdevopsagentservice.md

Summary

Added four new API actions: GetAccessToken, GetTrigger, ListAccessTokens, and ListTriggers with descriptions and access levels.

Security assessment

Added GetAccessToken and ListAccessTokens APIs directly relate to access token management, which are security-sensitive credentials. Documenting these indicates new security controls for token visibility/management, potentially addressing credential exposure risks.

Diff

diff --git a/online-register/latest/data-formats/awsdevopsagentservice.md b/online-register/latest/data-formats/awsdevopsagentservice.md
index ea87ec75d..54555da0f 100644
--- a//online-register/latest/data-formats/awsdevopsagentservice.md
+++ b//online-register/latest/data-formats/awsdevopsagentservice.md
@@ -12,0 +13 @@ Actions | Description | Access level
+[GetAccessToken](https://docs.aws.amazon.com/devopsagent/latest/APIReference/API_GetAccessToken.html)| Get access token details| Read  
@@ -23,0 +25,2 @@ Actions | Description | Access level
+[GetTrigger](https://docs.aws.amazon.com/devopsagent/latest/APIReference/API_GetTrigger.html)| Get a trigger| Read  
+[ListAccessTokens](https://docs.aws.amazon.com/devopsagent/latest/APIReference/API_ListAccessTokens.html)| List access tokens| List  
@@ -41,0 +45 @@ Actions | Description | Access level
+[ListTriggers](https://docs.aws.amazon.com/devopsagent/latest/APIReference/API_ListTriggers.html)| List triggers| List