AWS iot-twinmaker documentation change
Summary
Fixed URL formatting by adding double slashes in documentation links
Security assessment
The changes only correct URL paths by adding an extra slash after the domain (e.g., changing '/iot-twinmaker/' to '//iot-twinmaker/'). There is no indication of addressing security vulnerabilities, modifying security controls, or adding security-related content. The updates are purely documentation formatting fixes.
Diff
diff --git a/iot-twinmaker/latest/guide/tm-import-export-api.md b/iot-twinmaker/latest/guide/tm-import-export-api.md index 624d33a7b..8217104c5 100644 --- a//iot-twinmaker/latest/guide/tm-import-export-api.md +++ b//iot-twinmaker/latest/guide/tm-import-export-api.md @@ -11 +11 @@ This topic covers how to perform bulk import and export operations and how to ha -The AWS IoT TwinMaker API Reference contains information on the [ CreateMetadataTransferJob](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_CreateMetadataTransferJob.html) and other API actions. +The AWS IoT TwinMaker API Reference contains information on the [ CreateMetadataTransferJob](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_CreateMetadataTransferJob.html) and other API actions. @@ -36 +36 @@ Please complete the following prerequisites before you run a metadataTransferJob - * Create an Amazon S3 bucket to store resources. For more information on using Amazon S3 see, [ What is Amazon S3?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html) + * Create an Amazon S3 bucket to store resources. For more information on using Amazon S3 see, [ What is Amazon S3?](https://docs.aws.amazon.com//AmazonS3/latest/userguide/Welcome.html) @@ -43 +43 @@ Please complete the following prerequisites before you run a metadataTransferJob -When you perform bulk operations you need to create an IAM policy with permissions to allow for the exchange of AWS resources between Amazon S3, AWS IoT TwinMaker, AWS IoT SiteWise, and your local machine. For more information on creating IAM policies, see [Creating IAM policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html). +When you perform bulk operations you need to create an IAM policy with permissions to allow for the exchange of AWS resources between Amazon S3, AWS IoT TwinMaker, AWS IoT SiteWise, and your local machine. For more information on creating IAM policies, see [Creating IAM policies](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_policies_create.html). @@ -309 +309 @@ To check or update the status of a transfer job, use the following commands: - * To cancel a job use the [ CancelMetadataTransferJob](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_CancelMetadataTransferJob.html) API action. When you call CancelMetadataTransferJob, the API only cancels a running metadataTransferJob, and any resources already exported or imported are not affected by this API call. + * To cancel a job use the [ CancelMetadataTransferJob](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_CancelMetadataTransferJob.html) API action. When you call CancelMetadataTransferJob, the API only cancels a running metadataTransferJob, and any resources already exported or imported are not affected by this API call. @@ -311 +311 @@ To check or update the status of a transfer job, use the following commands: - * To retrieve information on a specific job use the [ GetMetadataTransferJob](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_GetMetadataTransferJob.html) API action. + * To retrieve information on a specific job use the [ GetMetadataTransferJob](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_GetMetadataTransferJob.html) API action. @@ -319 +319 @@ If you call GetMetadataTransferJob on a non-existing AWS IoT TwinMaker import or - * To list current jobs, use the [ ListMetadataTransferJobs](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_ListMetadataTransferJobs.html) API action. + * To list current jobs, use the [ ListMetadataTransferJobs](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_ListMetadataTransferJobs.html) API action. @@ -345 +345 @@ After you create and run a transfer job, you can call GetMetadataTransferJob to -Once you see the state of the job turn to `COMPLETED`, you can verify the results of the job. GetMetadataTransferJob returns an object called [`MetadataTransferJobProgress`](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_MetadataTransferJobProgress.html) which contains the following fields: +Once you see the state of the job turn to `COMPLETED`, you can verify the results of the job. GetMetadataTransferJob returns an object called [`MetadataTransferJobProgress`](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_MetadataTransferJobProgress.html) which contains the following fields: @@ -521 +521 @@ Use the following commands to manage your metadata transfers: - * [ CreateMetadataTransferJob](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_CreateMetadataTransferJob.html) API action. + * [ CreateMetadataTransferJob](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_CreateMetadataTransferJob.html) API action. @@ -528 +528 @@ CLI command example: - * To cancel a job use the [ CancelMetadataTransferJob](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_CancelMetadataTransferJob.html) API action. + * To cancel a job use the [ CancelMetadataTransferJob](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_CancelMetadataTransferJob.html) API action. @@ -538 +538 @@ When you call CancelMetadataTransferJob, it only cancels a specific metadata tra - * To retrieve information on a specific job use the [ GetMetadataTransferJob](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_GetMetadataTransferJob.html) API action. + * To retrieve information on a specific job use the [ GetMetadataTransferJob](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_GetMetadataTransferJob.html) API action. @@ -546 +546 @@ CLI command example: - * To list current jobs use the [ ListMetadataTransferJobs](https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_ListMetadataTransferJobs.html) API action. + * To list current jobs use the [ ListMetadataTransferJobs](https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_ListMetadataTransferJobs.html) API action.