Smaws_Client_PI.GetPerformanceAnalysisReport
val request :
Smaws_Lib.Context.t ->
get_performance_analysis_report_request ->
(get_performance_analysis_report_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceError of internal_service_error
| `InvalidArgumentException of invalid_argument_exception
| `NotAuthorizedException of not_authorized_exception ])
Stdlib.result
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.