Values_1.StartAssociationsOnceResultSourceRuns an association immediately and only one time. This operation can be helpful when troubleshooting associations.
type nonrec error = [ | `AssociationDoesNotExist of Values_0.AssociationDoesNotExist.t| `InvalidAssociation of InvalidAssociation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AssociationDoesNotExist of Values_0.AssociationDoesNotExist.t
| `InvalidAssociation of InvalidAssociation.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AssociationDoesNotExist of Values_0.AssociationDoesNotExist.t
| `InvalidAssociation of InvalidAssociation.t
| `Unknown_operation_error of string * string option ]