AWS powershell documentation change
Summary
Updated documentation to reference PowerShell V5 instead of V4, including version numbers in titles, descriptions, and API links
Security assessment
The changes are version updates from V4 to V5 without any security-specific content. No vulnerabilities, security fixes, or security features are mentioned. This appears to be routine documentation maintenance for version alignment.
Diff
diff --git a/powershell/v5/userguide/powershell_dynamodb_code_examples.md b/powershell/v5/userguide/powershell_dynamodb_code_examples.md index 685719c3e..06efee33a 100644 --- a//powershell/v5/userguide/powershell_dynamodb_code_examples.md +++ b//powershell/v5/userguide/powershell_dynamodb_code_examples.md @@ -13 +13 @@ For information about breaking changes and migrating your applications, see the -# DynamoDB examples using Tools for PowerShell V4 +# DynamoDB 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 DynamoDB. +The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell V5 with DynamoDB. @@ -32 +32 @@ The following code example shows how to use `Add-DDBIndexSchema`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -62 +62 @@ The following code example shows how to use `Add-DDBIndexSchema`. - * For API details, see [Add-DDBIndexSchema](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [Add-DDBIndexSchema](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -69 +69 @@ The following code example shows how to use `Add-DDBKeySchema`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -99 +99 @@ The following code example shows how to use `Add-DDBKeySchema`. - * For API details, see [Add-DDBKeySchema](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [Add-DDBKeySchema](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -106 +106 @@ The following code example shows how to use `ConvertFrom-DDBItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -132 +132 @@ The following code example shows how to use `ConvertFrom-DDBItem`. - * For API details, see [ConvertFrom-DDBItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [ConvertFrom-DDBItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -139 +139 @@ The following code example shows how to use `ConvertTo-DDBItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -188 +188 @@ The following code example shows how to use `ConvertTo-DDBItem`. - * For API details, see [ConvertTo-DDBItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [ConvertTo-DDBItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -195 +195 @@ The following code example shows how to use `Get-DDBBatchItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -238 +238 @@ The following code example shows how to use `Get-DDBBatchItem`. - * For API details, see [BatchGetItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [BatchGetItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -245 +245 @@ The following code example shows how to use `Get-DDBItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -271 +271 @@ The following code example shows how to use `Get-DDBItem`. - * For API details, see [GetItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [GetItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -278 +278 @@ The following code example shows how to use `Get-DDBTable`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -287 +287 @@ The following code example shows how to use `Get-DDBTable`. - * For API details, see [DescribeTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [DescribeTable](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -294 +294 @@ The following code example shows how to use `Get-DDBTableList`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -303 +303 @@ The following code example shows how to use `Get-DDBTableList`. - * For API details, see [ListTables](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [ListTables](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -310 +310 @@ The following code example shows how to use `Invoke-DDBQuery`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -339 +339 @@ The following code example shows how to use `Invoke-DDBQuery`. - * For API details, see [Query](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [Query](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -346 +346 @@ The following code example shows how to use `Invoke-DDBScan`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -397 +397 @@ The following code example shows how to use `Invoke-DDBScan`. - * For API details, see [Scan](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [Scan](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -404 +404 @@ The following code example shows how to use `New-DDBTable`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -478 +478 @@ The following code example shows how to use `New-DDBTable`. - * For API details, see [CreateTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [CreateTable](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -485 +485 @@ The following code example shows how to use `New-DDBTableSchema`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -501 +501 @@ The following code example shows how to use `New-DDBTableSchema`. - * For API details, see [New-DDBTableSchema](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [New-DDBTableSchema](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -508 +508 @@ The following code example shows how to use `Remove-DDBItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -521 +521 @@ The following code example shows how to use `Remove-DDBItem`. - * For API details, see [DeleteItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [DeleteItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -528 +528 @@ The following code example shows how to use `Remove-DDBTable`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -543 +543 @@ The following code example shows how to use `Remove-DDBTable`. - * For API details, see [DeleteTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [DeleteTable](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -550 +550 @@ The following code example shows how to use `Set-DDBBatchItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -579 +579 @@ The following code example shows how to use `Set-DDBBatchItem`. - * For API details, see [BatchWriteItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [BatchWriteItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -586 +586 @@ The following code example shows how to use `Set-DDBItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -603 +603 @@ The following code example shows how to use `Set-DDBItem`. - * For API details, see [PutItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [PutItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -610 +610 @@ The following code example shows how to use `Update-DDBItem`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -639 +639 @@ The following code example shows how to use `Update-DDBItem`. - * For API details, see [UpdateItem](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [UpdateItem](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -646 +646 @@ The following code example shows how to use `Update-DDBTable`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -655 +655 @@ The following code example shows how to use `Update-DDBTable`. - * For API details, see [UpdateTable](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [UpdateTable](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.