AWS kinesisvideostreams documentation change
Summary
Fixed documentation links by adding double slashes in URLs to ensure proper formatting
Security assessment
The changes correct URL paths but contain no security-related content. The modifications are purely documentation formatting fixes without addressing vulnerabilities, security controls, or security features.
Diff
diff --git a/kinesisvideostreams/latest/dg/notifications.md b/kinesisvideostreams/latest/dg/notifications.md index 714158992..9ccf46911 100644 --- a//kinesisvideostreams/latest/dg/notifications.md +++ b//kinesisvideostreams/latest/dg/notifications.md @@ -36 +36 @@ To manage notification configurations, use `UpdateNotificationConfiguration` and -Use this API operation to update the notification information for a stream. For more information about the `UpdateNotificationConfiguration` feature, see [UpdateNotificationConfiguration ](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_UpdateNotificationConfiguration.html) in the _Amazon Kinesis Video Streams Developer Guide_. **** +Use this API operation to update the notification information for a stream. For more information about the `UpdateNotificationConfiguration` feature, see [UpdateNotificationConfiguration ](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_UpdateNotificationConfiguration.html) in the _Amazon Kinesis Video Streams Developer Guide_. **** @@ -44 +44 @@ It takes at least one minute to initiate the notification after updating the not -Use this API to describe a notification configuration attached to a stream. For more information about the `DescribeNotificationConfiguration` feature, see [DescribeNotificationConfiguration](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_DescribeNotificationConfiguration.html) in the _Amazon Kinesis Video Streams Developer Guide_. **** +Use this API to describe a notification configuration attached to a stream. For more information about the `DescribeNotificationConfiguration` feature, see [DescribeNotificationConfiguration](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_DescribeNotificationConfiguration.html) in the _Amazon Kinesis Video Streams Developer Guide_. **** @@ -130 +130 @@ Any notification initiated through the previous workflow will deliver the Amazon -You cannot read messages directly from an Amazon SNS topic because there's no API for doing so. To view the messages, subscribe an SQS queue to the SNS topic, or choose any other [Amazon SNS supported destination](https://docs.aws.amazon.com/sns/latest/dg/sns-event-destinations.html). However, the most efficient option for viewing messages is to use Amazon SQS. +You cannot read messages directly from an Amazon SNS topic because there's no API for doing so. To view the messages, subscribe an SQS queue to the SNS topic, or choose any other [Amazon SNS supported destination](https://docs.aws.amazon.com//sns/latest/dg/sns-event-destinations.html). However, the most efficient option for viewing messages is to use Amazon SQS. @@ -134 +134 @@ You cannot read messages directly from an Amazon SNS topic because there's no AP - 1. Create an [Amazon SQS queue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-create-queue.html). + 1. Create an [Amazon SQS queue](https://docs.aws.amazon.com//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-create-queue.html). @@ -144 +144 @@ You cannot read messages directly from an Amazon SNS topic because there's no AP - 6. Poll for messages. This command should show all notifications generated by the `PutMedia` session. For information about polling, see [Amazon SQS short and long polling.](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html) + 6. Poll for messages. This command should show all notifications generated by the `PutMedia` session. For information about polling, see [Amazon SQS short and long polling.](https://docs.aws.amazon.com//AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html)