AWS cli documentation change
Summary
Added DualStack endpoints for IPv4/IPv6 playback and session initialization
Security assessment
Adds dual-stack networking support without security context, vulnerability fixes, or security feature documentation. No evidence of security incident remediation.
Diff
diff --git a/cli/latest/reference/mediatailor/get-playback-configuration.md b/cli/latest/reference/mediatailor/get-playback-configuration.md index b277ec2ec..47b66da15 100644 --- a//cli/latest/reference/mediatailor/get-playback-configuration.md +++ b//cli/latest/reference/mediatailor/get-playback-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.35.13 Command Reference](../../index.html) » + * [AWS CLI 2.35.15 Command Reference](../../index.html) » @@ -334 +334,5 @@ DashConfiguration -> (structure) ->> The URL generated by MediaTailor to initiate a playback session. The session uses server-side reporting. This setting is ignored in PUT operations. +>> The URL that MediaTailor generates to initiate a playback session. The session uses server-side reporting. +> +> DualStackManifestEndpointPrefix -> (string) +> +>> The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to initiate a playback session. The session uses server-side reporting. @@ -357 +361,5 @@ HlsConfiguration -> (structure) ->> The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting. +>> The URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting. +> +> DualStackManifestEndpointPrefix -> (string) +> +>> The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting. @@ -574 +582,5 @@ PlaybackEndpointPrefix -> (string) -> The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting. +> The URL that your player accesses to get a manifest from AWS Elemental MediaTailor. The session uses server-side reporting. + +DualStackPlaybackEndpointPrefix -> (string) + +> The dual-stack (IPv4 and IPv6) URL that your player accesses to get a manifest from AWS Elemental MediaTailor. The session uses server-side reporting. @@ -578 +590,5 @@ SessionInitializationEndpointPrefix -> (string) -> The URL that the player uses to initialize a session that uses client-side reporting. +> The URL that your player uses to initialize a session that uses client-side reporting. + +DualStackSessionInitializationEndpointPrefix -> (string) + +> The dual-stack (IPv4 and IPv6) URL that your player uses to initialize a session that uses client-side reporting. @@ -682 +698 @@ FunctionMapping -> (map) - * [AWS CLI 2.35.13 Command Reference](../../index.html) » + * [AWS CLI 2.35.15 Command Reference](../../index.html) »