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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.CreateAssociation

Contents

Description

Associates the specified configuration document with the specified instance.

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_CreateAssociation.html

Synopsis

Request

Request constructor

createAssociation Source

CreateAssociation constructor.

The fields accessible through corresponding lenses are:

Request lenses

caInstanceId :: Lens' CreateAssociation Text Source

The ID of the instance.

caName :: Lens' CreateAssociation Text Source

The name of the configuration document.

Response

Response constructor

Response lenses