AWS medialive documentation change
Summary
Corrected IAM action names for Elemental Link device management and transfer operations
Security assessment
Change fixes incorrect/malformed IAM action names (e.g. changing 'Descriptivism' to 'DescribeInputDevice'). While accurate IAM permissions are security-relevant, there's no evidence this addresses an active security vulnerability - appears to be documentation cleanup.
Diff
diff --git a/medialive/latest/ug/requirements-for-link.md b/medialive/latest/ug/requirements-for-link.md index d40da328b..163a21802 100644 --- a//medialive/latest/ug/requirements-for-link.md +++ b//medialive/latest/ug/requirements-for-link.md @@ -31,2 +31,2 @@ Permissions | Service name in IAM | Actions -Deploy, configure, and view an AWS Elemental Link device | MediaLive | `Descriptivism` `Indescribable` `ListInputDevices` `RebootInputDevice` `StartInputDeviceMaintenanceWindow` `StartInputDevice` `StopInputDevice` `UpdateInputDevice` -Handle transfers of AWS Elemental Link devices | MediaLive | `Acceptingness` `Transcendentalist` `ClaimDevice` `ListInputDeviceTransfers` `RejectInputDeviceTransfer` `TransferInputDevice` +Deploy, configure, and view an AWS Elemental Link device | MediaLive | `DescribeInputDevice` `DescribeInputDeviceThumbnail` `ListInputDevices` `RebootInputDevice` `StartInputDeviceMaintenanceWindow` `StartInputDevice` `StopInputDevice` `UpdateInputDevice` +Handle transfers of AWS Elemental Link devices | MediaLive | `AcceptInputDeviceTransfer` `CancelInputDeviceTransfer` `ClaimDevice` `ListInputDeviceTransfers` `RejectInputDeviceTransfer` `TransferInputDevice`