Module Smaws_Client_SSM.CreateAssociationBatch

Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.

When you associate a document with one or more managed nodes using IDs or tags, Amazon Web Services Systems Manager Agent (SSM Agent) running on the managed node processes the document and configures the node as specified.

If you associate a document with a managed node that already has an associated document, the system returns the AssociationAlreadyExists exception.

val request : Smaws_Lib.Context.t -> create_association_batch_request -> (create_association_batch_result, [> Smaws_Lib.Protocols.AwsJson.error | `AssociationLimitExceeded of unit | `DuplicateInstanceId of unit | `InternalServerError of internal_server_error | `InvalidDocument of invalid_document | `InvalidDocumentVersion of invalid_document_version | `InvalidInstanceId of invalid_instance_id | `InvalidOutputLocation of unit | `InvalidParameters of invalid_parameters | `InvalidSchedule of invalid_schedule | `InvalidTarget of invalid_target | `InvalidTargetMaps of invalid_target_maps | `UnsupportedPlatformType of unsupported_platform_type ]) Stdlib.result