Smaws_Client_SSM.GetOpsItem
Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide.
Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `OpsItemAccessDeniedException of Types.ops_item_access_denied_exception
| `OpsItemNotFoundException of Types.ops_item_not_found_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.get_ops_item_request ->
(Types.get_ops_item_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `OpsItemAccessDeniedException of Types.ops_item_access_denied_exception
| `OpsItemNotFoundException of Types.ops_item_not_found_exception ])
Stdlib.result