Module Smaws_Client_IAM.GetCredentialReport

Retrieves a credential report for the Amazon Web Services account. For more information about the credential report, see Getting credential reports in the IAM User Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `CredentialReportExpiredException of Types.credential_report_expired_exception | `CredentialReportNotPresentException of Types.credential_report_not_present_exception | `CredentialReportNotReadyException of Types.credential_report_not_ready_exception | `ServiceFailureException of Types.service_failure_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Smaws_Lib.Smithy_api.Types.unit_ -> (Types.get_credential_report_response, [> Smaws_Lib.Protocols.AwsQuery.error | `CredentialReportExpiredException of Types.credential_report_expired_exception | `CredentialReportNotPresentException of Types.credential_report_not_present_exception | `CredentialReportNotReadyException of Types.credential_report_not_ready_exception | `ServiceFailureException of Types.service_failure_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Smaws_Lib.Smithy_api.Types.unit_ -> (Types.get_credential_report_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `CredentialReportExpiredException of Types.credential_report_expired_exception | `CredentialReportNotPresentException of Types.credential_report_not_present_exception | `CredentialReportNotReadyException of Types.credential_report_not_ready_exception | `ServiceFailureException of Types.service_failure_exception ] * Smaws_Lib.Response.metadata) Stdlib.result