Smaws_Client_PI.GetPerformanceAnalysisReport
Retrieves the report including the report ID, status, time details, and the insights with recommendations. The report status can be RUNNING
, SUCCEEDED
, or FAILED
. The insights include the description
and recommendation
fields.
val request :
Smaws_Lib.Context.t ->
Types.get_performance_analysis_report_request ->
(Types.get_performance_analysis_report_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceError of Types.internal_service_error
| `InvalidArgumentException of Types.invalid_argument_exception
| `NotAuthorizedException of Types.not_authorized_exception ])
Stdlib.result