AWS powershell documentation change
Summary
Updated documentation to reference PowerShell V5 instead of V4, including version numbers in titles, descriptions, and API documentation links
Security assessment
The changes are version updates from V4 to V5 without any 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_cognito-identity_code_examples.md b/powershell/v5/userguide/powershell_cognito-identity_code_examples.md index a209f985b..8e805130e 100644 --- a//powershell/v5/userguide/powershell_cognito-identity_code_examples.md +++ b//powershell/v5/userguide/powershell_cognito-identity_code_examples.md @@ -13 +13 @@ For information about breaking changes and migrating your applications, see the -# Amazon Cognito Identity examples using Tools for PowerShell V4 +# Amazon Cognito Identity 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 Amazon Cognito Identity. +The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell V5 with Amazon Cognito Identity. @@ -32 +32 @@ The following code example shows how to use `Get-CGIIdentityPool`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -55 +55 @@ The following code example shows how to use `Get-CGIIdentityPool`. - * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -62 +62 @@ The following code example shows how to use `Get-CGIIdentityPoolList`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -80 +80 @@ The following code example shows how to use `Get-CGIIdentityPoolList`. - * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -87 +87 @@ The following code example shows how to use `Get-CGIIdentityPoolRole`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -106 +106 @@ The following code example shows how to use `Get-CGIIdentityPoolRole`. - * For API details, see [GetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [GetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -113 +113 @@ The following code example shows how to use `New-CGIIdentityPool`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -136 +136 @@ The following code example shows how to use `New-CGIIdentityPool`. - * For API details, see [CreateIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [CreateIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -143 +143 @@ The following code example shows how to use `Remove-CGIIdentityPool`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -152 +152 @@ The following code example shows how to use `Remove-CGIIdentityPool`. - * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -159 +159 @@ The following code example shows how to use `Set-CGIIdentityPoolRole`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -168 +168 @@ The following code example shows how to use `Set-CGIIdentityPoolRole`. - * For API details, see [SetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [SetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. @@ -175 +175 @@ The following code example shows how to use `Update-CGIIdentityPool`. -**Tools for PowerShell V4** +**Tools for PowerShell V5** @@ -198 +198 @@ The following code example shows how to use `Update-CGIIdentityPool`. - * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. + * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.