AWS secretsmanager documentation change
Summary
Fixed URL formatting in multiple CLI command references
Security assessment
Changes only correct URL syntax without altering security-related content or addressing vulnerabilities.
Diff
diff --git a/secretsmanager/latest/userguide/retrieving-secrets_cli.md b/secretsmanager/latest/userguide/retrieving-secrets_cli.md index 71a59646b..e86972026 100644 --- a//secretsmanager/latest/userguide/retrieving-secrets_cli.md +++ b//secretsmanager/latest/userguide/retrieving-secrets_cli.md @@ -13 +13 @@ Get a group of secrets in a batch using the AWS CLI -The following [`get-secret-value`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/get-secret-value.html) example gets the current secret value. +The following [`get-secret-value`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/get-secret-value.html) example gets the current secret value. @@ -21 +21 @@ The following [`get-secret-value`](https://docs.aws.amazon.com/cli/latest/refere -The following [`get-secret-value`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/get-secret-value.html) example gets the previous secret value. +The following [`get-secret-value`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/get-secret-value.html) example gets the previous secret value. @@ -49 +49 @@ If you have a VPCE policy that denies permission to retrieve an individual secre -The following [`batch-get-secret-value`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/batch-get-secret-value.html) example gets the secret value for three secrets. +The following [`batch-get-secret-value`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/batch-get-secret-value.html) example gets the secret value for three secrets. @@ -57 +57 @@ The following [`batch-get-secret-value`](https://docs.aws.amazon.com/cli/latest/ -The following [`batch-get-secret-value`](https://docs.aws.amazon.com/cli/latest/reference/secretsmanager/batch-get-secret-value.html) example gets the secret value for the secrets that have a tag named "Test". +The following [`batch-get-secret-value`](https://docs.aws.amazon.com//cli/latest/reference/secretsmanager/batch-get-secret-value.html) example gets the secret value for the secrets that have a tag named "Test".