Module Values_1.StartAssociationsOnceRequestSource

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

Sourcetype nonrec t = {
  1. associationIds : Values_0.AssociationIdList.t;
    (*

    The association IDs that you want to run immediately and only one time.

    *)
}
Sourceval context_ : string
Sourceval make : associationIds:Values_0.AssociationIdList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list ]) 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