Module Values_0.AssociateOpsItemRelatedItemRequestSource

Associates 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.

Sourcetype nonrec t = {
  1. opsItemId : OpsItemId.t;
    (*

    The ID of the OpsItem to which you want to associate a resource as a related item.

    *)
  2. associationType : OpsItemRelatedItemAssociationType.t;
    (*

    The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.

    *)
  3. resourceType : OpsItemRelatedItemAssociationResourceType.t;
    (*

    The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types: AWS::SSMIncidents::IncidentRecord: an Incident Manager incident. AWS::SSM::Document: a Systems Manager (SSM) document.

    *)
  4. resourceUri : OpsItemRelatedItemAssociationResourceUri.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of OpsItemId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t