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