AWS iot documentation change
Summary
Updated documentation links by adding double slashes in AWS CLI and API reference URLs
Security assessment
The changes only modify URL formatting (adding an extra slash after domain) without altering any security-related content. No security vulnerabilities, policies, or features were added/modified - only documentation link syntax corrections.
Diff
diff --git a/iot/latest/developerguide/mqtt-based-file-delivery-managing.md b/iot/latest/developerguide/mqtt-based-file-delivery-managing.md index 342b76f8e..d7d611a6e 100644 --- a//iot/latest/developerguide/mqtt-based-file-delivery-managing.md +++ b//iot/latest/developerguide/mqtt-based-file-delivery-managing.md @@ -11 +11 @@ AWS IoT provides AWS SDK and AWS CLI commands that you can use to manage a strea - * Create a stream. [CLI](https://docs.aws.amazon.com/cli/latest/reference/iot/create-stream.html) / [SDK](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateStream.html) + * Create a stream. [CLI](https://docs.aws.amazon.com//cli/latest/reference/iot/create-stream.html) / [SDK](https://docs.aws.amazon.com//iot/latest/apireference/API_CreateStream.html) @@ -13 +13 @@ AWS IoT provides AWS SDK and AWS CLI commands that you can use to manage a strea - * Describe a stream to get its information. [CLI](https://docs.aws.amazon.com/cli/latest/reference/iot/describe-stream.html) / [SDK](https://docs.aws.amazon.com/iot/latest/apireference/API_DescribeStream.html) + * Describe a stream to get its information. [CLI](https://docs.aws.amazon.com//cli/latest/reference/iot/describe-stream.html) / [SDK](https://docs.aws.amazon.com//iot/latest/apireference/API_DescribeStream.html) @@ -15 +15 @@ AWS IoT provides AWS SDK and AWS CLI commands that you can use to manage a strea - * List streams in your AWS account. [CLI](https://docs.aws.amazon.com/cli/latest/reference/iot/list-streams.html) / [SDK](https://docs.aws.amazon.com/iot/latest/apireference/API_ListStreams.html) + * List streams in your AWS account. [CLI](https://docs.aws.amazon.com//cli/latest/reference/iot/list-streams.html) / [SDK](https://docs.aws.amazon.com//iot/latest/apireference/API_ListStreams.html) @@ -17 +17 @@ AWS IoT provides AWS SDK and AWS CLI commands that you can use to manage a strea - * Update the file list or stream description in a stream. [CLI](https://docs.aws.amazon.com/cli/latest/reference/iot/update-stream.html) / [SDK](https://docs.aws.amazon.com/iot/latest/apireference/API_UpdateStream.html) + * Update the file list or stream description in a stream. [CLI](https://docs.aws.amazon.com//cli/latest/reference/iot/update-stream.html) / [SDK](https://docs.aws.amazon.com//iot/latest/apireference/API_UpdateStream.html) @@ -19 +19 @@ AWS IoT provides AWS SDK and AWS CLI commands that you can use to manage a strea - * Delete a stream. [CLI](https://docs.aws.amazon.com/cli/latest/reference/iot/delete-stream.html) / [SDK](https://docs.aws.amazon.com/iot/latest/apireference/API_DeleteStream.html) + * Delete a stream. [CLI](https://docs.aws.amazon.com//cli/latest/reference/iot/delete-stream.html) / [SDK](https://docs.aws.amazon.com//iot/latest/apireference/API_DeleteStream.html) @@ -43 +43 @@ Before you use AWS IoT MQTT-based file delivery from your devices, you must foll -You can follow the steps in [Create an AWS IoT policy](https://docs.aws.amazon.com/iot/latest/developerguide/create-iot-resources.html#create-iot-policy) to create a device policy or use an existing device policy. Attach the policy to the certificates associated with your devices and add the following permissions to the device policy. +You can follow the steps in [Create an AWS IoT policy](https://docs.aws.amazon.com//iot/latest/developerguide/create-iot-resources.html#create-iot-policy) to create a device policy or use an existing device policy. Attach the policy to the certificates associated with your devices and add the following permissions to the device policy. @@ -84 +84 @@ You can follow the steps in [Create an AWS IoT policy](https://docs.aws.amazon.c -Devices that use AWS IoT MQTT-based file delivery are required to connect with AWS IoT. AWS IoT MQTT-based file delivery integrates with AWS IoT in the AWS Cloud, so your devices should directly connect to [the endpoint of the AWS IoT Data Plane](https://docs.aws.amazon.com/iot/latest/apireference/Welcome.html#Welcome_AWS_IoT_Data_Plane). +Devices that use AWS IoT MQTT-based file delivery are required to connect with AWS IoT. AWS IoT MQTT-based file delivery integrates with AWS IoT in the AWS Cloud, so your devices should directly connect to [the endpoint of the AWS IoT Data Plane](https://docs.aws.amazon.com//iot/latest/apireference/Welcome.html#Welcome_AWS_IoT_Data_Plane). @@ -128 +128 @@ For more information, refer to the following links: - * [CreateStream](https://docs.aws.amazon.com/iot/latest/apireference/API_CreateStream.html) + * [CreateStream](https://docs.aws.amazon.com//iot/latest/apireference/API_CreateStream.html) @@ -130 +130 @@ For more information, refer to the following links: - * [TagResource](https://docs.aws.amazon.com/iot/latest/apireference/API_TagResource.html) + * [TagResource](https://docs.aws.amazon.com//iot/latest/apireference/API_TagResource.html) @@ -132 +132 @@ For more information, refer to the following links: - * [Tag](https://docs.aws.amazon.com/iot/latest/apireference/API_Tag.html) + * [Tag](https://docs.aws.amazon.com//iot/latest/apireference/API_Tag.html)