amazonka-ssm-0.3.4: Amazon Simple Systems Management Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.CreateAssociationBatch

Contents

Description

Associates the specified configuration documents with the specified instances.

When you associate a configuration document with an instance, the configuration agent on the instance processes the configuration document and configures the instance as specified.

If you associate a configuration document with an instance that already has an associated configuration document, we replace the current configuration document with the new configuration document.

http://docs.aws.amazon.com/ssm/latest/APIReference/API_CreateAssociationBatch.html

Synopsis

Request

Request constructor

createAssociationBatch :: CreateAssociationBatch Source

CreateAssociationBatch constructor.

The fields accessible through corresponding lenses are:

Request lenses

Response

Response constructor

Response lenses

cabrFailed :: Lens' CreateAssociationBatchResponse [FailedCreateAssociation] Source

Information about the associations that failed.

cabrSuccessful :: Lens' CreateAssociationBatchResponse [AssociationDescription] Source

Information about the associations that succeeded.