Smaws_Client_IAM.ListServiceSpecificCredentialsReturns 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:
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceNotSupportedException of Types.service_not_supported_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_service_specific_credentials_request ->
(Types.list_service_specific_credentials_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceNotSupportedException of Types.service_not_supported_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_service_specific_credentials_request ->
(Types.list_service_specific_credentials_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `NoSuchEntityException of Types.no_such_entity_exception
| `ServiceNotSupportedException of Types.service_not_supported_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result