aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
238 stars 79 forks source link

Add samples for Update-SECSecret and Write-SECSecretValue #60

Closed matteo-prosperi closed 3 years ago

matteo-prosperi commented 4 years ago

The documentation of the SecretValue parameter may be confusing.

Paul-B-AWS commented 3 years ago

I believe this is for the Update-SECSecret and Write-SECSecretValue cmdlets related to AWS Secrets Manager. And I suspect that the parameter being referred to is actually SecretString.

The descriptions in the SDK API ref (reference above) and in the Secrets Manager REST API ref are quite detailed, so might have been enhanced since this issue was opened. In addition, there are a number of examples that show how to use the equivalent parameter in various environments, including:

Given the above, I suggest that this issue can be closed.

Paul-B-AWS commented 3 years ago

After analysis and consideration of the circumstances, closing this issue.