AWS powershell documentation change
Summary
Updated documentation to explicitly reference PowerShell V4 instead of general PowerShell tools, including version-specific headers and corrected API reference links
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 the PowerShell version compatibility.
Diff
diff --git a/powershell/v4/userguide/powershell_cognito-identity_code_examples.md b/powershell/v4/userguide/powershell_cognito-identity_code_examples.md index e81bbf4c3..bdacabf76 100644 --- a//powershell/v4/userguide/powershell_cognito-identity_code_examples.md +++ b//powershell/v4/userguide/powershell_cognito-identity_code_examples.md @@ -9 +9 @@ The AWS Tools for PowerShell version 5 (V5) is in preview. To see V5 content, wh -# 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. To see V5 content, wh -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)_.