AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-16 · Documentation low

File: cli/latest/reference/iam/list-service-specific-credentials.md

Summary

Updated CLI version reference and expanded documentation with IAM User Guide links for service-specific credentials management

Security assessment

Added detailed references to IAM security documentation for managing service credentials (CodeCommit SSH keys, Cassandra credentials, and API keys), enhancing security documentation without fixing vulnerabilities.

Diff

diff --git a/cli/latest/reference/iam/list-service-specific-credentials.md b/cli/latest/reference/iam/list-service-specific-credentials.md
index c10187346..aaa5d4373 100644
--- a//cli/latest/reference/iam/list-service-specific-credentials.md
+++ b//cli/latest/reference/iam/list-service-specific-credentials.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
@@ -60 +60,7 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authenticating the IAM user to a specific service. For more information about using service-specific credentials to authenticate to an Amazon Web Services service, see [Set up service-specific credentials](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-gc.html) in the CodeCommit User Guide.
+Returns information about the service-specific credentials associated with the specified IAM user. If none exists, the operation returns an empty list. The service-specific credentials returned by this operation are used only for authenticating the IAM user to a specific service. For more information about using service-specific credentials to authenticate to an Amazon Web Services service, refer to the following docs:
+
+  * For service-specific credentials with CodeCommit, refer to [IAM credentials for CodeCommit: Git credentials, SSH keys, and Amazon Web Services access keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_ssh-keys.html) in the _IAM User Guide_ .
+  * For service-specific credentials with Amazon Keyspaces (for Apache Cassandra), refer to [Use IAM with Amazon Keyspaces (for Apache Cassandra)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_keyspaces.html) in the _IAM User Guide_ .
+  * For services that support long-term API keys, refer to [API keys for Amazon Web Services services](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_api_keys_for_aws_services.html) in the _IAM User Guide_ .
+
+
@@ -399 +405 @@ IsTruncated -> (boolean)
-  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.5 Command Reference](../../index.html) »