Module Smaws_Client_SSM.DisassociateOpsItemRelatedItem

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `OpsItemConflictException of Types.ops_item_conflict_exception | `OpsItemInvalidParameterException of Types.ops_item_invalid_parameter_exception | `OpsItemNotFoundException of Types.ops_item_not_found_exception | `OpsItemRelatedItemAssociationNotFoundException of Types.ops_item_related_item_association_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.disassociate_ops_item_related_item_request -> (Types.disassociate_ops_item_related_item_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `OpsItemConflictException of Types.ops_item_conflict_exception | `OpsItemInvalidParameterException of Types.ops_item_invalid_parameter_exception | `OpsItemNotFoundException of Types.ops_item_not_found_exception | `OpsItemRelatedItemAssociationNotFoundException of Types.ops_item_related_item_association_not_found_exception ]) Stdlib.result