AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-04 · Documentation low

File: code-library/latest/ug/powershell_4_dynamodb_code_examples.md

Summary

Updated documentation to reference PowerShell V4 instead of general PowerShell, including version-specific API links

Security assessment

The changes are versioning updates (from generic PowerShell to V4-specific references) and documentation link updates. There is no evidence of addressing security vulnerabilities, security configuration guidance, or new security features.

Diff

diff --git a/code-library/latest/ug/powershell_4_dynamodb_code_examples.md b/code-library/latest/ug/powershell_4_dynamodb_code_examples.md
index 8e010ad89..6e17e66d9 100644
--- a//code-library/latest/ug/powershell_4_dynamodb_code_examples.md
+++ b//code-library/latest/ug/powershell_4_dynamodb_code_examples.md
@@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-# DynamoDB examples using Tools for PowerShell
+# DynamoDB examples using Tools for PowerShell V4
@@ -11 +11 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-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)_.