AWS medialive documentation change
Summary
Corrected IAM action names across multiple permissions sections
Security assessment
Fixes malformed IAM action names (e.g. changing 'Insecurity' to 'DescribeInputSecurityGroup'). While accurate permission documentation is important for security posture, these changes appear to be typo corrections rather than addressing specific vulnerabilities.
Diff
diff --git a/medialive/latest/ug/setup-users-step-1-summary.md b/medialive/latest/ug/setup-users-step-1-summary.md index 54b41368c..24b70ea60 100644 --- a//medialive/latest/ug/setup-users-step-1-summary.md +++ b//medialive/latest/ug/setup-users-step-1-summary.md @@ -14 +14 @@ Use the features of MediaLive | MediaLive | Create, modify, and delete channels, -MediaLive | View channels, devices, inputs, and input security groups | `ListChannels` `ListInputDevices` `ListInputs` `ListInputSecurityGroups` `Describe Channel` `Describe Input` `Descriptivism` `Indescribable` `Insecurity` +MediaLive | View channels, devices, inputs, and input security groups | `ListChannels` `ListInputDevices` `ListInputs` `ListInputSecurityGroups` `DescribeChannel` `DescribeInput` `DescribeInputDevice` `DescribeInputDeviceThumbnail` `DescribeInputSecurityGroup` @@ -16 +16 @@ MediaLive | Perform a batch operation on several channels or inputs or multiplex -MediaLive | Create or cancel an outgoing device transfer, or accept or reject an incoming device transfer, and view pending device transfers | `Acceptingness` `Transcendentalist` `ListInputDeviceTransfers` `RejectInputDeviceTransfer` `TransferInputDevice` +MediaLive | Create or cancel an outgoing device transfer, or accept or reject an incoming device transfer, and view pending device transfers | `AcceptInputDeviceTransfer` `CancelInputDeviceTransfer` `ListInputDeviceTransfers` `RejectInputDeviceTransfer` `TransferInputDevice` @@ -46,2 +46,2 @@ Complex option for the trusted entity role | IAM | Enter a role for the trusted -Deploy and work with AWS Elemental Link devices | MediaLive | Deploy, configure, and view an AWS Elemental Link device | `Descriptivism` `Indescribable` `ListInputDevices` `RebootInputDevice` `StartInputDeviceMaintenanceWindow` `StartInputDevice` `StopInputDevice` `UpdateInputDevice` -Handle transfers of AWS Elemental Link devices | MediaLive | Handle transfers of AWS Elemental Link devices | `Acceptingness` `Transcendentalist` `ClaimDevice` `ListInputDeviceTransfers` `RejectInputDeviceTransfer` `TransferInputDevice` +Deploy and work with AWS Elemental Link devices | MediaLive | Deploy, configure, and view an AWS Elemental Link device | `DescribeInputDevice` `DescribeInputDeviceThumbnail` `ListInputDevices` `RebootInputDevice` `StartInputDeviceMaintenanceWindow` `StartInputDevice` `StopInputDevice` `UpdateInputDevice` +Handle transfers of AWS Elemental Link devices | MediaLive | Handle transfers of AWS Elemental Link devices | `AcceptInputDeviceTransfer` `CancelInputDeviceTransfer` `ClaimDevice` `ListInputDeviceTransfers` `RejectInputDeviceTransfer` `TransferInputDevice`