AWS powershell documentation change
Summary
Updated documentation to explicitly reference PowerShell V4 instead of generic PowerShell references, modified API documentation links to point to V4-specific references, and added 'installation' to migration topics list
Security assessment
Changes are versioning updates and documentation link corrections without any mention of security vulnerabilities, mitigations, or security feature enhancements. The modifications focus on clarifying PowerShell version compatibility and documentation references.
Diff
diff --git a/powershell/v5/userguide/powershell_cognito-identity_code_examples.md b/powershell/v5/userguide/powershell_cognito-identity_code_examples.md index 5c8076739..54f7567fc 100644 --- a//powershell/v5/userguide/powershell_cognito-identity_code_examples.md +++ b//powershell/v5/userguide/powershell_cognito-identity_code_examples.md @@ -7 +7 @@ Actions -The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this content is subject to change. For information about breaking changes and migration, see the [migration topic](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html). For released content, see the [version 4 user guide](https://docs.aws.amazon.com/powershell/v4/userguide/) instead. +The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this content is subject to change. For information about breaking changes, installation, and migration, see the [migration topic](https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html). For released content, see the [version 4 user guide](https://docs.aws.amazon.com/powershell/v4/userguide/) instead. @@ -9 +9 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten -# Amazon Cognito Identity examples using Tools for PowerShell +# Amazon Cognito Identity examples using Tools for PowerShell V4 @@ -11 +11 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten -The following code examples show you how to perform actions and implement common scenarios by using the AWS Tools for PowerShell 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 V4 with Amazon Cognito Identity. @@ -28 +28 @@ The following code example shows how to use `Get-CGIIdentityPool`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -51 +51 @@ The following code example shows how to use `Get-CGIIdentityPool`. - * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. @@ -58 +58 @@ The following code example shows how to use `Get-CGIIdentityPoolList`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -76 +76 @@ The following code example shows how to use `Get-CGIIdentityPoolList`. - * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [ListIdentityPools](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. @@ -83 +83 @@ The following code example shows how to use `Get-CGIIdentityPoolRole`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -102 +102 @@ The following code example shows how to use `Get-CGIIdentityPoolRole`. - * For API details, see [GetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [GetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. @@ -109 +109 @@ The following code example shows how to use `New-CGIIdentityPool`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -132 +132 @@ The following code example shows how to use `New-CGIIdentityPool`. - * For API details, see [CreateIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [CreateIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. @@ -139 +139 @@ The following code example shows how to use `Remove-CGIIdentityPool`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -148 +148 @@ The following code example shows how to use `Remove-CGIIdentityPool`. - * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [DeleteIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. @@ -155 +155 @@ The following code example shows how to use `Set-CGIIdentityPoolRole`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -164 +164 @@ The following code example shows how to use `Set-CGIIdentityPoolRole`. - * For API details, see [SetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [SetIdentityPoolRoles](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_. @@ -171 +171 @@ The following code example shows how to use `Update-CGIIdentityPool`. -**Tools for PowerShell** +**Tools for PowerShell V4** @@ -194 +194 @@ The following code example shows how to use `Update-CGIIdentityPool`. - * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/latest/reference) in _AWS Tools for PowerShell Cmdlet Reference_. + * For API details, see [UpdateIdentityPool](https://docs.aws.amazon.com/powershell/v4/reference) in _AWS Tools for PowerShell Cmdlet Reference (V4)_.