Smaws_Client_SSM.StartAssociationsOnce
Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.
val request :
Smaws_Lib.Context.t ->
start_associations_once_request ->
(unit,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociationDoesNotExist of association_does_not_exist
| `InvalidAssociation of invalid_association ])
Stdlib.result