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 ->
Types.create_association_batch_request ->
(Types.create_association_batch_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociationLimitExceeded of Types.association_limit_exceeded
| `DuplicateInstanceId of Types.duplicate_instance_id
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentVersion of Types.invalid_document_version
| `InvalidInstanceId of Types.invalid_instance_id
| `InvalidOutputLocation of Types.invalid_output_location
| `InvalidParameters of Types.invalid_parameters
| `InvalidSchedule of Types.invalid_schedule
| `InvalidTarget of Types.invalid_target
| `InvalidTargetMaps of Types.invalid_target_maps
| `UnsupportedPlatformType of Types.unsupported_platform_type ])
Stdlib.result