Module Values_2.UpdateDashboardLinksRequestSource

Updates the linked analyses on a dashboard.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.

    *)
  2. dashboardId : Values_0.ShortRestrictiveResourceId.t;
    (*

    The ID for the dashboard.

    *)
  3. linkEntities : Values_1.LinkEntityArnList.t;
    (*

    list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:Values_1.AwsAccountId.t -> dashboardId:Values_0.ShortRestrictiveResourceId.t -> linkEntities:Values_1.LinkEntityArnList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_1.AwsAccountId.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