AWS Security ChangesHomeSearch

AWS powershell documentation change

Service: powershell · 2025-06-04 · Documentation low

File: powershell/v5/userguide/powershell_dynamodb_code_examples.md

Summary

Updated documentation to specify PowerShell V4 usage, modified links to point to V4 references, and added 'installation' to migration context

Security assessment

Changes involve version number updates (V4 instead of latest) and documentation link corrections. No security vulnerabilities, mitigations, or security features are mentioned. The modifications are routine documentation maintenance to clarify version specificity.

Diff

diff --git a/powershell/v5/userguide/powershell_dynamodb_code_examples.md b/powershell/v5/userguide/powershell_dynamodb_code_examples.md
index 0195fd9bf..3bbc78e85 100644
--- a//powershell/v5/userguide/powershell_dynamodb_code_examples.md
+++ b//powershell/v5/userguide/powershell_dynamodb_code_examples.md
@@ -7 +7 @@ Actions
-The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this content is subject to change. For information about breaking changes and migration, see the [migration topic](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html). For released content, see the [version 4 user guide](https://docs.aws.amazon.com/powershell/v4/userguide/) instead.
+The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this content is subject to change. For information about breaking changes, installation, and migration, see the [migration topic](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html). For released content, see the [version 4 user guide](https://docs.aws.amazon.com/powershell/v4/userguide/) instead.
@@ -9 +9 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten
-# DynamoDB examples using Tools for PowerShell
+# DynamoDB examples using Tools for PowerShell V4
@@ -11 +11 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten
-The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell with DynamoDB.
+The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell V4 with DynamoDB.
@@ -28 +28 @@ The following code example shows how to use `Add-DDBIndexSchema`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -58 +58 @@ The following code example shows how to use `Add-DDBIndexSchema`.
-  * For API details, see [Add-DDBIndexSchema](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [Add-DDBIndexSchema](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -65 +65 @@ The following code example shows how to use `Add-DDBKeySchema`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -95 +95 @@ The following code example shows how to use `Add-DDBKeySchema`.
-  * For API details, see [Add-DDBKeySchema](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [Add-DDBKeySchema](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -102 +102 @@ The following code example shows how to use `ConvertFrom-DDBItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -128 +128 @@ The following code example shows how to use `ConvertFrom-DDBItem`.
-  * For API details, see [ConvertFrom-DDBItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [ConvertFrom-DDBItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -135 +135 @@ The following code example shows how to use `ConvertTo-DDBItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -184 +184 @@ The following code example shows how to use `ConvertTo-DDBItem`.
-  * For API details, see [ConvertTo-DDBItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [ConvertTo-DDBItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -191 +191 @@ The following code example shows how to use `Get-DDBBatchItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -234 +234 @@ The following code example shows how to use `Get-DDBBatchItem`.
-  * For API details, see [BatchGetItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [BatchGetItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -241 +241 @@ The following code example shows how to use `Get-DDBItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -267 +267 @@ The following code example shows how to use `Get-DDBItem`.
-  * For API details, see [GetItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [GetItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -274 +274 @@ The following code example shows how to use `Get-DDBTable`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -283 +283 @@ The following code example shows how to use `Get-DDBTable`.
-  * For API details, see [DescribeTable](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [DescribeTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -290 +290 @@ The following code example shows how to use `Get-DDBTableList`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -299 +299 @@ The following code example shows how to use `Get-DDBTableList`.
-  * For API details, see [ListTables](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [ListTables](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -306 +306 @@ The following code example shows how to use `Invoke-DDBQuery`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -335 +335 @@ The following code example shows how to use `Invoke-DDBQuery`.
-  * For API details, see [Query](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [Query](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -342 +342 @@ The following code example shows how to use `Invoke-DDBScan`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -393 +393 @@ The following code example shows how to use `Invoke-DDBScan`.
-  * For API details, see [Scan](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [Scan](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -400 +400 @@ The following code example shows how to use `New-DDBTable`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -474 +474 @@ The following code example shows how to use `New-DDBTable`.
-  * For API details, see [CreateTable](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [CreateTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -481 +481 @@ The following code example shows how to use `New-DDBTableSchema`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -497 +497 @@ The following code example shows how to use `New-DDBTableSchema`.
-  * For API details, see [New-DDBTableSchema](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [New-DDBTableSchema](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -504 +504 @@ The following code example shows how to use `Remove-DDBItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -517 +517 @@ The following code example shows how to use `Remove-DDBItem`.
-  * For API details, see [DeleteItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [DeleteItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -524 +524 @@ The following code example shows how to use `Remove-DDBTable`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -539 +539 @@ The following code example shows how to use `Remove-DDBTable`.
-  * For API details, see [DeleteTable](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [DeleteTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -546 +546 @@ The following code example shows how to use `Set-DDBBatchItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -575 +575 @@ The following code example shows how to use `Set-DDBBatchItem`.
-  * For API details, see [BatchWriteItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [BatchWriteItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -582 +582 @@ The following code example shows how to use `Set-DDBItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -599 +599 @@ The following code example shows how to use `Set-DDBItem`.
-  * For API details, see [PutItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [PutItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -606 +606 @@ The following code example shows how to use `Update-DDBItem`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -635 +635 @@ The following code example shows how to use `Update-DDBItem`.
-  * For API details, see [UpdateItem](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [UpdateItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
@@ -642 +642 @@ The following code example shows how to use `Update-DDBTable`.
-**Tools for PowerShell**
+**Tools for PowerShell V4**
@@ -651 +651 @@ The following code example shows how to use `Update-DDBTable`.
-  * For API details, see [UpdateTable](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. 
+  * For API details, see [UpdateTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_.