Values_0.AssociateOpsItemRelatedItemResponseSourceAssociates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in Amazon Web Services Systems Manager.
type nonrec t = {associationId : OpsItemRelatedItemAssociationId.t option;The association ID.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `OpsItemConflictException of OpsItemConflictException.t| `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t| `OpsItemLimitExceededException of OpsItemLimitExceededException.t| `OpsItemNotFoundException of OpsItemNotFoundException.t| `OpsItemRelatedItemAlreadyExistsException of
OpsItemRelatedItemAlreadyExistsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `OpsItemConflictException of OpsItemConflictException.t
| `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t
| `OpsItemLimitExceededException of OpsItemLimitExceededException.t
| `OpsItemNotFoundException of OpsItemNotFoundException.t
| `OpsItemRelatedItemAlreadyExistsException of
OpsItemRelatedItemAlreadyExistsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `OpsItemConflictException of OpsItemConflictException.t
| `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t
| `OpsItemLimitExceededException of OpsItemLimitExceededException.t
| `OpsItemNotFoundException of OpsItemNotFoundException.t
| `OpsItemRelatedItemAlreadyExistsException of
OpsItemRelatedItemAlreadyExistsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of OpsItemRelatedItemAssociationId.t ]) list ]