AWS Security ChangesHomeSearch

AWS powershell documentation change

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

File: powershell/v5/userguide/powershell_cloudtrail_code_examples.md

Summary

Updated documentation version references from PowerShell V4 to V5 across code examples and API links

Security assessment

The changes are version updates from V4 to V5 of AWS Tools for PowerShell, with no mention of security vulnerabilities, patches, or security-related features. This appears to be routine documentation maintenance for version alignment.

Diff

diff --git a/powershell/v5/userguide/powershell_cloudtrail_code_examples.md b/powershell/v5/userguide/powershell_cloudtrail_code_examples.md
index c9314e195..714ea4b59 100644
--- a//powershell/v5/userguide/powershell_cloudtrail_code_examples.md
+++ b//powershell/v5/userguide/powershell_cloudtrail_code_examples.md
@@ -13 +13 @@ For information about breaking changes and migrating your applications, see the
-# CloudTrail examples using Tools for PowerShell V4
+# CloudTrail examples using Tools for PowerShell V5
@@ -15 +15 @@ For information about breaking changes and migrating your applications, see the
-The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell V4 with CloudTrail.
+The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell V5 with CloudTrail.
@@ -32 +32 @@ The following code example shows how to use `Find-CTEvent`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -59 +59 @@ The following code example shows how to use `Find-CTEvent`.
-  * For API details, see [LookupEvents](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [LookupEvents](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -66 +66 @@ The following code example shows how to use `Get-CTTrail`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -87 +87 @@ The following code example shows how to use `Get-CTTrail`.
-  * For API details, see [DescribeTrails](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [DescribeTrails](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -94 +94 @@ The following code example shows how to use `Get-CTTrailStatus`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -109 +109 @@ The following code example shows how to use `Get-CTTrailStatus`.
-  * For API details, see [GetTrailStatus](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [GetTrailStatus](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -116 +116 @@ The following code example shows how to use `New-CTTrail`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -137 +137 @@ The following code example shows how to use `New-CTTrail`.
-  * For API details, see [CreateTrail](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [CreateTrail](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -144 +144 @@ The following code example shows how to use `Remove-CTTrail`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -153 +153 @@ The following code example shows how to use `Remove-CTTrail`.
-  * For API details, see [DeleteTrail](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [DeleteTrail](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -160 +160 @@ The following code example shows how to use `Start-CTLogging`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -175 +175 @@ The following code example shows how to use `Start-CTLogging`.
-  * For API details, see [StartLogging](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [StartLogging](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -182 +182 @@ The following code example shows how to use `Stop-CTLogging`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -197 +197 @@ The following code example shows how to use `Stop-CTLogging`.
-  * For API details, see [StopLogging](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [StopLogging](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
@@ -204 +204 @@ The following code example shows how to use `Update-CTTrail`.
-**Tools for PowerShell V4**
+**Tools for PowerShell V5**
@@ -225 +225 @@ The following code example shows how to use `Update-CTTrail`.
-  * For API details, see [UpdateTrail](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. 
+  * For API details, see [UpdateTrail](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.