AWS online-register documentation change
Summary
Added four new API actions to Amazon EMR Serverless documentation: GetResourceDashboard, GetSession, GetSessionEndpoint, and ListSessions
Security assessment
This is a routine API documentation update adding new actions. The GetSessionEndpoint action could potentially have security implications as it provides endpoint URLs and authentication tokens, but there's no evidence this addresses a specific security issue. This appears to be standard feature documentation expansion.
Diff
diff --git a/online-register/latest/data-formats/amazonemrserverless.md b/online-register/latest/data-formats/amazonemrserverless.md index 28dea9fb1..c008a2dee 100644 --- a//online-register/latest/data-formats/amazonemrserverless.md +++ b//online-register/latest/data-formats/amazonemrserverless.md @@ -13,0 +14,3 @@ Actions | Description | Access level +[GetResourceDashboard](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_GetResourceDashboard.html)| Get the resource dashboard| Read +[GetSession](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_GetSession.html)| Get details about a session| Read +[GetSessionEndpoint](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_GetSessionEndpoint.html)| Get the endpoint URL and authentication token for connecting to a session| Read @@ -16,0 +20 @@ Actions | Description | Access level +[ListSessions](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_ListSessions.html)| List sessions associated with an application| List