AWS Security ChangesHomeSearch

AWS kinesisvideostreams documentation change

Service: kinesisvideostreams · 2025-11-22 · Documentation low

File: kinesisvideostreams/latest/dg/hls-playback.md

Summary

Updated documentation links to include double slashes in URLs for consistency

Security assessment

The changes only modify URL formatting (adding double slashes) without altering security-related content. No security vulnerabilities or security feature additions are mentioned in the diff.

Diff

diff --git a/kinesisvideostreams/latest/dg/hls-playback.md b/kinesisvideostreams/latest/dg/hls-playback.md
index 397f90106..b2b2f88b9 100644
--- a//kinesisvideostreams/latest/dg/hls-playback.md
+++ b//kinesisvideostreams/latest/dg/hls-playback.md
@@ -34 +34 @@ The following procedure demonstrates how to use the AWS CLI to generate an HLS s
-For installation instructions, see the [AWS Command Line Interface User Guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions). After installation, [configure the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html#getting-started-quickstart-new) with credentials and region. 
+For installation instructions, see the [AWS Command Line Interface User Guide](https://docs.aws.amazon.com//cli/latest/userguide/getting-started-install.html#getting-started-install-instructions). After installation, [configure the AWS CLI](https://docs.aws.amazon.com//cli/latest/userguide/getting-started-quickstart.html#getting-started-quickstart-new) with credentials and region. 
@@ -36 +36 @@ For installation instructions, see the [AWS Command Line Interface User Guide](h
-Alternatively, open the AWS CloudShell terminal, which has the AWS CLI installed and configured. See the [AWS CloudShell User Guide](https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html#how-to-get-started) for more information.
+Alternatively, open the AWS CloudShell terminal, which has the AWS CLI installed and configured. See the [AWS CloudShell User Guide](https://docs.aws.amazon.com//cloudshell/latest/userguide/welcome.html#how-to-get-started) for more information.
@@ -73 +73 @@ Determine a start timestamp.
-For this example, we use the **Unix Epoch time in seconds** format. Refer to the [Timestamps](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp) section in the AWS Command Line Interface User Guide for more information on timestamp formatting.
+For this example, we use the **Unix Epoch time in seconds** format. Refer to the [Timestamps](https://docs.aws.amazon.com//cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp) section in the AWS Command Line Interface User Guide for more information on timestamp formatting.
@@ -81 +81 @@ In this example, we don't specify an end timestamp, meaning that the session wil
-Invoke the `GetHLSStreamingSessionURL` API with `LIVE_REPLAY` playback mode and an [HLS Fragment Selector](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_reader_GetHLSStreamingSessionURL.html#KinesisVideo-reader_GetHLSStreamingSessionURL-request-HLSFragmentSelector) specified.
+Invoke the `GetHLSStreamingSessionURL` API with `LIVE_REPLAY` playback mode and an [HLS Fragment Selector](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_reader_GetHLSStreamingSessionURL.html#KinesisVideo-reader_GetHLSStreamingSessionURL-request-HLSFragmentSelector) specified.
@@ -97 +97 @@ To create a URL for a certain section of stream, first determine start and end t
-For this example, we use the **Unix Epoch time in seconds** format. Refer to the [Timestamps](https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp) section in the AWS Command Line Interface User Guide for more information on timestamp formatting.
+For this example, we use the **Unix Epoch time in seconds** format. Refer to the [Timestamps](https://docs.aws.amazon.com//cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp) section in the AWS Command Line Interface User Guide for more information on timestamp formatting.
@@ -105 +105 @@ See [UnixTime.org](https://unixtime.org/) for a conversion tool.
-Invoke the `GetHLSStreamingSessionURL` API with `ON_DEMAND` playback mode and an [HLS Fragment Selector](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_reader_GetHLSStreamingSessionURL.html#KinesisVideo-reader_GetHLSStreamingSessionURL-request-HLSFragmentSelector) specified.
+Invoke the `GetHLSStreamingSessionURL` API with `ON_DEMAND` playback mode and an [HLS Fragment Selector](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_reader_GetHLSStreamingSessionURL.html#KinesisVideo-reader_GetHLSStreamingSessionURL-request-HLSFragmentSelector) specified.
@@ -193 +193 @@ In the web page, include the following script tag to import the AWS SDK for Java
-For more information, refer to the [AWS SDK for JavaScript](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-the-jssdk.html) documentation.
+For more information, refer to the [AWS SDK for JavaScript](https://docs.aws.amazon.com//sdk-for-javascript/v2/developer-guide/loading-the-jssdk.html) documentation.
@@ -197 +197 @@ For more information, refer to the [AWS SDK for JavaScript](https://docs.aws.ama
-To access streaming video with HLS, first create and configure the Kinesis Video Streams client. See [Setting Credentials in a Web Browser](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-browser.html) for other authentication methods.
+To access streaming video with HLS, first create and configure the Kinesis Video Streams client. See [Setting Credentials in a Web Browser](https://docs.aws.amazon.com//sdk-for-javascript/v2/developer-guide/setting-credentials-browser.html) for other authentication methods.