AWS Security ChangesHomeSearch

AWS powershell documentation change

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

File: powershell/v4/userguide/powershell_dynamodb_code_examples.md

Summary

Updated documentation to specify PowerShell V4 usage, changed references from 'latest' to 'v4' in API links and section headers

Security assessment

Changes are versioning updates to clarify PowerShell V4 usage and correct API reference links. No security vulnerabilities, mitigations, or security features are mentioned in the changes. The modifications are documentation version maintenance without security implications.

Diff

diff --git a/powershell/v4/userguide/powershell_dynamodb_code_examples.md b/powershell/v4/userguide/powershell_dynamodb_code_examples.md
index 40157958b..d64724471 100644
--- a//powershell/v4/userguide/powershell_dynamodb_code_examples.md
+++ b//powershell/v4/userguide/powershell_dynamodb_code_examples.md
@@ -9 +9 @@ The AWS Tools for PowerShell version 5 (V5) is in preview. To see V5 content, wh
-# 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. To see V5 content, wh
-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)_.