Smaws_Client_SSM.GetOpsSummary
View a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.
val request :
Smaws_Lib.Context.t ->
Types.get_ops_summary_request ->
(Types.get_ops_summary_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidAggregatorException of Types.invalid_aggregator_exception
| `InvalidFilter of Types.invalid_filter
| `InvalidNextToken of Types.invalid_next_token
| `InvalidTypeNameException of Types.invalid_type_name_exception
| `ResourceDataSyncNotFoundException of
Types.resource_data_sync_not_found_exception ])
Stdlib.result