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